08 Nov, 2013
1 commit
-
There was some funny syntax in merge request email templates. There was a ! before the merge request number when there probably should be a #. This may be some carry over from markdown but should not be in email templates. There were also some capitalization discrepancies among the subject lines. For those OCD people out there I standardized the capitalization. :)
06 Nov, 2013
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
05 Nov, 2013
5 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Now you are able to create a new file in repository from your browser. You are not allowed to create a file if file with same name already exists in the repo. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
01 Nov, 2013
2 commits
-
The previous behavior was, that the first element of the select was preselected, thus upon saving the project, the previous selected could be overwritten.
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
30 Oct, 2013
1 commit
-
The previous behavior was a "disabled" link, which was still clickable and linked to the edit file action. If the user accesses a path like "/edit/master/README" show the file edit form (just like before). If the user accesses a path like "/edit/8d5c1f375ce99e5df84e26b0eafbf1448c6a001e/README", redirect the user to the file detail page with a note, that he cannot edit a file "on" a commit. fixes #5482
27 Oct, 2013
2 commits
24 Oct, 2013
1 commit
-
Non-logic wording and grammar for the new group view
23 Oct, 2013
7 commits
-
More label fixes
-
"Created on" should be used when the timestamp is only a date.
22 Oct, 2013
4 commits
-
Show branches list (which branches contains commit) on commit page
-
Print the configured GitLab user on the Admin-Sidekiq page
-
Show only processes owned by the GitLab user on the Admin-Sidekiq page
21 Oct, 2013
11 commits
-
Personl -> Personal
-
Minor grammatical updates in some of the labels.
19 Oct, 2013
2 commits
18 Oct, 2013
3 commits
-
The label "Created at" would be appropriate for a timestamp such as "09:30". However the timestamp is actually being displayed as a date in the format "Oct 15, 2013". In this case "Created on" is better.