« Quick updateSocial news from the b2evolution community »

b2evo 3.1.0-beta "Tilqi" released

Permalink March 26, 2009 @ 03:32, by Francois Planque • Category: New releases

b2evolution 3.1.0-beta has just been released. (I just called it “Tilqi” because it’s his birthday today ;) – if you don’t know him, tilqicom is very active & helpful in the forums)

Download here »

This is a pretty exciting release as it includes many visual features among which:

  • A much anticipated integrated WYSIWYG editor (TinyMCE);
  • An enhanced menu bar;
  • A cleaned up drag’n'drop interface for moving widgets around;
  • A much nicer datepicker.

Special thanks to Tilman, Daniel, Walter & Alex for all the debugging they did on top of the previous alpha release. Thank you to everyone who has tested and reported bugs in the forums.

Note: b2evolution 2.x skins should work in 3.x without modification. However in order to use all new 3.x features you may need to add some code.

Here is a quick rundown of new features in 3.1.0 (be sure to also check out the features of 3.0.0 if you haven’t done so yet)

b2evolution 3.1.0-beta “Tilqi”

  • UI:
  • Blog features:
    • Intro posts: added typecolumn in browse screen and made more silent regarding noindex, sitemaps & notifications.
    • The default category for new posts can now be chosen explicitely for each blog.
    • Categories can now be reordered manually (instead of alphabetical display). This is a system wide general setting.
    • Automatic generation of excepts (fplanque)
    • Basic version history of post edits (click on the little clock icon in the post lists) (fplanque)
  • Widgets:

    • Cleaned up AJAX drag & drop interface (fplanque)
    • Universal Item List widget now combines the functionality of Post List, Page List, Link List, Link Blog… + combinations. Pretty powerful :) (fplanque)
    • Related posts widget (fplanque)
    • Extended widget possibilities (fplanque,yabba,tblue)
    • Widgets can be enabled/disabled. (Tblue)
    • Sidebar Links item type + widget now allow to display a linkroll without using a separate blog. (walter,fplanque
  • Other:

    • Optimized speed/reduced # of queries (blueyed)
    • Cleaner URLs when browsing through multiple pages. (fplanque)
    • Fixed locale selection during install.
    • Do not display locale selector on edit screen if only one locale is available.
  • Bugfixes. Many! (Tblue,blueyed,walter)

28 comments

Comment from: John [Visitor]
JohnSo, I'm guessing this upgrade means ALL files?
03/26/09 @ 09:57
Comment from: UnSkilleD [Visitor] Email
UnSkilleDhmm.. nice..
but where is the download?!?
03/26/09 @ 13:40
Comment from: Tblue [Visitor]
TblueHappy birthday to tilqi! :)
03/26/09 @ 13:55
Comment from: Francois Planque [Member] Email
John: yes this is a major upgrade, including database upgrades. You must follow the regular upgrade procedure.

UnSkilleD: what seems to be the problem with the "download here »" link in the post above?
03/26/09 @ 14:00
Comment from: tilqi [Visitor]
tilqiaw, that is very kind and one of the most interesting b.day congratulation i ever got..what a nice move for a webguy, a release named after him, even if it's beta :P

3.0 was very solid even before the alpha release, this one should be even better.. the stable release should be close, nice news for those who can not wait for it to assuming it wouldnt take much to update to the stable from this one, we could use this comfortably

to UnSkilleD: try hard refresh -ctrl+f5-
03/26/09 @ 14:10
Comment from: tilqi [Visitor]
tilqijust noticed: i meant to say "a release of one of his favorite web software named after him" but somehow forgot to type.the meaning changed a lot.
have fun everyone
03/26/09 @ 14:40
Comment from: Biedl [Visitor]
BiedlThanks for your great work. Very fast and easy update. Everything works fine for me.
03/27/09 @ 13:58
Comment from: Keith [Visitor]
KeithI'm confused. Will there not be a release 3.0.0? Or is 3.1 on a different branch than 3.0?
03/27/09 @ 18:23
Comment from: Sebastián [Visitor]
SebastiánYes! Yes!! YES!!! My prayers have been heard! (Some of them, at least.)

Right now I'm fighting with CPanel to install the new version. I am really excited. You are all wonderful. (Until it breaks, that is. Then I'll curse you all. Nah, just kidding; I just made a proper backup.)
03/27/09 @ 19:04
Comment from: Sebastián [Visitor]
SebastiánMmmh. Quicktags still don't work in Opera with the HTML editor. They seem to work fine with the WYSIWYG editor, but I very much prefer the other one. Whatever. Cheers anyway!
03/27/09 @ 19:26
Comment from: Francois Planque [Member] Email
Keith, the only 3.0.0 release there is ever going to be is the one we released in january. We change the version number with every new release.
03/27/09 @ 20:24
Comment from: Edgar [Visitor]
EdgarWe should get a list of sites with the new version so we can check them out.

I haven't updated yet but plan to do so in a couple of weeks.
04/02/09 @ 06:14
Comment from: JC John Sese Cuneta [Visitor] Email
JC John Sese CunetaHappy Birthday tilqicom!!

^_^

04/03/09 @ 10:25
Comment from: Hopeful [Visitor] Email
HopefulWill there ever be better support for multiple blogs across multiple domains and hosts? Specifically state/cookie management? Still haven't got a working solution (yes, I've been through the doc & forums). Ideally would have one that did not reveal the core domain name while still managing, say, 10 domains/blogs from the core/centralized app.

I can post further details in the forums. Just wanted to know if anything has been done in 3.0 to fix it so that multiple blogs across multiple domains (where each domain is its own account) will work. Thanks.
04/05/09 @ 01:55
Comment from: UnSkilleD [Visitor]
UnSkilleD@Francois Planque:
i get redirected to the download-site.. and there is only the 3.0.0 alpha and the 2.4. found the beta in the archive ;-)
04/06/09 @ 10:00
Comment from: Francois Planque [Member] Email
@Hopeful have you read the comments in the conf files. I think it shows you exactly how to do what you want.


$baseurl = ( (isset($_SERVER['HTTPS']) && ( $_SERVER['HTTPS'] != 'off' ) ) ?'https://':'http://').$_SERVER['HTTP_HOST'].'/';


$cookie_domain = preg_replace( '/^( .* \. )? (.+? \. .+? )$/xi', '.$2', $basehost );
04/09/09 @ 20:39
Comment from: Alex [Visitor]
AlexWill the new version preserve the "permalinks" from the old ones? I am using 1.10 on one site, and on another one I use 2.x; in the 2.x case I see that the permalinks look a bit different, there is a "blog=" in the end.

The old permalinks are still resolved correctly, but I just want to be sure before I migrate.
04/19/09 @ 10:08
Comment from: Francois Planque [Member] Email
Alex: yes permalinks are preserved. No worries here.
04/21/09 @ 23:12
Comment from: mahdi [Visitor] Email
mahdihello
i'm from iran.i want use tilqi for a blogger service.can use or no?i want automaticly give a subdomain(blog) for everyone that signup.is it suitable for this work.plugins of 2.x work for 3.x?
05/04/09 @ 14:26
Comment from: Any [Visitor]
Anythx
05/09/09 @ 15:19
Comment from: Ivica [Visitor]
IvicaAll I want to know is. Can I just upgrade my 2.X to 3.1 in an easy way, just upload new files, or something like that, and keep all my posts so far safe? I am looking forward to test it. I was WP user but was realy anoyed by it, B2Evo is good even as it is, but wyciwyg is good news, as well as ajax.
05/12/09 @ 10:58
Comment from: Francois Planque [Member] Email
Ivica: yes you can: you just need to follow the upgrade procedure documented in index.html in the zip file. Basically it is upload the new files then run the upgrade script. It takes about 5 minutes.

People often ask this question. Did you look for an answer to this somewhere on this site and didn't find it? If you could tell us where to add info about easy upgrading, it would probably help other people too. Please let us know.
05/12/09 @ 15:55
Comment from: Ivica [Visitor]
IvicaFrancois, I have read comments on this post. As you must know, people are usually leasy in their attempts to find info on web sites if they do not find them at once. And so am I sometimes :) I agree that this is important question and something that might encourage people to download 3.1 so it would be nice to promote this as one of the good sides of 3.1 - Easy upgrade with no loss of old data. Where? Well, everytime you post article like this one it should be one of the first things to say. As one of the features... Also, some screenshots within the article can be interesting?

Hope this is good ansver and sorry if my English is not good, I am Serbian.
05/12/09 @ 16:07
Comment from: Ivica [Visitor]
IvicaFrancois, you dont have to post this one. Now I see that there are instructions in the download zone, but I did not look there since I am waiting for the stable release.
05/12/09 @ 16:18
Comment from: ParejaBuscaNena [Visitor]
ParejaBuscaNenaGuess the script's look and features convinced me to install this script within the next couple of days. Keep up the good work.
05/15/09 @ 19:54
Comment from: JT [Visitor]
JTDoes plugins from version 2+ work with this release or everything needs to be patched?

05/20/09 @ 22:09
Comment from: Francois Planque [Member] Email
The vast majority of 2.x plugins works without any change on 3.x.
05/21/09 @ 06:51
Comment from: Angelica [Visitor]
AngelicaI was planning to update my blog to 2.4.6, but I think I'll give this a try after a back up. thanks :)
05/21/09 @ 20:45

Leave a comment


Your email address will not be revealed on this site.

Your URL will be displayed.
(Line breaks become <br />)
(Name, email & website)
(Allow users to contact you through a message form (your email will not be revealed.)