Version 0.9.1 ()
------------------------------------------------------------------------
+ * Fix configuration for non-admins to not properly store values like
+ blog Title (garvinhicking)
+
* Fix RSS import's timezone detection for ISO-8601 dates
(garvinhicking)
* Fix htmlarea when using UTF-8 charset on a ISO-8859-1 language
(garvinhicking)
-
+
* Statistics plugin now contains entries per author. Patch #1347639
by SvOlli
-
+
* Fix thumbnail generation for imageMagick when target image is
smaller than the target size, it should not be blown up
(garvinhicking)
* Fix spartacus plugin to not properly indicate updatable versions
of plugins (garvinhicking)
-
+
* Fix multi-media upload in Safari browser (jhermanns)
* Make calendar plugin also accept links to external events
* Fix mod_rewrite rules to not differentiate on case-sensitivity for
authors, archives and category URLs (garvinhicking)
-
+
* Fix a bug in the serendipity_currentURL function when Serendipity
is installed in your HTTP root. This bug only effects the plugins karma,
entrysplit and multilingual on these installations.
Thanks to Richard Davey for spotting this! (garvinhicking)
-
+
* Fix showing preview image of hotlinked images. Thanks to Thomas
and RobA from the forums! (garvinhicking)
Thanks to Boris from the forums!
* Fix an issue of privilege escalation for non-admins (garvinhicking)
-
+
* Fix a parse error in the Importer, introduced in beta3
(garvinhicking)
Version 0.9-beta3 (October 21st, 2005)
------------------------------------------------------------------------
-
+
* Syndication plugin: Do not show E-Mail adress in RSS feed by default
(garvinhicking)
* Also fetch and display entryproperties in the results of a search.
Fixes bug #1329379 (garvinhicking)
-
+
* Fix some dreaded "only variables can be returned by referenced"
PHP 4.4 notices on some minor occasions (garvinhicking)
is empty. Thanks to Brian J. France!
* Spamblock plugin can now define required comment fields. Also fix
- parameter order in mt_rand() call, thanks to Jens Kubieziel
+ parameter order in mt_rand() call, thanks to Jens Kubieziel
(garvinhicking)
* Plugin API now allows to validate config options via a "validate"
method, used by the plugin configuration panel. Need to set "validate"
- and "validate_error" property bag attributes in your custom
- introspect_config_item() calls, documented on
+ and "validate_error" property bag attributes in your custom
+ introspect_config_item() calls, documented on
http://www.s9y.org/index.php?node=43#A13 (garvinhicking)
* Read/Write permissions for user-groups for specific categories.
categories and hide other categories when descending the tree
(garvinhicking)
- * "Edit entries" panel can now delete entries and returns to the
- originating panel. Also it now utilizes Cookies (via JS) to remember
+ * "Edit entries" panel can now delete entries and returns to the
+ originating panel. Also it now utilizes Cookies (via JS) to remember
the last used settings (sortorder, filters) (garvinhicking)
* Added WordPress-PostgreSQL importer, by Devrim Gunduz
* RFE #1231423: Allow to change the author of an entry with the
"entryproperties" plugin. (garvinhicking)
- * Templates can now be handled via Spartacus (garvinhicking)
-
- * Plugin Manager: Improve Spartacus interface and include plugin
+ * Templates can now be handled via Spartacus (garvinhicking)
+
+ * Plugin Manager: Improve Spartacus interface and include plugin
categories (garvinhicking)
* Support different WYSIWYG editors via new plugin hooks. TinyMCE
* fixed serendipity_traversePath() - PHP5 issue with array_merge()
Thanks to jdhawk for the fix (flotsam)
- * fixed wrong display of "found X entries matching your search" in
+ * fixed wrong display of "found X entries matching your search" in
genpage.inc.php (flotsam)
* Added fix for wrong language in permission groups (were created in the
* Fix multi-category selector for Konqueror (garvinhicking)
* Support use of Boolean search mode in MySQL. Is activated when using
- special characters like "()~*+-<>. Syntax see
+ special characters like "()~*+-<>. Syntax see
http://dev.mysql.com/doc/mysql/en/fulltext-boolean.html.
(garvinhicking)
* Apply patch to allow usage of Feedburner RSS feeds, by Anders Clerwall
- * Fixed using "_" instead of "-" in the approve trackback/comments
+ * Fixed using "_" instead of "-" in the approve trackback/comments
URLs. (garvinhicking)
* Introduce permission groups with customizable permission sets.
(garvinhicking)
-
+
* Make bblog importer recognize trackbacks. Thanks to Hanno!
* Spartacus plugin can now properly handle plugins which contain both
* Localized the string "Reply" which occured inside some templates.
(s/Reply/{$CONST.REPLY}/) (garvinhicking)
- * Added swedish translation by Torbjörn Hedberg, Added european
+ * Added swedish translation by Torbjörn Hedberg, Added european
portugues translation by Joao Palhoto Matos, Added hungarian
translation by Posz Marton
differently) (garvinhicking)
* Default Admin Stylesheet no longer uses direct height: assignment,
- but padding instead. This should get rid of occasional overlapping
+ 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)
After installing this plugin you can use the same URL and nothing
will change for XML-RPC users. (garvinhicking)
- * Optionally allow using a local PEAR installation. Set
+ * Optionally allow using a local PEAR installation. Set
$serendipity['use_PEAR'] = true
in your serendipity_config_local.inc.php or serendipity_config.inc.php
- file. The required packages can be found in the
+ file. The required packages can be found in the
bundled-libs/.current_version file. (garvinhicking)
* Append the comment id to the mail that is sent to subscribers of
Version 0.8.3 (August 4th, 2004)
------------------------------------------------------------------------
-
+
* Upgraded bundled libs:
Cache_Lite to 1.5.1
HTTP_Request to 1.2.4
* Allow plugins to contain more than one HTML nuggets which can be
WYSIWYGized. (garvinhicking)
-
+
* Fix editing a draft article to be properly displayed as draft
in PostgreSQL setups. Thanks to Penny Leach! (garvinhicking)
- * Fixed possible XSS in comment input validation, thanks to
+ * Fixed possible XSS in comment input validation, thanks to
Ilia Alshanetsky
* Full Korean language support available! Translations done for:
- Kubrick template
(wesley)
- * TEMPLATES: New core hook "frontend_footer" is introduced and is
+ * TEMPLATES: New core hook "frontend_footer" is introduced and is
added to index.tpl:
{serendipity_hookPlugin hook="frontend_footer"}
(wesley)
Version 0.8.2 (June 29th, 2005)
------------------------------------------------------------------------
- * fixed remote code execution vulnerability. Thanks to Gulftech
- Research for pointing out that bug and Stefan Esser for helping
- fix it (nohn)
-
- * Updated Spartacus to most recent version (nohn)
+ * fixed remote code execution vulnerability. Thanks to Gulftech
+ Research for pointing out that bug and Stefan Esser for helping
+ fix it (nohn)
+
+ * Updated Spartacus to most recent version (nohn)
* fixed serendipity_traversePath() - PHP5 issue with array_merge()
Thanks to jdhawk for the fix (flotsam)