| Commit message (Expand) | Author | Age | Files | Lines |
* | - no debug output in synchronization process (replaced by HTML comments, | plegall | 2005-01-15 | 2 | -48/+108 |
* | - Small bug in default.css (menu font size) | gweltas | 2005-01-13 | 1 | -1/+1 |
* | - update of picture.tpl for a specific Opera bug | gweltas | 2005-01-13 | 2 | -198/+154 |
* | - use template->parse instead of pparse. (exceptions for install.php and | plegall | 2005-01-13 | 14 | -15/+18 |
* | - new methods parse and p (for print) : enable PhpWebGallery pages to be | plegall | 2005-01-11 | 1 | -0/+36 |
* | - decrease refresh time to 0 seconds | plegall | 2005-01-11 | 2 | -2/+2 |
* | - bug fixed : use the constant to history table instead of hard coded table | plegall | 2005-01-11 | 1 | -1/+1 |
* | - version moved from BSF to 1.4.0RC1 :-) | plegall | 2005-01-09 | 2 | -2/+2 |
* | - in install.php, use the temporary variable $prefixeTable for inclusion of | plegall | 2005-01-08 | 2 | -0/+14 |
* | - replacement of variable names in include/mysql.inc.php (for upgrades) : | plegall | 2005-01-08 | 4 | -28/+28 |
* | - deletion of calculated permissions when deleting a user | plegall | 2005-01-08 | 3 | -3/+29 |
* | - new section in README : How to start (in english and french) | plegall | 2005-01-08 | 2 | -0/+32 |
* | - no "..." in navigation bar if page numbers are consecutive | plegall | 2005-01-08 | 1 | -2/+10 |
* | - upgrade.tpl has been forgotten : mandatory for upgrade scripts | plegall | 2005-01-07 | 1 | -0/+45 |
* | - bug fixed : if an element is linked more than once, bug on count of total | plegall | 2005-01-07 | 1 | -1/+1 |
* | all headers adapted to new year 2005, happy new year | plegall | 2005-01-07 | 72 | -72/+72 |
* | - small correction english FAQ | plegall | 2005-01-07 | 4 | -70/+280 |
* | - README documentation updated | plegall | 2005-01-06 | 2 | -26/+106 |
* | - upgrade scripts added for releases 1.3.x | plegall | 2005-01-06 | 12 | -59/+2129 |
* | - Group permission delivery | gweltas | 2005-01-06 | 14 | -365/+342 |
* | - French translation | gweltas | 2005-01-04 | 7 | -46/+33 |
* | - administration instructions rewritten (english only), no more picture | plegall | 2004-12-31 | 4 | -61/+254 |
* | - bug fixed on setting commentable property for a single category (bug in | plegall | 2004-12-30 | 3 | -3/+6 |
* | - bug fixed on upload : configuration variable $conf['upload_available'] has | plegall | 2004-12-30 | 4 | -13/+11 |
* | - admin/update : bug when trying to synchronize a particular category (it | plegall | 2004-12-30 | 1 | -0/+6 |
* | - admin/update : deletion of useless lines | plegall | 2004-12-30 | 3 | -107/+144 |
* | - bug fixed : if some categories are forbidden, query for recent categories | plegall | 2004-12-30 | 1 | -1/+1 |
* | - bug fixed : if a category is not a numeric category, no title was | plegall | 2004-12-28 | 1 | -5/+5 |
* | - profile.php : refactoring and small bug fixed | plegall | 2004-12-28 | 1 | -154/+215 |
* | - register process partly rewritten | plegall | 2004-12-28 | 3 | -57/+116 |
* | - bugs fixed in filesystem synchronization : if no existing category at | plegall | 2004-12-28 | 3 | -4/+12 |
* | - admin/update : filesystem synchronization process completely | plegall | 2004-12-27 | 9 | -482/+475 |
* | - user permissions ask update at each admin page generation. Table | plegall | 2004-12-25 | 11 | -172/+380 |
* | - User permission update : deletion of obsolete file | gweltas | 2004-12-23 | 1 | -125/+0 |
* | - User permissions template migration | gweltas | 2004-12-23 | 10 | -331/+111 |
* | - French translation of general lock | gweltas | 2004-12-23 | 3 | -5/+10 |
* | - new feature : lock temporary your gallery for maintenance | plegall | 2004-12-20 | 8 | -13/+50 |
* | - for searching in sub-categories, use the existing get_subcat_ids function | plegall | 2004-12-20 | 1 | -28/+6 |
* | - restricted access mode deleted : set all your categories as private | plegall | 2004-12-20 | 8 | -41/+4 |
* | - replacement of PREFIX_TABLE constant in delete_user function | plegall | 2004-12-20 | 6 | -127/+62 |
* | - Minor update of language file | gweltas | 2004-12-20 | 8 | -4/+20 |
* | - in picture.php, $user['maxwidth'] and $user['maxheight'] can be unset if | plegall | 2004-12-20 | 7 | -37/+141 |
* | - bug fixed : in admin/cat_list, next_rank cant' be calculted and query to | plegall | 2004-12-18 | 13 | -124/+109 |
* | - French translation for many new entries | gweltas | 2004-12-16 | 8 | -49/+56 |
* | - bug fixed : in the categories menu, we may have to close more than one | plegall | 2004-12-13 | 1 | -2/+2 |
* | - reformat create_navigation_bar function | plegall | 2004-12-13 | 1 | -37/+37 |
* | - refresh paginated navigation bar : displays First and Last, displays | plegall | 2004-12-13 | 3 | -23/+97 |
* | - in admin menu, status option for categories is not "permissions" but | plegall | 2004-12-12 | 24 | -178/+299 |
* | - change the category levels separator to a "superior to" to be the same as | plegall | 2004-12-06 | 1 | -1/+5 |
* | - possibility to set an element as representant of its categories | plegall | 2004-12-06 | 3 | -0/+79 |