aboutsummaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-03-28bug 3065 fixed: avoid SQL errors with external authenticationplegall1-1/+1
git-svn-id: http://piwigo.org/svn/branches/2.6@27996 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-25next version is 2.6.2plegall1-1/+1
git-svn-id: http://piwigo.org/svn/branches/2.6@27936 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-24bug 3057: avoid warnings and SQL crash when encountering inconsistentplegall1-0/+9
permissions + rewrite permissions consistancy check when setting albums to private status. git-svn-id: http://piwigo.org/svn/branches/2.6@27925 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-17bug 3055: add security pwg_token on API methods introduced in Piwigo 2.6plegall3-0/+35
(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/branches/2.6@27810 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-12feature 3054: new trigger ws_users_getListplegall1-0/+2
git-svn-id: http://piwigo.org/svn/branches/2.6@27715 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-09Merged -r27294 from trunk:rvelices1-0/+5
feature 3043: Add event to allow calculation of rating score with a different algorithm git-svn-id: http://piwigo.org/svn/branches/2.6@27295 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-29Merged revision(s) 27043 from trunk:mistic1001-4/+8
str2DateTime return false on empty input git-svn-id: http://piwigo.org/svn/branches/2.6@27044 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-27Merged revision(s) 26972, 26998 from trunk:mistic1001-6/+14
replace more preg_replace callback ........ remove *_version_compare methods in languages & plugins & themes classes, unused and outdated (preg_replace /e modifier) git-svn-id: http://piwigo.org/svn/branches/2.6@26999 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-24next release is 2.6.1plegall1-1/+1
git-svn-id: http://piwigo.org/svn/branches/2.6@26954 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-24bug 3035 fixed: the output of pwg.categories.getList with optionplegall1-1/+1
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/branches/2.6@26952 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-23Merged revision(s) 26916 from trunk:mistic1001-0/+2
bug 3029: XSS on website_url comment form git-svn-id: http://piwigo.org/svn/branches/2.6@26919 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-22Merged revision(s) 26902 from trunk:mistic1001-3/+2
bug 3027: Fatal error on Configuration->Options->Photo size git-svn-id: http://piwigo.org/svn/branches/2.6@26903 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-18Merged revision(s) r26865 from trunk:mistic1001-1/+1
bug 3025: Fatal error: Declaration of Calendar::get_date_where() must be compatible with that of CalendarBase::get_date_where() git-svn-id: http://piwigo.org/svn/branches/2.6@26866 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-18Merged revision(s) r26863 from trunk:mistic1001-12/+28
bug 3024: Warning: array_merge(): Argument 1 is not an array on template.class.php git-svn-id: http://piwigo.org/svn/branches/2.6@26864 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-18Merged revision(s) r26846 from trunk:mistic1001-2/+4
bug 3023: Fatal error when using trigger_notify/trigger_change on PHP < 5.3 git-svn-id: http://piwigo.org/svn/branches/2.6@26847 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-17merge -r26837 from trunk to branch 2.6rvelices1-0/+4
admin rating improvements - use web service for deletion - use datatables for rating by user - use fontello icons git-svn-id: http://piwigo.org/svn/branches/2.6@26838 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-17next release is 2.6.0 (be ready)plegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@26826 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-17bug 3020 and bug 3021 fixed: additionnal checks in search inputsplegall1-0/+6
git-svn-id: http://piwigo.org/svn/trunk@26825 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-14bug 2963: Ability to create css/js smarty templates with caching (scripts ↵rvelices1-3/+5
was not using template parameter) git-svn-id: http://piwigo.org/svn/trunk@26718 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-12render_tag_name trigger transmit full tag data as second parametermistic1003-5/+5
git-svn-id: http://piwigo.org/svn/trunk@26649 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-09use custom safe_version_compare instead of version_compare to handle ↵mistic1002-2/+34
versions numbers with letters git-svn-id: http://piwigo.org/svn/trunk@26591 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-05Update headers to 2014. Happy new year!!mistic10064-64/+64
git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-21feature 2985: missing multiplier when comparing css ordersmistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@26073 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-20add query2array function, aiming to replace hash_from_query, ↵mistic1001-0/+66
array_from_query and simple_hash_fromq_query git-svn-id: http://piwigo.org/svn/trunk@26048 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-18feature 1668: escape login and password in registration emailmistic1001-3/+3
git-svn-id: http://piwigo.org/svn/trunk@26028 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-16invalidate_user_cache fix in web service method + do not invalidate user ↵rvelices1-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
2013-12-16bug 3012 fixed: invalidate_user_cache() on pwg.users.setInfo, ↵plegall2-3/+9
pwg.groups.addUser, pwg.groups.deleteUser git-svn-id: http://piwigo.org/svn/trunk@25968 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-12feature 2869 added: support TIFF files on web upload (requires ext_imagick)plegall1-1/+4
git-svn-id: http://piwigo.org/svn/trunk@25929 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-07fix cssmin issue: surrounding @ names with double quotes (W3C invalid and ↵mistic1001-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
2013-12-07feature 2999: finish documentation of template.class.phpmistic1001-33/+233
git-svn-id: http://piwigo.org/svn/trunk@25815 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-07feature 2999: documentation of Template class, other classes of ↵mistic1002-79/+325
template.class.php pending git-svn-id: http://piwigo.org/svn/trunk@25812 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-06feature 3009: Add 'latitude' and 'longitude' fields in images table mistic1001-1/+46
git-svn-id: http://piwigo.org/svn/trunk@25801 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-06FileCombiner does not try to change url of images embedded in base64mistic1001-5/+5
git-svn-id: http://piwigo.org/svn/trunk@25800 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-04feature 2995: disable DOM parsing warningsmistic1001-1/+9
git-svn-id: http://piwigo.org/svn/trunk@25787 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-01feature 2999 : Documentation of menubar function and classesmistic1002-40/+166
git-svn-id: http://piwigo.org/svn/trunk@25762 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-29feature 2999 : Documentation of multisize classesmistic1003-52/+348
git-svn-id: http://piwigo.org/svn/trunk@25754 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-28remove reminescences of pre multi size ...rvelices1-46/+0
git-svn-id: http://piwigo.org/svn/trunk@25746 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-28next release is 2.6.0RC2plegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@25743 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-26remove is_adviser() and get_email_address_as_display_text()mistic1001-30/+0
git-svn-id: http://piwigo.org/svn/trunk@25729 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-26feature 2999: documentation of functions_user.inc.php (move two functions to ↵mistic1002-287/+349
functions_category.inc.php) git-svn-id: http://piwigo.org/svn/trunk@25728 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-23feature 2999: documentation of functions_search and functions_tagmistic1007-108/+142
git-svn-id: http://piwigo.org/svn/trunk@25658 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-21Small bug on password hash verification with strpos functionpatdenice1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@25633 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-21move get_query_string_diff and url_is_remote to functions_url.inc.phpmistic1002-37/+38
git-svn-id: http://piwigo.org/svn/trunk@25615 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-21feature 2999: documentation of functions_rate and functions_sessionmistic1002-67/+94
git-svn-id: http://piwigo.org/svn/trunk@25614 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-20aliases trigger_event() in trigger_change() and trigger_action() in ↵mistic1003-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
2013-11-20feature 2999: Documentation of include/functions_plugins.inc.phpmistic1001-56/+113
git-svn-id: http://piwigo.org/svn/trunk@25601 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19feature 2999: Documentation of include/functions_notification + clean codemistic1001-215/+223
git-svn-id: http://piwigo.org/svn/trunk@25578 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19next release is 2.6.0RC1plegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@25575 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19bug 2963: Ability to create css/js smarty templates - fixes (last I hope)rvelices1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@25568 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18parse error in r25550mistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@25563 68402e56-0260-453c-a942-63ccdbb3a9ee