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-05-05Start builds redesignAnnabel Dunstone
2016-03-04Make projects sort dropdown shared so it can be reused for other pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-04Add option to show archived projects on dahsboardDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-04Updated dropdown CSSPhil Hughes
This is a start on #3279 by updating the CSS for the dropdown menu. This doesnt include any CSS for the title bar or filter field
2016-03-03Use helper for font-awesome iconsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-03Improve UI for explore projects pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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-02-10Cleanup to use one selectorJosh Frye
2016-02-09Fix explore filter. Fixes #13182Josh Frye
2016-02-05Fix double pagingJosh Frye
2016-02-04Implement changes from MR feedbackJosh Frye
2016-02-04Various filter fixesJosh Frye
2016-02-04Paginate + ajax filter dashboard projectsJosh Frye
2016-02-03Add sort dropdown to dashboard projects pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-28Removed sorted text from dropdownsPhil Hughes
Closes #12796
2015-12-24Fix explore projects page UIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-12-03Fixed invalid link on starred projects dashboard.Anton Baklanov
Fixes #3468
2015-12-02Don't use success state for explore projects search buttonDouwe Maan
2015-10-18Update style of snippets pagesDouwe Maan
2015-10-12Add spellcheck=false to certain input fieldsValery Sizov
2015-09-08Clean up overlap between dashboard and explore.Douwe Maan
- Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.
2015-09-03Set page title based on content in dashboard areaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-03Improve explore proojects pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-03Improve starred and trending pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-03New UI for explore groups and trending pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-27Standartize how we render group rowsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-26Refactor project list renderingDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-25Re-use project partial for rendering explore projectsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-20Cleanup groups pages UI a bitDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-20Rebuild navigation for dashboardDmitriy Zaporozhets
* projects from explore page are available from dashboard * use dashboard sidebar for both logged in and not users * move explroe projects under projects tab * move explore groups under groups tab * move public snippets under snippets tab Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-05Apply markdown filter for project descriptions on explore viewSven Strickroth
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2015-07-17Store commit count in project tableDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-14Remove button to all projects on Trending Projects page.Nicolas
Fixes #2001.
2015-06-08Dont use fixed pixel size if form controls - its bad for mobile devicesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-04-30Add a page title to every page.Douwe Maan
2015-04-22Restyle explore page to sidebar layoutDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-03-11Add project filter by visibility and tag to explore pageDmitriy Zaporozhets
2015-03-03Merge branch 'link-to-button' of https://github.com/cirosantilli/gitlabhq ↵Dmitriy Zaporozhets
into cirosantilli-link-to-button Conflicts: app/views/shared/_issuable_filter.html.haml
2015-02-20Merge branch 'master' into rails-4.1.9Vinnie Okada
Conflicts: app/views/dashboard/_project.html.haml app/views/events/event/_common.html.haml app/views/explore/projects/_project.html.haml app/views/groups/_projects.html.haml app/views/projects/_home_panel.html.haml app/views/projects/_issues_nav.html.haml app/views/projects/issues/_discussion.html.haml app/views/projects/issues/_issues.html.haml app/views/projects/issues/show.html.haml app/views/projects/merge_requests/_discussion.html.haml app/views/projects/merge_requests/_show.html.haml app/views/projects/milestones/index.html.haml app/views/projects/notes/_edit_form.html.haml app/views/shared/_issuable_filter.html.haml
2015-02-18Show contributed projects on user page and stars for itDmitriy Zaporozhets
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
2015-02-06Refactor sorting in projectDmitriy Zaporozhets
2015-01-17Convert Javascript links to buttons.Ciro Santilli
2014-12-04Create helper for sort drowdown option namesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-10-28Merge pull request #7866 from cirosantilli/input-button-to-tagDmitriy Zaporozhets
Use button type=submit instead of input.
2014-10-14Use stars icon on explore->starred pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-10-03Upgrade to Font Awesome v4.2Sullivan SENECHAL
2014-10-01Use button type=submit instead of input.Ciro Santilli
2014-09-04Fix ugly project access iconsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-08-20Restyle explore projects to fix #7548Robert Schilling