Downloads
Download tar.gz
11.33 KB
MD5: d3969dbffb691443487e92333c077b99
SHA-1: 07d6c0b835ba8b461f01995255218a097339820e
SHA-256: 4ffb0cf1065d502fdc1852bfd7a2f021647ced6a5448f8b161bb58f0c5759f7d
Download zip
12.62 KB
MD5: cfec127a51b403aa6b16f246021dd199
SHA-1: d0d3fb6ead321436f0e882f54aea33e0af7d6a70
SHA-256: a307353787f9bf9bededd1ecf5a7f88350fc532ddff87d95b25b6d9ca211c441
Release notes
New Features:
#390342: Additional Sort Order / Filter Option
- Added sort order options, ascending/descending by Title/Gallery. (Click on the table headings.)
- Added search by image title. (Click on the filter heading.)
Bug Fix:
#340432: Not assigning files to the right gallery.
- tl;dr. When there is no strict sort order requested, some databases do not maintain a consistent order with even identical queries. This creates problems for Drupal's form processing because it runs a query once to generate the form, and then a second time after the form is submitted to evaluate it. There is trouble if the query results are different each time.