31 Jul, 2012
4 commits
-
API blob contents
29 Jul, 2012
5 commits
28 Jul, 2012
7 commits
-
Fix #1009 Replace all special characters in user's identity
-
cleanup the wording of the notification footer
27 Jul, 2012
6 commits
-
Break up links with nested formating (rebased)
-
As per request: Post-receive hook should be owned by gitlab user, not git.
26 Jul, 2012
4 commits
-
Potential solution for current `rake gitlab:app:backup_restore` issues.
-
…ore repositories based on their `path` rather than their (project) `name`. The project name can be uppercase and may contain spaces. This caused the repository to be restored as a different `path` that it was initially created as, thus, breaking the `git remote` and the web interface can no longer detect the repository either because it searches by `path` and not by `name`. Also, when restoring the permissions are incorrect making it impossible to push new commits to the remote repository. So now on success it'll set the correct permissions (but requires that the `gitlab` user has `sudo` privileges, or this task must be executed as root).
-
Styled Wiki edit page
25 Jul, 2012
14 commits
-
* don't show pointer cursor for for the whole list item any more * fix hover color for links in .row_title
-
…eingidog-add_wiki_comments Conflicts: app/controllers/admin/mailer_controller.rb app/controllers/notes_controller.rb
-
Use CommitDecorator more
-
Updated merge request subheading.
-
API changes