aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions.inc.php (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: image_order cookie path fixed for url rewritingrvelices2006-03-301-192/+2
* moved category.php to index.phprvelices2006-03-281-307/+2
* -improvement : function l10n renamed raw_l10n, new function l10n uses raw_l10...chrisaga2006-03-251-1/+11
* small correction from previous commitrvelices2006-03-231-3/+4
* URL rewrite: 3 options in the config file define behaviour (question mark rvelices2006-03-231-26/+64
* URL rewriting: capable of fully working with urls without ?rvelices2006-03-221-4/+6
* URL rewriting: fix some old links, calendar simplification and prepare code rvelices2006-03-211-10/+45
* URL rewrite for chronology: uses $page['chronology'] and rvelices2006-03-171-60/+78
* bug fixed: create_navigation_bar take into account clean URL if requested.plegall2006-03-161-1/+1
* new: cleaner URL. Instead of category.php?cat=search&search=123&start=42,plegall2006-03-151-4/+225
* Step 1 improvement issue 0000301:rub2006-03-081-1/+1
* request 290: replace function get_themes name to avoid redeclaration fromplegall2006-02-201-8/+6
* not include .svn directory in the candidates (get_dirs function) for new themesnikrou2006-02-121-1/+2
* remake Remote Site/Synchro - bug on commentable + use l10n instead of get_langrvelices2006-02-111-17/+5
* - remake of Remote sites and Synchronize: rvelices2006-02-081-0/+14
* improvement: upgrades id retrieving in include/common.inc.php andplegall2006-02-061-1/+28
* Applying coding style guidelines to r1018 and r1019.plegall2006-02-011-0/+19
* feature 280: Allow visitors/users to choose image ordering inside a categoryrvelices2006-02-011-0/+9
* Search engine redesign, second part :plegall2006-01-271-12/+20
* merge branch 1.5 r1010:1011 into BSF:nikrou2006-01-211-5/+6
* Search engine redesign, first part :plegall2006-01-201-2/+184
* improve template : split theme from template itselfchrisaga2005-12-031-4/+31
* * new: history details by month,dayvolcom2005-10-171-0/+3
* - bug fixed: HTML error on nested UL in categories menu.plegall2005-09-251-2/+5
* - bug 107 fixed: crash when logging visit on a category containing "'"plegall2005-09-181-4/+4
* - 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