Pseudo-random sort order for package list added
authorLaury GvR <laury@gaslightmedia.com>
Fri, 30 Mar 2018 15:25:40 +0000 (11:25 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 30 Mar 2018 15:25:40 +0000 (11:25 -0400)
commitb333b27ec8945a3cbca0c230db573a6fe9d6700c
tree58932ca0cabdf0df7ab175f3867046c6dbf680ca
parentc121e83e8a86c0db2525bc6a012ad8d93d12cdab
Pseudo-random sort order for package list added

Pseudo-random sort ordering will order the list differently for
each session (not each page refresh) by using a random seed and a
cookie. The database now contains the package_list_order field,
and management for package list has a dropdown for this setting.

The default is still Alpha-Numeric, and the config values used are
the ones in the Member DB plugin.ini file.
classes/data/dataManagement.php
config/plugin.ini
index.php
models/front/packaging/list.php
setup/databaseScripts/create_database_V1.1.7.sql [deleted file]
setup/databaseScripts/create_database_V1.1.8.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/update_database_V1.1.8.sql [new file with mode: 0644]
views/admin/management/packaging.html