1
0
Commit Graph

8 Commits

Author SHA1 Message Date
9a60f9a494 Php8 fixes for ()
* init empty vars to avoid PHP8 warnings

* removed debug output for serendipity_session_destroy()

* init smarty fixed for PHP8

* removed optional parameters for PHP 8

* 2k11 template fixes, maybe updating smarty will solve everything

* init or test undefined variables for PHP 8

* remove only existing files

* make sure string is not empty before comparing the first letter

* check if SMARTY_DIR was already defined

* use mb_language('uni') for unicode

* fixed image filter bug

* Smarty debug fixed in external lib

* fixed archive bug

* fixed entries bug

* updated plugin versions

Co-authored-by: surrim <surrim@happyhydro.org>
2021-07-18 22:14:23 +02:00
d4fe793820 Move importers to Http/Request2 and __construct () 2016-05-10 02:47:22 +00:00
Ian
13775ba4b2 fix mysqli importer conversion param order change 2015-07-04 11:11:11 +02:00
Ian
4a0c591657 fix importers to use new mysqli API extension
References http://board.s9y.org/viewtopic.php?f=10&t=20421

Is somwone able to test this here and there?
2015-07-03 17:14:29 +02:00
92afc37753 Introduce serendipity_specialchars-wrapper for encoding bug ()
PHP 5.4 sets UTF-8 as the default for htmlspecialchars, htmlentities and html_entity_decode. The first two will echo an empty string when given a string with umlauts. This commits introduces serendipity_specialchar-wrapper that are meant to be a temporary solution for the s9y-core until PHP 5.6 fixed the bug, so the native charset option of s9y continues to work.
2014-11-23 23:41:08 +01:00
19dad1f586 escape more 2013-02-08 08:38:48 +01:00
7288ffdef8 Fixed most of the redundant br elements in the core. 2012-12-03 13:35:59 +01:00
80e14346a5 Also support "last X" REST interface 2006-08-02 10:07:34 +00:00