summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/milestone_select.js.coffee
Commit message (Collapse)AuthorAgeFilesLines
* ES6ify all the things!Fatih Acet2016-07-241-137/+0
|
* Revert "Merge branch 'gl-dropdown-issuable-form' into 'master'"revert-bdb6f1e6Douwe Maan2016-07-151-1/+1
| | | This reverts merge request !4970
* GL dropdowns in issuable formPhil Hughes2016-07-071-1/+1
| | | | | | This allows labels to be created on whilst creating/editing an issuable Closes #12574
* Fix unescaped strings in Underscore templates.underscore-templatesConnor Shea2016-06-291-3/+3
|
* Merge branch 'issuable-sidebar-bold' into 'master' Jacob Schatz2016-06-151-6/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed issue with bold in issuable sidebar ## What does this MR do? ~~The sidebar contained both normal font weight & bold font weight, so this standardises them to bold.~~ After looking at the designs, i've updated the font weights & colors throughout the sidebar to correctly match them ## Screenshots (if relevant) ![Screen_Shot_2016-06-02_at_11.03.40](/uploads/0a3eb6a67ce5722c77f6adf2fe883017/Screen_Shot_2016-06-02_at_11.03.40.png) See merge request !4398
| * Corrected all sidebar font weights to correctly match the designPhil Hughes2016-06-101-6/+2
| |
* | Fixed issue with de-selecting dropdown option in issue sidebarissuable-sidebar-dropdown-deselect-fixPhil Hughes2016-06-151-1/+1
|/ | | | Closes #18641
* Fixes for MR comments.Fatih Acet2016-06-091-2/+2
|
* Use title attribute instead of data-original-title.Fatih Acet2016-06-081-2/+2
|
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into milestone-tooltipFatih Acet2016-06-061-2/+2
|\
| * Fixed JS errorsjquery2Phil Hughes2016-06-051-2/+2
| | | | | | | | CHANGELOG item
* | Show milestone remaining tooltip in right sidebar.Fatih Acet2016-06-031-2/+13
|/
* Merge branch 'multi-filter-labels' into 'master' Jacob Schatz2016-04-201-1/+1
|\ | | | | | | | | | | | | Mutliple label filter Fixes #989 See merge request !3438
| * Label text color comes from JSONPhil Hughes2016-04-201-1/+1
| | | | | | | | Created issuable singleton to house the filtering
* | Remove XSS vulnerability in Label and Milestone dropdownsRobert Speicher2016-04-191-2/+2
|/
* Fixed issue with dashboard/issues not filtering by milestonedashboard-filter-milestonePhil Hughes2016-04-111-1/+7
| | | | Closes #15128
* Fixes issue with dropdowns not selecting valuesfilter-dropdown-bugPhil Hughes2016-03-311-4/+8
| | | | | | Fixes issue with dropdowns not selecting when navigating between tabs Closes #14813
* Sidebar collapse update issueJacob Schatz2016-03-301-2/+5
|
* Make changed values visible in minimized sidebar.Jacob Schatz2016-03-301-13/+9
|
* Fixed multiselectPhil Hughes2016-03-291-19/+5
|
* Fixed issue with milestone not being un-selectablePhil Hughes2016-03-291-0/+2
|
* Standardised the output of the JSON to always include the namePhil Hughes2016-03-291-10/+12
| | | | The frontend will then always use the name as the ID - like previous
* Removed un-used codePhil Hughes2016-03-291-11/+0
|
* Updated to only include upcoming on filtersPhil Hughes2016-03-291-1/+22
| | | | Fixes tests
* Dropdown bug fixesPhil Hughes2016-03-291-3/+17
| | | | | | Added back upcoming to milestone filter Fixed bug that would cause the currently selected value to disappear on filters Fixed bug that throw an error when filtering by upcoming when there is only a milestone in the past
* Update, so filtering works properly.Jacob Schatz2016-03-261-1/+4
| | | | Bulk update works as well
* Fix features until tests pass.Jacob Schatz2016-03-251-9/+17
| | | | | Milestones needed a none selector Assignee needed unassign.
* Fix broken functionality in sidebar after merge.Jacob Schatz2016-03-251-9/+7
| | | | Added nice animations too.
* New dropdowns work on merge requests too!Jacob Schatz2016-03-251-3/+5
|
* Add labels as proper POST arrays using new dropdownJacob Schatz2016-03-251-13/+13
|
* Add milestone sidebar update via JSONJacob Schatz2016-03-251-3/+3
|
* Make label search work with JSON dataJacob Schatz2016-03-251-7/+12
|
* Ajax call to milestones via new dropdownsJacob Schatz2016-03-251-2/+17
|
* Sidebar milestone updatable via JSONJacob Schatz2016-03-251-7/+15
|
* Updates sidebar milestone to use new dropdownsJacob Schatz2016-03-251-9/+12
|
* Fixes issue with filter label missing on labels & milestonesPhil Hughes2016-03-181-1/+1
|
* Fixed issue with labels dropdown getting wrong labelsPhil Hughes2016-03-181-9/+0
|
* Fixed some CS styling issuesPhil Hughes2016-03-181-19/+22
| | | | Fixed bug where wouldn't work on MR index
* Fixed issue with dashboard issues not reloadingPhil Hughes2016-03-181-1/+5
|
* Changing filter dropdowns shows loadingPhil Hughes2016-03-181-1/+7
| | | | Instead of doing a full refresh of the page - i've modified the filterResults method on the Issues object to work for this form as well
* Changed any variable name to save confusionPhil Hughes2016-03-181-2/+2
|
* Removed comparing against textPhil Hughes2016-03-181-1/+2
|
* Fixes issue with any milestone value in dropdown not being selectablePhil Hughes2016-03-181-1/+1
| | | | Closes #14293
* Fixed failing testsPhil Hughes2016-03-101-2/+2
|
* Uses a publicly facing URL so that it allows labels & milestones to be ↵Phil Hughes2016-03-101-6/+20
| | | | visible when not logged in
* Status dropdownPhil Hughes2016-03-101-2/+3
|
* Started page two for labels dropdown to allow creating new labelsPhil Hughes2016-03-101-2/+24
|
* Correctly fitlers remotelyPhil Hughes2016-03-101-2/+2
|
* milestone dropdownPhil Hughes2016-03-101-0/+23