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).
Actions
Added by krileon over 8 years ago. Updated almost 8 years ago.
Description
Currently it's random per session/gallery, which it should be random on each build (e.g. if no id is preset).
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.
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.