aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Php warnings correctionsz0rglub2004-01-191-22/+12
* Code rewrittingz0rglub2004-01-191-1/+2
* Performances improved : replacing the useless LEFT JOIN by INNER JOINz0rglub2004-01-193-10/+14
* Favorite managementgweltas2004-01-181-2/+10
* Php Warningsgweltas2004-01-181-2/+0
* Upload rightsgweltas2004-01-181-0/+4
* Simplifying concatenation of $infos variables to select in the databasez0rglub2004-01-182-10/+2
* Modify function get_cat_info for preventing Php Warning when NULL valuesz0rglub2004-01-181-20/+23
* Prevent Php warnings if some user variables are NULLz0rglub2004-01-181-11/+12
* Prevent Php warnings if some config variables are NULLz0rglub2004-01-181-3/+4
* Use the stored calculated date users.forbidden_categories instead of tryingz0rglub2004-01-181-2/+2
* Php warning correctionz0rglub2004-01-181-2/+2
* bug-1_3_0-006 : with IE/Konqueror, in "comments" pages (public part and admin...gweltas2004-01-182-172/+161
* Conformity with the XHTML 1.0 transitional standardgweltas2004-01-1827-489/+415
* bug-1_3_0-003 : the link for uploading a picture use the class "back" forz0rglub2004-01-171-1/+1
* bug-1_3_0-010 : in picture.php, the previous src picture use two slashesz0rglub2004-01-171-1/+1
* bug-1_3_0-001 : if you activate the validation of users comments beforez0rglub2004-01-171-0/+1
* - reformating gweltas coding style :-) (so easy to do with emacs)z0rglub2004-01-171-18/+22
* Updating insert_remote* function the same way the local ones : really faster !z0rglub2004-01-171-151/+212
* Using a one shot function to retrieve all directories : fasterz0rglub2004-01-171-103/+111
* synchronize user calculated data if a (some) site is deletedz0rglub2004-01-171-4/+10
* UPDATE query in update_category was not correctly written and never executedz0rglub2004-01-171-1/+1
* improved function update_category essentially by using INNER JOIN instead ofz0rglub2004-01-151-12/+8
* Correction of php warningsgweltas2004-01-158-25/+37
* Corretion of PHP warningsgweltas2004-01-155-27/+21
* Improved function insert_local_image : about 80 to 90 % of update time savedz0rglub2004-01-131-136/+165
* Adding functions to retrieve all files from a directory into an array :z0rglub2004-01-131-1/+52
* Minor corrections of PHP warningsgweltas2004-01-129-26/+41
* Using the stored array with user restricted categoriesz0rglub2004-01-121-1/+1
* Corrections de quelques warnings php.gweltas2004-01-1110-25/+36
* - adding table user_categoryz0rglub2004-01-111-3/+22
* improved again function insert_local_category : only one multiple insertz0rglub2004-01-111-24/+46
* use the order of categories.uppercats for retrieving the local directory,z0rglub2004-01-111-4/+9
* add get_category_directories functionz0rglub2004-01-101-0/+27
* improvement of insert_local_category function : less SQL queries, only onez0rglub2004-01-101-84/+86
* corrections by xoldaz0rglub2004-01-101-18/+18
* initial import on branch 1.3z0rglub2004-01-101-0/+548
* - no need of last '/' for get_dirs parameterz0rglub2004-01-041-24/+12
* using new syntax for get_dirsz0rglub2004-01-042-2/+2
* - when deleting a user, deletes rows in user_categoryz0rglub2004-01-031-5/+500
* if permissions modified, synchronize_userz0rglub2004-01-031-0/+1
* if associate or dissociate from a group, synchronize_userz0rglub2004-01-031-0/+2
* if any update has been done, synchronize_all_usersz0rglub2004-01-031-21/+20
* for virtual category to picture association, if the number of categories isz0rglub2004-01-032-145/+243
* if permissions are updated, synchronize_groupz0rglub2004-01-031-0/+2
* if permissions are updated, synchronize_all_usersz0rglub2004-01-031-0/+2
* if category status changes, synchronize_all_usersz0rglub2004-01-031-0/+2
* - categories are now collapsed if there is more thanz0rglub2004-01-031-32/+127
* new line added...z0rglub2004-01-031-1/+1
* - use function get_user_plain_structure, create_user_structurez0rglub2004-01-031-34/+33