10 Commits

Author SHA1 Message Date
4785f07f12
Always assume UTF-8. 2022-02-20 17:14:54 +01:00
surrim
9a60f9a494
Php8 fixes for #766 (#769)
* 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
Ian
b386099b49 consistent plugin usage - xhtmlcleanup
this and followup commits touches:
    use load_languiage API
    class method parenthesis "\n{\n    <code>\n}\n",
    case break switches,
    consistent boolean usage,
    append css to eventData
    and other cleanups
2016-01-26 14:07:57 +01:00
Garvin Hicking
26535ec09c Patch remaining usages of html_entity_decode
Document
2014-11-24 09:57:47 +01:00
Grischa Brockhaus
1f9630b394 Compatibility fixes. 2012-06-13 14:24:45 +02:00
Garvin Hicking
8ca7f04b8f * Implemented suggestion of removing boilerplate code in plugin API:
Change hack protection, introduce unified language loading, see
      http://board.s9y.org/viewtopic.php?f=11&t=16921
      Thanks to mt2!
2010-08-20 09:07:42 +00:00
Garvin Hicking
3a2694461e disable youtube by default
http://board.s9y.org/posting.php?mode=quote&f=2&p=94277
2010-03-09 13:18:41 +00:00
Garvin Hicking
e8eea2ca5d . 2009-04-16 16:47:51 +00:00
Garvin Hicking
0f1834f2aa * Enhance xhtml cleanup plugin to also work on <param value="..." />
tags.  (garvinhicking)
2009-04-16 08:02:53 +00:00
Garvin Hicking
80e14346a5 Also support "last X" REST interface 2006-08-02 10:07:34 +00:00