|
[ This is a test blog, with posts about the development of b2, and comments ]
[ Bugs/suggestions ? Check the Forums ! ]
13.07.02
The move to a new server completed fine, except for a problem on the boards: those of you who registered and found an activation link going to myserver.tld/phpbb2/, please replace this with tidakada.com/board/ and it will work.
(This problem is fixed now, it was introduced by updating the boards to phpbb 2.01.)
michel v @ 17:14:57 760
18 comments, no trackback, no pingback
10.07.02
Oops, there was an error in b2install.php last time I uploaded it, that would make b2 not install at all and show a blank page. The releases have been updated to remove that bug.
Turns out all you have to do is find line #19 in b2install.php, and replace:
if (mysql_select_db("$base", $connexion)) {
with
if (!mysql_select_db("$base", $connexion)) {
michel v @ 20:12:47 883
3 comments, no trackback, no pingback
08.07.02
I'm going to move cafelog.com and tidakada.com to a new webhost tonight, so the support forums and this site will be down for a few days until the DNS resolve to the new server, starting from tonight at 22:00 GMT.
Sorry for the inconvenience.
In the meanwhile, there's a updated version of b2 in the /releases folder, which fixes the bug with categories and comments, and brings true internationalisation of the date functions.
michel v @ 19:41:40 862
5 comments, no trackback, no pingback
04.07.02
There was a bug in b2calendar.php, that made calendars have a extra row if you set the start of the week to Sunday. Get the fixed version of b2calendar.php here.
Also, several would-be users reported corrupted zip and sit files in the /releases, the problem was because of some FTP incident, I re-uploaded (with the calendar fix) so it should be OK now.
michel v @ 19:27:33 852
4 comments, no trackback, no pingback
03.07.02
The 0.6pre3 release has been updated, to include support for Syndic8 and RSS auto-discovery, in default templates and b2-generated RSS. Also, the RSS now displays the <language> tag (set $rss_language='' in the config, check here for possible values).
If you already upgraded, here are the updated files: b2.php, index.php, b2rss.php, b2functions.php.
You can grab the new files' source from the new /source directory, which saves you the trouble of re-downloading a zip file
michel v @ 21:08:50 922
5 comments, no trackback, no pingback
02.07.02
Some bugs had managed to get in this release, I fixed them and re-packaged the release.
You may want to re-download and update these files: b2archives.php, b2comments.php, b2calendar.php, b2login.php, b2functions.php, b2template.functions.php, b2vars.php
michel v @ 12:49:59 576
1 comment, no trackback, no pingback
01.07.02
There it is, b2 0.6pre3 is there for the download
It features several important fixes and improvements: - BBCode, GMCode, smilies, are now supported
- new modes of archive: daily and weekly
- you can now use a calendar (see the ReadMe)
- PHP 4.2.x with register_globals Off is now supported
- archives code has been recoded to make them just much faster
- the Team listing doesn't show logins anymore to users which are under level 4
- ...and more

Check the releases folder !
I'm still working on the b2mail.php file, so it wasn't included in this version yet, but it might be there in a few days.
michel v @ 22:01:13 959
8 comments, no trackback, no pingback
|