summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary project limit argument from group projects pagerefactor-projects-listDmitriy Zaporozhets2016-03-031-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor projects listDmitriy Zaporozhets2016-03-0311-103/+60
| | | | | | | | | | | | | | | | 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>
* Merge branch 'issue_4095' into 'master' Dmitriy Zaporozhets2016-03-037-4/+45
|\ | | | | | | | | | | | | Don't show Issues/MRs from archived projects in Groups view Fixes #4095 See merge request !2980
| * Update CHANGELOG.issue_4095Rubén Dávila2016-03-021-0/+1
| |
| * Don't list merge requests from archived projects in Group view.Rubén Dávila2016-03-023-1/+21
| |
| * Don't list issues from archived projects in Group view.Rubén Dávila2016-03-025-3/+23
| |
* | Merge branch 'improve-user-tabs' into 'master' Jacob Schatz2016-03-0311-117/+353
|\ \ | | | | | | | | | | | | | | | | | | Add routes and actions for dynamic tab loading. Closes #13588 and #13584 See merge request !2961
| * | Re-use previous lineimprove-user-tabsAlfredo Sumaran2016-03-021-5/+4
| | |
| * | Remove unnecesary assignmentAlfredo Sumaran2016-03-021-1/+0
| | |
| * | Set actions dinamically and offer defaultAction as a optional parameterAlfredo Sumaran2016-03-021-11/+11
| | |
| * | Provide defaults and make sure we everything is container into a parent elementAlfredo Sumaran2016-03-023-108/+118
| | |
| * | Turn off existing event listenersAlfredo Sumaran2016-03-021-0/+4
| | |
| * | Remove trailing slashesAlfredo Sumaran2016-03-021-1/+3
| | |
| * | Group similar conditionalsAlfredo Sumaran2016-03-021-7/+1
| | |
| * | Message for when no groups foundAlfredo Sumaran2016-03-011-0/+2
| | |
| * | Fix specsAlfredo Sumaran2016-03-011-0/+7
| | |
| * | Add click to tab stepsAlfredo Sumaran2016-03-011-0/+16
| | |
| * | Add required classname for specAlfredo Sumaran2016-03-011-1/+1
| | |
| * | Merge branch 'master' into improve-user-tabsAlfredo Sumaran2016-03-0152-232/+466
| |\ \
| * | | Remove unneded call to missing librayAlfredo Sumaran2016-03-011-3/+0
| | | |
| * | | Add inline documentationAlfredo Sumaran2016-03-011-0/+51
| | | |
| * | | Rename attribute from url to href for consistencyAlfredo Sumaran2016-03-012-2/+2
| | | |
| * | | Specify path to be used for @Page to load user activityAlfredo Sumaran2016-03-011-2/+2
| | | |
| * | | Remove unneded method callAlfredo Sumaran2016-03-011-1/+0
| | | | | | | | | | | | | | | | @activateTab will call @setTab via .tab('show') this will trigger the method binded to this event which is @tabShown
| * | | Make url and actions to be the same nameAlfredo Sumaran2016-03-014-9/+9
| | | |
| * | | Respond with 'show' view. Tab content will be loaded dinamicallyAlfredo Sumaran2016-03-011-3/+3
| | | |
| * | | Activate tab according URLAlfredo Sumaran2016-03-012-17/+23
| | | |
| * | | Pass options to UserTabsAlfredo Sumaran2016-03-011-2/+2
| | | |
| * | | Initialize User class on the viewAlfredo Sumaran2016-03-012-2/+7
| | | |
| * | | Handle default tabAlfredo Sumaran2016-02-291-15/+43
| | | |
| * | | Let User class handle resource loadingAlfredo Sumaran2016-02-291-4/+1
| | | |
| * | | Activities will load when the according tab is openedAlfredo Sumaran2016-02-291-1/+0
| | | |
| * | | Select just the first matched elementAlfredo Sumaran2016-02-291-1/+2
| | | | | | | | | | | | | | | | This a generic selector. It was also affecting spinner icon of the tabs
| * | | Respond to .json requestsAlfredo Sumaran2016-02-291-3/+24
| | | |
| * | | Tidy htmlAlfredo Sumaran2016-02-291-30/+18
| | | |
| * | | Add ul to wrap project listAlfredo Sumaran2016-02-291-2/+3
| | | |
| * | | Handle user tabsAlfredo Sumaran2016-02-291-0/+5
| | | |
| * | | Create user_tabs.js.coffeeAlfredo Sumaran2016-02-291-0/+58
| | | |
| * | | Delete unnecesary scriptAlfredo Sumaran2016-02-292-62/+0
| | | |
| * | | Add routes and actions for dynamic tab loadingJosh Frye2016-02-299-40/+149
| | | |
* | | | Merge branch 'rs-quick-submit-teaching' into 'master' Robert Speicher2016-03-0222-45/+71
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | Contextually teach the user about the quick submit hotkeyRobert Speicher2016-03-021-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | Change `js-quick-submit` behavior to expect the class on the formRobert Speicher2016-03-0222-45/+52
|/ / / / | | | | | | | | | | | | | | | | 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!
* | | | Merge branch 'notification-settings' into 'master' Jacob Schatz2016-03-023-70/+72
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notifications settings UI Closes #13859 ![](https://gitlab.com/gitlab-org/gitlab-ce/uploads/125e8e3b14319b6cf95e9aa31659681a/notification-settings.png) See merge request !3035
| * | | | Notifications settings UIPhil Hughes2016-03-023-70/+72
| | | | | | | | | | | | | | | | | | | | Closes #13859
* | | | | Merge branch 'preferences-view' into 'master' Jacob Schatz2016-03-021-49/+49
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preferences view Closes #13861 ![](https://gitlab.com/gitlab-org/gitlab-ce/uploads/133ae7a1b4a0e931d5a6b19922eb2703/preferences-settings.png) See merge request !3036
| * | | | | Preferences viewPhil Hughes2016-03-021-49/+49
| |/ / / / | | | | | | | | | | | | | | | Closes #13861
* | | | | Merge branch 'audit-log-ui' into 'master' Jacob Schatz2016-03-024-21/+32
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Audit log UI Closes #13862 ![](https://gitlab.com/gitlab-org/gitlab-ce/uploads/a6d6d1c3661173b95df9ec95f8e2f644/audit-log-settings.png) See merge request !3037
| * | | | | audit log UI updatePhil Hughes2016-03-024-21/+32
| |/ / / / | | | | | | | | | | | | | | | Closes #13862
* | | | | Merge branch 'patch-1' into 'master' Robert Speicher2016-03-021-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Typo in API documentation [ci skip] See merge request !3058