summaryrefslogtreecommitdiff
path: root/app/views/explore
Commit message (Collapse)AuthorAgeFilesLines
* Add spellcheck=false to certain input fieldsspellcheck_falseValery Sizov2015-10-122-2/+2
|
* Clean up overlap between dashboard and explore.Douwe Maan2015-09-086-11/+46
| | | | | - 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.
* Set page title based on content in dashboard areaDmitriy Zaporozhets2015-09-031-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve explore proojects pageDmitriy Zaporozhets2015-09-032-3/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve starred and trending pagesDmitriy Zaporozhets2015-09-032-12/+16
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* New UI for explore groups and trending pagesDmitriy Zaporozhets2015-09-032-5/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Standartize how we render group rowsDmitriy Zaporozhets2015-08-261-11/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor project list renderingDmitriy Zaporozhets2015-08-261-6/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Re-use project partial for rendering explore projectsDmitriy Zaporozhets2015-08-255-38/+10
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Cleanup groups pages UI a bittop-menu-improvementsDmitriy Zaporozhets2015-08-201-4/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Rebuild navigation for dashboardDmitriy Zaporozhets2015-08-206-25/+43
| | | | | | | | | | * 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>
* Apply markdown filter for project descriptions on explore viewSven Strickroth2015-08-051-2/+2
| | | | Signed-off-by: Sven Strickroth <email@cs-ware.de>
* Store commit count in project tableadvanced-cacheDmitriy Zaporozhets2015-07-171-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove button to all projects on Trending Projects page.Nicolas2015-06-141-3/+0
| | | | Fixes #2001.
* Dont use fixed pixel size if form controls - its bad for mobile devicesDmitriy Zaporozhets2015-06-082-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add a page title to every page.Douwe Maan2015-04-304-0/+4
|
* Restyle explore page to sidebar layoutDmitriy Zaporozhets2015-04-221-1/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add project filter by visibility and tag to explore pageDmitriy Zaporozhets2015-03-102-26/+68
|
* Merge branch 'link-to-button' of https://github.com/cirosantilli/gitlabhq ↵Dmitriy Zaporozhets2015-03-022-2/+2
|\ | | | | | | | | | | | | into cirosantilli-link-to-button Conflicts: app/views/shared/_issuable_filter.html.haml
| * Convert Javascript links to buttons.Ciro Santilli2015-01-172-2/+2
| |
* | Merge branch 'master' into rails-4.1.9Vinnie Okada2015-02-191-5/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Show contributed projects on user page and stars for itDmitriy Zaporozhets2015-02-171-5/+3
| | |
* | | Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-4/+4
|/ / | | | | | | | | | | 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.
* | Refactor sorting in projectDmitriy Zaporozhets2015-02-052-16/+13
|/
* Create helper for sort drowdown option namesDmitriy Zaporozhets2014-12-042-8/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge pull request #7866 from cirosantilli/input-button-to-tagDmitriy Zaporozhets2014-10-282-2/+2
|\ | | | | Use button type=submit instead of input.
| * Use button type=submit instead of input.Ciro Santilli2014-10-012-2/+2
| |
* | Use stars icon on explore->starred pageDmitriy Zaporozhets2014-10-142-1/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Upgrade to Font Awesome v4.2Sullivan SENECHAL2014-10-034-4/+4
|/
* Fix ugly project access iconsDmitriy Zaporozhets2014-09-041-9/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Restyle explore projects to fix #7548Robert Schilling2014-08-201-20/+21
|
* Tests for trending/starred pagesDmitriy Zaporozhets2014-07-261-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Most starred projects page for Explore areaDmitriy Zaporozhets2014-07-252-1/+16
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor explore area tests. Replaced old linksDmitriy Zaporozhets2014-07-232-7/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor explore areaDmitriy Zaporozhets2014-07-234-0/+120
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>