aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Expand)AuthorAgeFilesLines
* - bug 55 : Cannot redeclare scandir(), this function is new in PHP 5.xz0rglub2004-10-071-4/+4
* bug 43 : disable possibility to create thumbnail for pictures containing wron...z0rglub2004-10-031-10/+13
* bug 15 : useless index in categories droppedz0rglub2004-03-311-2/+1
* bug 22 : can't create a virtual category at root (with a list of values asz0rglub2004-03-121-1/+2
* delete debug printsz0rglub2004-02-281-1/+0
* comments on echoz0rglub2004-02-271-4/+4
* changing error reporting level to stay calm when undefined indexes are foundz0rglub2004-02-241-0/+1
* Php Warning correctionz0rglub2004-01-311-1/+1
* if a category has no last_date, the corresponding date_last in user_categoryz0rglub2004-01-301-2/+3
* Php warnings correctionz0rglub2004-01-302-7/+5
* changing get_restrictions to get_user_restrictionsz0rglub2004-01-301-2/+2
* - Php warnings correctionz0rglub2004-01-301-9/+35
* Php warnings correctionz0rglub2004-01-301-0/+3
* CSS Admin creationgweltas2004-01-291-1/+3
* Php Warning correctionz0rglub2004-01-291-1/+1
* during synchronization, moving the structure creation to previous the updatez0rglub2004-01-261-10/+15
* moving the synchronization between data and calculated after the real updatez0rglub2004-01-261-16/+16
* Php Warnings correctionz0rglub2004-01-244-5/+11
* bug correction : no filename displayed when containing forbidden charactersz0rglub2004-01-241-1/+1
* - Php Warnings correction (file not found)z0rglub2004-01-241-5/+8
* Php warnings correctionz0rglub2004-01-215-9/+20
* bug correction : POST[associate] was always set even if not ! test also thez0rglub2004-01-211-1/+1
* Php warnings correctionz0rglub2004-01-211-20/+22
* Php warning correctionz0rglub2004-01-211-1/+1
* Php warning correctionz0rglub2004-01-211-1/+1
* Php warnings correctionsz0rglub2004-01-192-17/+9
* Performances improved : replacing the useless LEFT JOIN by INNER JOINz0rglub2004-01-191-3/+3
* Use the stored calculated date users.forbidden_categories instead of tryingz0rglub2004-01-181-2/+2
* 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-154-13/+23
* Corretion of PHP warningsgweltas2004-01-152-3/+3
* 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-123-12/+15
* Corrections de quelques warnings php.gweltas2004-01-113-6/+11
* - adding table user_categoryz0rglub2004-01-111-3/+22
* improved again function insert_local_category : only one multiple insertz0rglub2004-01-111-24/+46
* add get_category_directories functionz0rglub2004-01-101-0/+27
* improvement of insert_local_category function : less SQL queries, only onez0rglub2004-01-101-84/+86
* using new syntax for get_dirsz0rglub2004-01-041-1/+1
* - 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