aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* merge r27810 from branch 2.6 to trunkplegall2014-03-173-0/+35
| | | | | | | | | | bug 3055: add security pwg_token on API methods introduced in Piwigo 2.6 (pwg.groups.addUser, pwg.groups.deleteUser, pwg.groups.setInfo, pwg.users.add, pwg.users.setInfo, pwg.permissions.add, pwg.permissions.remove) git-svn-id: http://piwigo.org/svn/trunk@27811 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r27715 from branch 2.6 to trunkplegall2014-03-121-0/+2
| | | | | | | | feature 3054: new trigger ws_users_getList git-svn-id: http://piwigo.org/svn/trunk@27716 68402e56-0260-453c-a942-63ccdbb3a9ee
* removed unnecessary by ref parameters + do not define IN_ADMIN on ws methodrvelices2014-03-111-7/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@27694 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove "virtual" namespaces (or whatever it's called) in emogrifiermistic1002014-02-181-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@27404 68402e56-0260-453c-a942-63ccdbb3a9ee
* update emogrifiermistic1002014-02-182-247/+508
| | | | git-svn-id: http://piwigo.org/svn/trunk@27403 68402e56-0260-453c-a942-63ccdbb3a9ee
* more query2array and remove unnecessary tests in often called url functionsrvelices2014-02-162-32/+13
| | | | git-svn-id: http://piwigo.org/svn/trunk@27388 68402e56-0260-453c-a942-63ccdbb3a9ee
* web service always return pwg version (allow in the future mobile apps to ↵rvelices2014-02-131-11/+2
| | | | | | maintain compatibility) git-svn-id: http://piwigo.org/svn/trunk@27371 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove prehistoric unnecessary object referencesrvelices2014-02-131-15/+13
| | | | git-svn-id: http://piwigo.org/svn/trunk@27370 68402e56-0260-453c-a942-63ccdbb3a9ee
* more query2arrayrvelices2014-02-136-39/+15
| | | | git-svn-id: http://piwigo.org/svn/trunk@27369 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2999: (incomplete) doc of mysqli functionsmistic1002014-02-111-85/+117
| | | | git-svn-id: http://piwigo.org/svn/trunk@27337 68402e56-0260-453c-a942-63ccdbb3a9ee
* arrayfromquery optimizations: move double if from inside loop to outside + ↵rvelices2014-02-116-131/+192
| | | | | | use directly mysqli calls to avoid function call overhead for every row retrieved from db git-svn-id: http://piwigo.org/svn/trunk@27336 68402e56-0260-453c-a942-63ccdbb3a9ee
* small optim on events trigger when several handlers are registered (no more ↵rvelices2014-02-111-3/+5
| | | | | | array_slice inside the loop) git-svn-id: http://piwigo.org/svn/trunk@27335 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3043: Add event to allow calculation of rating score with a ↵rvelices2014-02-091-0/+5
| | | | | | different algorithm git-svn-id: http://piwigo.org/svn/trunk@27294 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3041: Give include path to add_event_handlermistic1002014-02-061-32/+50
| | | | | | $accepted_args is replaced by $include_path (retrocompatible) git-svn-id: http://piwigo.org/svn/trunk@27238 68402e56-0260-453c-a942-63ccdbb3a9ee
* PluginMaintain is not abstract anymore, allowing partial declarationmistic1002014-02-051-18/+12
| | | | git-svn-id: http://piwigo.org/svn/trunk@27221 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove Smarty backward compatible class (pre Smarty3)rvelices2014-02-041-3/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@27184 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove PHP < 5.2 codemistic1002014-02-042-38/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@27158 68402e56-0260-453c-a942-63ccdbb3a9ee
* removed functions provided for php backward compatibility as 5.2 is now requiredrvelices2014-02-035-158/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@27152 68402e56-0260-453c-a942-63ccdbb3a9ee
* required PHP version is 5.2plegall2014-01-311-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@27095 68402e56-0260-453c-a942-63ccdbb3a9ee
* next version is 2.7.0beta1plegall2014-01-311-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@27094 68402e56-0260-453c-a942-63ccdbb3a9ee
* str2DateTime return false on empty inputmistic1002014-01-291-4/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@27043 68402e56-0260-453c-a942-63ccdbb3a9ee
* replace more preg_replace callbackmistic1002014-01-261-6/+14
| | | | git-svn-id: http://piwigo.org/svn/trunk@26972 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r26952 from branch 2.6 to trunkplegall2014-01-241-1/+1
| | | | | | | | | | | | bug 3035 fixed: the output of pwg.categories.getList with option tree_output=true was modified in r22729 to fix a bug. But fixing this bug has broken iOS/Android applications which uses this parameter. The immediate solution is to reintroduce the bug for now and fix it cleanly later (requires a new version of iOS/Android apps) git-svn-id: http://piwigo.org/svn/trunk@26953 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3031: add $conf['sync_exclude_folders'] parametermistic1002014-01-231-0/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@26928 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3029: XSS on website_url comment form mistic1002014-01-231-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@26916 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3027: Fatal error on Configuration->Options->Photo sizemistic1002014-01-221-3/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@26902 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3025: Fatal error: Declaration of Calendar::get_date_where() must be ↵mistic1002014-01-181-1/+1
| | | | | | compatible with that of CalendarBase::get_date_where() git-svn-id: http://piwigo.org/svn/trunk@26865 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3024: Warning: array_merge(): Argument 1 is not an array on ↵mistic1002014-01-181-12/+28
| | | | | | template.class.php git-svn-id: http://piwigo.org/svn/trunk@26863 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3023: Fatal error when using trigger_notify/trigger_change on PHP < 5.3 mistic1002014-01-181-2/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@26846 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin rating improvementsrvelices2014-01-171-0/+4
| | | | | | | | - use web service for deletion - use datatables for rating by user - use fontello icons git-svn-id: http://piwigo.org/svn/trunk@26837 68402e56-0260-453c-a942-63ccdbb3a9ee
* next release is 2.6.0 (be ready)plegall2014-01-171-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@26826 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3020 and bug 3021 fixed: additionnal checks in search inputsplegall2014-01-171-0/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@26825 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2963: Ability to create css/js smarty templates with caching (scripts ↵rvelices2014-01-141-3/+5
| | | | | | was not using template parameter) git-svn-id: http://piwigo.org/svn/trunk@26718 68402e56-0260-453c-a942-63ccdbb3a9ee
* render_tag_name trigger transmit full tag data as second parametermistic1002014-01-123-5/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@26649 68402e56-0260-453c-a942-63ccdbb3a9ee
* use custom safe_version_compare instead of version_compare to handle ↵mistic1002014-01-092-2/+34
| | | | | | versions numbers with letters git-svn-id: http://piwigo.org/svn/trunk@26591 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update headers to 2014. Happy new year!!mistic1002014-01-0564-64/+64
| | | | git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2985: missing multiplier when comparing css ordersmistic1002013-12-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@26073 68402e56-0260-453c-a942-63ccdbb3a9ee
* add query2array function, aiming to replace hash_from_query, ↵mistic1002013-12-201-0/+66
| | | | | | array_from_query and simple_hash_fromq_query git-svn-id: http://piwigo.org/svn/trunk@26048 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: escape login and password in registration emailmistic1002013-12-181-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@26028 68402e56-0260-453c-a942-63ccdbb3a9ee
* invalidate_user_cache fix in web service method + do not invalidate user ↵rvelices2013-12-161-0/+5
| | | | | | cache on every page hit on album list, photo etc ... git-svn-id: http://piwigo.org/svn/trunk@25975 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3012 fixed: invalidate_user_cache() on pwg.users.setInfo, ↵plegall2013-12-162-3/+9
| | | | | | pwg.groups.addUser, pwg.groups.deleteUser git-svn-id: http://piwigo.org/svn/trunk@25968 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2869 added: support TIFF files on web upload (requires ext_imagick)plegall2013-12-121-1/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@25929 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix cssmin issue: surrounding @ names with double quotes (W3C invalid and ↵mistic1002013-12-071-1/+1
| | | | | | | | breaks animations on Firefox) seet http://code.google.com/p/cssmin/issues/detail?id=48 git-svn-id: http://piwigo.org/svn/trunk@25838 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2999: finish documentation of template.class.phpmistic1002013-12-071-33/+233
| | | | git-svn-id: http://piwigo.org/svn/trunk@25815 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2999: documentation of Template class, other classes of ↵mistic1002013-12-072-79/+325
| | | | | | template.class.php pending git-svn-id: http://piwigo.org/svn/trunk@25812 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3009: Add 'latitude' and 'longitude' fields in images table mistic1002013-12-061-1/+46
| | | | git-svn-id: http://piwigo.org/svn/trunk@25801 68402e56-0260-453c-a942-63ccdbb3a9ee
* FileCombiner does not try to change url of images embedded in base64mistic1002013-12-061-5/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@25800 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2995: disable DOM parsing warningsmistic1002013-12-041-1/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@25787 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2999 : Documentation of menubar function and classesmistic1002013-12-012-40/+166
| | | | git-svn-id: http://piwigo.org/svn/trunk@25762 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2999 : Documentation of multisize classesmistic1002013-11-293-52/+348
| | | | git-svn-id: http://piwigo.org/svn/trunk@25754 68402e56-0260-453c-a942-63ccdbb3a9ee