Commit Graph

11402 Commits

Author SHA1 Message Date
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 71164f80d6 fixes #1379 option not visible outside a select on Safari, use div instead 2023-10-11 11:33:10 +02:00
plegall 145d99b59f fixes #2020 check get_incompatible_plugins() has not returned false before foreach 2023-10-10 15:19:35 +02:00
plegall 911b9d8f8d issue #2001 another undefined keys on user_list 2023-10-10 12:00:20 +02:00
plegall 3bf8c07917 issue #1636 check new input parameter 2023-10-09 21:03:14 +02:00
plegall 27e81f2984 fixes #1636 with whole_set selected, provide the list of image_ids 2023-10-09 20:58:46 +02:00
plegall cc99c0f1e9 fixes GHSA-qg85-957m-7vgg providing plugin_id in URL is useless since Piwigo 12 2023-10-06 15:13:04 +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 d050573d83 fixes #1897 use preg_match instead of deprecated strptime 2023-10-05 15:37:48 +02:00
plegall b01bf6ef3d fixes #2018 prevent matching tags/albums to show private content 2023-10-05 12:12:41 +02:00
OSWorX 018d2b031b Update search_filters.inc.tpl
Missing translation
2023-10-04 12:15:04 +02:00
plegall 426c20d46b fixes #2016 remove search.last_seen, never really used 2023-10-02 14:55:33 +02:00
plegall b5c9ca4819 issue #2016 save search in history 2023-10-02 12:31:33 +02:00
Pierrick Le Gall 727d9b4001 copy PHP requirement from official website
https://piwigo.org/guides/install/requirements
2023-10-02 10:52:28 +02:00
plegall f6e3883cf3 issue #2001 Undefined array key user_options_selected 2023-09-29 18:29:56 +02:00
plegall ac1daad2da batch manager, search help tips: switch to popin instead of popup 2023-09-29 18:18:13 +02:00
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