Douglas Barbosa Alexandre
e89a515ce9
Fix unescaped strings in the labels dropdown template
2016-07-06 04:40:02 -03:00
Douglas Barbosa Alexandre
e87ed41876
Render label name contains ?, & in the labels dropdown without escaping
2016-07-05 20:59:33 -03:00
Douglas Barbosa Alexandre
e186626d25
Allow '?', or '&' for label titles
2016-07-05 20:57:09 -03:00
Connor Shea
491c213af6
Fix unescaped strings in Underscore templates.
2016-06-29 15:59:30 -06:00
Alfredo Sumaran
0e3208c405
Use instance property to enable/disable label assignment
2016-06-23 16:13:42 -05:00
Alfredo Sumaran
618cf373ca
Apply labels only if we picked a label from the dropdown
2016-06-23 16:13:42 -05:00
Alfredo Sumaran
9d96b9eb27
Fixes icon state when selecting issues that have the same labels assigned
2016-06-16 16:56:58 -05:00
Jacob Schatz
bb1c0e88ae
Merge branch 'issuable-sidebar-bold' into 'master'
...
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)

See merge request !4398
2016-06-15 20:29:50 +00:00
Jacob Schatz
c7eecb4a20
Merge branch 'label-create-error-messages' into 'master'
...
Correctly shows label errors in dropdown
## What does this MR do?
Correctly shows any errors in the dropdown when creating a new label
## What are the relevant issue numbers?
Closes #18344
## Screenshots (if relevant)

See merge request !4553
2016-06-10 15:38:32 +00:00
Phil Hughes
10f17c2fcd
Correctly shows label errors in dropdown
...
Fixes #18344
2016-06-10 10:48:39 +01:00
Phil Hughes
a99d25b174
Checks against date parsing instead of string
...
Removes template for html string that isn't needed
2016-06-10 10:41:58 +01:00
Phil Hughes
492e006217
Corrected all sidebar font weights to correctly match the design
2016-06-10 10:41:58 +01:00
Phil Hughes
e796555bdb
Fixed issue where label filtering didnt work
...
Closes #18375
2016-06-09 17:13:51 +01:00
Alfredo Sumaran
22b8b9a7f3
Address feedback
2016-06-03 17:14:23 -05:00
Alfredo Sumaran
f02ee98697
Tweaks for bulk assignment
2016-06-03 17:14:23 -05:00
Alfredo Sumaran
e42f88ca37
Restore dropdown state when unchecking all issues
2016-06-03 17:11:41 -05:00
Alfredo Sumaran
558ef36f6c
Do not remove inputs when dropdown menu hides
2016-06-03 17:11:41 -05:00
Alfredo Sumaran
02fc7adf11
Remove console.log
2016-06-03 17:11:41 -05:00
Alfredo Sumaran
d8aaf018ac
Handle unchecking of indeterminate items
2016-06-03 17:11:41 -05:00
Alfredo Sumaran
eccc1f5911
Update classname for indeterminate state
2016-06-03 17:10:20 -05:00
Alfredo Sumaran
6974d970b4
typo
2016-06-03 17:10:20 -05:00
Alfredo Sumaran
4ab6bfcef5
Set indeterminated items
2016-06-03 17:10:20 -05:00
Alfredo Sumaran
af30c87cf2
Remove unnecesary assignment
2016-06-03 17:10:20 -05:00
Alfredo Sumaran
dbccacdb82
Ability to assign a label to multiple issues
2016-06-03 17:10:20 -05:00
Phil Hughes and Jacob Schatz
b2ec176539
Removes duplicates from the label dropdown
...
It concats the duplicate labels into a single label in the dropdown with
the color being a gradient of the differnet colors being concatted.
Closes #16555
2016-04-29 12:10:30 -04:00
Phil Hughes
0158b86d8c
Updated label links to work correctly for filtering
...
See !3846#note_5033951
2016-04-26 09:13:03 +01:00
Phil Hughes
83adcf19b7
Escapes label title in filters
...
Fixes #15522
2016-04-22 14:32:14 +01:00
Robert Speicher
aea9799197
Merge branch 'label-text-color-sidebar' into 'master'
...
Fixes text color on labels in sidebar
Previously the labels in the sidebar would just have `#FFF` text color which could cause problems with a light background color.
With this, the text color comes from the JSON.
See merge request !3846
2016-04-21 23:13:38 +00:00
Phil Hughes
97baf41adc
Reverted link changes
2016-04-21 18:46:12 +01:00
Phil Hughes
639ba1b09b
Removed console.log
2016-04-21 17:22:16 +01:00
Phil Hughes
7f23e0b8c0
Fixes text color on labels in sidebar
2016-04-21 08:50:15 +01:00
Alfredo Sumaran
7e0ef892f4
Merge remote-tracking branch 'origin/master' into label-dropdown-fix
2016-04-20 17:10:10 -05:00
Jacob Schatz
692c35e6f4
Merge branch 'multi-filter-labels' into 'master'
...
Mutliple label filter
Fixes #989
See merge request !3438
2016-04-20 19:18:32 +00:00
Phil Hughes
ab93ea04aa
Correctly checks for undefined in coffeescript 🙈
2016-04-20 17:52:55 +01:00
Alfredo Sumaran
7b6fe0e259
Merge remote-tracking branch 'origin/master' into label-dropdown-fix
...
# Conflicts:
# app/views/shared/issuable/_sidebar.html.haml
2016-04-20 11:40:55 -05:00
Phil Hughes
439a72803b
Any label & no label out weigh other labels - these two will clear previously selected labels
...
Fixed issue with no label not working correctly
2016-04-20 17:23:10 +01:00
Phil Hughes
75626d5f01
Label text color comes from JSON
...
Created issuable singleton to house the filtering
2016-04-20 17:00:12 +01:00
Robert Speicher
8de18d417d
Remove XSS vulnerability in Label and Milestone dropdowns
2016-04-19 13:41:08 -04:00
Arinde Eniola
5cefd8ab76
some refactoring
2016-04-19 17:22:55 +01:00
Alfredo Sumaran
9a99fccb97
Remove $parent
2016-04-18 12:49:23 -05:00
Jacob Schatz
ef9f5579d2
Fix coding style issues. Dashes to camelCase
2016-04-16 15:56:19 -04:00
Alfredo Sumaran
9066ac0da5
Fix create label functionality
2016-04-15 13:01:46 -05:00
Alfredo Sumaran
50998e69bf
Restore broken code
2016-04-15 11:50:18 -05:00
Arinde Eniola
0debd9c7d3
fix labels button dropdown not showing how many labels clicked
2016-04-14 15:26:53 +01:00
Jacob Schatz
42e0625dfb
Filter by multiple labels with little animation.
2016-04-13 16:10:49 -04:00
Jacob Schatz
e684480eeb
Proper selecting multiple labels.
2016-04-13 16:10:49 -04:00
Jacob Schatz
19b9df2d4f
storing multiple values for comma seperation
2016-04-13 16:10:49 -04:00
Jacob Schatz
dfadbe5e45
Initial mutli label filter
2016-04-13 16:10:49 -04:00
Jacob Schatz
d7c7f54634
Merge branch 'issue_15093' into 'master'
...
Set tooltips for new added labels
Fixes #15093

See merge request !3667
2016-04-13 17:19:20 +00:00
Phil Hughes
a6ba94dbd1
Filtering by any label keeps the text on the toggle button
2016-04-12 09:32:12 +01:00