aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions.inc.php (follow)
Commit message (Expand)AuthorAgeFilesLines
* feature #478, improve performancesplegall2016-07-041-1/+5
* fixes #478, add new column user_infos.last_visitplegall2016-05-311-0/+14
* fixes #290, avoid error on MySQL insert with ipv6plegall2016-02-161-1/+12
* shorten some code (not really important)modus752016-01-161-9/+2
* happy new year 2016, all headers updatedplegall2016-01-141-1/+1
* Merge branch 'feature/293-trigger-upload'plegall2016-01-141-0/+26
|\
| * feature #293 trigger to generate pwg_representativeplegall2015-12-151-0/+26
* | feature #392, authentication keys, history logplegall2016-01-041-0/+2
* | feature #379 multiple format, step 2: download formatsplegall2015-12-071-1/+3
* | feature #379 multiple format, step 1: add formatsplegall2015-12-031-0/+15
|/
* Update functions.inc.phpIglou.eu2015-10-291-2/+2
* feature 3221 Add Logger classmistic1002015-04-241-2/+0
* bug 3186: improved security on search.phpplegall2015-01-081-2/+2
* * feature 3142: upgrade script to Piwigo 2.7plegall2014-09-201-1/+1
* feature:2807 better fix for svn:28995mistic1002014-07-081-1/+1
* feature 2807: nicer display of "from to" dates (required changes in "format_d...mistic1002014-07-071-11/+62
* remove line commited by mistake in r28913plegall2014-07-021-2/+0
* feature 3046: Add option "force_fallback" to load_language + clean codemistic1002014-07-021-65/+58
* correctly stringify booleans in conf_update_parammistic1002014-06-131-1/+1
* feature 3038 : always apply serialize&addslashes if object/array is passed an...mistic1002014-06-031-0/+4
* feature 3010 : replace trigger_action/event by trigger_notify/changemistic1002014-06-021-5/+5
* quick search - small fixes & improvementsrvelices2014-05-311-6/+5
* feature 3038 : add $updateGlobal and $parser options to conf_update_parammistic1002014-05-291-21/+53
* added a persistent cache mechanism; used so far to cache image ids in flat vi...rvelices2014-05-111-0/+1
* lang key with an empty value are not displayedflop252014-04-131-1/+1
* more query2arrayrvelices2014-02-131-28/+4
* arrayfromquery optimizations: move double if from inside loop to outside + us...rvelices2014-02-111-98/+33
* remove PHP < 5.2 codemistic1002014-02-041-21/+2
* str2DateTime return false on empty inputmistic1002014-01-291-4/+8
* bug 3027: Fatal error on Configuration->Options->Photo sizemistic1002014-01-221-3/+2
* use custom safe_version_compare instead of version_compare to handle versions...mistic1002014-01-091-0/+32
* Update headers to 2014. Happy new year!!mistic1002014-01-051-1/+1
* add query2array function, aiming to replace hash_from_query, array_from_query...mistic1002013-12-201-0/+66
* feature 2999: documentation of Template class, other classes of template.clas...mistic1002013-12-071-2/+0
* move get_query_string_diff and url_is_remote to functions_url.inc.phpmistic1002013-11-211-37/+0
* feature 2999: Documentation of include/functions_mail|metadata|picturemistic1002013-11-181-1/+8
* feature 2999 : documentation of include/functions_calendar.inc.php and Calend...mistic1002013-11-171-1/+1
* feature 2976: add output fields for pwg.users.getList. registration_date,plegall2013-11-111-2/+2
* move array_from_query to functions.inc.phpmistic1002013-11-101-0/+31
* feature 2999 : documentation of include/functions.inc.phpmistic1002013-11-101-151/+272
* delete replace_space function, modify get_cat_display_name_* functionsmistic1002013-11-101-47/+0
* feature 2995: New email templatemistic1002013-11-061-1/+1
* feature 2651: fallback language, failed when the "child" file does not existsmistic1002013-11-011-1/+30
* bug:2947 fix compatibility with PHP 5.2 and 5.3mistic1002013-10-241-22/+87
* feature 2978: error func_get_args(): Can't be used as a function parameter on...mistic1002013-10-241-1/+2
* remove all array_push (50% slower than []) + some changes missing for feature...mistic1002013-10-191-2/+4
* feature 2978: remove useless sprintf in the coremistic1002013-10-191-5/+5
* feature 2978: l10n() and {translate} with additional arguments mistic1002013-10-191-6/+13
* make get_query_string_diff compatible with arrays and use build-in functionsmistic1002013-10-101-16/+9
* add function conf_delete_parammistic1002013-09-051-0/+35