10568 Commits

Author SHA1 Message Date
plegall 2cb67c43d3 next release is 11.2.0 11.2.0 2021-01-31 16:28:05 +01:00
plegall 352cf140c5 cherry-pick 4 commits from translation
* 0a487f8 - Update eu_ES, thanks to bixerdo (2021-01-27 23:15:20 +0100)
* a6ed63d - Update eu_ES, thanks to bixerdo (2021-01-25 15:46:34 +0100)
* 02a3dd2 - Update pl_PL, thanks to yareq (2021-01-24 13:35:59 +0100)
* 06442c0 - Update pl_PL, thanks to yareq (2021-01-24 13:35:29 +0100)
2021-01-31 16:25:46 +01:00
plegall 3fcafe3baa (cp 86047e2) fixes #1307 render album name on 11.x new features
* related albums
* move albums
* search albums
2021-01-31 14:00:49 +01:00
plegall 4a91f122ed (cp db65aa5) fixes #1297 check output buffer before cleaning it 2021-01-29 14:52:54 +01:00
plegall 92da731a91 (cp cca2834) fixes #1304 activity table might be totally empty in the X last weeks 2021-01-29 14:37:12 +01:00
plegall 0ab6f8c134 (cp 3a0e2ca) fixes #1303 move week numbers search out of cache generation block 2021-01-29 14:36:15 +01:00
plegall d0e9ac6156 (cp 1efa9de) fixes #1302 keyboard shortcut / to filter plugins 2021-01-28 16:25:03 +01:00
plegall cb800ef662 (cp 7c9e461) fixes #1295 do not hide inactive plugins right after an activation
So that you save a click (to show inactive plugins) after an update (which deactivate all plugins)
2021-01-28 15:28:04 +01:00
plegall b0f465f666 (cp 82ecffa) fixes #1301 force reset cache size from session 2021-01-27 20:25:57 +01:00
plegall ce3c1c73fe (cp cac2463) fixes #1300 fall back on exec(du) instead of pure PHP to calculate cache size
This algorithm does not work for Windows and when "exec" is disabled. But not having this cache size is not a major issue. What is a problem is when calculating the cache size breaks the execution, which must be avoided.
2021-01-27 20:25:40 +01:00
plegall 28e7c1714d (cp c97d893) fixes #1299 add tooltip on inactive settings button for plugin 2021-01-27 20:25:20 +01:00
plegall 845bc85132 (cp d1975a4) fixes #1298 always show the theme configuration button 2021-01-27 20:24:57 +01:00
plegall 4101bc7b83 (cp c25fce6) fixes #1294 use branch number to generate download code for update 11.1.0 2021-01-22 17:12:15 +01:00
plegall 62e70504e6 next release is 11.1.0 2021-01-22 13:08:39 +01:00
plegall acf06fca93 cherry-pick 11 commits from translation
* 1d3b26b - Update eu_ES, thanks to bixerdo (2021-01-21 13:03:59 +0100)
* f5045ce - manually fix a syntax error (2021-01-21 11:19:20 +0100)
* c23e824 - Update ru_RU, thanks to nadusha (2021-01-21 09:28:31 +0100)
* d378e82 - Update ru_RU, thanks to Pavel (2021-01-19 16:24:53 +0100)
* 5d20eb9 - Update tr_TR, thanks to LazBoy (2021-01-19 10:22:19 +0100)
* 3465835 - Update pl_PL, thanks to Sauron (2021-01-19 09:18:07 +0100)
* 95138de - Update de_DE, thanks to Yogie (2021-01-19 09:12:28 +0100)
* b119645 - Update ro_RO, thanks to Jerome-PH (2021-01-19 09:12:11 +0100)
* 19680d5 - Update sk_SK, thanks to dodo (2021-01-19 09:11:54 +0100)
* ff7dda2 - Update de_DE, thanks to Yogie (2021-01-19 09:09:59 +0100)
* 5df8484 - Update tr_TR, thanks to LazBoy (2021-01-19 09:09:42 +0100)
2021-01-22 13:03:10 +01:00
plegall c3ef28cc10 (cp e848025) fixes #1257 avoid warning on PHP 7.4 2021-01-22 12:23:33 +01:00
plegall 8d3c853359 (cp 6772da4) fixes #1293 dashboard activity chart, activity chart optimized
* make the biggest part of aggregations in the database directly
* use a 5 minutes cache in user session

This cache is not optimal. No reason to make it specific to the user session, no reason to
recalculate previous days each time. To be improved. It was urgent to find a fix for
Piwigo 11.1.0.
2021-01-22 12:03:49 +01:00
plegall 1653a49704 (cp 86d212f) fixes #1292 ability to avoid the reserved words escape in pwg_query
Useful for conf_update_param because we don't want any modification in the config.value and we know we won't use the reserved words in the SQL.
2021-01-21 16:12:46 +01:00
plegall dd7fb6df0b (cp 6704632) fixes #1291 change syntax to keep compatibility with PHP 5.3 (for now) 2021-01-21 11:02:11 +01:00
plegall d7cb303258 (cp ab81e77) fixes #1290 avoid calling external command to calculate directory size
+ add a 5 minutes cache to avoid calculating cache size too often
* tested with anold PHP 5.5 (could work with earlier versions, but I prefer to not take the risk)
2021-01-21 10:43:47 +01:00
plegall 0e7531515c (cp 17f4b8d) fix issue 1284 2021-01-21 10:06:28 +01:00
plegall dcfbf54cd3 (cp 355e05a) fix issue 1284 2021-01-21 10:05:48 +01:00
plegall 3d0a04e082 update (simple copy) language directory from the branch translation 3465835 11.0.0 2021-01-19 09:43:15 +01:00
plegall 18ea603445 (cp b7ba2e4) better display of buttons after upload (new margin for success info) 2021-01-18 17:32:15 +01:00
plegall 646fb2ccde (cp 8ba76fd) issue #1272 forgot to create index during install 2021-01-18 17:31:56 +01:00
plegall 4ee3348ca0 (cp cbb9010) fixes #1283 : force UsersCache reload when opening Group Manager
quick & dirty fix, must be improved
2021-01-18 16:59:37 +01:00
plegall eff61b8c60 update (simple copy) language directory from the branch translation 823c1c7 2021-01-18 14:23:38 +01:00
plegall c882e2af05 (cp 3130c08) less greedy regexp selector, to detect piwigo-videojs settings page 2021-01-17 20:01:30 +01:00
plegall 3dcbfda262 (cp 6005901) same margin around error/success/warning/messages boxes for top/right/bottom/left 2021-01-17 20:01:00 +01:00
plegall 9bbd53aff2 (cp a58d87e) 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
2021-01-08 12:14:49 +01:00
plegall 411ddc553f next release will be 11.0.0 2021-01-08 12:07:06 +01:00
plegall d71d69dbe7 fixes #1277 ability to activate plugin link only for webmasters 2021-01-06 15:03:09 +01:00
plegall 4e1ab21028 groups: set page title with template var instead of fake H2 2021-01-06 10:29:21 +01:00
plegall 4f2a851940 groups: l10n everything 2021-01-06 10:23:24 +01:00
plegall 30382aaf67 themes: display "default" with a star and "mobile" with a mobile icon 2021-01-06 10:20:07 +01:00
plegall fc6eb4828a cat_search: add missing l10n 2021-01-06 10:18:57 +01:00
plegall 1ea1102659 bug fixed: on intro, in French the #Week was diplayed on 2 lines 2021-01-06 10:17:31 +01:00
plegall baa2a2190d picture_modify: do not show link to gallery if user level is too low 2021-01-06 10:14:45 +01:00
plegall 4d102e9eba intro: l10n everything and use existing keys as much as possible 2021-01-06 10:13:10 +01:00
plegall 246f6fdf40 stats: l10n everything and use existing keys as much as possible 2021-01-06 10:11:50 +01:00
plegall 6ed9bbee5e cat_search: set the page title as h1 with template var 2021-01-06 10:07:13 +01:00
plegall 1b7c1a7249 translate latest strings for Piwigo 11 in fr_FR (to check all is translated) 2021-01-05 20:34:34 +01:00
plegall 5c9f28765e missing language string 2021-01-05 20:27:46 +01:00
plegall 2aad7dba0c add missing language strings for version 11 2021-01-05 20:25:06 +01:00
plegall c388fc62d7 fontello: add smartphone (mobile) icon 2021-01-05 18:52:57 +01:00
plegall 4ec03c58ec bug fixed: lost during redesign, only local file can be sync/deleted 2020-12-30 15:02:08 +01:00
plegall 1fa59cbbd6 set admin page title only once for all edit photo tabs 2020-12-29 16:42:22 +01:00
plegall 684347691b fixes #1276 upgrade script from 2.10 to 11 2020-12-22 16:35:54 +01:00
plegall 7d7943b3ed fixes #1275 delete password reset key when email address is changed 2020-12-22 15:04:30 +01:00
plegall 498fb5e85d fixes #1272 add index on images.path to speed up i.php 2020-12-18 15:35:35 +01:00