The current mechanism backing drag-to-reorder (jQ UI) on project screenshots doesn't fully work on touch screens. Evaluate a replacement and implement.
One thing we'll need to do when adding a 3rd-party file is track the licensing for it. So what you'll need to do is update our LICENSE and Allura/LICENSE files and add a little section to mention that filename and the MIT license like the other sections in that file. And then add it into our rat-excludes.txt file which is for the "release audit tool" which checks licenses of all our files.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ticket-list.js which is used on ticket search results gear icon, you can reorder the columns (I didn't even know that was possible!)
The SortableRepeated stuff seems messy to me, at least the tracker field management is a very messy page. May do a proof of concept moving the features list to use the new sortable, and we can move towards dropping SortableRepeated widgets?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I tweaked the code a little bit to check if responsive template overriders were enabled as the indicator, rather than the current theme. This is so that other existing themes aren't impacted e.g. forge-allura here runs theme with just a few changes to the header & footer.
Merged.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
kt/8256
One thing we'll need to do when adding a 3rd-party file is track the licensing for it. So what you'll need to do is update our
LICENSE
andAllura/LICENSE
files and add a little section to mention that filename and the MIT license like the other sections in that file. And then add it into ourrat-excludes.txt
file which is for the "release audit tool" which checks licenses of all our files.License files updated on new rev.
And what about other places that use old
.sortable(
? Looks like they are:The SortableRepeated stuff seems messy to me, at least the tracker field management is a very messy page. May do a proof of concept moving the features list to use the new sortable, and we can move towards dropping SortableRepeated widgets?
SortableRepeatedMixin work ticketed separately at [#8258]
Related
Tickets: #8258
I tweaked the code a little bit to check if responsive template overriders were enabled as the indicator, rather than the current theme. This is so that other existing themes aren't impacted e.g. forge-allura here runs theme with just a few changes to the header & footer.
Merged.