Title: - global categories' options : instead of N horizontal tabs on a single [...]
Commit from plg 2004-11-23 23:31 CET
- global categories' options : instead of N horizontal tabs on a single
  page, N options in the left menu (but the same backend)

- categories.global_rank : new calculated field. It gives a global rank of
  the category among all others (updated during ordering)

- category.php page : menu is generated faster thanks to
  categories.global_rank, recursivity becomes useless :-)

- new function to display select box with a set of categories :
  display_select_cat_wrapper

- cat_options : instead of using 1 multiselect for true/false items, using 1
  multiselect for true, and another one for false. The form provides buttons
  with arrows to switch categories from one multiselect to another

- deletion of obsolete function display_categories (working with the old
  template system)

- deletion of obsolete functions get_user_plain_structure,
  create_user_structure, get_user_subcat_ids, update_structure, count_images
  : useless thanks to global_rank
Module File name Revision
phpwebgallery template/default/admin/user_perm.tpl 1.2 >>> 1.3
phpwebgallery template/default/admin/cat_options.tpl 1.1 >>> 1.2
phpwebgallery template/default/category.tpl 1.21 >>> 1.22
phpwebgallery template/default/admin.tpl 1.8 >>> 1.9
phpwebgallery language/en_UK.iso-8859-1/admin.lang.php 1.27 >>> 1.28
phpwebgallery install/phpwebgallery_structure.sql 1.13 >>> 1.14
phpwebgallery install/dbscheme.txt 1.12 >>> 1.13
phpwebgallery include/functions_html.inc.php 1.13 >>> 1.14
phpwebgallery include/functions_category.inc.php 1.44 >>> 1.45
phpwebgallery admin/include/functions_metadata.php 1.8 >>> 1.9
phpwebgallery admin/include/functions.php 1.32 >>> 1.33
phpwebgallery admin/update.php 1.35 >>> 1.36
phpwebgallery admin/cat_options.php 1.1 >>> 1.2
phpwebgallery search.php 1.22 >>> 1.23
phpwebgallery category.php 1.57 >>> 1.58
phpwebgallery admin.php 1.20 >>> 1.21


Reply via email to