Anonymous | Login | Signup for a new account | 2012-09-13 19:33 PDT |
Main | Blog | My View | View Issues | Change Log | Roadmap | IRC Chat | Repositories | Scrum Board |
View Issue Details [ Jump to Notes ] [ Related Changesets ] | [ Issue History ] [ Print ] | |||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||
184 | Source Integration | GitHub | public | 2010-10-28 03:23 | 2011-01-14 07:05 | |||
Reporter | sakarikl | |||||||
Assigned To | John Reese | |||||||
Priority | normal | Severity | major | Reproducibility | always | |||
Status | resolved | Resolution | fixed | |||||
Product Version | 0.13 | |||||||
Target Version | Fixed in Version | 0.16 | ||||||
Summary | 184: When Updating repository information "GitHub API Token" field is empty | |||||||
Description | on file SourceGithub.php in line 99 variable $t_hub_api_token should be changed to $t_hub_api_login from this: if ( isset( $p_repo->info['hub_api_login'] ) ) { $t_hub_api_token = $p_repo->info['hub_api_login']; } to this: if ( isset( $p_repo->info['hub_api_login'] ) ) { $t_hub_api_login = $p_repo->info['hub_api_login']; } | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
sakarikl (reporter) 2010-10-28 04:12 |
I put the title wrong. GitHub API Login is empty and not token. |
John Reese (administrator) 2011-01-14 07:05 |
Fix committed to master branch at 2010-11-13 15:19:00. |
![]() |
|||
Source Integration: master 5ff0ff12
Timestamp: 2010-11-13 15:19:00 Author: 01-Scripts Committer: John Reese Committer: John Reese [ Details ] [ Diff ] |
Fix 184: Copy-pasta displaying Github API login Signed-off-by: John Reese <jreese@leetcode.net> |
||
mod - SourceGithub/SourceGithub.php | [ Diff ] [ File ] | ||
![]() |
|||
Date Modified | Username | Field | Change |
2010-10-28 03:23 | sakarikl | New Issue | |
2010-10-28 04:12 | sakarikl | Note Added: 249 | |
2011-01-14 07:05 | John Reese | Changeset attached | => Source Integration master 5ff0ff12 |
2011-01-14 07:05 | John Reese | Note Added: 255 | |
2011-01-14 07:05 | John Reese | Assigned To | => John Reese |
2011-01-14 07:05 | John Reese | Status | new => resolved |
2011-01-14 07:05 | John Reese | Resolution | open => fixed |
2011-01-14 07:05 | John Reese | Fixed in Version | => 0.16 |
Copyright © 2000 - 2012 MantisBT Group
Time: 0.1296 seconds. memory usage: 8,322 KB |