Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Redesign project tabs on group pagegroup-projects-page | Dmitriy Zaporozhets | 2016-03-14 | 1 | -12/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add projects list sort dropdown to group page | Dmitriy Zaporozhets | 2016-03-04 | 1 | -4/+5 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove unnecessary project limit argument from group projects pagerefactor-projects-list | Dmitriy Zaporozhets | 2016-03-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Refactor projects list | Dmitriy Zaporozhets | 2016-03-03 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | 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> | ||||
* | Fix group projects styles | Jacob Schatz | 2016-02-23 | 1 | -5/+6 |
| | | | | | Makes new project button visible when no projects are available. Fixes #13193 | ||||
* | Cleanup to use one selectorfix-explore-filter | Josh Frye | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | Starred, All, and Trending on explore are paged also group projects. Need ↵ | Josh Frye | 2016-02-09 | 1 | -8/+9 |
| | | | | ajax filter. | ||||
* | Refactor nav controls section (search and new project/group btn) | Dmitriy Zaporozhets | 2016-02-03 | 1 | -9/+8 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | New UI for group pagenew-group-page | Dmitriy Zaporozhets | 2015-12-22 | 1 | -2/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge branch 'fix_issue_2906' into 'master' | Douwe Maan | 2015-10-14 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | | | | | + and Titleize New Project button on dashboard Hello there. Its my first merge request in open source world. So please be tolerant to me if i do something wrong. I try to fix https://gitlab.com/gitlab-org/gitlab-ce/issues/2906 See merge request !1564 | ||||
| * | Use css style | Чингиз Ауанасов | 2015-10-13 | 1 | -1/+2 |
| | | |||||
| * | + and Titleize New Project button on dashboard | Чингиз Ауанасов | 2015-10-10 | 1 | -1/+1 |
| | | |||||
* | | Project names are not fully shown if group name is too big, even on group ↵group_names_widget | Valery Sizov | 2015-10-13 | 1 | -1/+1 |
| | | | | | | | | page view | ||||
* | | Add spellcheck=false to certain input fieldsspellcheck_false | Valery Sizov | 2015-10-12 | 1 | -1/+1 |
|/ | |||||
* | Project page Update | Andrey | 2015-09-25 | 1 | -1/+1 |
| | | | | | refactoring buttons, fixes for projects filter on the dashboard and group page | ||||
* | Change some base colors in UI | Dmitriy Zaporozhets | 2015-09-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Refactor project list rendering | Dmitriy Zaporozhets | 2015-08-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Make some visual improvements to dashboard page after we moved activity | Dmitriy Zaporozhets | 2015-08-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix project name overflow on dashboard | Dmitriy Zaporozhets | 2015-03-18 | 1 | -3/+3 |
| | |||||
* | Fix project create link on group page | Dmitriy Zaporozhets | 2015-03-04 | 1 | -1/+1 |
| | |||||
* | Improve projects list | Dmitriy Zaporozhets | 2015-03-04 | 1 | -22/+9 |
| | | | | | | | * 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 | ||||
* | Introduce shortcuts for routing helpers | Dmitriy Zaporozhets | 2015-02-25 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into rails-4.1.9 | Vinnie Okada | 2015-02-19 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | DB performance improvements to GitLab | Dmitriy Zaporozhets | 2015-02-18 | 1 | -1/+1 |
| | | |||||
* | | Upgrade to Rails 4.1.9 | Vinnie Okada | 2015-02-14 | 1 | -2/+2 |
|/ | | | | | | 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. | ||||
* | Improve project icons for dashboard | Dmitriy Zaporozhets | 2015-02-02 | 1 | -2/+2 |
| | |||||
* | Predefine colors for project identicons | Dmitriy Zaporozhets | 2015-01-24 | 1 | -2/+2 |
| | |||||
* | Fix tests, merge conflicts, some minor issues and make the project avatar ↵ | Hannes Rosenögger | 2015-01-24 | 1 | -0/+2 |
| | | | | feature mergable | ||||
* | Upgrade to Font Awesome v4.2 | Sullivan SENECHAL | 2014-10-03 | 1 | -2/+2 |
| | |||||
* | Dont truncate project names on group page | Dmitriy Zaporozhets | 2014-06-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove ui-box css | Dmitriy Zaporozhets | 2014-05-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Replace ui-box title with panel-heading | Dmitriy Zaporozhets | 2014-05-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Replace ui-box with panel.panel-default | Dmitriy Zaporozhets | 2014-05-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Allow masters to create projects in groups | Dmitriy Zaporozhets | 2014-05-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | typos fixed | Marc Radulescu | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | Refactor scss | Dmitriy Zaporozhets | 2014-02-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Use css truncation instead of rails | Dmitriy Zaporozhets | 2014-01-08 | 1 | -2/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Hide last activity from group projects list | Dmitriy Zaporozhets | 2013-12-29 | 1 | -3/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Style project visibility icons on dashboard | Dmitriy Zaporozhets | 2013-12-26 | 1 | -1/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | visibility level info in project tabs | skv | 2013-12-26 | 1 | -0/+1 |
| | |||||
* | Few fixes to spinach tests | Dmitriy Zaporozhets | 2013-08-27 | 1 | -2/+2 |
| | |||||
* | Replace %h5.title with div.title | Dmitriy Zaporozhets | 2013-07-13 | 1 | -1/+1 |
| | |||||
* | Cleaner dashboard sidebar | Dmitriy Zaporozhets | 2013-07-09 | 1 | -10/+9 |
| | |||||
* | Replace projects_box with ui-box. Fixed team spinach test | Dmitriy Zaporozhets | 2013-03-14 | 1 | -1/+1 |
| | |||||
* | replace right with pull-right | Dmitriy Zaporozhets | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | refactor buttons pt2 | Dmitriy Zaporozhets | 2013-01-29 | 1 | -1/+1 |
| | |||||
* | Fixed styles, ProjectHook specs etc | Dmitriy Zaporozhets | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | Refactor css lists. Use well-list class | Dmitriy Zaporozhets | 2012-12-18 | 1 | -3/+3 |
| | |||||
* | Minor improvments to UI | Dmitriy Zaporozhets | 2012-11-29 | 1 | -0/+2 |
| | |||||
* | add ability to change namespace from project edit page | Dmitriy Zaporozhets | 2012-11-24 | 1 | -0/+5 |
| |