- 03 Mar, 2016 12 commits
-
-
Dmitriy Zaporozhets authored
This reverts commit 617bb109.
-
Dmitriy Zaporozhets authored
This reverts commit 70d64552.
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Refactor projects list 1. Fix double bottom border if pagination 2. Fix broken search on forks page 4. Remove duplicate js logic 4. Remove unused show all link 5. Remove duplicate “no project” message in different views After this merge request you can easily render shared projects template with all necessary html/js included to make searchable list with pagination. All you need to provide is controller that returns projects list with seach nad pagination and render html form with project-filter-form id and text field with filter_projects name. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> cc @jschatz1 @DouweM See merge request !3075
-
Douwe Maan authored
Reuse query from ProjectsFinder to get projects accessible to current user. Fixes #13648 This is a refactor to reuse the existing query from our `ProjectsFinder` class See merge request !3049
-
Dmitriy Zaporozhets authored
Use normal font weight for todos counter Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !3076
-
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
1. Fix double bottom border if pagination 2. Fix broken search on forks page 4. Remove duplicate js logic 4. Remove unused show all link 5. Remove duplicate “no project” message in different views After this merge request you can easily render shared projects template with all necessary html/js included to make searchable list with pagination. All you need to provide is controller that returns projects list with seach nad pagination and render html form with project-filter-form id and text field with filter_projects name. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Don't show Issues/MRs from archived projects in Groups view Fixes #4095 See merge request !2980
-
Jacob Schatz authored
Add routes and actions for dynamic tab loading. Closes #13588 and #13584 See merge request !2961
-
Alfredo Sumaran authored
-
- 02 Mar, 2016 28 commits
-
-
Rubén Dávila authored
-
Robert Speicher authored
Contextually teach the user about the quick submit hotkey When a user tabs to the submit button (i.e., the "wrong" way), we display a tooltip with the quick submit hotkey so they can learn the "right" way. See merge request !2802
-
Robert Speicher authored
When a user tabs to the submit button (i.e., the "wrong" way), we display a tooltip with the quick submit hotkey so they can learn the "right" way.
-
Robert Speicher authored
Now it will work on any field inside that form, and it's easier to scope new behavior, which is what we're adding next!
-
Jacob Schatz authored
Notifications settings UI Closes #13859 ![](https://gitlab.com/gitlab-org/gitlab-ce/uploads/125e8e3b14319b6cf95e9aa31659681a/notification-settings.png) See merge request !3035
-
Jacob Schatz authored
Preferences view Closes #13861 ![](https://gitlab.com/gitlab-org/gitlab-ce/uploads/133ae7a1b4a0e931d5a6b19922eb2703/preferences-settings.png) See merge request !3036
-
Alfredo Sumaran authored
-
Jacob Schatz authored
Audit log UI Closes #13862 ![](https://gitlab.com/gitlab-org/gitlab-ce/uploads/a6d6d1c3661173b95df9ec95f8e2f644/audit-log-settings.png) See merge request !3037
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
Rubén Dávila authored
-
Rubén Dávila authored
-
Robert Speicher authored
Typo in API documentation [ci skip] See merge request !3058
-
Rubén Dávila authored
* Also refactor query to get projects accessible for current user. ProjectsFinder actually return public projects when no user is passed.
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
Rémy Coutable authored
[ci skip]
-
Robert Speicher authored
Add link to open merge requests on label index Closes #13501 See merge request !3057
-
Phil Hughes authored
Closes #13862
-
Phil Hughes authored
Closes #13861
-
Phil Hughes authored
Closes #13859
-
Jacob Schatz authored
Profile settings Closes #13853 ![](https://gitlab.com/gitlab-org/gitlab-ce/uploads/4fb28f2598de6d9ca4e5be8595dbe863/profile-settings.png) See merge request !3038
-
Phil Hughes authored
-
Alfredo Sumaran authored
-
Robert Speicher authored
Only show group member roles if explicitly requested This very simply fixes an EE problem, but I made the change here so it's less prone to errors from merges. In EE, prior to this change, group member roles were shown in project member list when a project is shared with a group. This is bad because the project explicitly shares with the group and sets a 'max access' level. If the max access level is 'developer' the project owner doesn't want to see 'Owner' in the group roles because it will confuse them. I verified that permissions are really being honored here, it was just an error in the view. You can see in https://gitlab.com/gitlab-org/gitlab-ee/blob/master/app/views/projects/project_members/_shared_group_members.html.haml#L18 where this was how it was intended to be. Likely a CE-EE merge introduced this bug. That's why I made the boolean required in CE even though this is for EE. ## Before ![Screen_Shot_2016-03-01_at_8.59.02_AM](/uploads/704ab3149f60c363dd8374bd0c06a46a/Screen_Shot_2016-03-01_at_8.59.02_AM.png) ## After ![Screen_Shot_2016-03-01_at_9.17.54_AM](/uploads/5fcabef352cbc41dade037767f90ace3/Screen_Shot_2016-03-01_at_9.17.54_AM.png) See merge request !3044
-
Phil Hughes authored
-
Rémy Coutable authored
Tag deletion doesn't use AJAX anymore See merge request !2986
-
Achilleas Pipinellis authored
Add Todos documentation Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/13884 See merge request !3064
-