Commit Graph

723 Commits

Author SHA1 Message Date
Matthieu Leproux
e939ed43f3 related to #1723 changed eye icon to pulse icon 2022-09-12 12:33:46 +02:00
plegall
076acc2035 fixes #1709 incorrect pattern to delete custom sizes 2022-09-09 12:42:11 +02:00
Matthieu Leproux
77b156df18 fixes #1657 SVG support (both gallery and admin sides) 2022-09-01 15:20:55 +02:00
plegall
8d1e97c8b7 fixes #1712 fallback to fetchRemote function, works best 2022-08-27 17:27:03 +02:00
Zacharie Guet
5781810348 Adding a Formats Tab on Edit photo page
* Add 3 new files for the tab creation (php, tpl and js)
* Creation of a new API method : pwg.images.formats.remove
* Adding translation in en_GB and fr_FR for the formats
* Minor change on the head-button css class
2022-07-29 15:56:53 +02:00
plegall
e7317a7fe4 fix code styling after 9d3ee3c 2022-07-29 15:40:02 +02:00
Eddy Lelièvre-Berna
9d3ee3c85d Fixes #709 with new FFmpeg command. (PR #756)
In addition, the time from which the poster is generated is now always correct and an attempt is performed with avconv if FFmpeg is not installed.
2022-07-29 15:28:31 +02:00
Ludovic Chopin
3239296bf3 issue #1363: Fix crc32 for 32bit processors 2022-07-22 12:36:38 +02:00
Sam Wilson
97407ef5b1 PHP 8.1 deprecation: don't pass null to file_get_contents()
This fixes the following PHP 8.1 deprecation notice:

> file_get_contents(): Passing null to parameter #2
> ($use_include_path) of type bool is deprecated in
> piwigo/admin/include/plugins.class.php on line 294
2022-07-18 13:24:49 +02:00
plegall
630aba70f9 issue #28 display Piwigo.org news on dashboard 2022-07-15 09:57:52 +02:00
Matthieu Leproux
204fe1deca related to #1679 Added icon to property tab for pictures 2022-06-28 16:25:06 +02:00
Matthieu Leproux
8521c0e214 related to #1679 Better tab names for Update tabs 2022-06-28 15:51:36 +02:00
Matthieu Leproux
a31d7cb098 related to #1679 added badge in comments page 2022-06-28 15:26:30 +02:00
Matthieu Leproux
371bc91d3c related to #1679 changed title tab for add plugins 2022-06-28 13:15:42 +02:00
Matthieu Leproux
2681bf099d related to #1679 Renamed tabs with "List" + icon 2022-06-28 11:59:13 +02:00
Matthieu Leproux
668ec6c81d related to #1679 changed tag tab name to "list" 2022-06-27 13:02:51 +02:00
Matthieu Leproux
a983d40ddb related to #1679 first go on title uniformization still work to do 2022-06-27 11:23:01 +02:00
Matthieu Leproux
0b6b786129 fixes #1668 left menu opens correctly when on activity page 2022-06-08 15:06:50 +02:00
plegall
3a63eccb0e issue #389 partial back-end implementation of multiple formats web upload 2022-06-06 16:31:54 +02:00
Matthieu Leproux
e2c061d6a5 related to #1609 replaced cat_list page by albums page.
cat_list page is still accessible but typing in URL
2022-05-04 15:18:39 +02:00
Matthieu Leproux
425467e15f related to #1609 Renamed 'cat_move' to 'albums' and linked variables so it works with new name 2022-05-04 15:17:28 +02:00
plegall
c4f0727176 issue #1641 make admin_theme related to user instead of config 2022-03-31 18:23:26 +02:00
plegall
1e64d745a2 issue #1467 avoid error when Piwigo version is not available on PEM
* do not display an error message "cannot connect to server" but simply "no plugin available"
* if we are on a beta/RC version, display a button to switch to test plugins compatible with Piwigo previous version
* add a tooltip with more details about the "show beta test plugins"
2022-03-23 12:03:09 +01:00
Zacharie Guet
1a6fadb468 #1467 Minor fixes and comment adding 2022-03-05 11:52:53 +01:00
guetz
0b51ba3720 #1467 Plugin download page general redesign
Implements the new general design (thanks to Clement's and Jule's mockup)
Allows the display or the hiding of non-compatible plugins
Add advanced filters in the page (harmonization with the advanced filters in the user manager)
Add the display of a screenshot, the rating and the tags for each plugins
Add Piwigo's Certification levels for each plugins
Add the file admin/themes/default/css/components/general.css to save css compnents that will be used in diffenrent places in the admin
2022-03-05 11:52:53 +01:00
plegall
4acfca116b fixes #1591 specific processing for piwigo-openstreetmap and piwigo-videojs 2021-12-30 16:57:30 +01:00
plegall
26492d4f9b fixes #1554 no need to store the selected album in session 2021-11-09 16:21:56 +01:00
plegall
97fce5d251 fixes #1545 avoid fatal error during upgrade from 11 to 12 2021-11-03 19:12:58 +01:00
Matthieu Leproux
25f70443e8 fixes #1540 removed site manager from side menu and added icons to tabs 2021-10-22 16:45:45 +02:00
Matthieu Leproux
d0a331a4b5 related to #1530 status verification for option pages in configuration section 2021-10-21 15:27:46 +02:00
plegall
fb84527e3b issue #164 add new API method pwg.images.uploadCompleted
+ trigger ws_images_uploadCompleted when this API method is called
+ trigger empty_lounge (can be called at another moment with different effect)
2021-09-15 13:50:15 +02:00
Ana Els
71efee7737 Fix a missing function_exists() call 2021-08-03 10:54:52 +02:00
Ana Els
65acb988db A couple of minor PHP 8 fixes that can be applied now 2021-08-03 10:54:52 +02:00
Matthieu Leproux
c47c262fe6 related to #1455 adjustments in sync page site_url moved, title and btn. 2021-08-02 16:27:50 +02:00
Matthieu Leproux
42d56b3c65 related to #1455 Site manager put in a tab, useless title removed and tab title shortened 2021-07-22 14:31:37 +02:00
Matthieu Leproux
286e8ad5b1 related to #1316 Calculates cache size and cache size derivatives 2021-07-07 18:14:00 +02:00
Matthieu Leproux
a86684ebc4 issue #1415 plugin manager redesigned
* actions on plugins are down in AJAX (no more page reload)
* plugins can be filtered but plugins do not move from a section (active) to another (inactive)
2021-06-22 18:35:46 +02:00
MatthieuLP
ec4d677cf7 issue #1378 add Activity tab in user manager 2021-06-22 18:15:17 +02:00
Louis
7c2d071f28 splitting the php files 2021-06-22 14:54:18 +02:00
Matthieu Leproux
817e007f04 Fixes #1432 Removed the duplicate pwg_activity() call that doubled the number if tags added in activity tab 2021-06-17 15:22:25 +02:00
plegall
ac0d1a5b47 fixes #1419 add photos in a lounge as a temporary space
* at the end of the upload of after a maximum duration, move the photos from the lounge to their actual categories.
* do not invalidate user cache when photos are added in the lounge, thus avoiding to rebuild cache on every photo uploaded
* the lounge system activates itself only beyond 50k (by default) photo
2021-06-11 16:42:48 +02:00
plegall
ea69988eac fixes #1317 remove cache directory size calculation 2021-02-05 10:12:05 +01:00
plegall
cac24635a9 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 19:46:53 +01:00
plegall
c25fce65b1 fixes #1294 use branch number to generate download code for update 2021-01-22 17:10:57 +01:00
plegall
ab81e7707f 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:39:47 +01:00
plegall
d71d69dbe7 fixes #1277 ability to activate plugin link only for webmasters 2021-01-06 15:03:09 +01:00
Louis
471b301e99 synchronize in tabsheet
added tab to be like other pages so added a tabsheet in the backend, also only show files + directories options when it is selected
2020-11-12 15:08:42 +01:00
plegall
d651fe38cd fixes #583 check PHP version requirement before update
* piwigo.org can now tell Piwigo which version of PHP is required for each version of Piwigo. If the installed version of PHP is too old, do not let the user update.
* slight visual enhancements on the update page
2020-11-04 17:38:09 +01:00
plegall
7a74f06037 fixes #553 smartly remove the old history.summarized column
Only when we have as few lines as possible in the history table, not before.
2020-10-28 18:08:59 +01:00
plegall
3e58f67c0f fixes #525 add trigger at the end of add_uploaded_file 2020-10-26 16:26:31 +01:00