From: garvinhicking Date: Mon, 26 Sep 2005 13:21:15 +0000 (+0000) Subject: Move stuff to 0.8.5 release X-Git-Tag: 0.9~123 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c387c36d2863f5f4cf153a9f2a11161934f21d7a;p=s9y.git Move stuff to 0.8.5 release --- diff --git a/docs/NEWS b/docs/NEWS index 130c0f4..7cceab5 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -3,19 +3,9 @@ Version 0.9 () ------------------------------------------------------------------------ - * More Security: When changing the password in your personal preferences, - you need to insert the old password. Thanks to Nenad Jovanovic for - contacting me about this issue! (garvinhicking) - * Fix not showing thumbnail images in media database when thumbSuffix is empty. Thanks to Brian J. France! - * Fix JS errors in admin comment overview for IE6 (garvinhicking) - - * Fix showing any entry-id related sidebar plugins, when a selected - entry is not visible (permissions/drafts/...) by unsetting the - global $serendipity['GET']['id'] in that case. (garvinhicking) - * Spamblock plugin can now define required comment fields. Also fix parameter order in mt_rand() call, thanks to Jens Kubieziel (garvinhicking) @@ -29,12 +19,6 @@ Version 0.9 () * Read/Write permissions for user-groups for specific categories. (garvinhicking) - * Fix "DATA_TRACKBACK_APPROVED" showing of constants when approving - trackbacks/comments instead of the properly formatted message. - (Would've required a template change for a "pretty solution", but - the current fix is a BC-compatible fix by defining constants a bit - differently) (garvinhicking) - * Reduce memory usage by splitting up function files, optimizing spartacus parsing. New files: include/functions_rss.inc.php @@ -43,7 +27,7 @@ Version 0.9 () * Inserting links via the Serendipity Toolbar over the entry area now also asks for a link tooltipe/title. - + * Plugin API no longer queries the filename of a plugin if it is internal (increases performance because of less SQL queries) (garvinhicking) @@ -52,9 +36,6 @@ Version 0.9 () aggregator can now properly fetch RSS feeds on those hosts. (garvinhicking) - * Fix putting sticky entry on the last page in postgreSQL setups. - Thanks to Nate Johnston for working this out! (garvinhicking) - * Make "/archive" view also recognize selected category. Sidebar archive and calendar plugins also pay strict attention to which category is selected. Helps "semi-multiple" blogs based on categories @@ -242,9 +223,28 @@ Version 0.9 () Version 0.8.5 () ------------------------------------------------------------------------ + * More Security: When changing the password in your personal preferences, + you need to insert the old password. Thanks to Nenad Jovanovic for + contacting me about this issue! (garvinhicking) + + * Fix JS errors in admin comment overview for IE6 (garvinhicking) + + * Fix showing any entry-id related sidebar plugins, when a selected + entry is not visible (permissions/drafts/...) by unsetting the + global $serendipity['GET']['id'] in that case. (garvinhicking) + + * Fix "DATA_TRACKBACK_APPROVED" showing of constants when approving + trackbacks/comments instead of the properly formatted message. + (Would've required a template change for a "pretty solution", but + the current fix is a BC-compatible fix by defining constants a bit + differently) (garvinhicking) + * Default Admin Stylesheet no longer uses direct height: assignment, but padding instead. This should get rid of occasional overlapping of menu items. Thanks a lot to Ognyan Kulev for the solution to this! + + * Fix putting sticky entry on the last page in postgreSQL setups. + Thanks to Nate Johnston for working this out! (garvinhicking) * Fix file upload bug which limited upload filesize to 3 million bytes (2.86MB) regardless of PHP configuration. Maximum upload filesize