Pebble Changelog

What's new in Pebble 2.5.3

Feb 21, 2011
  • PEBBLE-51 Fixed change password no security token bug

New in Pebble 2.4 (Apr 5, 2010)

  • Bing is now a recognized search engine for the referrer log
  • PEBBLE-13 Updated ImageCaptchaServlet: removed sun proprietary classes warning for com.sun.* (Antonio Santos Izaguirre)
  • PEBBLE-12 Update UserAgent detection to more recent versions
  • PEBBLE-9 Support for a different template in static pages (Jürgen Rose)
  • PEBBLE-11: FCKEditor now works for Blogs and Static pages (Wyatt)
  • PEBBLE-10: Updated xerces to 2.9.0 (Olaf Kock)
  • PEBBLE-2: Update process updates Static Pages when updating from 2.3.x (Olaf Kock)
  • Updated simplified chinese translation (Huang Feilong)
  • PEBBLE-8

New in Pebble 2.4 RC (Apr 17, 2009)

  • Updated dutch translation (Ger-Jan te Dorsthorst)
  • Updated russian translation (by Alexander Zagniotov)
  • New slovak translation (Peter Miklosko)
  • Fixed MetaWeblogAPIHandler to handle comments without mail or website (Wyatt)
  • Updated spanish and new spanish (spain) translation (Antonio Santos Izaguirre)
  • started polish translation (Sylvain Balbous)
  • Updated portuguese translation (Eduardo Ramalho)
  • Updated norwegian translation (Tor Helland)
  • Updated french translation (Sylvain Balbous)
  • fixed XSS issues with referrer log (James Roper)
  • Sourceforge-SCP-Uploads now use ${sourceforge.username},[email protected] in build.xml (Olaf Kock) - remaining permissions-issues when different people are uploading
  • Fixed xss issues with comments and info-messages (Olaf Kock)
  • Added Search API for XML-RPC (Seymour Cakes)
  • Fix image upload bug (first character was silently dropped) (James Manger)
  • This version doesn't require JavaMail on the classpath and will ignore (but log) NoClassDefFoundErrors relating to JavaMail
  • fixed "Atom Feed NPE" (Christian Fochler)
  • JavaMail routines are used for validating mail addresses instead of homegrown solution (Frank Behrens)
  • RelatedPostsDecorator with links to similarly tagged articles (Alexander Zagniotov)
  • SocialBookmarksDecorator with links to popular social bookmarking sites (Alexander Zagniotov)
  • JUnit tests run with reliable language setting (english)
  • Improved MovableTypeImporter (by Yusuke Yamamoto)
  • Improved russian localization (by Alexander Zagniotov)
  • Improved amount of localizeable content (with german translations) (Olaf Kock)
  • Added mongolian localization (provided by Enkhbat Dash)
  • Play nicer when delivering secured pages through https (Olaf Kock)
  • Added pessimistic locking strategy for static pages, to prevent concurrent updates.
  • Static page persistence now uses JAXB 2.0 instead of custom XML handling code.
  • Category persistence now uses JAXB 2.0 instead of custom XML handling code.
  • When replying to a specific comment, that comment is now shown above the comment form.
  • Tags can now include spaces (specify this with the + character when entering the tag).
  • Enhanced HTML meta tags (keywords and description) for blog entry and static page permalinked pages.
  • Added a name parameter to the tag so that the name/title can be overidden.
  • Upgraded Acegi Security for Spring to version 1.0.6 (to fix a bug with remember me not working).