Commit Graph

11483 Commits

Author SHA1 Message Date
Willy "Linty df9f28b442 (cp 24bce3eb0) fix #2103 the modal is closed only if visible 2024-02-02 10:44:37 +01:00
plegall 3e1fa7094d (cp 4ecaa9153) fix #2102 wrong value on reset 2024-02-02 10:27:42 +01:00
plegall 36d403659c (cp 9fdba44d3) fixes #2005 in pwg.images.uploadCompleted, parameter category_id is mandatory 2024-01-31 13:20:17 +01:00
plegall 4b8f20f703 (cp 08124d10f) fixes #2100 do not send save_visits to PiwigoRemoteSync 2024-01-31 11:14:50 +01:00
plegall 67ffc6f4a3 copy all languages from translation@a960b8f94 14.2.0 2024-01-30 11:30:42 +01:00
plegall 6a548dfeae next release is 14.2.0 2024-01-30 11:22:07 +01:00
plegall 80f9c99c7b (cp 4ea299696) fixes #2093 handle new lines on metadata sync 2024-01-29 19:28:09 +01:00
plegall 6e547a553e (cp e59b5282d) fixes #2096 keep list of search filters in memory 2024-01-24 17:27:27 +01:00
plegall 6ba09c8123 (cp 411ae43c1) fixes #2095 make "who can see..." more obviously related to privacy level 2024-01-24 15:10:24 +01:00
plegall ac6b9cf458 (cp 1de1a0a7a) fixes #2094 more lines for selectize in search filters 2024-01-24 14:20:37 +01:00
plegall ff622a6ca5 (cp 62835f180) fixes #2091 search for words, no longer remove _ and - 2024-01-24 13:48:57 +01:00
plegall 19d36d0504 (cp d7aaf887d) fixes #2089 hide search in this button, by default 2024-01-18 12:20:02 +01:00
plegall 427d8c864f (cp e3cda5108) fixes #2088 case-insensitive check for history.section autofill 2024-01-18 11:29:13 +01:00
plegall 73a8722977 (cp c485997) issue #2086 change of default fontello file name in piwigo
Adapting piwigo's new default fontello file and changing the icon prefix in the code
2024-01-10 14:32:59 +01:00
plegall 256ed167c0 (cp 215c6c7) issue #2086 update fontello
Change file name (because it's linked to font-family) and icon prefix. To avoid conflicts.
2024-01-10 14:32:29 +01:00
plegall 6bac7d0815 (cp 9fd4026) issue #1845 register another PHP function(stristr)
Used in new PEM
2024-01-10 14:27:55 +01:00
plegall c36c21223e fixes #2081 force icon-menu and icon-calendar names 2023-12-29 18:18:02 +01:00
plegall 074026e162 next release is 14.1.0 14.1.0 2023-12-29 11:09:59 +01:00
plegall 4ae4a12166 copy all languages from translation@f4a0f832e 2023-12-29 11:09:17 +01:00
plegall e52084608a (cp a94fbb8) fixes #2080 syntax error (not always generating error) 2023-12-28 16:29:48 +01:00
plegall 7e4e037156 (cp 1a9a8e2) fixes #2077 escape strings in new album editor 2023-12-26 19:35:25 +01:00
plegall bde88d4674 (cp 5c90a44) fixes #2076 remove an unnecessary line
When clear is clicked in the "album" filter but the "tag" filter is activated, the clear action in the "album" filter does not work. Because of this line.

Clear action in the album filter was clearing both album and tag filters.
2023-12-26 10:27:33 +01:00
plegall 021d8f3cca (cp d58dba6) Fix missing EXIF metadata for images uploaded in HEIC format
The representative jpg file produced for image uploaded in HEIC
format is used later to obtain EXIF metadata. Hence don't "strip"
HEIC file metadata when corresponding representative is prepared.
2023-12-26 10:27:08 +01:00
plegall 6b4e7b87af (cp d0836a5) fixes #2074 make sure a session exists
Which is not the case on install.php and its call to activate_core_plugins
2023-12-22 18:51:42 +01:00
Willy "Linty 9b4d44b32b (cp 06e0b50) issue #2073 add raw_name in tags property
We present the raw version in the input, and on the rendered version there's a small globe to show that there's a difference between the rendered and raw versions.

We have also modified the album title in the album edit page. The rendered version is now displayed, we keep the raw version in the input field.
2023-12-22 10:31:16 +01:00
plegall 9c9f464994 issue #2072 specific rebuilt of fontello for 14.x 2023-12-19 18:03:50 +01:00
plegall 8471b3f03b (cp dca43a7) issue #2072 Expand and Shrink album description field 2023-12-19 17:55:41 +01:00
plegall 79423022c8 (cp 288afc3) fixes #2070 simulate a click on whole set selection 2023-12-18 14:31:39 +01:00
plegall ef5e2a68ea (cp bf9a48f) fixes #2066 keep Smarty compatible with PHP 7.0 2023-12-13 15:07:15 +01:00
plegall 6e2215a8f4 (cp cba04ce) fixes #2062 force file permissions to 644 2023-12-11 21:40:07 +01:00
plegall dae778545a (cp 847424c) during upgrade, reactivate TakeATour only when relevant 14.0.0 2023-12-11 21:32:40 +01:00
plegall 20aa850cd9 (cp 4ca786c) fixes #2061 disable opcache during upgrade 2023-12-11 17:34:43 +01:00
plegall efa73070ee change default configuration settings for a stable branch.
Developers who need previous configuration settings can modify them in their local configuration

git cherry-pick 5bef5645d1
2023-12-11 14:45:53 +01:00
plegall 85322e879f copy all languages from translation@c1cddc9 2023-12-11 14:38:45 +01:00
Willy "Linty 4f5d7e6b91 issue #2060 mobile version of search filters added
In mobile mode, filters now occupy 100% of the page width. A small arrow is added when the filter is open.
2023-12-11 11:33:04 +01:00
Willy "Linty 38004d5d93 issue #1845 Theme SimpleNG requires str_ireplace php function 2023-12-11 11:26:00 +01:00
plegall c2b7e86973 issue #2058 forgot to modify upgrade.php 2023-12-09 15:47:31 +01:00
plegall f41ae45b87 next release is 14.0.0 2023-12-08 18:25:22 +01:00
plegall 078f35e607 fixes #2058 upgrade script to 14 2023-12-08 18:23:36 +01:00
plegall a01831b3d8 fixes #2057 register core autoupdate in system activities 2023-12-07 11:29:32 +01:00
Willy "Linty bd152ba00e fixes #2054 avoid exceeding box limits for album directory name 2023-12-05 17:27:17 +01:00
Willy "Linty d838ab3f17 Fixes #2053 Move script and add a user interaction
Now, to let the selectize plugin initialize, at onChange we check whether one of the inputs has been focused
2023-12-05 14:44:38 +01:00
plegall 85a6b11dec fixes #1970 Undefined array key comments 2023-12-04 19:14:59 +01:00
plegall b6d8fe4144 copy all languages from translation@6a6c252 14.0.0RC2 2023-11-28 14:37:15 +01:00
plegall 9af2ba648f next release will be 14.0.0RC2 2023-11-28 13:18:50 +01:00
Willy "Linty 8103c48461 Fixes #2051 Move the widget as space becomes available
I calculate the overflow and if it is too much we align the widget to the right of the filter and calculation takes place each time the window is resized
2023-11-27 18:35:06 +01:00
plegall 09d30129cd fixes #2050 provide a default user_name for pwg.history.search 2023-11-27 16:02:01 +01:00
plegall 445cc4ec14 fixes #1982 only fetch the list of albums we want to display
... not the full list. Makes huge difference when you have thousands of albums at the same level.
2023-11-24 18:08:52 +01:00
plegall eb0759ef12 fixes #2046 avoid strip_tags if pwg_token is provided
* pwg.categories.setInfo
* pwg.categories.add
* pwg.images.setInfo
2023-11-23 19:46:46 +01:00
HWFord 4ddba31f24 fixes #2047 change broom icon to rotating arrow 2023-11-22 17:04:34 +01:00