aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* remove reminescences of pre multi size ...rvelices2013-11-281-46/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@25746 68402e56-0260-453c-a942-63ccdbb3a9ee
* next release is 2.6.0RC2plegall2013-11-281-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@25743 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove is_adviser() and get_email_address_as_display_text()mistic1002013-11-261-30/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@25729 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2999: documentation of functions_user.inc.php (move two functions to ↵mistic1002013-11-262-287/+349
| | | | | | functions_category.inc.php) git-svn-id: http://piwigo.org/svn/trunk@25728 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2999: documentation of functions_search and functions_tagmistic1002013-11-237-108/+142
| | | | git-svn-id: http://piwigo.org/svn/trunk@25658 68402e56-0260-453c-a942-63ccdbb3a9ee
* Small bug on password hash verification with strpos functionpatdenice2013-11-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@25633 68402e56-0260-453c-a942-63ccdbb3a9ee
* move get_query_string_diff and url_is_remote to functions_url.inc.phpmistic1002013-11-212-37/+38
| | | | git-svn-id: http://piwigo.org/svn/trunk@25615 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2999: documentation of functions_rate and functions_sessionmistic1002013-11-212-67/+94
| | | | git-svn-id: http://piwigo.org/svn/trunk@25614 68402e56-0260-453c-a942-63ccdbb3a9ee
* aliases trigger_event() in trigger_change() and trigger_action() in ↵mistic1002013-11-203-12/+35
| | | | | | | | trigger_notify() complete removal for 2.7 or 2.8 git-svn-id: http://piwigo.org/svn/trunk@25602 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2999: Documentation of include/functions_plugins.inc.phpmistic1002013-11-201-56/+113
| | | | git-svn-id: http://piwigo.org/svn/trunk@25601 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2999: Documentation of include/functions_notification + clean codemistic1002013-11-191-215/+223
| | | | git-svn-id: http://piwigo.org/svn/trunk@25578 68402e56-0260-453c-a942-63ccdbb3a9ee
* next release is 2.6.0RC1plegall2013-11-191-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@25575 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2963: Ability to create css/js smarty templates - fixes (last I hope)rvelices2013-11-191-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@25568 68402e56-0260-453c-a942-63ccdbb3a9ee
* parse error in r25550mistic1002013-11-181-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@25563 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2999: Documentation of include/functions_mail|metadata|picturemistic1002013-11-184-65/+119
| | | | git-svn-id: http://piwigo.org/svn/trunk@25550 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2999: documentation of functions\comment|cookie|filter|htmlmistic1002013-11-184-98/+222
| | | | git-svn-id: http://piwigo.org/svn/trunk@25548 68402e56-0260-453c-a942-63ccdbb3a9ee