16 Jan, 2013
3 commits
-
'namespace' should be exposed via the API
-
Auth: Net::BER::BerIdentifiedStrings to Strings
15 Jan, 2013
2 commits
-
Conflicts: app/assets/stylesheets/sections/notes.scss app/contexts/notes/load_context.rb app/models/project.rb app/observers/note_observer.rb app/roles/votes.rb app/views/commit/show.html.haml app/views/merge_requests/_show.html.haml app/views/merge_requests/diffs.js.haml app/views/merge_requests/show.js.haml app/views/notes/_note.html.haml features/steps/project/project_merge_requests.rb spec/models/note_spec.rb
14 Jan, 2013
1 commit
13 Jan, 2013
1 commit
12 Jan, 2013
3 commits
10 Jan, 2013
2 commits
09 Jan, 2013
6 commits
-
Fixing request.fullpath URL encoding
07 Jan, 2013
9 commits
-
Fixes #2475
-
Fixes #2496
-
Update info.rake to be able to run successfully on SuSE.
-
Renaming check function from 1056 to 1059
05 Jan, 2013
5 commits
-
Conflicts: Gemfile.lock
-
replaced system() calls with FileUtils.* methods
04 Jan, 2013
5 commits
-
Let's assume your path is = "project/tree/master/This%20Is%20valid" In this case gitlab renders a 404. To fix this we should decode the path so that it looks like "project/tree/master/This Is valid"
03 Jan, 2013
3 commits
-
This also makes that 'mv: cannot stat `/ho..' is not shown in the test :) consistent spacing require fileutils Revert "require fileutils" This reverts commit 54313d3bbaa60cfc5b405be50cc00b7f6b0cb715. new hash notation FileUtils.mv in begin/rescue block