Commit Graph

11385 Commits

Author SHA1 Message Date
plegall
689b31f87d issue #2001 set useless but required template variables in popuphelp 2023-09-29 18:17:23 +02:00
OSWorX
195230b631 Update batch_manager_global.tpl
Fix:

Undefined array key "search" in _data/templates_c/....file.batch_manager_global.tpl.php on line 685

Trying to access array offset on value of type null in _data/templates_c/....file.batch_manager_global.tpl.php on line 685

PHP Deprecated:  stripslashes(): Passing null to parameter #1 ($string) of type string is deprecated in _data/templates_c/....file.batch_manager_global.tpl.php on line 685
2023-09-29 12:37:28 +02:00
plegall
02afefdd3e PHP 8 compatibility, check template variable DATE_POSTED before use 2023-09-29 12:34:33 +02:00
plegall
89a20cc16f issue #2001 Undefined array key ADD_TO_ALBUM with PHP 8.2 2023-09-29 10:57:57 +02:00
plegall
0be9c29454 fixes #2009 give a default value for show_root_btn template variable 2023-09-28 18:49:23 +02:00
plegall
eafa700723 search: prevent using search id if the search uuid is available 2023-09-27 19:23:38 +02:00
plegall
fdd2177e78 fixes #2007 no longer possible to update a filteredSearch
* Piwigo will create a new search for any modification in the filters
* we keep the "origin" of the new search with piwigo_search.forked_from field
2023-09-27 16:30:05 +02:00
plegall
61492d092e fixes #2003 search in tags no longer overides global result.
* Piwigo only tries to match tags "within" the search by word block, before combining with other filters
2023-09-25 17:12:12 +02:00
OSWorX
c5b5dd0b8a Update common.lang.php
Fixed wrong translation
2023-09-21 09:27:26 +02:00
HWFord
e07f7d3868 related #1986 add comments 2023-09-20 16:14:26 +02:00
HWFord
236c997d6d fixes #1986 remove document on click
the document on click gets all click and triggers more clicks. This has been removed.

Too hide a dropdown when we open another, now is specific to clicks on the filters or the filter button. We remove the class and hide the dorpdown if we have clicked on another filter
2023-09-20 15:47:58 +02:00
plegall
f625fd0a0b next release is 14.0.0beta3 14.0.0beta3 2023-09-19 16:46:12 +02:00
HWFord
3f95b007a3 fixes #1984 class being removed on same class 2023-09-19 11:02:59 +02:00
plegall
682de10ddb fixes #1983 switch added_by filter from selectize to filetypes-style 2023-09-18 19:12:27 +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
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