backport
This commit is contained in:
parent
ceecc3f256
commit
47075eaf95
35
docs/NEWS
35
docs/NEWS
@ -18,10 +18,6 @@ Version 1.6 ()
|
|||||||
http://board.s9y.org/viewtopic.php?f=11&t=16921
|
http://board.s9y.org/viewtopic.php?f=11&t=16921
|
||||||
Thanks to mt2!
|
Thanks to mt2!
|
||||||
|
|
||||||
* Fix PHP 5.3.2 parse error in a file, thanks to fyremoon
|
|
||||||
|
|
||||||
* Include license output in plugin listing (onli)
|
|
||||||
|
|
||||||
* Fix karma rating plugin missing the text translation for a
|
* Fix karma rating plugin missing the text translation for a
|
||||||
specific point area
|
specific point area
|
||||||
|
|
||||||
@ -32,10 +28,6 @@ Version 1.6 ()
|
|||||||
* Added new 'fulltext' search option to sidebar plugin
|
* Added new 'fulltext' search option to sidebar plugin
|
||||||
http://board.s9y.org/viewtopic.php?f=4&t=16051
|
http://board.s9y.org/viewtopic.php?f=4&t=16051
|
||||||
|
|
||||||
* Fix SQL query statement for deleting a category, which on some
|
|
||||||
DB types (SQlite) might not return "true" and thus not really
|
|
||||||
delete the category. (garvinhicking)
|
|
||||||
|
|
||||||
* Truncate suppressed referrer's query string to 255 characters
|
* Truncate suppressed referrer's query string to 255 characters
|
||||||
(ads)
|
(ads)
|
||||||
|
|
||||||
@ -55,16 +47,9 @@ Version 1.6 ()
|
|||||||
auto-split after 75 characters.
|
auto-split after 75 characters.
|
||||||
(Ref: http://board.s9y.org/viewtopic.php?f=3&t=16314)
|
(Ref: http://board.s9y.org/viewtopic.php?f=3&t=16314)
|
||||||
|
|
||||||
* Add new template variable to feed*.tpl files to support new
|
|
||||||
plugins like pubsubhubbub, so that plugins can embed data to the
|
|
||||||
main XML element (onli)
|
|
||||||
|
|
||||||
* To support custom PHP sessions, s9y will only issue session_start,
|
* To support custom PHP sessions, s9y will only issue session_start,
|
||||||
if no session exists yet (garvinhicking)
|
if no session exists yet (garvinhicking)
|
||||||
|
|
||||||
* Fix escaping when using ImageMagick to create PDF-thumbnail images
|
|
||||||
(stm9x9)
|
|
||||||
|
|
||||||
* Use "Longtext" instead of "text" for new installations on blog entry
|
* Use "Longtext" instead of "text" for new installations on blog entry
|
||||||
body and extended body inside database tables. (garvinhicking)
|
body and extended body inside database tables. (garvinhicking)
|
||||||
|
|
||||||
@ -83,7 +68,25 @@ Version 1.6 ()
|
|||||||
* Added event hook backend_sendcomment for sending comments and
|
* Added event hook backend_sendcomment for sending comments and
|
||||||
being able to chang via plugin API (onli)
|
being able to chang via plugin API (onli)
|
||||||
|
|
||||||
Version 1.5.3 (May 10th, 2010);
|
Version 1.5.4 (August 26th, 2010)
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
* Fix PHP 5.3.2 parse error in a file, thanks to fyremoon
|
||||||
|
|
||||||
|
* Fix SQL query statement for deleting a category, which on some
|
||||||
|
DB types (SQlite) might not return "true" and thus not really
|
||||||
|
delete the category. (garvinhicking)
|
||||||
|
|
||||||
|
* Include license output in plugin listing (onli)
|
||||||
|
|
||||||
|
* Fix escaping when using ImageMagick to create PDF-thumbnail images
|
||||||
|
(stm9x9)
|
||||||
|
|
||||||
|
* Add new template variable to feed*.tpl files to support new
|
||||||
|
plugins like pubsubhubbub, so that plugins can embed data to the
|
||||||
|
main XML element (onli)
|
||||||
|
|
||||||
|
Version 1.5.3 (May 10th, 2010)
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
* Added workaround for dynamic configuration of Xinha plugins
|
* Added workaround for dynamic configuration of Xinha plugins
|
||||||
|
@ -45,7 +45,7 @@ if (defined('USE_MEMSNAP')) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// The version string
|
// The version string
|
||||||
$serendipity['version'] = '1.6-alpha2';
|
$serendipity['version'] = '1.6-alpha3';
|
||||||
|
|
||||||
// Setting this to 'false' will enable debugging output. All alpa/beta/cvs snapshot versions will emit debug information by default. To increase the debug level (to enable Smarty debugging), set this flag to 'debug'.
|
// Setting this to 'false' will enable debugging output. All alpa/beta/cvs snapshot versions will emit debug information by default. To increase the debug level (to enable Smarty debugging), set this flag to 'debug'.
|
||||||
$serendipity['production'] = (preg_match('@\-(alpha|beta|cvs)@', $serendipity['version']) ? false : true);
|
$serendipity['production'] = (preg_match('@\-(alpha|beta|cvs)@', $serendipity['version']) ? false : true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user