Piwigo/include
OSWorX a45c00ad72
Update functions_html.inc.php
Replaced wrong fontaewsome with new piwigo icon
2023-09-27 14:42:49 +02:00
..
dblayer related to #1767 changed the way 9d5cba0 is done 2022-10-26 12:53:35 +02:00
inflectors issue #830 simplify PHP files header, remove copyright/license info 2019-06-04 17:13:51 +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 issue #1845 remove docs directory from Smarty 2023-04-17 10:54:32 +02:00
ws_functions fixes #1968 new values for date_posted filter 2023-08-26 12:55:12 +02:00
ws_protocols issue #1575 PHP 8 compatibility, check for object type 2022-07-21 17:27:37 +02:00
block.class.php issue #830 simplify PHP files header, remove copyright/license info 2019-06-04 17:13:51 +02: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 #1343 remove auto-escape of reserved keywords on MySQL 8 2021-08-03 19:27:31 +02: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 fixed #1792 user input escape works for php8 2022-11-16 13:02:03 +01:00
config_default.inc.php Support webp format (#1785) 2023-09-11 17:10:52 +02:00
constants.php next release is 14.0.0beta3 2023-09-19 16:46:12 +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 #1920 new output parameter save_visits for pwg.session.getStatus 2023-08-03 11:19:44 +02: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 Update functions_html.inc.php 2023-09-27 14:42:49 +02:00
functions_mail.inc.php fixes #1902 ability to set a specific group to notify user registrations 2023-04-22 17:21:29 +02:00
functions_metadata.inc.php A couple of minor PHP 8 fixes that can be applied now 2021-08-03 10:54:52 +02:00
functions_notification.inc.php issue #830 simplify PHP files header, remove copyright/license info 2019-06-04 17:13:51 +02:00
functions_picture.inc.php issue #916 and issue #1917 increment images.hit when calling pwg.history.log 2023-07-10 14:49:36 +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 #2003 search in tags no longer overides global result. 2023-09-25 17:12:12 +02: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 fixes #1102 limit the number of tags shown in the menubar 2019-10-15 16:02:14 +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 #1902 ability to set a specific group to notify user registrations 2023-04-22 17:21:29 +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 issue #830 simplify PHP files header, remove copyright/license info 2019-06-04 17:13:51 +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 fixed #1756 php8 warning with trim() and escape input values 2022-10-18 10:44:03 +02:00
picture_metadata.inc.php A couple of minor PHP 8 fixes that can be applied now 2021-08-03 10:54:52 +02:00
picture_rate.inc.php issue #830 simplify PHP files header, remove copyright/license info 2019-06-04 17:13:51 +02:00
section_init.inc.php issue #1957 albums/tags found now correctly filled 2023-08-17 11:12:56 +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 issue #1845 register another PHP function(strstr) 2023-08-07 17:12:59 +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