aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* - adding table user_categoryz0rglub2004-01-111-3/+22
| | | | | | | | | | | - adding field users.forbidden_categories - adding field categories.uppercats - adding indexes git-svn-id: http://piwigo.org/svn/branches/release-1_3@273 68402e56-0260-453c-a942-63ccdbb3a9ee
* improved again function insert_local_category : only one multiple insertz0rglub2004-01-111-24/+46
| | | | | | | query, one update for uppercats field git-svn-id: http://piwigo.org/svn/branches/release-1_3@272 68402e56-0260-453c-a942-63ccdbb3a9ee
* use the order of categories.uppercats for retrieving the local directory,z0rglub2004-01-111-4/+9
| | | | | | | | and not the ascending order of category ids (if you alterate manually the database by moving an old category under a new one). git-svn-id: http://piwigo.org/svn/branches/release-1_3@271 68402e56-0260-453c-a942-63ccdbb3a9ee
* add get_category_directories functionz0rglub2004-01-101-0/+27
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@270 68402e56-0260-453c-a942-63ccdbb3a9ee
* improvement of insert_local_category function : less SQL queries, only onez0rglub2004-01-101-84/+86
| | | | | | | short access to filesystem. git-svn-id: http://piwigo.org/svn/branches/release-1_3@269 68402e56-0260-453c-a942-63ccdbb3a9ee
* corrections by xoldaz0rglub2004-01-101-18/+18
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@268 68402e56-0260-453c-a942-63ccdbb3a9ee
* initial import on branch 1.3z0rglub2004-01-101-0/+548
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@267 68402e56-0260-453c-a942-63ccdbb3a9ee
* - no need of last '/' for get_dirs parameterz0rglub2004-01-041-24/+12
| | | | | | | - remove function get_themes git-svn-id: http://piwigo.org/svn/branches/release-1_3@264 68402e56-0260-453c-a942-63ccdbb3a9ee
* using new syntax for get_dirsz0rglub2004-01-042-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@263 68402e56-0260-453c-a942-63ccdbb3a9ee
* - when deleting a user, deletes rows in user_categoryz0rglub2004-01-031-5/+500
| | | | | | | | | | | | | | | | | | | | | | | - when deleting a group, first synchronize_group - add functions . get_plain_structure . create_structure . get_subcats_ids . get_all_subcats_ids . update_user_category . update_uppercats . get_user_restrictions . synchronize . synchronize_all_users . synchronize_user . synchronize_group . update_user_restrictions . get_user_all_restrictions . is_user_allowed git-svn-id: http://piwigo.org/svn/branches/release-1_3@262 68402e56-0260-453c-a942-63ccdbb3a9ee
* if permissions modified, synchronize_userz0rglub2004-01-031-0/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@261 68402e56-0260-453c-a942-63ccdbb3a9ee
* if associate or dissociate from a group, synchronize_userz0rglub2004-01-031-0/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@260 68402e56-0260-453c-a942-63ccdbb3a9ee
* if any update has been done, synchronize_all_usersz0rglub2004-01-031-21/+20
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@259 68402e56-0260-453c-a942-63ccdbb3a9ee
* for virtual category to picture association, if the number of categories isz0rglub2004-01-032-145/+243
| | | | | | | | more than $conf['max_LOV_categories'], we only show a text box asking parent category id git-svn-id: http://piwigo.org/svn/branches/release-1_3@258 68402e56-0260-453c-a942-63ccdbb3a9ee
* if permissions are updated, synchronize_groupz0rglub2004-01-031-0/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@257 68402e56-0260-453c-a942-63ccdbb3a9ee
* if permissions are updated, synchronize_all_usersz0rglub2004-01-031-0/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@256 68402e56-0260-453c-a942-63ccdbb3a9ee
* if category status changes, synchronize_all_usersz0rglub2004-01-031-0/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@255 68402e56-0260-453c-a942-63ccdbb3a9ee
* - categories are now collapsed if there is more thanz0rglub2004-01-031-32/+127
| | | | | | | | | | | | | | $conf['max_LOV_categories'] categories - if there is more than $conf['max_LOV_categories'] categories, there is no list of values of parent for adding virtual category - synchronize_all_users if adding or deleting a virtual category - in the url link to up,first,down,last #id is not shown anymore git-svn-id: http://piwigo.org/svn/branches/release-1_3@254 68402e56-0260-453c-a942-63ccdbb3a9ee
* new line added...z0rglub2004-01-031-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@253 68402e56-0260-453c-a942-63ccdbb3a9ee
* - use function get_user_plain_structure, create_user_structurez0rglub2004-01-031-34/+33
| | | | | | | | | - using categories.uppercats instead of the calculated structure - improving queries to retrieve pictures to display git-svn-id: http://piwigo.org/svn/branches/release-1_3@252 68402e56-0260-453c-a942-63ccdbb3a9ee
* don't use plain_structure anymorez0rglub2004-01-031-1/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@251 68402e56-0260-453c-a942-63ccdbb3a9ee
* usage of database info users.forbidden_categoriesz0rglub2004-01-031-8/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@250 68402e56-0260-453c-a942-63ccdbb3a9ee
* - possibility to display only a text field for a parent categoryz0rglub2004-01-031-0/+6
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@249 68402e56-0260-453c-a942-63ccdbb3a9ee
* - errors listz0rglub2004-01-031-2/+17
| | | | | | | - possibility to display only a text field for a parent category git-svn-id: http://piwigo.org/svn/branches/release-1_3@248 68402e56-0260-453c-a942-63ccdbb3a9ee
* - possibility to display only a text field for a parent categoryz0rglub2004-01-031-10/+16
| | | | | | | | | | - the bullet to the left of each category now represent a button to collapse or expand the category - for up,first,down,last, we don't show #id in url anymore git-svn-id: http://piwigo.org/svn/branches/release-1_3@247 68402e56-0260-453c-a942-63ccdbb3a9ee
* the number of subcats of a category is now in the var nb_sub_categoriesz0rglub2004-01-031-3/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@246 68402e56-0260-453c-a942-63ccdbb3a9ee
* - when creating a new user, taking into account that forbidden categoriesz0rglub2004-01-031-176/+58
| | | | | | | | | | are stored in users table, associate new user to the same groups that the guest, has the same categories informations than guest - remove functions get_restrictions, get_all_restrictions, is_user_allowed git-svn-id: http://piwigo.org/svn/branches/release-1_3@245 68402e56-0260-453c-a942-63ccdbb3a9ee
* - remove get_subcats_idz0rglub2004-01-031-143/+122
| | | | | | | | | | | | | | | | | - replacing function get_plain_structure by get_user_plain_structure which only retrieve categories shown in the menu - replacing function create_structure by create_user_structure - remove function search_last_date (now stored in the database) - add function count_user_total_images - management of the new database info : categories.uppercats (modification in function get_local_dir) git-svn-id: http://piwigo.org/svn/branches/release-1_3@244 68402e56-0260-453c-a942-63ccdbb3a9ee
* add functions pwg_write_debug, pwg_debug, pwg_queryz0rglub2004-01-031-0/+43
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@243 68402e56-0260-453c-a942-63ccdbb3a9ee
* unix file formatz0rglub2004-01-031-1/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@242 68402e56-0260-453c-a942-63ccdbb3a9ee
* user restricitions are now stored in the databasez0rglub2004-01-031-2/+12
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@241 68402e56-0260-453c-a942-63ccdbb3a9ee
* use correct define syntax, remove get_restrictions for user because they are ↵z0rglub2004-01-031-4/+2
| | | | | | now saved in the database git-svn-id: http://piwigo.org/svn/branches/release-1_3@240 68402e56-0260-453c-a942-63ccdbb3a9ee
* add cat_unknown_idz0rglub2004-01-032-0/+4
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@239 68402e56-0260-453c-a942-63ccdbb3a9ee
* change version number, add max_LOV_categories used for numerous categories ↵z0rglub2004-01-031-2/+3
| | | | | | galleries git-svn-id: http://piwigo.org/svn/branches/release-1_3@238 68402e56-0260-453c-a942-63ccdbb3a9ee
* use correct define syntaxz0rglub2004-01-031-3/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@237 68402e56-0260-453c-a942-63ccdbb3a9ee
* initial revision of japanese translation file for branch 1.3z0rglub2003-11-101-0/+553
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@236 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add Hungarian language file for release 1.3z0rglub2003-10-261-0/+554
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@214 68402e56-0260-453c-a942-63ccdbb3a9ee
* adding spanish language file to release 1.3z0rglub2003-10-221-0/+548
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@213 68402e56-0260-453c-a942-63ccdbb3a9ee
* Correct a mistake of umlautz0rglub2003-10-191-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@212 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add german language file for release 1.3z0rglub2003-10-151-0/+558
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@211 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update version from 1.3RC2 to 1.3z0rglub2003-10-121-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@210 68402e56-0260-453c-a942-63ccdbb3a9ee
* header updated for release 1.3 finalz0rglub2003-10-121-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@209 68402e56-0260-453c-a942-63ccdbb3a9ee
* This commit was manufactured by cvs2svn to create branch 'release-1_3'.plegall2003-10-120-0/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@207 68402e56-0260-453c-a942-63ccdbb3a9ee
* Use install language for "guest" userz0rglub2003-10-121-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@205 68402e56-0260-453c-a942-63ccdbb3a9ee
* Use zelabo dark theme as defaultz0rglub2003-10-1213-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@204 68402e56-0260-453c-a942-63ccdbb3a9ee
* Using zelabo dark theme as defaultz0rglub2003-10-121-5/+21
| | | | git-svn-id: http://piwigo.org/svn/trunk@203 68402e56-0260-453c-a942-63ccdbb3a9ee
* Display a message of warning if file admin/install.php is still presentz0rglub2003-10-123-1/+9
| | | | | | | after install. git-svn-id: http://piwigo.org/svn/trunk@202 68402e56-0260-453c-a942-63ccdbb3a9ee
* commentaire.gif not used since release 1.0z0rglub2003-10-121-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@201 68402e56-0260-453c-a942-63ccdbb3a9ee
* Display a message linked to the help forum during the installz0rglub2003-10-122-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@200 68402e56-0260-453c-a942-63ccdbb3a9ee
* Display a message linked to the help forumz0rglub2003-10-123-1/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@199 68402e56-0260-453c-a942-63ccdbb3a9ee