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
7f3a1f417e
do not display 0 tags found
2023-09-11 11:39:29 +02:00
plegall
09979e8a1e
fixes #1977 new trigger loc_action_before_http_headers
2023-09-08 17:53:44 +02:00
HWFord
6875f4a362
fixes #1976 add translation keys
2023-09-06 15:17:20 +02:00
HWFord
605ba091ba
fixes #1975 with margin bottom
2023-09-04 16:49:39 +02:00
HWFord
1b469e2818
fixes #1974 removes breadcrumb
...
on all album tabs
2023-09-04 16:45:22 +02:00
HWFord
9e5f9bd04e
fixes #1973 with padding bottom
2023-09-04 16:10:20 +02:00
HWFord
426af806bf
fixes #1972 add margin to icon
2023-09-04 15:36:56 +02:00
plegall
24f5bcb0cc
fixes #1969 link help pages to new French documentation
2023-08-26 13:11:59 +02:00
plegall
e0a82909fa
fixes #1968 new values for date_posted filter
...
* add 24h, 3m and yNNNN (year 2023 or 2022...)
* remove 1y
* provide labels from backend instead of managing it in javascript
2023-08-26 12:55:12 +02:00
plegall
ab111cdbe2
fixes #1967 POST/GET input are already escaped
2023-08-23 18:56:08 +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
73a77fed6c
fixes #1963 use specific translation string instead of re-using another one + lowercase
2023-08-21 16:45:17 +02:00
plegall
06f6d97e0d
fixes #1964 make sure token exists before using it
2023-08-21 15:43:50 +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
plegall
52969a7708
issue #1957 albums/tags found now correctly filled
2023-08-17 11:12:56 +02:00
plegall
05f7a7e417
issue #1955 change icon for search_in_set feature
2023-08-17 11:02:45 +02:00
plegall
da7fa96033
fixes #1956 array_pop only takes input variable by reference
2023-08-17 10:55:51 +02:00
plegall
d09f2cc3c8
on config pages, never write about database, uselessly complicated
2023-08-17 10:55:51 +02:00
He Yifei 何一非
e011e3b4de
Issue 1195: Add $info as the second parameter for trigger_change 'render_element_name' ( #1196 )
...
Add `$info` as second parameter to `trigger_change` for `render_element_name`
2023-08-17 10:46:34 +02:00
plegall
2c3b6ba6ec
issue #1955 search in this set (an album or some tags)
2023-08-12 16:49:42 +02:00
plegall
3c5c62869a
issue #1953 forgot to update db structure for install
2023-08-09 19:22:40 +02:00
plegall
b787dfd291
issue #1953 improved privacy on searches and associate each search to its creator
...
* remove temporary functions ws_gallery_getSearch and ws_gallery_updateSearch
* split get_search_array into sub-functions to use them in web API
* use search_uuid as search_id instead of the numeric search.id : better privacy
* only the creator of the search can update it
* if a visitors tries to open the search of another user, it (the search) gets forked into a new search
2023-08-09 19:18:30 +02:00
plegall
73e61749fe
search filters optimized, fetch authors only once from db
2023-08-08 14:29:34 +02:00
Eike Rathke
a665efb4e0
Fix typo in description for php_extension_in_urls, false vs true
...
Obviously the default is true for with .php extension and if false
without.
2023-08-08 10:44:53 +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
HWFord
c88ca1ed0f
issue #1845 register another PHP function(strstr)
2023-08-07 17:12:59 +02:00
plegall
29ccabc89f
next release is 14.0.0beta2
14.0.0beta2
2023-08-03 13:09:48 +02:00
plegall
0761e43d5f
make sure template does not break when TAGS_FOUND or ALBUMS_FOUND not provided
2023-08-03 12:45:02 +02:00
plegall
d92986a13d
fixes #1920 new output parameter save_visits for pwg.session.getStatus
2023-08-03 11:19:44 +02:00
plegall
7d73935323
issue #1917 add parameter is_download to pwg.history.log
2023-08-03 10:52:20 +02:00
plegall
da559de7aa
fixes #1939 update phpmailer from 6.5.1 to 6.8.0 (PHP 8.2 compatibility)
2023-08-02 12:46:34 +02:00
plegall
a9fbb3546c
fixes #1391 avoid warning when notifying an admin user on an album
2023-08-02 12:32:22 +02:00
OSWorX
e69a496ae7
Update cssmin.class.php
...
Fix php 8.2.x error:
Deprecated: Creation of dynamic property CssAtMediaStartToken::$MediaTypes is deprecated in /srv/www/piwigo/include/cssmin.class.php on line 34
While I do not really understand why this old library is further used .. ?!
2023-08-02 11:50:19 +02:00
MatthieuLP
6c9159ddfb
related to #1931 Added search css in default/theme.css
2023-07-31 16:20:15 +02:00
MatthieuLP
a215db600b
related to #1931 Moved the search filter in a dedicated template
2023-07-31 15:04:49 +02:00
MatthieuLP
4424a6dade
related to #1931 Responsive for mcs with lots of filters
2023-07-28 10:50:06 +02:00
MatthieuLP
c16da5e492
related to #1931 add data display for tag and album popin, this is placeholder data for now
2023-07-28 10:22:21 +02:00
MatthieuLP
f62d255e0a
related to #1931 & #1946 Date posted filter made like filetype filter
...
* Also reload page on filter deletion even if it is filled or not
2023-07-26 16:21:53 +02:00
plegall
65bf665513
issue #1946 provide list of date_posted with counters
2023-07-26 12:15:51 +02:00
MatthieuLP
4b02f70f3d
related to #1931 added popins for albums and tags found
2023-07-26 11:49:59 +02:00
MatthieuLP
63869f9ac8
related to #1931 added buttons for albums and tags found
2023-07-26 11:07:04 +02:00
MatthieuLP
528db63bea
related to #1931 & #1946 Can remove date filter with filter manager popin now
2023-07-26 09:43:32 +02:00
MatthieuLP
b5dc413b40
related to #1931 & #1946 Added Posted date filter
2023-07-25 16:47:25 +02:00
plegall
87c4fad23e
issue #1946 implement backend for search by date_posted
2023-07-24 16:49:53 +02:00
MatthieuLP
6907bf26f5
related to #1931 Added empty all filters button
2023-07-24 15:22:10 +02:00
MatthieuLP
01e3bb61ea
related to #1945 & #1931 Clearer code
2023-07-24 11:47:15 +02:00
MatthieuLP
27217c8c57
related to #1931 Escape translations
2023-07-19 14:32:54 +02:00
MatthieuLP
da62e80e82
related to #1931 New message if no filters are filled
2023-07-19 10:26:48 +02:00