Archives for: May 2007

b2evo 1.10.1 "Orlando" released

Permalink May 26, 2007 @ 03:50, by Francois Planque • Category: New releases

OK, I couldn't sleep so I figured I'd do a quick release tonight! ;)

b2evo 1.10.1 "Orlando" is "Miami" with a handful of little fixes. It would have been a shame to hold these back any longer.

Download here!

Quick run down of changes:

  • Email notifications for comments now include a link that positions the browser directly on the new comment for quicker editing/deleting. (fplanque)
  • HTML Checker can be configured to allow style="" attributes. (Yabba)
  • More XHTML Strict when requested. (Yabba)
  • Skin code cleaned up a little bit (100% backward compatible).
  • jQuery now gets shipped with b2evo in /blogs/rsc/js/jquery.min.js. It gets included in all backoffice pages. (this time for real - blueyed)
  • Made trackback completely silent when disabled, for even less spam.
  • Fixes
    • Fixed fatal error, if ini_set() is disabled
    • Some more little fixes reported by our devoted testers in the Forums. Thank you! :)

This is the version that runs b2evolution.net. It is a stable version actually. But since I'm only half awake, I'm going to play it safe and label it beta for now ;)

-François.

PS: The 1.10 series are definitely the last 1.x before 2.0.

Skin & plugin galore

Permalink May 12, 2007 @ 17:10, by Francois Planque • Category: Community

I keep getting emails about this: YES you can install the new Miami Blue skin on b2evo 1.9 if you want to use it without upgrading to b2evo 1.10 yet.

Just download the skin here, unzip it in your /skins folder and then select in the the Blog settings.

We also have 52 downloadable skins for b2evolution 1.9 on the skins site right now. And let me repeat that: skins designed for 1.9 will also work on 1.10 B)

We also have an equal number of plugins to download on the plugins site.

Both the skins & plugin sites gave been moved to our new b2evo community server which makes them run significantly faster than they used to. Many thanks to Danny for the migration and to our generous donors who help us pay for the servers.

1.10 call for translations

Permalink May 7, 2007 @ 18:08, by Francois Planque • Category: Translations

Language packs for version 1.9 will also work on version 1.10.

However, version 1.10 introduces some new strings that would need specific translation.

Thus, complete 1.10 language packs will improve user experience.

Now would be a good time for all translators to update translations for version 1.10 and send them to me.

If you've never done a translation before but would like to contribute, you can find startup instructions here. There is a cool tool to help you translate efficiently.

b2evo 1.10 "Miami" released

Permalink May 2, 2007 @ 23:53, by Francois Planque • Category: New releases

b2evolution 1.10 "Miami" has been released.

You can download it here.

This is a beta version but as it is built on top of the super stable version 1.9.3, we're pretty confident that it is stable already. However there have been enough antispam core changes to warrant this a beta label just in case some side-effects would appear.

This version contains features we could easily release without waiting for 2.0. So why wait? ;)

There are 3 main improvements in this version:

  • It blocks even more spam than before! You should probably upgrade for that alone! ;)
  • It looks better, especially with the new Miami Blue skin.
  • It adds new features by way of new bundled plugins, especially: YouTube videos, code highlighting and XML sitemaps.

As always, we included as many little bug fixes as possible.

Upgrading will be fairly easy as the skins from version 1.9 will work on version 1.10 also. And the skins from version 1.8 will require only minor adjustments, if they need some at all.

There is no diff file. We only do diffs for minor upgrades. This one requires to follow the normal upgrade procedure outlined in index.php inside of the ZIP file.

Longer list of changes:

  • Antispam filtering on private/email messages.
  • Improved spam defeating methods.
  • "Contact the admin" link on all skins.
  • New bundled plugins :
    • Added Sitemaps plugin(blueyed, fplanque)
    • Added Code highlight plugin (yabba, fplanque)
    • Added Video plug plgin (fplanque)
    • Updated Quicktags plugin (fplanque)
  • New bundled skins :
  • Bug fixes :
    • Fixed logging of refering spam (when spam refs are not blocked)
    • Fixed group permissions
    • Fixed "Undeclared entity error" with the htmlchecker, e.g. if " " got used. (blueyed)
    • Locales have been standardize to ISO-3166
    • Additional bug fixes.
  • Developer stuff:
    • Standardized Meta robots handling with robots_tag(); set $robots_index and $robots_follow to NULL if you want to completely with a plugin. Set them to true within a plugin to have them handled by the core.
    • Added hooks: FilterItemContents, UnfilterItemContents (fplanque)
    • Improved hooks: LoginAttempt, MessageFormSent. (blueyed)
    • Less javascript required for toolbars.