aboutsummaryrefslogtreecommitdiffstats
path: root/install/phpwebgallery_structure.sql (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-11-24changing name of key from none to history_i1plegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@616 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-11-24Drop of PRIMARY Key on history table.gweltas1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@615 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-11-23- global categories' options : instead of N horizontal tabs on a singleplegall1-0/+1
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 git-svn-id: http://piwigo.org/svn/trunk@614 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-11-21optimization : instead of reading each $conf['calendar_datefield'] forplegall1-1/+2
matching YEAR() and MONTH(), use of SQL statement BETWEEN ... AND ... on the date field + new index image_i5 on date_creation (default date field for calendar) git-svn-id: http://piwigo.org/svn/trunk@612 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-11-16- images.path column added to reduce database accessplegall1-0/+1
- function mass_inserts moved from admin/remote_sites.php to admin/include/function.php - function mass_inserts used in admin/update.php git-svn-id: http://piwigo.org/svn/trunk@606 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-11-13- admin/cat_options page added : manage options for the whole categoriesplegall1-3/+6
tree (uploadable, commentable). status and visible will be soon added - admin.php : $conf_link var to avoid lines longer than 79 characters - config.upload_available configuration parameter disappear : it's simpler to manage with cat_options - config.show_comments idem : new column categories.commentable, each categories can be commentable or not - categories.site_id becomes a nullable column : a virtual category does belong to no site - function display_select_categories has a new argument : $CSS_classes array to optionnaly assign a CSS class to each category in the select field - added informations in include/config.inc.php for setting default value of : - categories.visible - categories.status - categories.uploadable - categories.commentable - 2 new indexes images_i3(average_rate) and images_i4(hit) : optimizes best rated and most visited categories git-svn-id: http://piwigo.org/svn/trunk@602 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-09-26-First draft of history displaygweltas1-2/+3
git-svn-id: http://piwigo.org/svn/trunk@537 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-08-30add rating featurez0rglub1-0/+13
git-svn-id: http://piwigo.org/svn/trunk@507 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-08-21- add files metadata support : use info for database fieldsz0rglub1-0/+1
- distinction between directories synchronization and metadata synchronization git-svn-id: http://piwigo.org/svn/trunk@486 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-08-05- non picture files management (adds column images.representative_ext)z0rglub1-3/+3
- short_period + long_period replaced by a single recent_period git-svn-id: http://piwigo.org/svn/trunk@474 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-06-25- moved index images.storage_category_id to images_i1z0rglub1-1/+2
- new index images_i2 on images.date_available git-svn-id: http://piwigo.org/svn/trunk@444 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-05-28table user_category droppedz0rglub1-13/+0
git-svn-id: http://piwigo.org/svn/trunk@423 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-05-20field comments.date becomes a datetime MySQL field type (instead of int)z0rglub1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@420 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-03-31bug 15 : useless index in categories droppedz0rglub1-1/+0
git-svn-id: http://piwigo.org/svn/trunk@407 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-03-04new version of config tablez0rglub1-22/+5
git-svn-id: http://piwigo.org/svn/trunk@385 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-03-04move admin/phpwebgallery_structure.sql to install/phpwebgallery_structure.sqlz0rglub1-0/+0
git-svn-id: http://piwigo.org/svn/trunk@381 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-02-10adding all new features of branch 1.3, using new index naming conventionz0rglub1-6/+25
git-svn-id: http://piwigo.org/svn/trunk@356 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-02-032004.02.03_01h00 : auto commitz0rglub1-22/+3
git-svn-id: http://piwigo.org/svn/trunk@347 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-02-02Merge of the 1.3.1 releasegweltas1-3/+22
Creation of an unique include file (common.php) Creation of an unique define file (include/constants.php) Modification of the installation procedure git-svn-id: http://piwigo.org/svn/trunk@345 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-072004.01.07_01h00 : auto commitz0rglub1-0/+244
git-svn-id: http://piwigo.org/svn/trunk@266 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-062004.01.06_01h00 : auto commitz0rglub1-244/+0
git-svn-id: http://piwigo.org/svn/trunk@265 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-202003.09.21_01h00 : auto commitz0rglub1-2/+3
git-svn-id: http://piwigo.org/svn/trunk@149 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-192003.09.20_01h00 : auto commitz0rglub1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@137 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-142003.09.15_01h00 : auto commitz0rglub1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@112 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-102003.09.11_01h00 : auto commitz0rglub1-1/+2
git-svn-id: http://piwigo.org/svn/trunk@86 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-07`/bin/date +"%Y.%m.%d_%Hh%M"`z0rglub1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@80 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-05`/bin/date +"%Y.%m.%d_%Hh%M"`z0rglub1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@65 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-08-30`/bin/date +"%Y.%m.%d_%Hh%M"`z0rglub1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@62 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-08-29`/bin/date +"%Y.%m.%d_%Hh%M"`z0rglub1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@59 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-08-24`/bin/date +"%Y.%m.%d_%Hh%M"`z0rglub1-5/+15
git-svn-id: http://piwigo.org/svn/trunk@58 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-26`/bin/date +"%Y.%m.%d_%Hh%M"`z0rglub1-1/+3
git-svn-id: http://piwigo.org/svn/trunk@43 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-24Adding support of independant uploadable categoriesz0rglub1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@35 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-07-23First commitz0rglub1-0/+228
git-svn-id: http://piwigo.org/svn/trunk@34 68402e56-0260-453c-a942-63ccdbb3a9ee