[Rt-commit] rt branch, 4.6/selectize-multiple-user-inputs, repushed
? sunnavy
sunnavy at bestpractical.com
Thu Feb 13 14:54:05 EST 2020
The branch 4.6/selectize-multiple-user-inputs was deleted and repushed:
was 1f220fec32a49bf31811c516246bedae2eb0558f
now e03fc225aa5f6d56682283dea491ef001e61c0dc
1: 0c82ad31c ! 1: df4c93617 Add Selectize js lib to RT
@@ -6,9 +6,9 @@
--- a/devel/third-party/README
+++ b/devel/third-party/README
@@
- Description: A set of SVG icons. Icon files are installed via npm, then webpack tree-shakes to generate js for only the icons we use.
- Origin: https://github.com/FortAwesome/Font-Awesome/tree/master/js-packages/%40fortawesome
- License: Icons: CC BY 4.0, Code: MIT License
+ Description: an enhanced Suckerfish-style menu jQuery plugin
+ Origin: https://github.com/joeldbirch/superfish
+ License: MIT and GPL
+
+* selectize-0.12.6
+Description: bubble-like multiple user inputs
2: 76d2e5ec6 = 2: fc82d3f60 Add sortable component to jQuery UI, which is needed for our selectize UI
3: 0290b678f = 3: 4632cfb30 Add css to Theme.html for multiple user input bubbles
4: 397aceed0 ! 4: 3ec6ae82b Switch to Selectize for multiple user inputs
@@ -28,6 +28,8 @@
@import "ticket-search.css";
+ at import "selectize.customized.css";
@import "print.css";
+ @import "Chart.css";
+ @import "jquery.jgrowl.min.css";
diff --git a/share/static/css/elevator-light/selectize.customized.css b/share/static/css/elevator-light/selectize.customized.css
new file mode 100644
5: f38175b0a = 5: b8099b4c0 Show labels instead of values(emails) for default values too
6: e8642f1eb = 6: 35e69f7ae Disable browser autocomplete for selectize related inputs
7: b539d0aa4 = 7: 2a98c9b67 Support selectize_option/selectize_item from json to customize option/item UI
8: c2f250d55 = 8: 9d7043e25 Make values of fields specified in $UserSearchFields searchable in selectize
9: f52f40b43 = 9: 8d3436471 Remove the hardcoded max-height limit for selectize dropdown
10: d61ed4bbc = 10: 6211d42ea Don't set content type for internal users autocomplete calls
11: 7654b4d24 = 11: cd9e6c610 Add padding for the user inputs in the selectize dropdown
12: 1f220fec3 ! 12: cc71d1294 Use hovered-menu bg color for hovered selectize dropdown item too
@@ -13,3 +13,4 @@
+.selectize-dropdown .active {
+ background-color: #cfdeff;
+}
+
--: ------- > 13: e03fc225a Update hints of Cc/AdminCc as inputs are not comma-delimited any more
More information about the rt-commit
mailing list