- 24 Jun, 2014 6 commits
-
-
Dmitriy Zaporozhets authored
Issues filter by description In Issues section of any project there is a filter box, which by default says 'Filter by title or description' - so this behaviour is desired. But in fact only filter by title works and filter by description DOESN'T work. This fix adds description fitlering.
-
Dmitriy Zaporozhets authored
Add autofocus and tabindex to newGroup. Hi, I've increase accessibility with a autofocus and tabindex on the new group view (like new project).
-
Dmitriy Zaporozhets authored
Move Event Helper To Use Project-level IDs Instead of Global IDs This MR fixes issue #303 by updating app/helpers/event_helper.rb to use project-level IDs within the event title as opposed to global IDs (i.e. use target_iid instead of target_id). This ties the issue and merge request numbers on the feed together with the numbers used throughout the rest of the site.
-
Dmitriy Zaporozhets authored
Update repository size during import What does this MR do? Update the repository size during the import Are there points in the code the reviewer needs to double check? Unknown. Why was this MR needed? Sometimes there could be an import without getting any pushes all the time or for a long time. The size is only recalculated on a push.
-
Dmitriy Zaporozhets authored
Title fix for new SSH Key What does this MR do? Wait until the user "finished" his input in the key field (focus lost) before copying the mail part to the title. Are there points in the code the reviewer needs to double check? No. Why was this MR needed? It is annoying that the title is updated while typing and never changed any more. See #335
-
Dmitriy Zaporozhets authored
Update ruby version for manual installation to 2.1.2 **What does this MR do?** Updates ruby version from 2.0 to 2.1.2 **Why was this MR needed?** GitLab dropped support for ruby 1.9.3 and recommends 2.1 therefore docs need update. **What are the relevant issue numbers?** #360, #362 /cc @sytse
-
- 23 Jun, 2014 19 commits
-
-
Robert Schilling authored
-
Sytse Sijbrandij authored
Mention merge marshalls What do you think about people mentioning you @jeroenvanbaarsen and @dblessing ?
-
Dmitriy Zaporozhets authored
Remove secondary user email Fixes #1286
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
Spell out rake tasks for omnibus-gitlab
-
Jacob Vosmaer authored
-
Marin Jankovski authored
-
Jacob Vosmaer authored
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
Fix go meta tag See https://github.com/gitlabhq/gitlabhq/pull/5958#issuecomment-45397555
-
Dmitriy Zaporozhets authored
Patch `rake cache:clear` for large amounts of keys
-
Dmitriy Zaporozhets authored
More swap is also an option
-
Dmitriy Zaporozhets authored
Redirect after login
-
Dmitriy Zaporozhets authored
Use html5 tags for better semantic
-
Dmitriy Zaporozhets authored
MR diff loading spinner When you click `Changes` tab if diff is big - you now see loading spinner
-
Dmitriy Zaporozhets authored
Ui improvements
-
Dmitriy Zaporozhets authored
Skip to buttons on tabbing in issues page This will skip tabbing right to "Add comment" or "close" buttons. http://www.w3.org/TR/html5/editing.html#sequential-focus-navigation-and-the-tabindex-attribute For tabindex: ``` If the value is a negative integer The user agent must set the element's tabindex focus flag, but should not allow the element to be reached using sequential focus navigation. ```
-
Dmitriy Zaporozhets authored
Remove observers from application Part of #1133
-
Dmitriy Zaporozhets authored
Regression issue on rc
-
- 22 Jun, 2014 2 commits
-
-
Sytse Sijbrandij authored
Fixes #7163, copy init script while upgrading (master branch)
-
Sytse Sijbrandij authored
-
- 20 Jun, 2014 11 commits
-
-
Robert Schilling authored
-
Jacob Vosmaer authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Fix permissions Fixes #1358
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
Mention all update guides in monthly release doc Fixes #1328
-
Dmitriy Zaporozhets authored
If user was a member of both group and project and group access level was higher it was not respected and user got lowest project access level. Now it is fixed and user get highest access level Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Create 6.0-to-7.0 update guide
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 19 Jun, 2014 2 commits
-
-
Marin Jankovski authored
-
Marin Jankovski authored
-