summaryrefslogtreecommitdiff
path: root/app/views/projects/branches
Commit message (Collapse)AuthorAgeFilesLines
* Update copy used in alert message when deleting branches or tags. #2993issue_2993Rubén Dávila2015-11-191-1/+1
|
* Create show page for tag and render release notes there and on index pageDmitriy Zaporozhets2015-11-051-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move project header title definition to view in question.Douwe Maan2015-09-172-0/+3
|
* Style commits, branches and tags pages to match new UIDmitriy Zaporozhets2015-09-073-11/+17
|
* Add merged label on branches pageFlorent (HP)2015-08-111-0/+5
|
* Remove disableButtonIf[Any]EmptyField calls from formsRobert Speicher2015-06-261-2/+1
| | | | These have been replaced by the "requiresInput" behavior.
* Add Merge Request button to branches page.Douwe Maan2015-05-091-4/+7
|
* Capitalize "X" in "New X".Douwe Maan2015-04-301-1/+1
|
* Add a page title to every page.Douwe Maan2015-04-302-0/+2
|
* Fix button overflow for branches/tags pagesDmitriy Zaporozhets2015-04-141-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor buttonsDmitriy Zaporozhets2015-03-141-3/+3
|
* Merge branch 'link-to-button' of https://github.com/cirosantilli/gitlabhq ↵Dmitriy Zaporozhets2015-03-021-1/+1
|\ | | | | | | | | | | | | into cirosantilli-link-to-button Conflicts: app/views/shared/_issuable_filter.html.haml
| * Convert Javascript links to buttons.Ciro Santilli2015-01-171-1/+1
| |
* | Upgrade to Rails 4.1.9Vinnie Okada2015-02-143-9/+9
| | | | | | | | | | | | 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.
* | Corrected validation of 'Create branch' and 'Create tag' buttonsuran2014-12-231-1/+2
|/
* Create helper for sort drowdown option namesDmitriy Zaporozhets2014-12-041-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge pull request #7866 from cirosantilli/input-button-to-tagDmitriy Zaporozhets2014-10-281-1/+1
|\ | | | | Use button type=submit instead of input.
| * Use button type=submit instead of input.Ciro Santilli2014-10-011-1/+1
| |
* | Upgrade to Font Awesome v4.2Sullivan SENECHAL2014-10-033-5/+5
|/
* Merge pull request #7193 from dloman/masterDmitriy Zaporozhets2014-09-051-1/+1
|\ | | | | added htmlsafe to branch list
| * added str-truncated to branch list to fix issue #7192Daniel Loman2014-09-011-1/+1
| |
* | Validate branch-names and references in WebUI, APIRobert Schilling2014-09-031-2/+6
| | | | | | | | Add specs for GitRefValidator
* | don't lookup branch element - it might need to be escapedRobert Schilling2014-08-171-3/+1
|/
* Changed some stuff around after rebaseJeroen van Baarsen2014-05-231-4/+2
|
* Make sure the branch counter gets updatedJeroen van Baarsen2014-05-232-1/+6
| | | | | | | | When you delete a branch, the counters wont get updated automaticly, this happends because of the JS nature of the original call. I've fixed this by responding with a JS file, and recalculate the counters. Fixes: #6030
* Merge branch 'branch-creation-flow' into 'master'Dmitriy Zaporozhets2014-05-231-1/+1
|\ | | | | | | | | | | | | | | | | Branch creation flow To improve user experience with web editing I did next improvements: * when create branch via ui - redirect to tree view so you start add/edit files * when click on branch name - redirect to tree view instead of commits so you can immedialty add/edit files
| * Branch link on branches page goes to tree view instead of commitsDmitriy Zaporozhets2014-05-231-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Move protected branches to Project settingsDmitriy Zaporozhets2014-05-234-51/+33
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve branch-removal logicDmitriy Zaporozhets2014-05-221-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix btn-group alignDmitriy Zaporozhets2014-02-241-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fixed 500 error on branch and tag creation via UIDmitriy Zaporozhets2014-02-241-1/+1
| | | | | | Also fixes issue with branch/tag removing via UI Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use more specific class names: grouped -> btn-groupedDmitriy Zaporozhets2014-02-201-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix branches/compare butten to directly diff to default branchTimm Drevensek2014-02-151-3/+4
|
* Use new tags/branches from gitlab_gitDmitriy Zaporozhets2014-02-031-8/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* New branch doesn't exist yet.dosire2014-01-161-2/+2
|
* Replace hints with text that is obviously not valid.dosire2014-01-151-3/+2
|
* Add UI for downloading various archive formats.Jason Hollingsworth2014-01-071-3/+1
| | | | | | Change the “Download” button to a split button with options for zip and tar.gz. Added download option to tree view.
* Style new branch/tag formsDmitriy Zaporozhets2014-01-021-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update form classesDmitriy Zaporozhets2013-12-311-4/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Convert span into col-mdDmitriy Zaporozhets2013-12-302-6/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove unnecessary ago keywordDmitriy Zaporozhets2013-12-301-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add time ago tooltips to show actual date/timeDrew Blessing2013-12-141-3/+1
| | | | | | | | | | | | | | | | | | Clean up admin dashboad tooltips Clean up admin dashboad tooltips Clean up admin dashboad tooltips Add helper method change to use app helper Modify tooltips to use new helper Convert remaining times Adjust one tooltip
* Fixed some deprecationsJeroen van Baarsen2013-12-101-1/+1
| | | | | | * Model.all is deprecacted, use without .all * confirm: message is deprecated, needed to be wrapped in data block
* Fix recent branches order. Added countersDmitriy Zaporozhets2013-11-151-2/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* avatar upload on profile pageSteven Thonus2013-10-091-1/+1
|
* Compare link for branchesDmitriy Zaporozhets2013-09-121-0/+4
|
* Remove unecessary paddding at Branches#index pageDmitriy Zaporozhets2013-08-081-2/+2
|
* Remove unecessary paddding at Branches#recent pageDmitriy Zaporozhets2013-08-081-2/+2
|
* Refactor recent branches pageDmitriy Zaporozhets2013-08-053-1/+26
|
* improve new branch pageDmitriy Zaporozhets2013-07-171-3/+3
|