Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-03Refactor projects listDmitriy Zaporozhets
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>
2016-03-02Provide defaults and make sure we everything is container into a parent elementAlfredo Sumaran
2016-03-01Pass options to UserTabsAlfredo Sumaran
2016-03-01Handle user tabsAlfredo Sumaran
2015-12-05Notify user if they cannot create projectsAndrew Tomaka
2015-03-05Improve projects listDmitriy Zaporozhets
* Add search filtering for group projects * Show all user projects on dashboard * Refactor projects list into one view * Hide big list of projects with 'Show all' button
2014-10-21Only run profile js on pages that need itCiro Santilli