| Commit message (Expand) | Author | Age | Files | Lines |
* | bug-1_3_0-003 : the link for uploading a picture use the class "back" for | z0rglub | 2004-01-17 | 1 | -1/+1 |
* | bug-1_3_0-010 : in picture.php, the previous src picture use two slashes | z0rglub | 2004-01-17 | 1 | -1/+1 |
* | bug-1_3_0-001 : if you activate the validation of users comments before | z0rglub | 2004-01-17 | 1 | -0/+1 |
* | - reformating gweltas coding style :-) (so easy to do with emacs) | z0rglub | 2004-01-17 | 1 | -18/+22 |
* | 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 | 8 | -25/+37 |
* | Corretion of PHP warnings | gweltas | 2004-01-15 | 5 | -27/+21 |
* | 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 | 9 | -26/+41 |
* | Using the stored array with user restricted categories | z0rglub | 2004-01-12 | 1 | -1/+1 |
* | Corrections de quelques warnings php. | gweltas | 2004-01-11 | 10 | -25/+36 |
* | - 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 |
* | use the order of categories.uppercats for retrieving the local directory, | z0rglub | 2004-01-11 | 1 | -4/+9 |
* | 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 |
* | corrections by xolda | z0rglub | 2004-01-10 | 1 | -18/+18 |
* | initial import on branch 1.3 | z0rglub | 2004-01-10 | 1 | -0/+548 |
* | - no need of last '/' for get_dirs parameter | z0rglub | 2004-01-04 | 1 | -24/+12 |
* | using new syntax for get_dirs | z0rglub | 2004-01-04 | 2 | -2/+2 |
* | - 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 |
* | new line added... | z0rglub | 2004-01-03 | 1 | -1/+1 |
* | - use function get_user_plain_structure, create_user_structure | z0rglub | 2004-01-03 | 1 | -34/+33 |
* | don't use plain_structure anymore | z0rglub | 2004-01-03 | 1 | -1/+0 |
* | usage of database info users.forbidden_categories | z0rglub | 2004-01-03 | 1 | -8/+3 |
* | - possibility to display only a text field for a parent category | z0rglub | 2004-01-03 | 1 | -0/+6 |
* | - errors list | z0rglub | 2004-01-03 | 1 | -2/+17 |
* | - possibility to display only a text field for a parent category | z0rglub | 2004-01-03 | 1 | -10/+16 |
* | the number of subcats of a category is now in the var nb_sub_categories | z0rglub | 2004-01-03 | 1 | -3/+3 |
* | - when creating a new user, taking into account that forbidden categories | z0rglub | 2004-01-03 | 1 | -176/+58 |
* | - remove get_subcats_id | z0rglub | 2004-01-03 | 1 | -143/+122 |
* | add functions pwg_write_debug, pwg_debug, pwg_query | z0rglub | 2004-01-03 | 1 | -0/+43 |
* | unix file format | z0rglub | 2004-01-03 | 1 | -1/+0 |
* | user restricitions are now stored in the database | z0rglub | 2004-01-03 | 1 | -2/+12 |
* | use correct define syntax, remove get_restrictions for user because they are ... | z0rglub | 2004-01-03 | 1 | -4/+2 |
* | add cat_unknown_id | z0rglub | 2004-01-03 | 2 | -0/+4 |
* | change version number, add max_LOV_categories used for numerous categories ga... | z0rglub | 2004-01-03 | 1 | -2/+3 |