plegall
188be4849c
issue #860 do not force default value for upload_detect_duplicate
2023-10-15 17:06:50 +02:00
plegall
439f275d4e
fixes #860 detect duplicates during upload
2023-10-15 13:11:10 +02:00
plegall
14e8ba664b
fixes #1735 new API method pwg.images.setCategory to associate/dissociate/move a list of images
2023-10-11 16:58:14 +02:00
plegall
09890487cd
fixes #1830 faster way to calculate number of orphans
...
* store count result in config table, as a cache
* resets this cache on invalidate_user_cache
* instead of a costly SQL query with a LEFT JOIN, use 2 simple COUNT in the 2 tables, and compare
2023-10-06 15:03:22 +02:00
plegall
b5c9ca4819
issue #2016 save search in history
2023-10-02 12:31:33 +02:00
plegall
fa3625a607
issue #223 support for WebP
...
* after PR#1785 we needed some more changes
* support for animated webP
2023-09-11 17:15:35 +02:00
Phlogi
79e91e3296
Support webp format ( #1785 )
...
* consider webP as an input and output format, meaning a derivative from webp is still a webp
2023-09-11 17:10:52 +02:00
plegall
407cabcbe9
fixes #1966 support for EPS files (copied from Piwigo.com)
2023-08-21 19:00:01 +02:00
plegall
8bf4f6abdf
fixes #1965 support for PSD files (copied from Piwigo.com)
2023-08-21 18:38:17 +02:00
plegall
4ac772224f
issue #1959 support for HEIC file format
...
* Piwigo produces an image.jpg as representative of image.heic
* optimized pixels dimensions of the representative, based on the XXL derivative width*height
2023-08-18 14:15:08 +02:00
Eike Rathke
7ecf80d4e9
Check function_exists('mime_content_type') before calling
...
mime_content_type() is in the fileinfo extension that may not be
installed or configured. It's also checked in action.php
See https://piwigo.org/forum/viewtopic.php?id=32327
2023-08-08 10:43:58 +02:00
plegall
51a413b453
fixes #1907 use porg.news.getLatest on piwigo.org
...
... instead of directly requesting the forum
2023-04-27 18:01:54 +02:00
plegall
4b33001c15
fixes #1902 ability to set a specific group to notify user registrations
2023-04-22 17:21:29 +02:00
plegall
0b9e177782
issue #1852 also forbid extension deletion
2023-01-25 15:18:45 +01:00
plegall
f4de473db8
issue #1852 ability to disable core/extensions updates
2023-01-21 11:54:51 +01:00
plegall
06c1ec07f0
issue #1849 refresh the version number after a core update
2023-01-09 16:08:25 +01:00
plegall
bb69269239
fixes #1841 register system activities
2022-12-24 17:36:35 +01:00
plegall
00d5c8773c
fixes #1836 no longer use obsolete.list for minor updates
2022-12-21 12:22:23 +01:00
plegall
da3d07cb1b
issue #1827 bug fixe, do not try to check when sample is empty
2022-12-16 15:54:36 +01:00
plegall
97b665d8f3
issue #1827 new check on filesystem compared to what is listed in the database
...
While not fixing issue #1827 it helps users to detect if they have been
affected by the problem.
2022-12-16 15:11:58 +01:00
plegall
b04befd2b4
fixes #1770 no specific need to detect TIFF files
2022-10-29 16:21:32 +02:00
Matthieu Leproux
e2245b1938
related to #1757 fix php8 warning when going on album edit after creating it
2022-10-19 12:35:23 +02:00
plegall
3377cb5d8c
fixes #1738 in case piwigo.org news cannot be read, abort
2022-09-30 15:59:35 +02:00
Matthieu Leproux
988cad6a94
fix #1722 fixing number_format() error on fresh install
2022-09-27 11:59:49 +02:00
plegall
f95bab9e90
fixes 1720 max upload form max_file_size configurable
2022-09-21 15:28:37 +02:00
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