| Commit message (Expand) | Author | Age | Files | Lines |
* | Php Warning correction | z0rglub | 2004-01-29 | 1 | -1/+1 |
* | during synchronization, moving the structure creation to previous the update | z0rglub | 2004-01-26 | 1 | -10/+15 |
* | moving the synchronization between data and calculated after the real update | z0rglub | 2004-01-26 | 1 | -16/+16 |
* | Php Warnings correction | z0rglub | 2004-01-24 | 4 | -5/+11 |
* | bug correction : no filename displayed when containing forbidden characters | z0rglub | 2004-01-24 | 1 | -1/+1 |
* | - Php Warnings correction (file not found) | z0rglub | 2004-01-24 | 1 | -5/+8 |
* | Php warnings correction | z0rglub | 2004-01-21 | 5 | -9/+20 |
* | bug correction : POST[associate] was always set even if not ! test also the | z0rglub | 2004-01-21 | 1 | -1/+1 |
* | Php warnings correction | z0rglub | 2004-01-21 | 1 | -20/+22 |
* | Php warning correction | z0rglub | 2004-01-21 | 1 | -1/+1 |
* | Php warning correction | z0rglub | 2004-01-21 | 1 | -1/+1 |
* | Php warnings corrections | z0rglub | 2004-01-19 | 2 | -17/+9 |
* | Performances improved : replacing the useless LEFT JOIN by INNER JOIN | z0rglub | 2004-01-19 | 1 | -3/+3 |
* | Use the stored calculated date users.forbidden_categories instead of trying | z0rglub | 2004-01-18 | 1 | -2/+2 |
* | Updating insert_remote* function the same way the local ones : really faster ! | z0rglub | 2004-01-17 | 1 | -151/+212 |
* | Using a one shot function to retrieve all directories : faster | z0rglub | 2004-01-17 | 1 | -103/+111 |
* | synchronize user calculated data if a (some) site is deleted | z0rglub | 2004-01-17 | 1 | -4/+10 |
* | UPDATE query in update_category was not correctly written and never executed | z0rglub | 2004-01-17 | 1 | -1/+1 |
* | improved function update_category essentially by using INNER JOIN instead of | z0rglub | 2004-01-15 | 1 | -12/+8 |
* | Correction of php warnings | gweltas | 2004-01-15 | 4 | -13/+23 |
* | Corretion of PHP warnings | gweltas | 2004-01-15 | 2 | -3/+3 |
* | Improved function insert_local_image : about 80 to 90 % of update time saved | z0rglub | 2004-01-13 | 1 | -136/+165 |
* | Adding functions to retrieve all files from a directory into an array : | z0rglub | 2004-01-13 | 1 | -1/+52 |
* | Minor corrections of PHP warnings | gweltas | 2004-01-12 | 3 | -12/+15 |
* | Corrections de quelques warnings php. | gweltas | 2004-01-11 | 3 | -6/+11 |
* | - adding table user_category | z0rglub | 2004-01-11 | 1 | -3/+22 |
* | improved again function insert_local_category : only one multiple insert | z0rglub | 2004-01-11 | 1 | -24/+46 |
* | add get_category_directories function | z0rglub | 2004-01-10 | 1 | -0/+27 |
* | improvement of insert_local_category function : less SQL queries, only one | z0rglub | 2004-01-10 | 1 | -84/+86 |
* | using new syntax for get_dirs | z0rglub | 2004-01-04 | 1 | -1/+1 |
* | - when deleting a user, deletes rows in user_category | z0rglub | 2004-01-03 | 1 | -5/+500 |
* | if permissions modified, synchronize_user | z0rglub | 2004-01-03 | 1 | -0/+1 |
* | if associate or dissociate from a group, synchronize_user | z0rglub | 2004-01-03 | 1 | -0/+2 |
* | if any update has been done, synchronize_all_users | z0rglub | 2004-01-03 | 1 | -21/+20 |
* | for virtual category to picture association, if the number of categories is | z0rglub | 2004-01-03 | 2 | -145/+243 |
* | if permissions are updated, synchronize_group | z0rglub | 2004-01-03 | 1 | -0/+2 |
* | if permissions are updated, synchronize_all_users | z0rglub | 2004-01-03 | 1 | -0/+2 |
* | if category status changes, synchronize_all_users | z0rglub | 2004-01-03 | 1 | -0/+2 |
* | - categories are now collapsed if there is more than | z0rglub | 2004-01-03 | 1 | -32/+127 |
* | Use install language for "guest" user | z0rglub | 2003-10-12 | 1 | -1/+1 |
* | Display a message of warning if file admin/install.php is still present | z0rglub | 2003-10-12 | 1 | -1/+7 |
* | Display a message linked to the help forum | z0rglub | 2003-10-12 | 1 | -1/+1 |
* | When reordering a category, the page comes back with the top aligned with | z0rglub | 2003-10-12 | 1 | -0/+5 |
* | If there is no date given in the form, function check_date_format doesn't | z0rglub | 2003-10-11 | 1 | -1/+1 |
* | Show a link to open or close a day details (only the arrow at the beginning | z0rglub | 2003-10-11 | 1 | -0/+2 |
* | Only the webmaster can modify webmaster's permissions | z0rglub | 2003-10-09 | 1 | -1/+5 |
* | if we try to modify the webmaster, we have to set the status to "admin" | z0rglub | 2003-10-09 | 1 | -0/+5 |
* | Support of special syntax to underline, emphasis or italic words in users | z0rglub | 2003-10-05 | 1 | -1/+20 |
* | Display a message to update the database after validating uploaded pictures | z0rglub | 2003-10-05 | 1 | -1/+7 |
* | Webmaster mustn't have his status modified | z0rglub | 2003-10-05 | 1 | -13/+19 |