| Commit message (Expand) | Author | Files | Lines |
2004-02-28 | delete debug prints | z0rglub | 1 | -1/+0 |
2004-02-27 | comments on echo | z0rglub | 1 | -4/+4 |
2004-02-24 | changing error reporting level to stay calm when undefined indexes are found | z0rglub | 1 | -0/+1 |
2004-01-31 | Php Warning correction | z0rglub | 1 | -1/+1 |
2004-01-30 | if a category has no last_date, the corresponding date_last in user_category | z0rglub | 1 | -2/+3 |
2004-01-30 | Php warnings correction | z0rglub | 2 | -7/+5 |
2004-01-30 | changing get_restrictions to get_user_restrictions | z0rglub | 1 | -2/+2 |
2004-01-30 | - Php warnings correction | z0rglub | 1 | -9/+35 |
2004-01-30 | Php warnings correction | z0rglub | 1 | -0/+3 |
2004-01-29 | CSS Admin creation | gweltas | 1 | -1/+3 |
2004-01-29 | Php Warning correction | z0rglub | 1 | -1/+1 |
2004-01-26 | during synchronization, moving the structure creation to previous the update | z0rglub | 1 | -10/+15 |
2004-01-26 | moving the synchronization between data and calculated after the real update | z0rglub | 1 | -16/+16 |
2004-01-24 | Php Warnings correction | z0rglub | 4 | -5/+11 |
2004-01-24 | bug correction : no filename displayed when containing forbidden characters | z0rglub | 1 | -1/+1 |
2004-01-24 | - Php Warnings correction (file not found) | z0rglub | 1 | -5/+8 |
2004-01-21 | Php warnings correction | z0rglub | 5 | -9/+20 |
2004-01-21 | bug correction : POST[associate] was always set even if not ! test also the | z0rglub | 1 | -1/+1 |
2004-01-21 | Php warnings correction | z0rglub | 1 | -20/+22 |
2004-01-21 | Php warning correction | z0rglub | 1 | -1/+1 |
2004-01-21 | Php warning correction | z0rglub | 1 | -1/+1 |
2004-01-19 | Php warnings corrections | z0rglub | 2 | -17/+9 |
2004-01-19 | Performances improved : replacing the useless LEFT JOIN by INNER JOIN | z0rglub | 1 | -3/+3 |
2004-01-18 | Use the stored calculated date users.forbidden_categories instead of trying | z0rglub | 1 | -2/+2 |
2004-01-17 | Updating insert_remote* function the same way the local ones : really faster ! | z0rglub | 1 | -151/+212 |
2004-01-17 | Using a one shot function to retrieve all directories : faster | z0rglub | 1 | -103/+111 |
2004-01-17 | synchronize user calculated data if a (some) site is deleted | z0rglub | 1 | -4/+10 |
2004-01-17 | UPDATE query in update_category was not correctly written and never executed | z0rglub | 1 | -1/+1 |
2004-01-15 | improved function update_category essentially by using INNER JOIN instead of | z0rglub | 1 | -12/+8 |
2004-01-15 | Correction of php warnings | gweltas | 4 | -13/+23 |
2004-01-15 | Corretion of PHP warnings | gweltas | 2 | -3/+3 |
2004-01-13 | Improved function insert_local_image : about 80 to 90 % of update time saved | z0rglub | 1 | -136/+165 |
2004-01-13 | Adding functions to retrieve all files from a directory into an array : | z0rglub | 1 | -1/+52 |
2004-01-12 | Minor corrections of PHP warnings | gweltas | 3 | -12/+15 |
2004-01-11 | Corrections de quelques warnings php. | gweltas | 3 | -6/+11 |
2004-01-11 | - adding table user_category | z0rglub | 1 | -3/+22 |
2004-01-11 | improved again function insert_local_category : only one multiple insert | z0rglub | 1 | -24/+46 |
2004-01-10 | add get_category_directories function | z0rglub | 1 | -0/+27 |
2004-01-10 | improvement of insert_local_category function : less SQL queries, only one | z0rglub | 1 | -84/+86 |
2004-01-04 | using new syntax for get_dirs | z0rglub | 1 | -1/+1 |
2004-01-03 | - when deleting a user, deletes rows in user_category | z0rglub | 1 | -5/+500 |
2004-01-03 | if permissions modified, synchronize_user | z0rglub | 1 | -0/+1 |
2004-01-03 | if associate or dissociate from a group, synchronize_user | z0rglub | 1 | -0/+2 |
2004-01-03 | if any update has been done, synchronize_all_users | z0rglub | 1 | -21/+20 |
2004-01-03 | for virtual category to picture association, if the number of categories is | z0rglub | 2 | -145/+243 |
2004-01-03 | if permissions are updated, synchronize_group | z0rglub | 1 | -0/+2 |
2004-01-03 | if permissions are updated, synchronize_all_users | z0rglub | 1 | -0/+2 |
2004-01-03 | if category status changes, synchronize_all_users | z0rglub | 1 | -0/+2 |
2004-01-03 | - categories are now collapsed if there is more than | z0rglub | 1 | -32/+127 |
2003-10-12 | Use install language for "guest" user | z0rglub | 1 | -1/+1 |