Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copy used in alert message when deleting branches or tags. #2993issue_2993 | Rubén Dávila | 2015-11-19 | 1 | -1/+1 |
| | |||||
* | Create show page for tag and render release notes there and on index page | Dmitriy Zaporozhets | 2015-11-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Move project header title definition to view in question. | Douwe Maan | 2015-09-17 | 2 | -0/+3 |
| | |||||
* | Style commits, branches and tags pages to match new UI | Dmitriy Zaporozhets | 2015-09-07 | 3 | -11/+17 |
| | |||||
* | Add merged label on branches page | Florent (HP) | 2015-08-11 | 1 | -0/+5 |
| | |||||
* | Remove disableButtonIf[Any]EmptyField calls from forms | Robert Speicher | 2015-06-26 | 1 | -2/+1 |
| | | | | These have been replaced by the "requiresInput" behavior. | ||||
* | Add Merge Request button to branches page. | Douwe Maan | 2015-05-09 | 1 | -4/+7 |
| | |||||
* | Capitalize "X" in "New X". | Douwe Maan | 2015-04-30 | 1 | -1/+1 |
| | |||||
* | Add a page title to every page. | Douwe Maan | 2015-04-30 | 2 | -0/+2 |
| | |||||
* | Fix button overflow for branches/tags pages | Dmitriy Zaporozhets | 2015-04-14 | 1 | -3/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Refactor buttons | Dmitriy Zaporozhets | 2015-03-14 | 1 | -3/+3 |
| | |||||
* | Merge branch 'link-to-button' of https://github.com/cirosantilli/gitlabhq ↵ | Dmitriy Zaporozhets | 2015-03-02 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | into cirosantilli-link-to-button Conflicts: app/views/shared/_issuable_filter.html.haml | ||||
| * | Convert Javascript links to buttons. | Ciro Santilli | 2015-01-17 | 1 | -1/+1 |
| | | |||||
* | | Upgrade to Rails 4.1.9 | Vinnie Okada | 2015-02-14 | 3 | -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' buttons | uran | 2014-12-23 | 1 | -1/+2 |
|/ | |||||
* | Create helper for sort drowdown option names | Dmitriy Zaporozhets | 2014-12-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge pull request #7866 from cirosantilli/input-button-to-tag | Dmitriy Zaporozhets | 2014-10-28 | 1 | -1/+1 |
|\ | | | | | Use button type=submit instead of input. | ||||
| * | Use button type=submit instead of input. | Ciro Santilli | 2014-10-01 | 1 | -1/+1 |
| | | |||||
* | | Upgrade to Font Awesome v4.2 | Sullivan SENECHAL | 2014-10-03 | 3 | -5/+5 |
|/ | |||||
* | Merge pull request #7193 from dloman/master | Dmitriy Zaporozhets | 2014-09-05 | 1 | -1/+1 |
|\ | | | | | added htmlsafe to branch list | ||||
| * | added str-truncated to branch list to fix issue #7192 | Daniel Loman | 2014-09-01 | 1 | -1/+1 |
| | | |||||
* | | Validate branch-names and references in WebUI, API | Robert Schilling | 2014-09-03 | 1 | -2/+6 |
| | | | | | | | | Add specs for GitRefValidator | ||||
* | | don't lookup branch element - it might need to be escaped | Robert Schilling | 2014-08-17 | 1 | -3/+1 |
|/ | |||||
* | Changed some stuff around after rebase | Jeroen van Baarsen | 2014-05-23 | 1 | -4/+2 |
| | |||||
* | Make sure the branch counter gets updated | Jeroen van Baarsen | 2014-05-23 | 2 | -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 Zaporozhets | 2014-05-23 | 1 | -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 commits | Dmitriy Zaporozhets | 2014-05-23 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Move protected branches to Project settings | Dmitriy Zaporozhets | 2014-05-23 | 4 | -51/+33 |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Improve branch-removal logic | Dmitriy Zaporozhets | 2014-05-22 | 1 | -2/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix btn-group align | Dmitriy Zaporozhets | 2014-02-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fixed 500 error on branch and tag creation via UI | Dmitriy Zaporozhets | 2014-02-24 | 1 | -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-grouped | Dmitriy Zaporozhets | 2014-02-20 | 1 | -2/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix branches/compare butten to directly diff to default branch | Timm Drevensek | 2014-02-15 | 1 | -3/+4 |
| | |||||
* | Use new tags/branches from gitlab_git | Dmitriy Zaporozhets | 2014-02-03 | 1 | -8/+12 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | New branch doesn't exist yet. | dosire | 2014-01-16 | 1 | -2/+2 |
| | |||||
* | Replace hints with text that is obviously not valid. | dosire | 2014-01-15 | 1 | -3/+2 |
| | |||||
* | Add UI for downloading various archive formats. | Jason Hollingsworth | 2014-01-07 | 1 | -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 forms | Dmitriy Zaporozhets | 2014-01-02 | 1 | -3/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Update form classes | Dmitriy Zaporozhets | 2013-12-31 | 1 | -4/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Convert span into col-md | Dmitriy Zaporozhets | 2013-12-30 | 2 | -6/+6 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove unnecessary ago keyword | Dmitriy Zaporozhets | 2013-12-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add time ago tooltips to show actual date/time | Drew Blessing | 2013-12-14 | 1 | -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 deprecations | Jeroen van Baarsen | 2013-12-10 | 1 | -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 counters | Dmitriy Zaporozhets | 2013-11-15 | 1 | -2/+12 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | avatar upload on profile page | Steven Thonus | 2013-10-09 | 1 | -1/+1 |
| | |||||
* | Compare link for branches | Dmitriy Zaporozhets | 2013-09-12 | 1 | -0/+4 |
| | |||||
* | Remove unecessary paddding at Branches#index page | Dmitriy Zaporozhets | 2013-08-08 | 1 | -2/+2 |
| | |||||
* | Remove unecessary paddding at Branches#recent page | Dmitriy Zaporozhets | 2013-08-08 | 1 | -2/+2 |
| | |||||
* | Refactor recent branches page | Dmitriy Zaporozhets | 2013-08-05 | 3 | -1/+26 |
| | |||||
* | improve new branch page | Dmitriy Zaporozhets | 2013-07-17 | 1 | -3/+3 |
| |