summaryrefslogtreecommitdiff
path: root/app/models/label.rb
Commit message (Expand)AuthorAgeFilesLines
* Destroy related lists when a label is removedDouglas Barbosa Alexandre2016-08-171-0/+2
* Simplify regex for string-based multi-word label surrounded in quotesfix-label-reference-filterDouglas Barbosa Alexandre2016-07-131-1/+1
* Doesn't match empty label references surrounded in quotesDouglas Barbosa Alexandre2016-07-131-1/+1
* Fix markdown rendering for label references that contains `.`Douglas Barbosa Alexandre2016-07-131-2/+2
* Fix markdown rendering for label references that begin with a digitDouglas Barbosa Alexandre2016-07-131-1/+4
* Fix markdown rendering for consecutive label referencesDouglas Barbosa Alexandre2016-07-131-1/+1
* Use CGI.unescapeHTML rather than doing the gsub with a mapDouglas Barbosa Alexandre2016-07-051-11/+1
* Move `unescape_html_entities` from LabelsHelper to Label modelDouglas Barbosa Alexandre2016-07-051-1/+11
* Render references for labels that name contains ?, or &Douglas Barbosa Alexandre2016-07-051-13/+3
* Allow '?', or '&' for label titlesDouglas Barbosa Alexandre2016-07-051-3/+17
* Fix label order by priority on labels pageissue_14189Sean McGivern2016-06-071-2/+2
* Remove unnecessary null-specific orderSean McGivern2016-06-061-2/+2
* typoAlfredo Sumaran2016-06-061-1/+1
* Update method nameAlfredo Sumaran2016-06-061-2/+2
* Add unprioritized scopeAlfredo Sumaran2016-06-061-3/+5
* Improve Issuable.order_labels_priorityRémy Coutable2016-06-061-19/+6
* Sort by label priorityThijs Wouters2016-06-061-0/+23
* Prioritize labels functionalityAlfredo Sumaran2016-06-061-0/+2
* Merge branch 'remove-annotate-gem' into 'master' Yorick Peterse2016-05-101-14/+0
|\
| * Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-14/+0
* | Merge branch 'issue_15394' into 'master' Rémy Coutable2016-05-091-0/+4
|\ \ | |/ |/|
| * Make model sanitization methods one linersFelipe Artur2016-05-091-3/+2
| * Sanitize milestones and label titlesissue_15394Felipe Artur2016-05-051-0/+5
* | Annotate the modelsZeger-Jan van de Weg2016-05-061-8/+8
|/
* Label text color comes from JSONPhil Hughes2016-04-201-0/+4
* Memoize reference_pattern/link_reference_patternmemoize-pattern-methodsYorick Peterse2016-04-011-1/+1
* Fix issues count on labels pagenotifications-for-subscribers-confidential-issue-labelsDouglas Barbosa Alexandre2016-03-221-4/+4
* Original implementation to allow users to subscribe to labelsTimothy Andrew2016-03-151-0/+2
* Remove redundant code in cross project labels implementationGrzegorz Bizon2016-03-031-3/+4
* Mention cross-project labels in markdown documentationGrzegorz Bizon2016-03-031-0/+4
* Add additional text prefix in cross project labelsGrzegorz Bizon2016-03-031-1/+2
* Add support for cross project references for labelsGrzegorz Bizon2016-03-031-1/+6
* Add cross project references support for label modelGrzegorz Bizon2016-03-031-4/+20
* Add support for keyword arguments in label reference methodGrzegorz Bizon2016-03-031-6/+3
* Add open_merge_requests_count methodAlfredo Sumaran2016-03-011-0/+4
* Add association to merge requestsAlfredo Sumaran2016-03-011-0/+1
* Merge branch 'visibletrap/gitlab-ce-label'Douwe Maan2016-02-191-7/+8
|\
| * Label description and Label rowTap2016-02-171-7/+8
* | Add labels tab to milestone detail view.Rubén Dávila2016-02-021-0/+4
|/
* Add custom ColorValidatorRobert Speicher2015-12-071-3/+1
* Use "Any Label" and "Any Milestone" in selects rather than the ambiguous "Any...Douwe Maan2015-12-021-1/+1
* Annotate modelsDmitriy Zaporozhets2015-11-131-0/+1
* Restore placeholders in issue filters from "Any" to "Milestone" and "Label"Stan Hu2015-10-081-1/+3
* Support filtering by "Any" milestone or issue and fix "No Milestone" and "No ...Stan Hu2015-10-071-0/+3
* CRUD for admin labelsValery Sizov2015-09-031-1/+7
* Support only double quotes for multi-word label referencesRobert Speicher2015-05-261-6/+4
* Add `reference_pattern` to Referable modelsRobert Speicher2015-05-261-0/+16
* Add `to_reference` for models that support referencesRobert Speicher2015-05-261-0/+27
* Remove duplicate ampersand from Label title format validatorRobert Speicher2015-04-201-1/+1
* Fix label color input.fix-label-color-inputDouwe Maan2015-04-171-0/+2