aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions.inc.php (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-04feature #478, improve performancesplegall1-1/+5
2016-05-31fixes #478, add new column user_infos.last_visitplegall1-0/+14
2016-02-16fixes #290, avoid error on MySQL insert with ipv6plegall1-1/+12
2016-01-16shorten some code (not really important)modus751-9/+2
2016-01-14happy new year 2016, all headers updatedplegall1-1/+1
2016-01-04feature #392, authentication keys, history logplegall1-0/+2
2015-12-15feature #293 trigger to generate pwg_representativeplegall1-0/+26
2015-12-07feature #379 multiple format, step 2: download formatsplegall1-1/+3
2015-12-03feature #379 multiple format, step 1: add formatsplegall1-0/+15
2015-10-29Update functions.inc.phpIglou.eu1-2/+2
2015-04-24feature 3221 Add Logger classmistic1001-2/+0
2015-01-08merge r30864 from trunk to branch 2.7plegall1-2/+2
2015-01-08bug 3186: improved security on search.phpplegall1-2/+2
2014-09-20* feature 3142: upgrade script to Piwigo 2.7plegall1-1/+1
2014-07-08feature:2807 better fix for svn:28995mistic1001-1/+1
2014-07-07feature 2807: nicer display of "from to" dates (required changes in "format_d...mistic1001-11/+62
2014-07-02remove line commited by mistake in r28913plegall1-2/+0
2014-07-02feature 3046: Add option "force_fallback" to load_language + clean codemistic1001-65/+58
2014-06-13correctly stringify booleans in conf_update_parammistic1001-1/+1
2014-06-03feature 3038 : always apply serialize&addslashes if object/array is passed an...mistic1001-0/+4
2014-06-02feature 3010 : replace trigger_action/event by trigger_notify/changemistic1001-5/+5
2014-05-31quick search - small fixes & improvementsrvelices1-6/+5
2014-05-29feature 3038 : add $updateGlobal and $parser options to conf_update_parammistic1001-21/+53
2014-05-11added a persistent cache mechanism; used so far to cache image ids in flat vi...rvelices1-0/+1
2014-04-13lang key with an empty value are not displayedflop251-1/+1
2014-02-13more query2arrayrvelices1-28/+4
2014-02-11arrayfromquery optimizations: move double if from inside loop to outside + us...rvelices1-98/+33
2014-02-04remove PHP < 5.2 codemistic1001-21/+2
2014-01-29str2DateTime return false on empty inputmistic1001-4/+8
2014-01-22bug 3027: Fatal error on Configuration->Options->Photo sizemistic1001-3/+2
2014-01-09use custom safe_version_compare instead of version_compare to handle versions...mistic1001-0/+32
2014-01-05Update headers to 2014. Happy new year!!mistic1001-1/+1
2013-12-20add query2array function, aiming to replace hash_from_query, array_from_query...mistic1001-0/+66
2013-12-07feature 2999: documentation of Template class, other classes of template.clas...mistic1001-2/+0
2013-11-21move get_query_string_diff and url_is_remote to functions_url.inc.phpmistic1001-37/+0
2013-11-18feature 2999: Documentation of include/functions_mail|metadata|picturemistic1001-1/+8
2013-11-17feature 2999 : documentation of include/functions_calendar.inc.php and Calend...mistic1001-1/+1
2013-11-11feature 2976: add output fields for pwg.users.getList. registration_date,plegall1-2/+2
2013-11-10move array_from_query to functions.inc.phpmistic1001-0/+31
2013-11-10feature 2999 : documentation of include/functions.inc.phpmistic1001-151/+272
2013-11-10delete replace_space function, modify get_cat_display_name_* functionsmistic1001-47/+0
2013-11-06feature 2995: New email templatemistic1001-1/+1
2013-11-01feature 2651: fallback language, failed when the "child" file does not existsmistic1001-1/+30
2013-10-24bug:2947 fix compatibility with PHP 5.2 and 5.3mistic1001-22/+87
2013-10-24feature 2978: error func_get_args(): Can't be used as a function parameter on...mistic1001-1/+2
2013-10-19remove all array_push (50% slower than []) + some changes missing for feature...mistic1001-2/+4
2013-10-19feature 2978: remove useless sprintf in the coremistic1001-5/+5
2013-10-19feature 2978: l10n() and {translate} with additional arguments mistic1001-6/+13
2013-10-10make get_query_string_diff compatible with arrays and use build-in functionsmistic1001-16/+9
2013-09-05add function conf_delete_parammistic1001-0/+35