- 09 Jun, 2015 17 commits
-
-
Dmitriy Zaporozhets authored
Move Project Members link from Settings to main menu. Addresses #2278. See merge request !1846
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Douwe Maan authored
Revert "No need to check if `repository_ref` is present"
-
Jeroen van Baarsen authored
-
Nicolas authored
Addresses #2278.
-
Douwe Maan authored
Make submit hotkey available to all notes forms. Addresses #2221. See merge request !1847
-
Dmitriy Zaporozhets authored
Add "Remember me" checkbox to LDAP signin form. Addresses internal issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2127. See merge request !772
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Move page-specific JS out of head and into body. Addresses internal issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2375. See merge request !787
-
Dmitriy Zaporozhets authored
Correctly remove already-mentioned commits for cross references Fixes #1778 See merge request !785
-
Douwe Maan authored
-
Job van der Voort authored
Fixing importing doc Fixed some details about the importing links and documents. - Added extra info to Bitbucket importing - Organized docs in alphabetical order - Moved Importing link to general documentation, instead of workflow (that's where Sytse asked me to add it) Thank you @job for merging previous changes. See merge request !1845
-
Job van der Voort authored
Added line about adding docs in alphabetical order I believe it's important to be organized when adding documentation, so whenever it applies, I believe documents should be added in alphabetical order. See merge request !786
-
Jeroen van Baarsen authored
No need to check if `repository_ref` is present
-
Nicolas authored
Addresses #2221.
-
- 08 Jun, 2015 23 commits
-
-
Karen authored
-
Robert Speicher authored
Fixes #1778
-
Karen Carias authored
-
Karen Carias authored
-
Karen Carias authored
-
Karen Carias authored
Removed link "importing to gitlab" because it's in "Documentation". Organized links in alphabetical order.
-
Karen Carias authored
-
Karen Carias authored
-
Karen Carias authored
-
Karen Carias authored
-
Karen Carias authored
-
Karen Carias authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Improve GitLab UI * move logout button to top right ![Screenshot_2015-06-08_16.56.13](https://gitlab.com/gitlab-org/gitlab-ce/uploads/7de04fab52ad6b742dbea100674f9671/Screenshot_2015-06-08_16.56.13.png) * remove issue/mr title truncation on index pages. For smaller screens it allow to read complete title of issue ![Screenshot_2015-06-08_16.57.55](https://gitlab.com/gitlab-org/gitlab-ce/uploads/9dcaadfba14f8561c12fcd29a2e70112/Screenshot_2015-06-08_16.57.55.png) * Improve mobile UI for several pages See merge request !783
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
zenati authored
There is no need to check if `repository_ref` is present as: ``` @repository_ref = if repository_ref.present? repository_ref else nil end ``` is as same as doing: ``` @repository_ref = repository_ref ```
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Job van der Voort authored
importing documents renewed Single commit of !1813 cc @karen See merge request !1844
-
Job van der Voort authored
-
Job van der Voort authored
-