Actions
Feature proposal #6250
closedImprove random order by
Description
Currently it's random per session/gallery, which it should be random on each build (e.g. if no id is preset).
Updated by krileon over 7 years ago
- Target version changed from 4.0.0 to 2.1.0
Generate the random string and save it to session separate from the gallery, but is attached to the gallery id. This would allow a new random display on every view of a gallery, but allow it to persist through paging without having to mess with the gallery object session caching.
Updated by krileon over 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
The random order by seed is now always refreshed on initial views and only persists for paging purposes. Page 1 will always generate a new random seed. This ensures each view of the gallery is always random.
Actions