Dear WebsiteBaker Community!
As you surely have noticed, since the release of Website Baker 2.8.3 our teams are working at full stretch on the version 2.8.4. To get an idea what we're worked on, I list several changes and new features.
Please note that I cannot list each of the approx. 300 changes here.
Maintenance ModeWebsiteBaker now offers the possibility to put the website into a maintenance mode. Once it is running, it is only possible to see the website and log in to the administration area for the system administrator.
Upgrade scriptThe upgrade script was largely revised and now provides an upgrade from version 2.7 to the latest 2.8.4 in one pass.
RegistrationYou can now customize whether new users get an activation mail and will have to confirm it.
Pages AdministrationIn the pages administration has changed a lot. Here are just some of the new features:
- The file name is no longer dependent on the menu item and can be defined separately
- Assignment of menu icons
- The page tree is now much quicker for bigger sites
Class "Translate"For developers a new class "Translate" is available. A detailed description can be found here (http://project.websitebaker2.org/projects/wb28x/repository/revisions/1864/entry/branches/2.8.x/Klasse_Translate_de.pdf)
Class "Password"For passwords the MD5 encryption was replaced with SHA-512. Developers can now use the function "Password:createnew ()" to generate a secure random password.
Much more changes:
- Refactoring of the installer
- Optical refactoring of the backend themes
- Backend themes can now easily being copied and just the parts that differ from the default template being adjusted
- Refactoring of user- and group administration
A detailed description of the changes you will see in the news about the release of version 2.8.4.
Thanks to the community and to all tester for many constructive discussions.The stages of development you can track as before under http://project.websitebaker2.org/projects/wb28x/repository .
ATTENTION: This is a development version - it can still contain errors. It is strongly recommended to use this version NOT in a live environment.
Great news, how far away is 2.8.4 from release?
Yeah WB is not dead... :mrgreen: Thanks for the news!!
Quote from: rjdesign_ch on June 12, 2013, 08:25:27 AM
Yeah WB is not dead... :mrgreen: Thanks for the news!!
Very good news, would be great to see more modules too.
There is no release date for WB 2.8.4, but we hope to see it in Summer 2013.
So should be soon then :-D
Yes.
If you want to test it - have a look at http://project.websitebaker2.org/projects/wb28x/repository and download the SVN or download the current Rev. 1927 from SVN (a bit a "2.8.4 Beta" - but not offical) from http://dl.easebox.org/wb_283_rev1927.zip . Of course just for testing, not for live environments - and let us know your thoughts and perhaps discovered bugs.
Also not official but so what :wink:
https://github.com/cwsoft/WebsiteBaker/archive/2.8.x.zip
Looks very promising. Think I will make a start on a responsive admin template.
I hope that the Contact Page is working again, if not: why bother.
Quote from: i2Paq on June 17, 2013, 04:16:06 PM
I hope that the Contact Page is working again, if not: why bother.
Which Contact Page do you mean? The form module?
Quote from: easyuser on June 17, 2013, 07:27:59 PM
Quote from: i2Paq on June 17, 2013, 04:16:06 PM
I hope that the Contact Page is working again, if not: why bother.
Which Contact Page do you mean? The form module?
Yep, that one they just changed, without any notice, and then it stopped working.
Quote from: i2Paq on June 18, 2013, 09:38:45 AM
Yep, that one they just changed, without any notice, and then it stopped working.
the Form module works without Problems - if you have any Problems - just start a new Topic?
I think i2Paq is pointing to the "From adress" which isn't sended, though it was in previous versions.
Like discussed here: http://www.WebsiteBaker.org/forum/index.php/topic,23820.0.html
@i2Paq i think you can better use MPForm (better options).
Regards
Good to hear! I will be doing some testing next week :)
Any news on a rough release date yet, getting excited now!
just tried 2.8.3 and upgraded to 2.8.3/4 (1927)
upgrade run fine
but when i save in settings i get
Exception: "Error in SQL-Statement" >> Exception detected in: [/framework/WbDatabase.php]
while in advanced settings mode i have no error
when i add keywords in settings they are saved, if i try to remove all keyword or just type a space they are not removed. description / heder / footer are saved fine and also saved when empty
loved the image settings in page
will try to remove all wb and make a clean install with 2.8.3/4 to see if still same problems
br
elarifr
Quote from: elarifr on June 30, 2013, 09:37:33 PM
just tried 2.8.3 and upgraded to 2.8.3/4 (1927)
upgrade run fine
but when i save in settings i get
Exception: "Error in SQL-Statement" >> Exception detected in: [/framework/WbDatabase.php]
while in advanced settings mode i have no error
An exception only tells you where the error was detected, but not where the error occurs.
You use an 2.8.4 upgraded from 2.8.3.. so insert the following line into your config.php
<?php
define('DEBUG', true); // << insert new
require_once(WB_PATH.'/framework/initialize.php');
As result you will get much more detailed error messages.
And you can see where the error really occurs. Especially the invalid SQL-Statement which we need to locate the Bug.
here's the faulty query
Exception: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[SEARCH_STRING]': query(); in/framework/WbDatabase.php
1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[SEARCH_STRING]':
' WHERE `name` = 'results_header' AND `extra` = '' [1] => Resource id #7 ) ) [1] => Array ( [file] => /homez.517/ucaschil/www/admin/settings/save.php [line] => 395 [function] => query [class] => WbDatabase [type] => -> [args] => Array ( [0] => UPDATE `wb_search` SET `value` = '[TEXT_RESULTS_FOR] '[SEARCH_STRING]':
' WHERE `name` = 'results_header' AND `extra` = '' ) ) )
concerning settings/save.php
just after :
$allow_empty_values = array(
'website_header',
added
'website_description',
'website_keywords',
Quote from: badknight on June 18, 2013, 12:27:02 PM
Quote from: i2Paq on June 18, 2013, 09:38:45 AM
Yep, that one they just changed, without any notice, and then it stopped working.
the Form module works without Problems - if you have any Problems - just start a new Topic?
This has been already done, read for yourself.
http://www.WebsiteBaker.org/forum/index.php/topic,23820.0.html
And No, it is
not working in (a clean install) 2.8.4!
I've had to hire someone to get another module installed to get my sites working again.
if this issue in 1.8.4 is still there then it is a useless release.
Will all existing modules be supported with WB 2.8.4
Good news love it wait to see new version release.
Hello bro,
How much time we need to wait for 2.8.4 release?
Looking forward to 2.8.4 if it fixes a few bugs such as droplets throwing invalid php
Quote from: N1kko on October 01, 2013, 11:19:10 AM
Looking forward to 2.8.4 if it fixes a few bugs such as droplets throwing invalid php
i'm sure, there is no bug with the droplets in wb 2.8.3
Sorry no bug, reuploaded and fixed :)
Will show menu 2 be changing?
there will be no changes in existing functionality.
but some new possibilities are added.
Thanks, the only reason I ask is I find it difficult to make a css3 drop down menu work.
WebsiteBaker and SM2 also can not replace any skills in CSS.
Some things take care of the users themselves. ;-)
Just wondering; but is there any new news regarding the 2.8.4 release?
Quote from: baZzz on November 14, 2013, 03:47:33 PM
Just wondering; but is there any new news regarding the 2.8.4 release?
Me too :D
At all, that can't read internal threads:
Please test WB, because it will be released these days:
http://project.websitebaker2.org/projects/wb28x/repository/revisions/2035
You can download it here:
https://github.com/cwsoft/WebsiteBaker as a .zip file.
I downloaded the new version.
One small issue, in my language (dutch) the admin pages > Extra > Templates etc. are not translated (see screenshot attatched).
How can i change this ? i tried to look it up in the language file but i couldn't find it.
(http://i44.tinypic.com/awx09l.png)
the problem are not in the language files, it works only correct in the language "english" and "german"
there is a typing error in /admin/templates/index.php at line 59:
change this:
<?php
// old
$mLang->enableAddon('admin\addons');
// into new
$mLang->enableAddon('admin\templates');
ok i know, in /admin/templates there are now language definitions... but in these case Translate will fall back to the main language files and there all needed translations should be available.
$mLang->enableAddon('admin\templates'); doesnt work
for the first help, put the language-file NL.php from the languages-Folder into admin/addon/language
Quote from: jacobi22 on December 18, 2013, 05:40:26 PM
$mLang->enableAddon('admin\templates'); doesnt work
for the first help, copy the language-file NL.php btw your favorite languages file from the languages-Folder into admin/addon/language
Sorry for the double post
here a little help for the language problem in the Addon-pages
build a empty directory, called "languages" into the folders
admin / module
admin / languages
admin / templates
change the code in the file admin / template / index.php // line 59
from (old)
$mLang->enableAddon('admin\addons');
to
$mLang->enableAddon('admin\templates);
change the code in the file admin / languages / index.php // line 56
from (old)
$mLang->enableAddon('admin\addons');
to
$mLang->enableAddon('admin\languages);
the script search in this (new) languages-folders for the lang-file in your favorite language and if its not there, it use the globale language file
the new languages file for this area are only finish in german and english - thats the problem now
Quote from: jacobi22 on December 18, 2013, 06:26:07 PM
Sorry for the double post
here a little help for the language problem in the Addon-pages
build a empty directory, called "languages" into the folders
admin / module
admin / languages
admin / templates
change the code in the file admin / template / index.php // line 59
from (old)
$mLang->enableAddon('admin\addons');
to
$mLang->enableAddon('admin\templates);
change the code in the file admin / languages / index.php // line 56
from (old)
$mLang->enableAddon('admin\addons');
to
$mLang->enableAddon('admin\languages);
the script search in this (new) languages-folders for the lang-file in your favorite language and if its not there, it use the globale language file
the new languages file for this area are only finish in german and english - thats the problem now
No need to unquote?
$mLang->enableAddon('admin\languages);
$mLang->enableAddon('admin\templates);
Like this:?
$mLang->enableAddon('admin\languages');
$mLang->enableAddon('admin\templates');
Quote from: nibz on December 18, 2013, 07:25:48 PM
No need to unquote?
Like this:?
$mLang->enableAddon('admin\languages');
$mLang->enableAddon('admin\templates');
Sorry, yes, this is correct :oops: :oops:
In general, can't it be corrected that if there is no dutch (or other language except german and english) file that it uses the old language file first and not the english lanuage first ??.
--------------------------------
Now to my solution:
I have made a dutch language file for admin->addons->languages , based on the old language file but in the same order as the EN and DE file allready in this directory.
I cannot attach anything so here is a download link for the dutch language file: https://db.tt/eYsaQMX7
Download it and put it in admin/addons/language/
QuoteOne small issue, in my language (dutch) the admin pages > Extra > Templates etc. are not translated (see screenshot attatched).
the problem is fixed now - the missing new languages files are finish now and works without problems
Any news on a release date?
Just we have started testing the last fixes,
Dietmar
I think that we can close this thread now. 8-) :-D
WebsiteBaker 2.8.4 [R2072] (http://www.websitebaker.org/en/download/latest-version.php)