summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add note on using a custom init scriptdoc_relative_urlAchilleas Pipinellis2016-02-091-1/+5
| | | | [ci skip]
* Edit configuration files for relative URL supportAchilleas Pipinellis2016-02-094-20/+23
| | | | [ci skip]
* Add relative URL documentationAchilleas Pipinellis2016-02-092-0/+128
|
* Merge branch 'missing_uploads_dir' into 'master' Achilleas Pipinellis2016-02-051-0/+3
|\ | | | | | | | | | | | | Make sure the public/uploads/ directory is created See merge request !2730
| * Make sure the public/uploads/ directory is createdAchilleas Pipinellis2016-02-051-0/+3
| | | | | | | | [ci skip]
* | Merge branch 'fix-double-page' into 'master' Dmitriy Zaporozhets2016-02-053-3/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix double paging ![Screen_Shot_2016-02-05_at_10.27.34_AM](/uploads/a21ad6c47ddecad29d377497ee2a167d/Screen_Shot_2016-02-05_at_10.27.34_AM.png) ![Screen_Shot_2016-02-05_at_10.27.44_AM](/uploads/3badb423df25f009886138c65cfe8347/Screen_Shot_2016-02-05_at_10.27.44_AM.png) See merge request !2727
| * | Fix double pagingJosh Frye2016-02-053-3/+1
| | |
* | | Merge branch 'improve-broadcast-messages' into 'master' Dmitriy Zaporozhets2016-02-052-2/+2
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve admin broadcast messages page * Show latest broadcast messages first on admin page * Use nice looking pagination Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Fixes #13211 cc @rspeicher @DouweM See merge request !2725
| * | Improve admin broadcast messages pageDmitriy Zaporozhets2016-02-052-2/+2
| | | | | | | | | | | | | | | | | | | | | * Show latest broadcast messages first on admin page * Use nice looking pagination Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'ruby_sha' into 'master' Achilleas Pipinellis2016-02-052-1/+12
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Fix Ruby SHA in installation guide The Ruby SHA that we were checking against in the installation guide was wrong. I replaced it with sha256sum which is also present in the Ruby downloads page. Also added it as a note in the doc styleguide. See merge request !2726
| * | Add ruby version update info in doc_styleguideAchilleas Pipinellis2016-02-051-0/+11
| | | | | | | | | | | | [ci skip]
| * | Fix wrong Ruby SHA and replace with sha256sumAchilleas Pipinellis2016-02-051-1/+1
| | | | | | | | | | | | [ci skip]
* | | Merge branch 'paginate-dashboard-projects' into 'master' Dmitriy Zaporozhets2016-02-0515-33/+91
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Page project list on dashboard See merge request !2689
| * | Frontend changes from MR feedbackpaginate-dashboard-projectsJosh Frye2016-02-051-3/+4
| | |
| * | Fix project filter form renderingDmitriy Zaporozhets2016-02-052-7/+11
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Implement changes from MR feedbackJosh Frye2016-02-045-16/+16
| | |
| * | Remove js lineJosh Frye2016-02-041-1/+0
| | |
| * | Various filter fixesJosh Frye2016-02-0418-62/+90
| | |
| * | Delay filter until user stops typingJosh Frye2016-02-046-26/+33
| | |
| * | Paginate + ajax filter dashboard projectsJosh Frye2016-02-0410-46/+67
| | |
| * | Page project list on dashboardJosh Frye2016-02-041-0/+2
| | |
* | | Merge branch 'improve-nav-controls' into 'master' Dmitriy Zaporozhets2016-02-0513-107/+94
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve reuse of existing UI components * Re-use top-are css component for issues/mr pages * Add support for inline form in nav-controls component cc @jschatz1 See merge request !2722
| * | | Remove project-issuable-filter from admin builds page :)improve-nav-controlsDmitriy Zaporozhets2016-02-053-27/+15
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Re-use top-are css component for issues/mr pagesDmitriy Zaporozhets2016-02-059-80/+75
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Add support for inline form in nav-controls componentDmitriy Zaporozhets2016-02-051-0/+4
|/ / / | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'doc_refactor_session_api' into 'master' Achilleas Pipinellis2016-02-051-17/+25
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Refactor session API documentation See merge request !2473
| * | | Refactor session API documentation [ci skip]doc_refactor_session_apiAchilleas Pipinellis2016-01-181-17/+25
| | | |
* | | | Merge branch 'doc_refactor_deploy_key_multiple_projects_api' into 'master' Achilleas Pipinellis2016-02-051-7/+11
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Refactor deploy_key_multiple_projects API documentation See merge request !2468
| * | | Refactor deploy_key_multiple_projects API documentation [ci skip]doc_refactor_deploy_key_multiple_projects_apiAchilleas Pipinellis2016-01-181-7/+11
| |/ /
* | | Merge branch 'list-padding' into 'master' Dmitriy Zaporozhets2016-02-0510-26/+15
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New padding for lists * improve consistency for list padding * reduce padding for project/group/events lists Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Fixes #12511 cc @jschatz1 @skyruler @creamzy See merge request !2715
| * | | New padding for listslist-paddingDmitriy Zaporozhets2016-02-0410-26/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * improve consistency for list padding * reduce padding for project/group/events lists Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Merge branch 'rymai/gitlab-ce-3007-fix-mr-label-links' into 'master' Rémy Coutable2016-02-055-24/+29
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix label links for a merge request pointing to issues list _Originally opened at !2150._ --- I have added a type parameter to the `link_to_label` helper method that is set to `'merge_request'` when in the context of a merge request. I have also improved the specs to actually test the output of the method instead of its implementation. Fixes #3007. See merge request !2700
| * | | | Allow link_to_label to take an optional type argrymai/gitlab-ce-3007-fix-mr-label-linksRémy Coutable2016-02-045-24/+29
| |/ / / | | | | | | | | | | | | | | | | | | | | You can set type: :merge_request to create a link to merge request lists instead of issues list. Accept both Symbol & String as type argument for the link_to_label helper
* | | | Merge branch 'search-on-groups-is-ugly' into 'master' Dmitriy Zaporozhets2016-02-042-13/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change placeholder text to just 'search' Fixes #13168 ![Screen_Shot_2016-02-04_at_12.30.16_PM](/uploads/ca3c5549abeedce99d693606135d7428/Screen_Shot_2016-02-04_at_12.30.16_PM.png) See merge request !2711
| * | | Change placeholder text to just 'search'search-on-groups-is-uglyJacob Schatz2016-02-042-13/+1
| | |/ | |/|
* | | Merge branch 'fuzzy-file-search-menu-shortcut-placement' into 'master' Dmitriy Zaporozhets2016-02-041-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Puts shortcut key in the right place. Fixes #13192 ![Screen_Shot_2016-02-04_at_11.51.15_AM](/uploads/a10dc24b4a836199351ba98fca266695/Screen_Shot_2016-02-04_at_11.51.15_AM.png) See merge request !2710
| * | | Puts shortcut key in the right place.fuzzy-file-search-menu-shortcut-placementJacob Schatz2016-02-041-4/+4
| | | |
* | | | Merge branch 'feature/jschatz1/issuable-sidebar' into 'master' Dmitriy Zaporozhets2016-02-0418-115/+463
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Implement new design for issue and merge request right sidebar Fixes #3981 See merge request !2645
| * | | Properly link to the right issue or merge requestfeature/jschatz1/issuable-sidebarJacob Schatz2016-02-042-2/+22
| | | |
| * | | Resize sidebar on initial page refresh.Jacob Schatz2016-02-041-2/+10
| | | |
| * | | Make size changes based on screen resize.Jacob Schatz2016-02-032-0/+37
| | | |
| * | | Fixes sidebar width.Jacob Schatz2016-02-032-4/+11
| | | |
| * | | Issue sidebar bug fix.Jacob Schatz2016-02-032-5/+3
| | | | | | | | | | | | | | | | Thanks @rspeicher.
| * | | Fix sidebar replacement for issues & MRsJacob Schatz2016-02-031-1/+1
| | | |
| * | | Sidebar works after sidebar ajax calls.Jacob Schatz2016-02-026-9/+10
| | | |
| * | | Added correct colors and styles from antetype mockup.Jacob Schatz2016-02-024-11/+12
| | | |
| * | | Add ajax calls to return JSONJacob Schatz2016-01-306-5/+14
| | | | | | | | | | | | | | | | | | | | Fix subtitles on minimize. Fix styles for show.
| * | | Add detail to collapsed iconsJacob Schatz2016-01-284-3/+44
| | | |
| * | | Fix icon centering on collapsed viewJacob Schatz2016-01-281-7/+6
| | | |
| * | | Sidebar collapse and expand work with whole page.Jacob Schatz2016-01-287-17/+108
| | | |