From: garvinhicking Date: Sun, 5 Nov 2006 11:19:55 +0000 (+0000) Subject: Backport various 1.1 stuff for a 1.0.3 release X-Git-Tag: 1.0.3~1 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0aad82514da5cac6c3796accf8285326915f2d46;p=s9y.git Backport various 1.1 stuff for a 1.0.3 release --- diff --git a/bundled-libs/docs/index.php b/bundled-libs/docs/index.php deleted file mode 100644 index a4c6c12..0000000 --- a/bundled-libs/docs/index.php +++ /dev/null @@ -1,77 +0,0 @@ -transform($text); -$after = getMicroTime(); -$time = (float)$after - (float)$before; - - -// output the page! -?> - - - - - - - - - Text_Wiki::<?php echo $page ?> - - - - - -

Transformed in $time seconds.

" ?> - - diff --git a/docs/NEWS b/docs/NEWS index f1563fe..5839b51 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -6,15 +6,34 @@ Version 1.0.3 () * Fix PHP 5.2.0 compatibility issue. (garvinhicking) * Add testsuite (nohn) - + * Some minor 1.1 bug backports: - + - Fix a problem where spartacus did not properly assign configured permissions to downloaded directories, thanks to danilo from the forums! (garvinhicking) - "View Article" in "Save Entry" dialog (nohn) - + + - Fix possible integer wraparound in comment count leading to + a gazillion counter state. Also now show links to the entries + within the administration comment panel. Thanks to Julian Finn! + + - Fix bug with using %username% in author permalinks, thanks to oeli + from the forums! (garvinhicking) + + - Fix a problem where spartacus did not properly assign configured + permissions to downloaded directories, thanks to danilo from + the forums! + + - Move trackback sending logic to the end when saving an entry. + Should get rid of event plugins not operating when trackbacks + painfully fail. Thanks to isotopp (garvinhicking) + + - Fixed bug that prevented native imports from other blog system + to recode ISO-charsets into UTF-8. Major thanks to Jan of + blog.salid.de. (garvinhicking) + Version 1.0.2 (October 18th, 2006) ------------------------------------------------------------------------ @@ -23,17 +42,17 @@ Version 1.0.2 (October 18th, 2006) Version 1.0.1 (August 14th, 2006) ------------------------------------------------------------------------ - + * Fix problem on newer Firefox versions, where insertion of images in the WYSIWYG editor did not work. It might be necessary to purge your browsers cache for this to properly work. (Jay Bertrandt) * Fix utf8 iconv conversion failing on some older PHP setups. Thanks to Matthias Leisi! - + * Fix multi-authors view only showing first author (garvinhicking) - * Fix bug sending comment-notification mails to subscribed users + * Fix bug sending comment-notification mails to subscribed users without an email address (garvinhicking) * Fixed icelandic language bug preventing upgrade (garvinhicking) diff --git a/include/admin/comments.inc.php b/include/admin/comments.inc.php index 5807f5a..3ea5c81 100644 --- a/include/admin/comments.inc.php +++ b/include/admin/comments.inc.php @@ -226,7 +226,7 @@ function highlightComment(id, checkvalue) { :