Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4223
Modified Files:
NEWS
Log Message:
- Spellcheck and correct NEWS file before release
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/NEWS,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -d -r1.254 -r1.255
--- NEWS 8 Nov 2004 10:13:02 -0000 1.254
+++ NEWS 8 Nov 2004 10:44:07 -0000 1.255
@@ -3,8 +3,8 @@
Version 0.7 (November 8th, 2004)
------------------------------------------------------------------------
- * Fixed Concatenation syntax on PostgreSQL, only used by plugin
- "Entrylinks". (garvinhicking)
+ * Fixed concatenation syntax when using PostgreSQL, only used by
+ the "Entrylinks" plugin. (garvinhicking)
* SQLite database name was not saved properly and could get set to
a wrong value when updating configuration (garvinhicking)
@@ -13,7 +13,7 @@
(garvinhicking)
* Fixed PostgreSQL index key names (names are now unique, and
- combined indizes on the entries text-columns are no longer set)
+ combined indexes on the entries text-columns are no longer set)
(jtate, garvinhicking)
* Fixed bug with MySQL 3.x where the category was not properly set
@@ -24,8 +24,8 @@
* Fixed some counting problems in statistics plugin (garvinhicking)
- * Fixed comment counter for deleting non-approved comments
- (tomsommer, griffinn)
+ * Fixed comment counter problem when deleting comments pending
+ approval (tomsommer, griffinn)
Version 0.7-rc1 (October 20th, 2004)
------------------------------------------------------------------------
@@ -119,20 +119,18 @@
* Fixed warning message from emoticon plugin when emoticons.inc.php
does not exist (garvinhicking)
- * Fixed entries pagination for special cases where quickump calendar
+ * Fixed entries pagination for special cases where the calendar
was displayed on the left sidebar (garvinhicking)
Version 0.7-beta2 (September 15th, 2004)
------------------------------------------------------------------------
- * Fixed entries pagination for special cases where quickump calendar
- was displayed on the left sidebar (garvinhicking)
-
* Added Italian translations, thanks to Alessandro Pellizzari
* Fixed missing CSS-class for BBCode Event-Plugin (Jez Hancock)
* Fixed possible SQL injections. Thanks to aCiDBiTS!
+ (tomsommer, garvinhicking)
* Fixed postgreSQL quicksearch, thanks to Mauri Sahlberg!
@@ -164,7 +162,7 @@
* Plugin serendipity_event_spamblock: Will reject any double
comments, if enabled. Stub for enhancing other spam-protections
- (kaptchas, spamassassin-integration, IP-Blacklists, whatever)
+ (captchas, spamassassin-integration, IP-Blacklists, whatever)
(garvinhicking)
* When using mod_rewrite, make use of RewriteBase for correct
@@ -212,7 +210,7 @@
a specific database-type are not available within PHP
(garvinhicking)
- * Added bulgariang language, thanks to Bogomil Shopov
+ * Added Bulgarian language, thanks to Bogomil Shopov
* Fix calendar bug to not show entries available for the 1st day
of a month if on the first day on the next month an entry was
@@ -437,7 +435,7 @@
* Fixed javascript error when submitting comments with "remember me"
checkbox. (garvinhicking)
- * XML-RPC methods updated to includer blogger.getRecentPosts and
+ * XML-RPC methods updated to include blogger.getRecentPosts and
blogger.getPost (Till Adam)
* Upgraded karma-plugin to allow logging (IP/User-Agent) of votes
@@ -496,7 +494,7 @@
$eventData['clean_page'] variable to 'true'. (Jonathan Arkell)
* Don't show "expand"/"toggle all" buttons if there is only one section
- availiable (tomsommer)
+ available (tomsommer)
* Redesigned admin interface for editing entries: Adjust items per
page, sort order, filter mode, combined EDIT+DELETE interface into
@@ -539,7 +537,7 @@
(Evan Nemerson, garvinhicking) [DB Layout change -> 0.6.2]
* Published entries from the future will only be displayed on the
- frontend when not in the future. They will get automagically
+ frontend when not in the future. They will get automatically
displayed as soon as the publish time is effectively reached.
#RFE 939867 (garvinhicking)
@@ -560,7 +558,7 @@
* Improvements for multi-user interface:
- Configuration is stored per-user (language, WYSIWYG-preference,
and possibly others)
- - passwords/usernames/E-Mail adresses can be changed
+ - passwords/usernames/E-Mail addresses can be changed
- introduction of userlevels (admin, chief, editor)
- public/private categories
- plugins are stored per-user. Admin-created plugins cannot be
@@ -573,7 +571,7 @@
- public/private images
(garvinhicking) [DB Layout change -> 0.6.1]
- * Configuration is now language-dependant. (garvinhicking)
+ * Configuration is now language-dependent. (garvinhicking)
Version 0.6-pl3 (June 20th, 2004)
------------------------------------------------------------------------
|