14 Apr, 2014
1 commit
24 Mar, 2014
4 commits
-
Oups… Fix code ordering for sprocket stacktrace…
-
[Notifier JS] Extract sprocket stacktraces.
22 Mar, 2014
2 commits
-
Return app.id in api stats
21 Mar, 2014
1 commit
26 Feb, 2014
4 commits
-
do not use constantize, use more verbose approach
-
call old onerror when it's already defined
19 Feb, 2014
3 commits
-
Give admins the ability to destroy all problems associated with an app
-
Bump Rails version to 3.2.17
-
To pick up recent security fixes (CVE-2014-0080, 0081, 0082).
10 Feb, 2014
3 commits
-
Upgrade from Octokit 1x to 2x to resolve issues with oauth2
-
Support GitHub Enterprise repository links
-
scope the type selector to the choose section
09 Feb, 2014
1 commit
-
One breaking change was how to get the urls of objects from the github objects. The only place we used this has been updated.
08 Feb, 2014
3 commits
-
Formerly if any input in the sub-menus had the substring 'type' in its name, this event handler would have been bound to clicks on the input element. When this happens, the variable 'chosen' would generally be an empty string and that would result in an erroneous jQuery finder: wrapper.find('div.'+section_class+'.'+chosen) causing an unhandled error. It looks like the intent is to bind only to the selectable choice icons, so that's what this commit does and as a bonus, the embedded forms can now have an input with the word 'type' in its name.
-
correct app flash messages
05 Feb, 2014
1 commit
-
Let companies or groups that run their own GitHub Enterprise installs be able to link their own repositories. That's the case with our company and we can't easily link the internal repositories.
03 Feb, 2014
2 commits
-
Adding documentation for GITHUB_ORG_ID
02 Feb, 2014
3 commits
-
Allow users of a specific GitHub organization to login
29 Jan, 2014
2 commits
-
Use asset_path helper for images in css.
-
This means that in a production environment the images will use a digested filename. We can therefore safely set far-future expires headers for them.
22 Jan, 2014
1 commit
21 Jan, 2014
2 commits
-
Updated errbit repository url in config example
-
github repository is not working with http
16 Jan, 2014
2 commits
-
Internet Explorer 6 complains about commas
-
Internet Explorer 6 complains when you add commas to the end of a list.
09 Jan, 2014
2 commits
-
Submit buttons cursor pointer
06 Jan, 2014
1 commit
-
Ignore errors reported from old versions of an app
01 Jan, 2014
2 commits
-
Fix Redmine repository links [fixes #591]
-
Previously the link would point to the revision overview, where the line number in the urlmakes no sense. Now it shows the file a t the proper line. One can still switch to the changes from there with one click.