Commit Graph

11422 Commits

Author SHA1 Message Date
plegall
dfbe5b7e00 next release will be 14.0.0RC1 2023-11-06 15:17:01 +01:00
plegall
5546fcfbf9 issue #2001 we don't always have the album date creation 2023-11-06 14:42:28 +01:00
Willy "Linty
d9ee5868fb Merge branch 'master' of https://github.com/Piwigo/Piwigo 2023-11-06 12:39:29 +01:00
Willy "Linty
a907588cf3 Issue #2031 An admin can't set another user as an admin/webmaster. UIX 2023-11-06 12:39:20 +01:00
HWFord
87ef37b820 issue #2028 change a font color for breadcrumb
for dark mode
2023-11-06 12:03:33 +01:00
Willy "Linty
732c4b2a60 Issue #2001 Compatibility PHP 8.2 2023-11-06 11:37:34 +01:00
HWFord
4208c8ebbc issue #2028 update search css
minor changes to default theme css for search
minor changes to dark and clear colors
2023-11-03 16:29:07 +01:00
HWFord
cfe34cc071 issue #2028 update fontello in theme default
missing broom and checkmark needed for search
2023-11-03 16:10:32 +01:00
Willy "Linty
466b82a934 Issue #1710 New tooltips for storage details
Waiting for new data details provided by PHP before closing issue
2023-11-03 12:10:13 +01:00
HWFord
b6c738b3cf fixes #2028 Move search filters css and script combines
In search_filters.inc add the combine scripts and css specific to search,
Remove them from index.tpl
In index keep fontello combine, only in if search
Remove pwg-icon class to avoid icon conflits with themes
Move search CSS to its own file, remove it from theme.css,
It has also been taken from modus
Have specific CSS for clear and dark themes (they handle only color)
2023-10-31 17:16:16 +01:00
plegall
4c734bedd8 issue #1991 make sure requested albums exist on pwg.categories.getImages 2023-10-29 14:48:37 +01:00
Damien Sorel
85db5eb9d1 Fix warning in pwg.categories.php
"Undefined variable: total_images" message when request category does not exist
2023-10-29 14:25:43 +01:00
plegall
13ea43e2ef [search] avoid errors when a filter returns no item 2023-10-28 18:35:20 +02:00
plegall
c94313fdc3 issue #2001 make sure TAGS tpl variable is always set 2023-10-24 15:14:38 +02:00
plegall
2e3ed57b24 [search] fix warning in case we display a legacy qsearch 2023-10-23 15:20:12 +02:00
HWFord
0c99bf6062 issue #2028 add fontello to default theme
specific fontello files
2023-10-23 13:45:24 +02:00
plegall
8aa597cd95 issue #2027 search with contextual values in filters
* valide for all filters, except "album" (for now)
2023-10-22 21:03:53 +02:00
plegall
ebc741f3b5 copy all languages from translation@1a2bfb7 2023-10-19 14:40:20 +02:00
plegall
c904d536a5 fixes #2025 add author field in search by words filter 2023-10-18 18:19:30 +02:00
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
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