Update of /cvsroot/php-blog/serendipity/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10304/docs
Modified Files:
NEWS
Log Message:
- Merged author and admin suites
- New separated layout for Administration Suite
- Fixed lots of layout quirks, make the admin look more unified
- Fixed some invalid HTML (unclosed/excess tags)
- Remove some unneeded session_start() functions in included admin files
- Allow $plugin->get_config() to return the default value as defined in introspect_config_item, when only given one argument
- Fixed bug in upgrader, not allowing multiple upgrade functions for a single version
- Killed serendipity_printLogin() and moved it to serendipity_admin.php
- Pretty up the iframe stuff
- Added aliases to some adminModules
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/docs/NEWS,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- NEWS 26 Nov 2004 14:40:13 -0000 1.9
+++ NEWS 27 Nov 2004 22:14:13 -0000 1.10
@@ -3,11 +3,18 @@
Version 0.8 ()
------------------------------------------------------------------------
+ * Separate administration layout from the rest of the blog
+ (tomsommer)
+
+ * Merge Administration and Author suite into one (tomsommer)
+
+ * Allow $plugin->get_config([var]) to return the default value from
+ introspect_config_item() if no value is found (tomsommer)
+
* Preview/Saving entries now utilizes iframe techniques to faster
send visual feedback and properly be able to style the entry
preview independent from the Admin CSS code. [For older browsers,
this can be turned of in serendipity_config.inc.php]
- - EXPERIMENTAL, may not yet be ready for productive use.
(garvinhicking)
* Allow sending trackbacks and tracking links of https URLs. Fix
|