| Commit message (Expand) | Author | Files | Lines |
2004-12-30 | - bug fixed : if some categories are forbidden, query for recent categories | plegall | 1 | -1/+1 |
2004-12-28 | - register process partly rewritten | plegall | 2 | -52/+104 |
2004-12-28 | - bugs fixed in filesystem synchronization : if no existing category at | plegall | 1 | -1/+7 |
2004-12-27 | - admin/update : filesystem synchronization process completely | plegall | 3 | -17/+24 |
2004-12-25 | - user permissions ask update at each admin page generation. Table | plegall | 2 | -10/+14 |
2004-12-23 | - User permissions template migration | gweltas | 2 | -1/+3 |
2004-12-23 | - French translation of general lock | gweltas | 1 | -1/+1 |
2004-12-20 | - new feature : lock temporary your gallery for maintenance | plegall | 3 | -8/+33 |
2004-12-20 | - for searching in sub-categories, use the existing get_subcat_ids function | plegall | 1 | -28/+6 |
2004-12-20 | - restricted access mode deleted : set all your categories as private | plegall | 1 | -5/+2 |
2004-12-20 | - replacement of PREFIX_TABLE constant in delete_user function | plegall | 4 | -104/+35 |
2004-12-20 | - in picture.php, $user['maxwidth'] and $user['maxheight'] can be unset if | plegall | 3 | -31/+120 |
2004-12-18 | - bug fixed : in admin/cat_list, next_rank cant' be calculted and query to | plegall | 6 | -23/+58 |
2004-12-13 | - bug fixed : in the categories menu, we may have to close more than one | plegall | 1 | -2/+2 |
2004-12-13 | - reformat create_navigation_bar function | plegall | 1 | -37/+37 |
2004-12-13 | - refresh paginated navigation bar : displays First and Last, displays | plegall | 2 | -23/+95 |
2004-12-12 | - in admin menu, status option for categories is not "permissions" but | plegall | 6 | -24/+36 |
2004-12-06 | - change the category levels separator to a "superior to" to be the same as | plegall | 1 | -1/+5 |
2004-12-05 | bug fix on typo | plegall | 1 | -6/+6 |
2004-12-05 | - on picture.php, related categories under the element are displayed in | plegall | 1 | -10/+2 |
2004-12-05 | - search modified : possible to partially fill the date, allwords are | plegall | 1 | -35/+71 |
2004-12-03 | - User control panel update (user side) | gweltas | 1 | -2/+2 |
2004-12-02 | Update of the user preferences panel. | gweltas | 3 | -43/+4 |
2004-12-02 | Search form update | gweltas | 1 | -30/+27 |
2004-11-25 | New ergonomic form for search queries. | gweltas | 2 | -52/+34 |
2004-11-24 | bug on Windows for date 1970-01-01 : Windows refuses to work with 1970-01-01 | plegall | 1 | -1/+3 |
2004-11-24 | bug corrected for multipages view on list special category | plegall | 1 | -0/+2 |
2004-11-23 | - global categories' options : instead of N horizontal tabs on a single | plegall | 2 | -188/+95 |
2004-11-21 | optimization : instead of reading each $conf['calendar_datefield'] for | plegall | 1 | -18/+18 |
2004-11-20 | takes not only the first keyword in IPTC field 2#025 | plegall | 1 | -7/+28 |
2004-11-20 | - optimization : representative picture becomes mandatory for a non empty | plegall | 4 | -148/+111 |
2004-11-16 | - images.path column added to reduce database access | plegall | 5 | -53/+25 |
2004-11-15 | category random replaced by a more generic category : list. You give a list | plegall | 2 | -21/+25 |
2004-11-15 | - since categories.site_id can be NULL (for virtual categories), virtual | plegall | 1 | -24/+63 |
2004-11-13 | - admin/cat_options page added : manage options for the whole categories | plegall | 3 | -4/+34 |
2004-11-10 | - IPTC mapping done in include/config.inc.php | plegall | 1 | -1/+12 |
2004-11-09 | Before 1970, Microsoft Windows can't mktime. format_date changed was changed | plegall | 1 | -20/+33 |
2004-11-06 | update headers to comply with GPL | z0rglub | 20 | -81/+80 |
2004-11-05 | - DEFAULT_LANGUAGE constant moved to $conf['default_language'] | z0rglub | 5 | -9/+16 |
2004-11-01 | - synchronization interface redesigned : a form lets user choose option of | z0rglub | 4 | -25/+67 |
2004-10-30 | - function mysql_query replaced by pwg_query : the same with debugging | z0rglub | 13 | -72/+80 |
2004-10-23 | - refactoring of comments.php | z0rglub | 7 | -122/+119 |
2004-10-23 | use of PHPWG_ROOT_PATH constant instead of './' | z0rglub | 1 | -1/+2 |
2004-10-23 | refactoring : rewrite of get_cat_display_name function header | z0rglub | 1 | -6/+14 |
2004-10-23 | admin/infos_image:$page['nb_image_page'] is replaced by | z0rglub | 1 | -0/+4 |
2004-10-21 | code refactoring for function get_cat_display_name | z0rglub | 1 | -14/+32 |
2004-10-11 | - refactoring | z0rglub | 1 | -32/+71 |
2004-10-08 | I don't want to see mysql.inc.php anymore when updating... | z0rglub | 1 | -0/+1 |
2004-10-06 | - checkbox for "remember me" are only shown if authorized | z0rglub | 3 | -27/+15 |
2004-10-02 | - deletion of session_time and session_id_size as config parameter | z0rglub | 4 | -59/+97 |