aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Php warnings correctionsz0rglub2004-01-192-17/+9
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@304 68402e56-0260-453c-a942-63ccdbb3a9ee
* Php warnings correctionsz0rglub2004-01-191-22/+12
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@303 68402e56-0260-453c-a942-63ccdbb3a9ee
* Code rewrittingz0rglub2004-01-191-1/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@302 68402e56-0260-453c-a942-63ccdbb3a9ee
* Performances improved : replacing the useless LEFT JOIN by INNER JOINz0rglub2004-01-193-10/+14
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@301 68402e56-0260-453c-a942-63ccdbb3a9ee
* Favorite managementgweltas2004-01-181-2/+10
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@300 68402e56-0260-453c-a942-63ccdbb3a9ee
* Php Warningsgweltas2004-01-181-2/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@299 68402e56-0260-453c-a942-63ccdbb3a9ee
* Upload rightsgweltas2004-01-181-0/+4
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@298 68402e56-0260-453c-a942-63ccdbb3a9ee
* Simplifying concatenation of $infos variables to select in the databasez0rglub2004-01-182-10/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@297 68402e56-0260-453c-a942-63ccdbb3a9ee
* Modify function get_cat_info for preventing Php Warning when NULL valuesz0rglub2004-01-181-20/+23
| | | | | | | found in category description git-svn-id: http://piwigo.org/svn/branches/release-1_3@296 68402e56-0260-453c-a942-63ccdbb3a9ee
* Prevent Php warnings if some user variables are NULLz0rglub2004-01-181-11/+12
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@295 68402e56-0260-453c-a942-63ccdbb3a9ee
* Prevent Php warnings if some config variables are NULLz0rglub2004-01-181-3/+4
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@294 68402e56-0260-453c-a942-63ccdbb3a9ee
* Use the stored calculated date users.forbidden_categories instead of tryingz0rglub2004-01-181-2/+2
| | | | | | | to use a deprecated function get_all_restrictions git-svn-id: http://piwigo.org/svn/branches/release-1_3@293 68402e56-0260-453c-a942-63ccdbb3a9ee
* Php warning correctionz0rglub2004-01-181-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@292 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug-1_3_0-006 : with IE/Konqueror, in "comments" pages (public part and ↵gweltas2004-01-182-172/+161
| | | | | | admin part), ends of comment boxes are cut. git-svn-id: http://piwigo.org/svn/branches/release-1_3@291 68402e56-0260-453c-a942-63ccdbb3a9ee
* Conformity with the XHTML 1.0 transitional standardgweltas2004-01-1827-489/+415
| | | | | | | | | | | | | | Creation of the following files : - template/default/header.php and template/default/footer.php to ensure a common standard - default.css to be CSS valid Obsolescence of the following files : - template/default/theme/conf.php - template/default/style.inc.php Custom galleries should reflect those changes. git-svn-id: http://piwigo.org/svn/branches/release-1_3@290 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug-1_3_0-003 : the link for uploading a picture use the class "back" forz0rglub2004-01-171-1/+1
| | | | | | | display, but should not (problem of color) [corrected] git-svn-id: http://piwigo.org/svn/branches/release-1_3@289 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug-1_3_0-010 : in picture.php, the previous src picture use two slashesz0rglub2004-01-171-1/+1
| | | | | | | instead of only one [corrected] git-svn-id: http://piwigo.org/svn/branches/release-1_3@288 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug-1_3_0-001 : if you activate the validation of users comments beforez0rglub2004-01-171-0/+1
| | | | | | | | | making them visible, before validating the comments, you can see associated picture in the public part comments.php (but not the unvalidated comment, only the picture) [corrected] git-svn-id: http://piwigo.org/svn/branches/release-1_3@287 68402e56-0260-453c-a942-63ccdbb3a9ee
* - reformating gweltas coding style :-) (so easy to do with emacs)z0rglub2004-01-171-18/+22
| | | | | | | | - due to a too much restrictive (preventing warning) test, when no category was selected, it didn't show random pictures from sub-categories git-svn-id: http://piwigo.org/svn/branches/release-1_3@286 68402e56-0260-453c-a942-63ccdbb3a9ee
* Updating insert_remote* function the same way the local ones : really faster !z0rglub2004-01-171-151/+212
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@285 68402e56-0260-453c-a942-63ccdbb3a9ee
* Using a one shot function to retrieve all directories : fasterz0rglub2004-01-171-103/+111
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@284 68402e56-0260-453c-a942-63ccdbb3a9ee
* synchronize user calculated data if a (some) site is deletedz0rglub2004-01-171-4/+10
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@283 68402e56-0260-453c-a942-63ccdbb3a9ee
* UPDATE query in update_category was not correctly written and never executedz0rglub2004-01-171-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@282 68402e56-0260-453c-a942-63ccdbb3a9ee
* improved function update_category essentially by using INNER JOIN instead ofz0rglub2004-01-151-12/+8
| | | | | | | LEFT JOIN git-svn-id: http://piwigo.org/svn/branches/release-1_3@281 68402e56-0260-453c-a942-63ccdbb3a9ee
* Correction of php warningsgweltas2004-01-158-25/+37
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@280 68402e56-0260-453c-a942-63ccdbb3a9ee
* Corretion of PHP warningsgweltas2004-01-155-27/+21
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@279 68402e56-0260-453c-a942-63ccdbb3a9ee
* Improved function insert_local_image : about 80 to 90 % of update time savedz0rglub2004-01-131-136/+165
| | | | | | | :-) git-svn-id: http://piwigo.org/svn/branches/release-1_3@278 68402e56-0260-453c-a942-63ccdbb3a9ee
* Adding functions to retrieve all files from a directory into an array :z0rglub2004-01-131-1/+52
| | | | | | | | | | | - get_picture_files : returns an array with all picture files according to $conf['picture_ext'] - get_thumb_files : returns an array with all thumbnails according to $conf['picture_ext'] and $conf['prefix_thumbnail'] git-svn-id: http://piwigo.org/svn/branches/release-1_3@277 68402e56-0260-453c-a942-63ccdbb3a9ee
* Minor corrections of PHP warningsgweltas2004-01-129-26/+41
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@276 68402e56-0260-453c-a942-63ccdbb3a9ee
* Using the stored array with user restricted categoriesz0rglub2004-01-121-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@275 68402e56-0260-453c-a942-63ccdbb3a9ee
* Corrections de quelques warnings php.gweltas2004-01-1110-25/+36
| | | | git-svn-id: http://piwigo.org/svn/branches/release-1_3@274 68402e56-0260-453c-a942-63ccdbb3a9ee
* - 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