Update of /cvsroot/phpslash/phpslash-dev
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18213/phpslash-dev
Modified Files:
ChangeLog
Log Message:
new Feeds block.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** ChangeLog 4 Nov 2004 23:09:26 -0000 1.20
--- ChangeLog 6 Nov 2004 18:56:06 -0000 1.21
***************
*** 1,2 ****
--- 1,36 ----
+ 2004-11-06 12:08 joestewart
+
+ * CHANGES,
+ include/modules/block/blocktypes/Block_render_page.class,
+ public_html/backend.php, public_html/config-dist.php,
+ public_html/images/atom03.gif, public_html/images/bloglines.gif,
+ public_html/images/getphpslash.png, public_html/images/opml.png,
+ public_html/images/rss091.gif, public_html/images/rss10.gif,
+ public_html/images/rss20.gif, tables/0.8/psl_core.sql,
+ tables/0.8/psl_example.sql: new Feeds block.
+
+ 2004-11-06 09:51 joestewart
+
+ * include/templates/en/: basic/slashHead-fckeditor.tpl,
+ basiccurves/slashHead-fckeditor.tpl: phpslash-dev/CHANGES
+
+ 2004-11-05 10:32 joestewart
+
+ * CHANGES, include/modules/block/Block.class,
+ include/modules/block/Block_admin.class,
+ include/modules/block/Block_i.class,
+ include/modules/block/plugins/Block_plugin_bbcode.class,
+ include/modules/block/plugins/Block_plugin_exttrans.class,
+ include/modules/block/plugins/Block_plugin_html.class,
+ include/modules/block/plugins/Block_plugin_mssmartquotes.class,
+ include/modules/block/plugins/Block_plugin_plaintext.class,
+ include/modules/block/plugins/Block_plugin_wiki.class,
+ public_html/config-dist.php: block plugins operational
+
+ 2004-11-04 17:09 joestewart
+
+ * ChangeLog: allow template tags in story text and body. Also
+ close bug #[ 797098 ] Eats Backslashes.
+
2004-11-04 17:01 joestewart
|