blojsom 2.25.3 (Codename: Kutskova) - Released June 5, 2005
- Update to fix entry sorting issue.
blojsom 2.25.2 (Codename: Kutskova) - Released June 5, 2005
blojsom 2.25.1 (Codename: Kutskova) - Released May 25, 2005
blojsom 2.25 (Codename: Kutskova) - Released May 22, 2005
Core
- You can now use any of the available digest algorithms in Java for encrypted passwords. This is a per-blog setting. Add the following properties to your blog.properties file, use-encrypted-passwords=true and digest-algorithm. For example:
use-encrypted-passwords=true
digest-algorithm=SHA-256
The digest-algorithm parameter may be one of the available Java digest algorithms such as MD5, SHA, SHA-1, SHA-256, SHA-384, or SHA-512. If left blank, blojsom will use MD5 as a default.
You may also use the encrypted password conversion utility to convert your existing authorization.properties file.
Be sure to backup this file before doing the conversion in case anything should go wrong. Usage of the utility is as follows.
java -cp blojsom-core-2.24.jar org.blojsom.util.password.EncryptedPasswordConversion full-path-to-authorization.properties-file <digest algorithm - defaults to MD5 if blank>
- Default weblog notification service setting now set to Ping-O-Matic
. This service notifies over 14 weblog update services. If you would like to use Ping-O-Matic, set your update notification services setting to http://rpc.pingomatic.com .
Plugins
- New Plugins
- Added Array Tool Plugin that allows you to perform array operations like finding the length (# of elements) of an array or retrieving individual elements from an array. Code provided by Eric Fixler.
- Added Delicious Daily Posting Plugin which takes your daily links from del.icio.us
and posts them as an entry to your blog.
- Added IP Spam Moderation Plugin that checks the IP address for incoming comments or trackbacks against a user-defined whitelist and/or blacklist.
- Added Link Spam Moderation Plugin that checks incoming comments and trackbacks for hyperlinks. If the comment or trackback contains links that exceed a specified threshold, it can be moderated or deleted automatically.
- Added Phrase Spam Moderation Plugin that checks incoming comments and trackbacks for offensive phrases. If the comment or trackback contains any of the configurable phrases, it can be moderated or deleted automatically.
- Added Technorati Tags Plugin that allows you to add Technorati tags
to your blog entries. The Technorati tags link back to the proper Technorati tag page to show other Technorati-tracked posts from around the web with the same tag.
- Added ability to set and check individual blog properties.
- Fixed issue in Trackbacks with URL for trackback approval in trackback notification e-mail.
- Added support for the extendedPing
weblog update notification method in the Weblogs Ping Plugin. You can set the preferred syndication flavor for the rssURL setting in the extended ping for your blog by setting the following property in your blog.properties file, preferred-syndication-flavor. The default flavor is rss2.
Templates
- Added WML and Mobile XHTML templates. Templates provided by Adam Burt.
- Mobile XHTML [template|http://cvs.sourceforge.net/viewcvs.py/\*checkout\*/blojsom/blojsom-2.0/templates/mobile-xhtml.vm?rev=1.1] and [CSS|http://cvs.sourceforge.net/viewcvs.py/\*checkout\*/blojsom/blojsom-2.0/templates/mobile-xhtml.css?rev=1.1]. The CSS file should be uploaded to your blog's resources directory.
- WML template [download|http://cvs.sourceforge.net/viewcvs.py/\*checkout\*/blojsom/blojsom-2.0/templates/wml.vm?rev=1.2].
Themes
- Upgraded Web Administration Console theme.
- Upgraded Asual and Ocean themes.
- Added Autumn theme.
Bugs Fixed
|
|