LightPress 1.0.4

ludo, Monday 23 May 2005 16:13:12 PST

Following Sencer's suggestion, 1.0.4 adds UTF-8 templates to both kubrick and default. Included with this release is also a copy of Jerome's PreFormatted LightPress plugin, to use in conjunction with his WP Preformatted plugin.

As usual, you can download 1.0.4 from the project filelist, or read its ChangeLog (also copied below for convenience).

2005-05-23 15:01  ludo

* classes/Frontend.php, INSTALL.html, INSTALL.txt: bumped version
	  number to 1.0.4

2005-05-23 14:51  ludo

* templates/: default/en_US.ISO-8859-1/header.xml,
	  default/en_US.ISO-8859-1/sidebar.xml,
	  default/en_US.UTF-8/header.xml, default/en_US.UTF-8/sidebar.xml,
	  kubrick/en_US.ISO-8859-1/header.xml,
	  kubrick/en_US.ISO-8859-1/sidebar.xml,
	  kubrick/en_US.UTF-8/header.xml, kubrick/en_US.UTF-8/sidebar.xml:
	  js for search redirection

2005-05-23 14:47  ludo

* classes/Frontend.php: strip slashes from context_filter if
	  magic_quotes_gpc is on

2005-05-23 14:02  ludo

* plugins/PreFormatted.php: from Jerome's source

2005-05-23 14:01  ludo

* config.php: switch default charset to UTF-8

2005-05-23 14:00  ludo

* templates/default/en_US.UTF-8/: atom.xml, author.xml, error.xml,
	  footer.xml, header.xml, index.xml, post.xml, rss2.xml,
	  search.xml, sidebar.xml, static.xml, syndication.xml,
	  plugins/adminoptions_admin.xml,
	  plugins/adminoptions_editcomment.xml,
	  plugins/adminoptions_editpost.xml,
	  plugins/adminoptions_login.xml, plugins/delicious.xml,
	  plugins/links.xml, plugins/links_feeds.xml,
	  plugins/pagination_multi.xml, plugins/pagination_single.xml,
	  plugins/post_ad.xml, plugins/post_comment.xml,
	  plugins/post_comment_notification.txt,
	  plugins/post_from_search.xml, plugins/post_send.txt,
	  plugins/post_send.xml, plugins/top_commented.xml: initial import

2005-05-23 13:07  ludo

* templates/kubrick/en_US.UTF-8/: atom.xml, author.xml, error.xml,
	  footer.xml, header.xml, index.xml, post.xml, rss2.xml,
	  search.xml, sidebar.xml, static.xml, syndication.xml,
	  plugins/adminoptions_admin.xml,
	  plugins/adminoptions_editcomment.xml,
	  plugins/adminoptions_editpost.xml,
	  plugins/adminoptions_login.xml, plugins/delicious.xml,
	  plugins/links.xml, plugins/links_feeds.xml,
	  plugins/pagination_multi.xml, plugins/pagination_single.xml,
	  plugins/post_ad.xml, plugins/post_comment.xml,
	  plugins/post_comment_notification.txt,
	  plugins/post_from_search.xml, plugins/post_send.txt,
	  plugins/post_send.xml, plugins/top_commented.xml: initial import

2005-05-23 12:35  ludo

* feed.php: added comments

2005-05-12 18:36  ludo

* classes/Frontend.php: moved default options to (static) methods
	  to be used from WP plugins

2005-05-12 18:35  ludo

* extra/wp/: lp_admin.php, LightPress/index.php,
	  LightPress/plugins.php, LightPress/utils.php: initial import,
	  just the skeleton for a possible wp plugin god how I hate working
	  with WP...

Readers' Comments

  1. jerome

    You certainly don’t waste any time…

  2. ludo

    It’s a good way to avoid dealing with more serious stuff :)

    Have a look in CVS when you have the time, I just refactored the comment thing as you proposed a while ago. It’s more modular, letting users swap comment spam checking plugins (apart from the fact we only have one now), but somehow having a plugin invoke a Frontend method (insertComment()) which has its own hook (inser_comment) and in turn invokes a plugin seems a bit too much…

    Waiting for your input before releasing anything, at this point :)

  3. jerome

    I’ll take a look - what branch is that on?

  4. ludo

    On the main trunk…

  5. Chrissy

    Shouldnt you have at least one link back to wordpress.org on your site at: http://lightpress.org/static/wpff-intro ?

  6. ludo

    Chrissy, we are only two people with day jobs. If you want to help writing documentation and maintaining the site, you are more than welcome.

    Anyway, the WordPress URL is not hard to find, and if you are interested in LightPress you are probably already using WP.