| Commit message (Expand) | Author | Age | Files | Lines |
* | shorten some code (not really important) | modus75 | 2016-01-16 | 1 | -9/+2 |
* | happy new year 2016, all headers updated | plegall | 2016-01-14 | 1 | -1/+1 |
* | Merge branch 'feature/293-trigger-upload' | plegall | 2016-01-14 | 1 | -0/+26 |
|\ |
|
| * | feature #293 trigger to generate pwg_representative | plegall | 2015-12-15 | 1 | -0/+26 |
* | | feature #392, authentication keys, history log | plegall | 2016-01-04 | 1 | -0/+2 |
* | | feature #379 multiple format, step 2: download formats | plegall | 2015-12-07 | 1 | -1/+3 |
* | | feature #379 multiple format, step 1: add formats | plegall | 2015-12-03 | 1 | -0/+15 |
|/ |
|
* | Update functions.inc.php | Iglou.eu | 2015-10-29 | 1 | -2/+2 |
* | feature 3221 Add Logger class | mistic100 | 2015-04-24 | 1 | -2/+0 |
* | bug 3186: improved security on search.php | plegall | 2015-01-08 | 1 | -2/+2 |
* | * feature 3142: upgrade script to Piwigo 2.7 | plegall | 2014-09-20 | 1 | -1/+1 |
* | feature:2807 better fix for svn:28995 | mistic100 | 2014-07-08 | 1 | -1/+1 |
* | feature 2807: nicer display of "from to" dates (required changes in "format_d... | mistic100 | 2014-07-07 | 1 | -11/+62 |
* | remove line commited by mistake in r28913 | plegall | 2014-07-02 | 1 | -2/+0 |
* | feature 3046: Add option "force_fallback" to load_language + clean code | mistic100 | 2014-07-02 | 1 | -65/+58 |
* | correctly stringify booleans in conf_update_param | mistic100 | 2014-06-13 | 1 | -1/+1 |
* | feature 3038 : always apply serialize&addslashes if object/array is passed an... | mistic100 | 2014-06-03 | 1 | -0/+4 |
* | feature 3010 : replace trigger_action/event by trigger_notify/change | mistic100 | 2014-06-02 | 1 | -5/+5 |
* | quick search - small fixes & improvements | rvelices | 2014-05-31 | 1 | -6/+5 |
* | feature 3038 : add $updateGlobal and $parser options to conf_update_param | mistic100 | 2014-05-29 | 1 | -21/+53 |
* | added a persistent cache mechanism; used so far to cache image ids in flat vi... | rvelices | 2014-05-11 | 1 | -0/+1 |
* | lang key with an empty value are not displayed | flop25 | 2014-04-13 | 1 | -1/+1 |
* | more query2array | rvelices | 2014-02-13 | 1 | -28/+4 |
* | arrayfromquery optimizations: move double if from inside loop to outside + us... | rvelices | 2014-02-11 | 1 | -98/+33 |
* | remove PHP < 5.2 code | mistic100 | 2014-02-04 | 1 | -21/+2 |
* | str2DateTime return false on empty input | mistic100 | 2014-01-29 | 1 | -4/+8 |
* | bug 3027: Fatal error on Configuration->Options->Photo size | mistic100 | 2014-01-22 | 1 | -3/+2 |
* | use custom safe_version_compare instead of version_compare to handle versions... | mistic100 | 2014-01-09 | 1 | -0/+32 |
* | Update headers to 2014. Happy new year!! | mistic100 | 2014-01-05 | 1 | -1/+1 |
* | add query2array function, aiming to replace hash_from_query, array_from_query... | mistic100 | 2013-12-20 | 1 | -0/+66 |
* | feature 2999: documentation of Template class, other classes of template.clas... | mistic100 | 2013-12-07 | 1 | -2/+0 |
* | move get_query_string_diff and url_is_remote to functions_url.inc.php | mistic100 | 2013-11-21 | 1 | -37/+0 |
* | feature 2999: Documentation of include/functions_mail|metadata|picture | mistic100 | 2013-11-18 | 1 | -1/+8 |
* | feature 2999 : documentation of include/functions_calendar.inc.php and Calend... | mistic100 | 2013-11-17 | 1 | -1/+1 |
* | feature 2976: add output fields for pwg.users.getList. registration_date, | plegall | 2013-11-11 | 1 | -2/+2 |
* | move array_from_query to functions.inc.php | mistic100 | 2013-11-10 | 1 | -0/+31 |
* | feature 2999 : documentation of include/functions.inc.php | mistic100 | 2013-11-10 | 1 | -151/+272 |
* | delete replace_space function, modify get_cat_display_name_* functions | mistic100 | 2013-11-10 | 1 | -47/+0 |
* | feature 2995: New email template | mistic100 | 2013-11-06 | 1 | -1/+1 |
* | feature 2651: fallback language, failed when the "child" file does not exists | mistic100 | 2013-11-01 | 1 | -1/+30 |
* | bug:2947 fix compatibility with PHP 5.2 and 5.3 | mistic100 | 2013-10-24 | 1 | -22/+87 |
* | feature 2978: error func_get_args(): Can't be used as a function parameter on... | mistic100 | 2013-10-24 | 1 | -1/+2 |
* | remove all array_push (50% slower than []) + some changes missing for feature... | mistic100 | 2013-10-19 | 1 | -2/+4 |
* | feature 2978: remove useless sprintf in the core | mistic100 | 2013-10-19 | 1 | -5/+5 |
* | feature 2978: l10n() and {translate} with additional arguments | mistic100 | 2013-10-19 | 1 | -6/+13 |
* | make get_query_string_diff compatible with arrays and use build-in functions | mistic100 | 2013-10-10 | 1 | -16/+9 |
* | add function conf_delete_param | mistic100 | 2013-09-05 | 1 | -0/+35 |
* | bug:2947 rewrite format_date() and time_since() with DateTime class + new par... | mistic100 | 2013-08-01 | 1 | -79/+138 |
* | add mandatory option for check_input_parameter | mistic100 | 2013-07-21 | 1 | -1/+6 |
* | feature 2941: add trigger on get_webmaster_mail_address | plegall | 2013-07-09 | 1 | -0/+2 |