Posted by jchan on January 26, 2010 at 9:51am
| Download | Size | md5 hash |
|---|---|---|
| gallery_manage-6.x-1.0-beta6.tar.gz | 11.33 KB | d3969dbffb691443487e92333c077b99 |
| gallery_manage-6.x-1.0-beta6.zip | 12.62 KB | cfec127a51b403aa6b16f246021dd199 |
Last updated: December 24, 2010 - 23:04
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.