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
* 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
* 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
* 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
* 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
* bug 2917 fixed: invalidate user cache each time pwg.images.delete is called,plegall2013-06-051-0/+1
| | | | | | | | to avoid blocking errors on gallery side if deleted photo is set as album thumbnail. git-svn-id: http://piwigo.org/svn/branches/2.5@23059 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2915 fixed: really disable synchronization on synchronization and site ↵plegall2013-05-312-0/+12
| | | | | | (directories) manager screens. git-svn-id: http://piwigo.org/svn/branches/2.5@22978 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2909 fixed: make sure the selection of private album is not empty beforeplegall2013-05-291-1/+3
| | | | | | | adding permission to user. The good test had been removed in r11729 git-svn-id: http://piwigo.org/svn/branches/2.5@22949 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r22705 from trunk to branch 2.5plegall2013-05-161-2/+2
bug 2901 fixed: batch manager, for "set title" and "set author" actions, |@escape:javascript to avoid problems with single quotes. git-svn-id: http://piwigo.org/svn/branches/2.5@22706 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2899: ability to allow HTML in EXIF/IPTC (disabled by default)plegall2013-05-142-8/+25
git-svn-id: http://piwigo.org/svn/branches/2.5@22660 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2895 fixed: replace border-bottom by text-decoration in menubar links forplegall2013-05-071-0/+1
admin theme roma, to avoid height change on plugins box. git-svn-id: http://piwigo.org/svn/branches/2.5@22525 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2894 fixed: make sure all users cache is reset when an admin changes theplegall2013-04-291-7/+2
album thumbnail. git-svn-id: http://piwigo.org/svn/branches/2.5@22402 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2892 fixed: no more error when tag_ids input parameter is empty (butplegall2013-04-191-1/+11
provided) on pwg.images.setInfo. git-svn-id: http://piwigo.org/svn/branches/2.5@22301 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2891 fixed: pure root_url on Home link in breadcrumbplegall2013-04-181-12/+5
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@22282 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2864 fixed: avoid warning on /dev/urandom with open_basedir restrictionplegall2013-04-181-1/+1
git-svn-id: http://piwigo.org/svn/branches/2.5@22280 68402e56-0260-453c-a942-63ccdbb3a9ee
* typo fixed in code commentplegall2013-04-121-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@22183 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2865: mysqli can now handle socket and specific port numberplegall2013-04-121-1/+22
git-svn-id: http://piwigo.org/svn/branches/2.5@22181 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2887 fixed: avoid private photos to be returned as results on user commentplegall2013-04-111-2/+1
search with the appropriate author. git-svn-id: http://piwigo.org/svn/branches/2.5@22141 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2867 fixed: move get_dirs function to a function file, so that it can be ↵plegall2013-03-152-26/+26
| | | | | | used in plugin LocalFiles Editor (see r18629) git-svn-id: http://piwigo.org/svn/branches/2.5@21566 68402e56-0260-453c-a942-63ccdbb3a9ee
* next version is 2.5.1plegall2013-03-151-1/+1
git-svn-id: http://piwigo.org/svn/branches/2.5@21565 68402e56-0260-453c-a942-63ccdbb3a9ee
* typo fixed in french language valueplegall2013-03-071-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.5@21323 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2861: avoid "invalid password" with manual upgrade and admin session expiredplegall2013-03-061-1/+6
git-svn-id: http://piwigo.org/svn/branches/2.5@21236 68402e56-0260-453c-a942-63ccdbb3a9ee
* change default configuration settings for a stable branch. Developers who ↵plegall2013-03-041-4/+4
| | | | | | need previous configuration settings can modify them in their local configuration git-svn-id: http://piwigo.org/svn/branches/2.5@21187 68402e56-0260-453c-a942-63ccdbb3a9ee
* Create branch 2.5 from trunk r21181plegall2013-03-040-0/+0
git-svn-id: http://piwigo.org/svn/branches/2.5@21186 68402e56-0260-453c-a942-63ccdbb3a9ee
* better (not outdated) example for database host during installplegall2013-03-041-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@21178 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2860 fixed: "Photos sort order" is better than "Manage photo ranks"plegall2013-03-041-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@21177 68402e56-0260-453c-a942-63ccdbb3a9ee
* typo fixed from r21175plegall2013-03-041-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@21176 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2859 fixed: sanitize of photo title before use in title/alt HTML attributesplegall2013-03-043-8/+8
git-svn-id: http://piwigo.org/svn/trunk@21175 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2857 fixed: select/options are invisible (#ccc on #ccc) with Chromeplegall2013-03-041-1/+1
git-svn-id: http://piwigo.org/svn/trunk@21173 68402e56-0260-453c-a942-63ccdbb3a9ee
* next version is 2.5.0plegall2013-03-021-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@21104 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2856: upgrade script to version 2.5plegall2013-03-023-3/+132
git-svn-id: http://piwigo.org/svn/trunk@21103 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2852 fixed: ability to use HTML markup in album description for ↵plegall2013-02-282-1/+2
pwg.categories.add git-svn-id: http://piwigo.org/svn/trunk@21070 68402e56-0260-453c-a942-63ccdbb3a9ee
* next version is 2.5.0RC2plegall2013-02-231-1/+1
git-svn-id: http://piwigo.org/svn/trunk@20986 68402e56-0260-453c-a942-63ccdbb3a9ee
* use jquery CDN instead of Google's (but it would be preferable to use Piwigo ↵plegall2013-02-182-3/+3
files instead) git-svn-id: http://piwigo.org/svn/trunk@20826 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r20713 from branch 2.4 to trunkplegall2013-02-122-0/+4
| | | | | | | | bug 2844: improve security on LocalFiles Editor, add pwg_token to avoid CSRF git-svn-id: http://piwigo.org/svn/trunk@20715 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r20712 from branch 2.4 to trunkplegall2013-02-125-88/+151
bug 2844: increase security on LocalFiles Editor, filter on files to edit. git-svn-id: http://piwigo.org/svn/trunk@20714 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r20706 from branch 2.4 to trunkplegall2013-02-111-1/+7
bug 2843: filter $_GET['dl'], it must be a md5sum-like string and nothing else git-svn-id: http://piwigo.org/svn/trunk@20707 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 65: piwigo_structure-mysqli.php doesn't exist, we force the use of ↵plegall2013-02-041-1/+1
| | | | | | piwigo_structure-mysql.php git-svn-id: http://piwigo.org/svn/trunk@20546 68402e56-0260-453c-a942-63ccdbb3a9ee