[COREblog-en] COREBlog 1.2.4 has been released!

Atsushi Shibata shibata at webcore.co.jp
Tue Feb 14 17:26:01 CET 2006


Hi all :-).

COREBlog 1.2.4 has been released.

http://coreblog.org/junk/COREBlog124.tgz

This release has a new option, to avoid comment spam. See setting tab 
details.
For existing COREBlog instance, if you enable session-on-comment, fix 
comment_form like following.

<dtml-try>
<dtml-if "hasProperty('comment_session_key') and 
REQUEST.SESSION.has_key(getProperty('comment_session_key'))">
<input type="submit" name="addComment:method" value=" POST " />
</dtml-if>
<dtml-except></dtml-try>

This code is to hide "POST" buton while session key served.

Have fun :-).

----------------------------------------
Atsushi Shibata (Webcore Corp.)
shibata at webcore.co.jp
http://www.webcore.co.jp/
----------------------------------------



More information about the COREblog-en mailing list