Notice: this is a static mirror for historical purposes.

View Issue Details Jump to Notes ] Related Changesets ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
184Source IntegrationGitHubpublic2010-10-28 03:232011-01-14 07:05
Reportersakarikl 
Assigned ToJohn Reese 
PrioritynormalSeveritymajorReproducibilityalways
StatusresolvedResolutionfixed 
Product Version0.13 
Target VersionFixed in Version0.16 
Summary184: When Updating repository information "GitHub API Token" field is empty
Descriptionon 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'];
                }


TagsNo tags attached.
Attached Files

- Relationships

-  Notes
User avatar (249)
sakarikl (reporter)
2010-10-28 04:12

I put the title wrong. GitHub API Login is empty and not token.
User avatar (255)
John Reese (administrator)
2011-01-14 07:05

Fix committed to master branch at 2010-11-13 15:19:00.

- Related Changesets
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 ]

- Issue History
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
Powered by Mantis Bugtracker

hosted with
Linode