aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* next release is 2.5.62.5plegall2015-01-081-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@30870 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r30864 from trunk to branch 2.5plegall2015-01-082-4/+6
| | | | | | | bug 3186: improved security on search.php git-svn-id: http://piwigo.org/svn/branches/2.5@30865 68402e56-0260-453c-a942-63ccdbb3a9ee
* next release is 2.5.5plegall2014-11-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@30571 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r30563 from trunk to branch 2.5plegall2014-11-211-0/+1
| | | | | | | bug 3178 fixed, in_array check is not reliable when you compare string (user input) and numeric values git-svn-id: http://piwigo.org/svn/branches/2.5@30568 68402e56-0260-453c-a942-63ccdbb3a9ee
* next version is 2.5.4plegall2014-03-251-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@27935 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix typo (bad merge from trunk)plegall2014-03-251-2/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@27934 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r26825 from trunk to branch 2.5plegall2014-03-253-7/+14
| | | | | | | | bug 3020 and bug 3021 fixed: additionnal checks in search inputs git-svn-id: http://piwigo.org/svn/branches/2.5@27933 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merged revision(s) 26916 from trunk:mistic1002014-01-231-0/+2
| | | | | | bug 3029: XSS on website_url comment form git-svn-id: http://piwigo.org/svn/branches/2.5@26920 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r25633 from trunk to branch 2.5patdenice2013-11-211-1/+1
| | | | | | Small bug on password hash verification with strpos function git-svn-id: http://piwigo.org/svn/branches/2.5@25634 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2992 fixed: escape all file names before searching them as duplicates in ↵plegall2013-10-291-1/+1
| | | | | | batch manager. git-svn-id: http://piwigo.org/svn/branches/2.5@25223 68402e56-0260-453c-a942-63ccdbb3a9ee
* next version is 2.5.3plegall2013-10-261-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@25175 68402e56-0260-453c-a942-63ccdbb3a9ee
* [2.5] - language - prepared 2.5.3ddtddt2013-10-265-11/+163
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@25157 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2948 The registration can be done without typing a password flop252013-10-251-1/+1
| | | | | | hotfix for 2.5.3 git-svn-id: http://piwigo.org/svn/branches/2.5@25149 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r25120 from trunk to branch 2.5 flop252013-10-251-1/+1
| | | | | | | | bug:2964 zero should be allowed for the recent period only the profile page didn't allowed it git-svn-id: http://piwigo.org/svn/branches/2.5@25148 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r25119 from trunk to branch 2.5 flop252013-10-251-2/+12
| | | | | | bug:2980 Fatal error when renaming a group git-svn-id: http://piwigo.org/svn/branches/2.5@25147 68402e56-0260-453c-a942-63ccdbb3a9ee
* [2.5] - language - admin_multi_view - prepared 2.5.3ddtddt2013-10-212-0/+8
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@25049 68402e56-0260-453c-a942-63ccdbb3a9ee
* [2.5] - language - prepared 2.5.3ddtddt2013-10-211-20/+24
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@25048 68402e56-0260-453c-a942-63ccdbb3a9ee
* [2.5] - language - prepared 2.5.3ddtddt2013-10-199-7/+274
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@25011 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2977 fixed: when moving an album, whatever the previous statusplegall2013-10-181-23/+16
| | | | | | | | | | private/public we must remove irrelevant permissions (a public album can have hidden permission, ie list of groups/users permitted). I've also found a bug in the algorithm that selects users/groups to delete (reverse parameters in array_diff). git-svn-id: http://piwigo.org/svn/branches/2.5@24986 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2967 fixed: avoid display changes when album list is long to load. Replaceplegall2013-10-181-9/+2
| | | | | | | | input text for position to input hidden. It was a fallback when javascript is deactivated, but nowadays Piwigo administration can't work without javascript. git-svn-id: http://piwigo.org/svn/branches/2.5@24982 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2975 fixed: remove useless "," at the end of arrays, because it breaks ↵plegall2013-10-183-4/+4
| | | | | | Internet Explorer 7 :-/ git-svn-id: http://piwigo.org/svn/branches/2.5@24975 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2974: do not display deprecated errors on a stable branchplegall2013-10-171-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@24969 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2973 fixed: automatically use encoding windows-1252 instead of iso-8859-1plegall2013-10-171-3/+19
| | | | | | | (unless we find utf-8 signs) on IPTC before converting to utf-8 git-svn-id: http://piwigo.org/svn/branches/2.5@24967 68402e56-0260-453c-a942-63ccdbb3a9ee
* [2.5] - language - parent language es_AR and fr_CAddtddt2013-10-162-0/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@24945 68402e56-0260-453c-a942-63ccdbb3a9ee
* [2.5] - language - language_switch - GB/USddtddt2013-10-161-0/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@24939 68402e56-0260-453c-a942-63ccdbb3a9ee
* [2.5] - smartpocket - prepared 2.5.3ddtddt2013-10-151-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@24929 68402e56-0260-453c-a942-63ccdbb3a9ee
* [2.5] - language - LocalFilesEditor - prepared 2.5.3ddtddt2013-10-1513-30/+279
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@24927 68402e56-0260-453c-a942-63ccdbb3a9ee
* [2.5] - language - language_switch - prepared 2.5.3ddtddt2013-10-156-3/+8
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@24925 68402e56-0260-453c-a942-63ccdbb3a9ee
* [2.5] - language - c13y_upgrade - prepared 2.5.3ddtddt2013-10-1518-49/+223
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@24923 68402e56-0260-453c-a942-63ccdbb3a9ee
* [2.5] - language - admin_multi_view - prepared 2.5.3ddtddt2013-10-153-2/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@24917 68402e56-0260-453c-a942-63ccdbb3a9ee
* [2.5] - language - prepared 2.5.3ddtddt2013-10-152-0/+36
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@24915 68402e56-0260-453c-a942-63ccdbb3a9ee
* [2.5] - language - prepared 2.5.3ddtddt2013-10-1454-238/+3047
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@24911 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merged revision(s) 24835 from trunk:mistic1002013-10-121-11/+15
| | | | | | bug 2970: Division by zero on batch manager git-svn-id: http://piwigo.org/svn/branches/2.5@24880 68402e56-0260-453c-a942-63ccdbb3a9ee
* [2.5] - language - check KRddtddt2013-08-061-17/+7
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@24115 68402e56-0260-453c-a942-63ccdbb3a9ee
* [2.5] - language - check KRddtddt2013-08-061-26/+137
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@24113 68402e56-0260-453c-a942-63ccdbb3a9ee
* [2.5] - language LT - check 2.5.4ddtddt2013-07-053-57/+443
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@23785 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge svn:23658 from trunk to 2.5 flop252013-06-291-2/+2
| | | | | | | bug:2934 wrong id/name for the username input git-svn-id: http://piwigo.org/svn/branches/2.5@23659 68402e56-0260-453c-a942-63ccdbb3a9ee
* next version is 2.5.2plegall2013-06-241-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@23524 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2929: strip metadata on configurable thresholdplegall2013-06-242-1/+5
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@23498 68402e56-0260-453c-a942-63ccdbb3a9ee
* [2.5] - language - check 2.5.2ddtddt2013-06-231-1/+25
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@23464 68402e56-0260-453c-a942-63ccdbb3a9ee
* [2.5] - plugins language - check 2.5.2ddtddt2013-06-237-5/+113
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@23458 68402e56-0260-453c-a942-63ccdbb3a9ee
* [2.5] - plugins language - check 2.5.2ddtddt2013-06-238-3/+7
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@23457 68402e56-0260-453c-a942-63ccdbb3a9ee
* [2.5] - plugins language - check 2.5.2ddtddt2013-06-233-1/+30
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@23456 68402e56-0260-453c-a942-63ccdbb3a9ee
* [2.5] - plugins language - check 2.5.2ddtddt2013-06-236-2/+12
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@23455 68402e56-0260-453c-a942-63ccdbb3a9ee
* [2.5] - language - check 2.5.2ddtddt2013-06-2350-556/+3064
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@23453 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merged revision(s) 23260 from trunk:mistic1002013-06-161-0/+1
| | | | | | | feature:2847 Display additional info for API methods fields keep tooltip alive git-svn-id: http://piwigo.org/svn/branches/2.5@23262 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge svn:23248 & svn:23247 from trunk to 2.5flop252013-06-161-0/+9
| | | | | | | | feature:2925 new function theme_delete git-svn-id: http://piwigo.org/svn/branches/2.5@23249 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merged revision(s) 23231 from trunk:mistic1002013-06-151-5/+16
| | | | | | feature:2922 Add caseSensitive option to TokenInput (false by default) git-svn-id: http://piwigo.org/svn/branches/2.5@23232 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merged revision(s) 23229 from trunk:mistic1002013-06-151-1/+6
| | | | | | | bug:2921 Can't create tags with special chars like ( + [ https://github.com/MartinKoerner/jquery-tokeninput/commit/cc8eab541ad1371c6f0c6730c0154908eb105f5d git-svn-id: http://piwigo.org/svn/branches/2.5@23230 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2907 fixed (only on 2.5, rvelices did a deeper rewrite for 2.6): wrong ↵plegall2013-06-061-0/+28
| | | | | | number of sub-albums git-svn-id: http://piwigo.org/svn/branches/2.5@23075 68402e56-0260-453c-a942-63ccdbb3a9ee