13 Commits

Author SHA1 Message Date
Ian
90eed2d001 typos and minors 2015-12-01 12:12:01 +01:00
Ian
e6cab58414 change SET NAMES to mysqli_set_charset and fix a bug in 2cd condition 2015-07-09 12:33:31 +02:00
Ian
c6031dc1dc remove $Ids$ 2015-07-03 17:18:23 +02:00
Ian
12325943a1 silence Constant SQL_CHARSET_INIT already defined notices 2015-01-11 15:27:30 +01:00
onli
92afc37753 Introduce serendipity_specialchars-wrapper for encoding bug (#236)
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
Garvin Hicking
b62c6072ed mysql, use myisam 2012-04-10 22:35:40 +02:00
Garvin Hicking
70b1288890 improve code docs 2011-01-08 22:31:20 +00:00
Garvin Hicking
53159f390f * Use "Longtext" instead of "text" for new installations on blog entry
body and extended body inside database tables. (garvinhicking)
2010-01-14 09:21:07 +00:00
Garvin Hicking
ee102b4402 * Removed "static" db layer typelist to prevent accidental over-
writes of referenced return values (garvinhicking)
2009-07-27 09:52:13 +00:00
Garvin Hicking
6ea572211b Patch by hanno boeck 2008-03-25 12:39:55 +00:00
Garvin Hicking
a8f57711a9 Small code cleanup by Falk Doering:
- PHP6 forward compatibility on accessing strings
- Better indenting, other cleanups on the plugin API file
2007-07-17 11:31:20 +00:00
Garvin Hicking
e33b0b27af Allow non-standard port specification 2007-03-30 10:02:05 +00:00
Garvin Hicking
80e14346a5 Also support "last X" REST interface 2006-08-02 10:07:34 +00:00