[Rt-commit] rt branch, 4.6/search-selection-next, repushed
Blaine Motsinger
blaine at bestpractical.com
Wed Jan 22 12:18:55 EST 2020
The branch 4.6/search-selection-next was deleted and repushed:
was 81b3b66ce324e8a274409c370ec25c9419c7c9f4
now acb4fdf66b83ddb0244f57bc1332ef415996d025
1: e722e0841e = 1: e722e0841e New drag and drop UI for selecting searches for homepage and dashboards
2: b2d3f14fd6 = 2: b2d3f14fd6 Add support for Drag and Drop UI to Admin->Global and Admin->Users
3: 2d3ab4dc92 = 3: 2d3ab4dc92 Alpha sort items in the select from list
4: 231730a17d ! 4: cad0f59072 Specify UTF-8 encoding
@@ -1,12 +1,12 @@
Author: Craig Kaiser <craig at bestpractical.com>
- Specifing of encoding as UTF-8 needed due to perl
+ Specify UTF-8 encoding
- The encoding needs to be specified or else a bug can be experienced,
- where the perl will default to ISO 8859-1 if it believes the encoding
- for the page has changed. This was seen when calling an ARG in HTML,
- causing a UTF-8 ellipsis to be encoded as ISO 8859-1. Key word:
- Mojibake.
+ The encoding needs to be specified or else a bug can be
+ experienced, where the perl will default to ISO 8859-1 if it
+ believes the encoding for the page has changed. This was seen when
+ calling an ARG in HTML, causing a UTF-8 ellipsis to be encoded as
+ ISO 8859-1.
diff --git a/share/html/Widgets/SearchSelection b/share/html/Widgets/SearchSelection
--- a/share/html/Widgets/SearchSelection
5: 5eff186b4c ! 5: ab34697bf9 Remove line in JS limiting axis
@@ -1,9 +1,8 @@
Author: Craig Kaiser <craig at bestpractical.com>
- Bug fix
+ Remove line in JS limiting axis
- Remove line in JS limiting axis, this line caused incorrect
- behavior when dragging.
+ This line caused incorrect behavior when dragging.
diff --git a/share/static/js/forms.js b/share/static/js/forms.js
--- a/share/static/js/forms.js
6: 81b3b66ce3 ! 6: acb4fdf66b Add drag out to remove from list functionality
@@ -2,10 +2,10 @@
Add drag out to remove from list functionality
- Add functionality that allows user another way to remove elements from
- the body or sidebar list. If the user drags an element from its
- container and drops it outside one of the two destination containers the
- element will be removed from the list.
+ Add functionality that allows user another way to remove elements
+ from the body or sidebar list. If the user drags an element from
+ its container and drops it outside one of the two destination
+ containers the element will be removed from the list.
diff --git a/share/static/js/forms.js b/share/static/js/forms.js
--- a/share/static/js/forms.js
More information about the rt-commit
mailing list