Update of /cvsroot/php-blog/serendipity/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27345/docs
Modified Files:
Tag: branch-smarty
NEWS
Log Message:
- Draft for new import framework. It's working, but might need some changes to make it a little more pretty
Note: Please review your importer methods, like validateData() etc.
- Split importer and exporter up into two menuitems
- Don't let serendipity_guessInput() parse data, it should just act on the data given
- Add 'file' type to serendipity_guessInput(), implementing <input type="file">
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/docs/Attic/NEWS,v
retrieving revision 1.1.2.12
retrieving revision 1.1.2.13
diff -u -d -r1.1.2.12 -r1.1.2.13
--- NEWS 15 Nov 2004 10:55:31 -0000 1.1.2.12
+++ NEWS 15 Nov 2004 21:06:47 -0000 1.1.2.13
@@ -3,6 +3,9 @@
Version 0.8 ()
------------------------------------------------------------------------
+ * Rewrote importer to use import modules and class framework
+ (tomsommer)
+
* New language: Traditional Chinese (Big5). Thanks to Andrew Huang!
* Recent Entries plugin: New configuration directive to not display
@@ -922,4 +925,4 @@
* Renamed "sebastian's weblog" theme to "blue" (sebastianbergmann)
-(Older NEWS see file NEWS_OLD)
\ No newline at end of file
+(Older NEWS see file NEWS_OLD)
|