Piwigo/include
HWFord bf3beb9bdd fixes #2268 add whats new popin
set popin display in user pref, if user closes don't display again
keep bell notification displayed for 30 days so user can reopen modal
for next version add user pref to install
Add css for template
when close popin call api method to update user pref to hide popin
2024-11-08 16:35:27 +01:00
..
dblayer related to #1767 changed the way 9d5cba0 is done 2022-10-26 12:53:35 +02:00
inflectors fixes #2213 compatibility PHP 8 2024-09-23 15:05:39 +02:00
php_compat issue #830 simplify PHP files header, remove copyright/license info 2019-06-04 17:13:51 +02:00
phpmailer fixes #1939 update phpmailer from 6.5.1 to 6.8.0 (PHP 8.2 compatibility) 2023-08-02 12:46:34 +02:00
random_compat bug #470, use a dedicated lib to generate random bytes 2016-04-26 11:07:44 +02:00
smarty fixes #2066 keep Smarty compatible with PHP 7.0 2023-12-13 15:06:46 +01:00
ws_functions fixes #2237 added a temporary parameter to pwg.images.setInfo 2024-11-05 18:20:42 +01:00
ws_protocols Issue #2001 Compatibility PHP 8.2 2023-11-06 11:37:34 +01:00
block.class.php fixes #2140 PHP 8 issues 2024-03-27 15:00:21 +01:00
cache.class.php issue #830 simplify PHP files header, remove copyright/license info 2019-06-04 17:13:51 +02:00
calendar_base.class.php fixes #1730 replace Smarty getVariable by getTemplateVars 2022-09-16 10:04:02 +02:00
calendar_monthly.class.php fixes #1222 define calendar constants in calendar_base.class 2020-09-11 10:34:06 +02:00
calendar_weekly.class.php fixes #1222 define calendar constants in calendar_base.class 2020-09-11 10:34:06 +02:00
category_cats.inc.php fixes #1982 only fetch the list of albums we want to display 2023-11-24 18:08:52 +01:00
category_default.inc.php fixes #1657 SVG support (both gallery and admin sides) 2022-09-01 15:20:55 +02:00
common.inc.php fixes #2268 add whats new popin 2024-11-08 16:35:27 +01:00
config_default.inc.php default configuration: specific instructions for SVG support 2024-09-27 17:21:58 +02:00
constants.php next release is 16.0.0beta1 2024-10-21 15:31:53 +02:00
cssmin.class.php Update cssmin.class.php 2023-08-02 11:50:19 +02:00
derivative.inc.php fixes #1657 SVG support (both gallery and admin sides) 2022-09-01 15:20:55 +02:00
derivative_params.inc.php issue #830 simplify PHP files header, remove copyright/license info 2019-06-04 17:13:51 +02:00
derivative_std_params.inc.php issue #830 simplify PHP files header, remove copyright/license info 2019-06-04 17:13:51 +02:00
emogrifier.class.php Squashed commit of the following: 2018-07-12 10:52:55 +02:00
feedcreator.class.php Squashed commit of the following: 2018-07-12 10:52:55 +02:00
filter.inc.php issue #830 simplify PHP files header, remove copyright/license info 2019-06-04 17:13:51 +02:00
functions.inc.php fixes #2265 no longer truncate IP at 15 chars 2024-11-04 20:03:23 +01:00
functions_calendar.inc.php issue #830 simplify PHP files header, remove copyright/license info 2019-06-04 17:13:51 +02:00
functions_category.inc.php fixes #1371 filter related albums with filter "Display only recently posted photos" 2022-09-12 15:19:26 +02:00
functions_comment.inc.php fixed #1802 fixed double escape for user creation, album creation and comments 2022-11-22 16:01:43 +01:00
functions_cookie.inc.php include/functions_cookie: use proper brackets for offset access 2019-12-04 10:40:47 +01:00
functions_filter.inc.php issue #830 simplify PHP files header, remove copyright/license info 2019-06-04 17:13:51 +02:00
functions_html.inc.php related #2147 add sans serif 2024-07-09 11:42:34 +02:00
functions_mail.inc.php related to #2165 new add user popin 2024-06-28 18:56:28 +02:00
functions_metadata.inc.php issue #1760 add infos in logger with wrong GPS coordinates 2024-06-19 15:36:04 +02:00
functions_notification.inc.php fixes #1897 use preg_match instead of deprecated strptime 2023-10-05 15:37:48 +02:00
functions_picture.inc.php issue #2170 update picture tpl to embed pdf reader 2024-06-20 11:56:19 +02:00
functions_plugins.inc.php fixes #1841 register system activities 2022-12-24 17:36:35 +01:00
functions_rate.inc.php issue #830 simplify PHP files header, remove copyright/license info 2019-06-04 17:13:51 +02:00
functions_search.inc.php fixes #2270 compatibility PHP 7.2 2024-11-07 17:45:39 +01:00
functions_session.inc.php issue #830 simplify PHP files header, remove copyright/license info 2019-06-04 17:13:51 +02:00
functions_tag.inc.php bug fixed in get_available_tags: do not always use persistent_cache 2024-08-20 15:47:32 +02:00
functions_url.inc.php fixes #1964 make sure token exists before using it 2023-08-21 15:43:50 +02:00
functions_user.inc.php fixes #171 ability to filter user list on a specific user 2024-08-21 12:11:27 +02:00
index.php issue #830 simplify PHP files header, remove copyright/license info 2019-06-04 17:13:51 +02:00
jshrink.class.php fixes #951 update JShrink to version 1.4.0 2021-08-02 19:16:50 +02:00
Logger.class.php fixes #1715 logger compatibility with PHP 8.1 2022-09-21 16:57:35 +02:00
mdetect.php fixes #424, update mdetect.php to version 2015.05.13 2017-03-02 11:15:52 +01:00
menubar.inc.php fixes #1594 in guest_access=false mode, hide menus for guests 2022-01-04 16:32:07 +01:00
no_photo_yet.inc.php fixes #1241 do not use no_photo_yet for normal users 2021-05-12 15:42:00 +02:00
page_header.php Issue #1625 add array key for dataset 2022-04-08 09:14:18 +02:00
page_tail.php fixes #2166 add feature to send anonymous stats to piwigo.org 2024-06-10 21:32:04 +02:00
passwordhash.class.php PHP7 compatibility, use PasswordHash from Wordpress 4.4 (PHP5+ constructor) 2015-12-20 21:36:42 +01:00
picture_comment.inc.php fixes #1970 Undefined array key comments 2023-12-04 19:14:59 +01:00
picture_metadata.inc.php fixes #2145 deal with array value in exif 2024-04-10 12:24:32 +02:00
picture_rate.inc.php issue #830 simplify PHP files header, remove copyright/license info 2019-06-04 17:13:51 +02:00
search_filters.inc.php issue #2227 like for date_posted, display all presets for date_created 2024-09-20 14:21:28 +02:00
section_init.inc.php fixes #2218 avoid search engines to index search pages 2024-09-03 21:05:57 +02:00
srand.php fixes #479, fallback on srand.php to generate random bytes 2016-05-13 10:25:03 +02:00
template.class.php Revert "issue #2155 more PHP functions {end, key} for SmartPocket" 2024-05-31 11:12:52 +02:00
user.inc.php fixes #1356 pwg.images.uploadAsync, move auth code to inc/user.inc.php 2021-10-07 14:53:27 +02:00
ws_core.inc.php issue #1575 PHP 8 compatibility, check for object type 2022-07-21 17:27:37 +02:00
ws_functions.inc.php issue #1917 provide download_url to pwg.images.getInfo 2023-07-17 18:05:29 +02:00
ws_init.inc.php fixes #1356 pwg.images.uploadAsync, move auth code to inc/user.inc.php 2021-10-07 14:53:27 +02:00