1932 Commits

Author SHA1 Message Date
plegall
15d8a19880 fixes #988 no more warning on PHP 7.3 (only for branch 2.9, branch master will get a new version of jshrink) 2019-04-08 17:03:43 +02:00
plegall
506e711f44 next release is 2.9.5 2019-04-02 16:59:10 +02:00
plegall
f96d2e413e (cp dc40d19) fixes #945 pwg_log automatically creates a new history.section in the enum, when needed 2019-04-02 16:09:27 +02:00
plegall
d2f45b7109 (cp 16abd1a) solves issue 945, if plugin developers add their own sections, Piwigo tries to put them into history table. Since the section column is an enum, php issued a warning. 2019-04-02 16:09:06 +02:00
plegall
f78e796dbe (cp 1646f5e) fixes #998 temporary fix for Piwigo Remote Sync compatibility 2019-04-02 11:35:07 +02:00
plegall
23b23c1a59 (cp f283492) Fix syntax error 2018-07-12 15:09:01 +02:00
plegall
4155f3ba96 next release is 2.9.4 2018-07-12 11:27:22 +02:00
plegall
4fad0eae98 (cp b1cb4e4) due to changes for compatibility with PHP 7.2, Piwigo now requires PHP 5.3 2018-07-12 11:24:44 +02:00
plegall
48abae9918 (cp 144a970) Fix for Cssmin with php7.2 and higher 2018-07-12 11:14:15 +02:00
plegall
1007098714 (cp 68f83a5) Fix for Msarty and PHP7.2 2018-07-12 11:13:34 +02:00
plegall
e45e726b58 (cp 0637112) Squashed commit of the following:
commit 7190866ccf15033f27095d635546e46dacbb755e
Author: plegall <plg@piwigo.org>
Date:   Thu Jul 12 10:52:33 2018 +0200

    Revert "Replace not maintained cssmin with fork from github https://github.com/natxet/CssMin"

    This reverts commit c8b12a2ed0.

commit 1dac11ecb6783d0d5353c3d250388f018c30fc5c
Author: plegall <plg@piwigo.org>
Date:   Thu Jul 12 10:52:24 2018 +0200

    Revert "Update Smarty to 3.1.3"

    This reverts commit db684f6151.

commit 3ac752dc93912ba5701d22dadd9bb3b81e5bb383
Merge: d1c2e71 8d58256
Author: plegall <plg@piwigo.org>
Date:   Thu Jul 12 10:50:43 2018 +0200

    Merge branch 'php72' of https://github.com/Infern1/Piwigo into Infern1-php72

commit 8d58256c45
Author: Rob Lensen <rob@bsdfreaks.nl>
Date:   Wed Mar 21 23:40:36 2018 +0100

    new feedcreator version for PHP7

commit bb0fcc3a30
Author: Rob Lensen <rob@bsdfreaks.nl>
Date:   Wed Mar 21 23:26:27 2018 +0100

    php72 fixes, replaces each() function

commit 3db22c0d33
Author: Rob Lensen <rob@bsdfreaks.nl>
Date:   Wed Mar 21 23:02:46 2018 +0100

    More fixes for PHP7.2

commit 50d8aafc77
Author: Rob Lensen <rob@bsdfreaks.nl>
Date:   Mon Mar 19 23:55:21 2018 +0100

    Some more replacements of create_function

commit 8263335c42
Author: Rob Lensen <rob@bsdfreaks.nl>
Date:   Mon Mar 19 22:54:54 2018 +0100

    Fixed indents

commit 8d58b637c6
Merge: c8b12a2 8a57d77
Author: Rob Lensen <rob@bsdfreaks.nl>
Date:   Tue Feb 27 13:51:32 2018 +0100

    Merge remote-tracking branch 'upstream/master' into php72

commit c8b12a2ed0
Author: Rob Lensen <rob@bsdfreaks.nl>
Date:   Thu Jan 18 00:32:46 2018 +0100

    Replace not maintained cssmin with fork from github https://github.com/natxet/CssMin

commit db684f6151
Author: Rob Lensen <rob@bsdfreaks.nl>
Date:   Thu Jan 18 00:23:24 2018 +0100

    Update Smarty to 3.1.3

commit 6a3f8f3e76
Author: Rob Lensen <rob@bsdfreaks.nl>
Date:   Wed Jan 17 23:40:27 2018 +0100

    Initial work to support PHP 7.2
2018-07-12 10:58:26 +02:00
plegall
38f6435e37 (cp d1c2e71) fixes #891, use HTTPS to piwigo.org in page footer 2018-07-11 15:13:28 +02:00
plegall
62386eef8d (cp 86c3473) fixes #877, avoid conflict with custom user table 2018-07-11 11:50:55 +02:00
plegall
0ec289769e (cp 23fa4c1) fixes #871, CVE-2018-7722 strip tags on methods pwg.categories.add, pwg.categories.setInfo, pwg.images.setInfo
Adding pwg_token would be a better solution but would break remote applications (like the iOS app)
2018-07-06 18:31:58 +02:00
plegall
49c1d7e004 (cp 7e41e21) Fix issue #844 2018-07-05 15:53:43 +02:00
plegall
a38ff3bac0 (cp 8a57d77) fixes #596, compatibility with PHP 7.1 2018-02-27 12:02:45 +01:00
plegall
f4be39d658 next version is 2.9.3 2018-02-22 15:04:28 +01:00
plegall
6d2f2a1d0d (cp 63932b9) fixes #735, add API method pwg.users.getAuthKey 2018-02-22 14:17:44 +01:00
plegall
2767587056 next version is 2.9.2 2017-10-05 16:00:42 +02:00
plegall
27de5c0345 (cp ee4aae7) Fixes #767 - Return a 500 HTTP status when a file upload error occurs. (#768) 2017-10-05 15:40:21 +02:00
plegall
8d6fee190d (cp 164b595) fixes #777 WS categories getImages, TotalCount for correct pagination builder 2017-09-30 17:09:03 +02:00
plegall
75e1be46b1 (cp b585f5b) Removing Deprecated error message for PHP 7 (#764) 2017-09-18 17:22:43 +02:00
plegall
0f2c9a805f (cp 028c4ee) fixes #739, make sure keys are reset in the "uniquified" array
... for a regular search, when different set of photos matches the search.
2017-07-25 18:28:23 +02:00
plegall
524ae64be4 (cp a3cf80c) fixes #732, avoid conflict with PHP function "transliterate" 2017-07-13 11:30:54 +02:00
plegall
be9ec05596 (cp 4d031c9) fixes #725, protect pwg.images.setInfo from HTML 2017-07-03 13:55:19 +02:00
plegall
10700c8739 next version is 2.9.1 2017-06-12 14:37:44 +02:00
plegall
f728020878 (cp 9fa8f30) fixes #696, invalidate user cache when deleting an album via API 2017-05-31 15:27:10 +02:00
plegall
07a689db71 (cp 1c71e59) fixes #674, by default user groups should be an empty array, not an empty string 2017-05-05 11:05:51 +02:00
plegall
a58d87e84f change default configuration settings for a stable branch. Developers who need previous configuration settings can modify them in their local configuration
git cherry-pick 39d3c6883b
2017-04-24 16:07:50 +02:00
plegall
bafdcf52da next version is 2.9.0 2017-04-24 15:14:55 +02:00
plegall
0044aff983 next version is 2.9.0RC2 2017-04-10 13:46:12 +02:00
plegall
1a348ab30b fixes #224, batch manager, ability to configure default number of images per page 2017-04-10 13:38:47 +02:00
plegall
f2ac983891 issue #302, simplify list of picture_ext 2017-04-07 15:27:40 +02:00
plegall
d58a24c882 fixes #302, file extension case insensitive for sync
if $conf['picture_ext'] contains "jpg", Piwigo sync will accept {jpg,JPG,Jpg,jPg,jpG,...}
2017-04-07 15:25:10 +02:00
plegall
1d5279e4a8 fixes #647, use the constant instead of hard coded table name 2017-04-04 15:19:24 +02:00
plegall
df1c665e62 fixes #309, ability to show album descriptions on all pages
(not just the first page)
2017-04-02 17:36:00 +02:00
plegall
e249232684 new version is 2.9.0RC1 2017-03-31 15:34:43 +02:00
plegall
2ef52d20b5 filter search on albums with permissions 2017-03-30 16:10:18 +02:00
plegall
f0195903c2 typo: fill $qsr->cat_iids and not tag_iids 2017-03-30 16:04:31 +02:00
plegall
c5cd5cd216 issue #343, quick search takes album into account
I basically duplicated qsearch_get_tags as qsearch_get_categories and replaced
"tag" by "cat" + obvious changes like table name to query. I also used the
resulting $qsr->cat_iids for merging with other results.
2017-03-30 15:27:20 +02:00
plegall
d50aa7476c fixes #191, auto reset $_SESSION['need_update'] on new version
To avoid saying the user a new version is available after a manual upgrade
(which didn't reset the $_SESSION['need_update'] variable)
2017-03-30 11:41:01 +02:00
plegall
37c7902879 fixes #471, launch check for new version on page_tail 2017-03-29 15:44:07 +02:00
plegall
5d5e6e2b59 pwg_mail_admins: ability to include current user + filter on webmasters 2017-03-29 15:07:34 +02:00
plegall
e62f90fe4c issue #420, remove pLoader from list of applications 2017-03-06 15:32:02 +01:00
plegall
4d800292c2 fixes #178, hide menu identification on identification page
+ redirect to gallery root when opening idenfication page while identified
2017-03-02 14:25:01 +01:00
plegall
c594112746 fixes #424, update mdetect.php to version 2015.05.13 2017-03-02 11:15:52 +01:00
plegall
812892e6be next version is 2.9.0beta2 2017-01-28 19:52:47 +01:00
plegall
309b2f4476 feature #606, check pwg_token and display error (if any) 2017-01-24 17:29:28 +01:00
plegall
3466c432e1 feature #606, backend API method pwg.images.deleteOrphans
This method will delete a block of orphans and return the number of remaining orphans.
2017-01-24 15:09:52 +01:00
modus75
828bb42ce3 Fix quick search (in php 0=='' but 0!=='') !!! 2017-01-13 21:22:20 +01:00