Update of /cvsroot/php-blog/serendipity/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9900/docs
Modified Files:
NEWS
Log Message:
Fix serious plugin hook_event bug. Plugins were cached because of the introduction of a new hook too early in sequence, resulting in weird behaviour with plugin configuration (see mail by rasmus)
For the multilingual plugin to be able to function properly, a new autodetection routine has been put in place. I think this even acts nicely in the core serendipity, but for the future we may want to move it to a plugin somehow (I don't see a way currently)
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/docs/NEWS,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- NEWS 14 Feb 2005 16:55:40 -0000 1.61
+++ NEWS 16 Feb 2005 12:36:20 -0000 1.62
@@ -3,22 +3,23 @@
Version 0.8 ()
------------------------------------------------------------------------
+ * Added configuration directive to allow visitor language negotiation
+ via browser language. (garvinhicking)
+
* Added native importers to migrate entries, comments,
- categories and authors for:
+ categories and authors for:
- geeklog 1.3.11
- sunlog 0.4.4
- b2Evolution "Paris"
- boastMachine 3.0
- Textpattern 1.0rc1
- pMachine Pro 2.4
+ - Nucleus 3.15
(garvinhicking)
* Remember last state of media library (sort order, files per page,
directory, sortfield), via JavaScript+Cookies (garvinhicking)
- * Added native import for Nucleus (3.15) entries, comments, categories
- and authors (garvinhicking)
-
* The config option 'extCSS' has been removed. It is now re-
commended to set external stylesheets in the template's index.tpl
file, or to @import it within the templates style.css file.
|