aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions.inc.php (follow)
Commit message (Expand)AuthorAgeFilesLines
* - improvement: long localized messages are in HTML files instead of $langplegall2005-09-141-22/+1
* - deletion : no mail notification anymore. Feature replaced by RSS feedplegall2005-08-241-42/+0
* - new : external authentication in another users table. Previous users tableplegall2005-08-081-2/+7
* - new function get_name_from_file to centralize the construction ofplegall2005-06-211-0/+25
* - user list updated : ability to filter list on status. Function get_enumsplegall2005-04-301-0/+30
* - elements batch management : element_set page becomes the frontend toplegall2005-04-161-9/+37
* - functions get_day_list and get_month_list moved from search.php toplegall2005-04-111-0/+56
* - new feature : caddie. The purpose is batch management, especiallyplegall2005-03-251-0/+21
* - no use of "realpath" function anymore : this function is too often buggyplegall2005-03-121-1/+1
* - bug fixed : errors in notification mails... $conf['webmaster'] asplegall2005-03-121-2/+2
* - in case of SQL error, stop execution (prevents from errors inplegall2005-02-131-9/+2
* - bug fixed : when a user is the guest user, login saved in history table isplegall2005-02-011-7/+13
* - highlight search results disabled before rewriteplegall2005-01-201-0/+3
* - deletion of obsolete parameter $conf['max_LOV_categories']plegall2005-01-171-38/+0
* - the day of the week is not displayed when year is prior to 1970plegall2005-01-161-1/+1
* - use template->parse instead of pparse. (exceptions for install.php andplegall2005-01-131-2/+3
* - decrease refresh time to 0 secondsplegall2005-01-111-1/+1
* all headers adapted to new year 2005, happy new yearplegall2005-01-071-1/+1
* - upgrade scripts added for releases 1.3.xplegall2005-01-061-7/+36
* - bug fixed on upload : configuration variable $conf['upload_available'] hasplegall2004-12-301-1/+1
* - register process partly rewrittenplegall2004-12-281-1/+26
* - admin/update : filesystem synchronization process completelyplegall2004-12-271-8/+7
* bug on Windows for date 1970-01-01 : Windows refuses to work with 1970-01-01plegall2004-11-241-1/+3
* - images.path column added to reduce database accessplegall2004-11-161-25/+10
* Before 1970, Microsoft Windows can't mktime. format_date changed was changedplegall2004-11-091-20/+33
* update headers to comply with GPLz0rglub2004-11-061-4/+4
* - DEFAULT_LANGUAGE constant moved to $conf['default_language']z0rglub2004-11-051-1/+3
* - function mysql_query replaced by pwg_query : the same with debuggingz0rglub2004-10-301-18/+22
* - refactoring of comments.phpz0rglub2004-10-231-0/+48
* -First draft of history displaygweltas2004-09-261-2/+2
* - huge refactoring of admin/configuration.php (reminder : tabs in code arez0rglub2004-09-201-1/+1
* Minor bugs correctiongweltas2004-09-071-11/+1
* - in admin/configuration, add new step with "sections" (general, comments,z0rglub2004-09-031-17/+34
* add rating featurez0rglub2004-08-301-0/+34
* - Deletion of obsolete functions in the administrative partgweltas2004-08-251-1/+1
* refresh time decreases from 5 seconds to 1z0rglub2004-08-251-1/+1
* use of functions_html.inc.php instead of htmlfunctions.inc.phpz0rglub2004-08-061-1/+1
* field comments.date becomes a datetime MySQL field type (instead of int)z0rglub2004-05-201-0/+6
* bug 23 : search case insensitive BUT highlightning case sensitivez0rglub2004-03-311-8/+17
* redirections modification : use of a HTML refresh page instead of header PHPz0rglub2004-03-311-0/+28
* - Template migrationgweltas2004-03-261-6/+7
* New default template - User sidegweltas2004-02-261-5/+5
* Split of langage filesgweltas2004-02-191-57/+5
* header global refactoringz0rglub2004-02-111-18/+26
* adding phpdocumentor variables to function get_enumsz0rglub2004-02-111-2/+3
* Template modificationgweltas2004-02-071-6/+56
* Merge of the 1.3.1 releasegweltas2004-02-021-50/+72
* Modifyed header to be compliant with PhpDocumentorz0rglub2003-11-081-16/+25
* define( CONSTANT, 'value' ) becomes define( "CONSTANT", 'value')z0rglub2003-11-031-1/+1
* Using the same name for variables in ./include/mysql.inc.phpz0rglub2003-09-201-1/+1