WebsiteBaker Community Forum

General Community => Global WebsiteBaker 2.8.x discussion => Topic started by: NorHei on June 20, 2014, 03:03:24 PM

Title: Wb 2.8.3 Collection
Post by: NorHei on June 20, 2014, 03:03:24 PM
After Reading lots of Stuff about OPF Dashboard and several other features i just started a collection of
WB Patches and applied them to the basic 2.8.3.

Download and more info here:
https://code.google.com/p/wbcom/source/list

For all who want a grafical client software for managing mercurial repos:
http://tortoisehg.bitbucket.org/

Fixed OPF Dashboard and PMF can be downloaded here:
http://heimsath.org/downloads/WB_Modules/

For now i added:
- Database patch for PHP 5.5. !IMPORTANT as WB won't run whithout it under PHP 5.5+ !
- Code whithout "Evil"
- A small patch for the module uploader
- Some Hooks for OPF Dashboard, so just install the module.

Things to go for the next Days:
- Form module that allows confirmation emails again (so the user may decide by himself)
- Securefom multitab as default setting
- Multilanguage patch installed by default.
- Fix error in permission System
- Add admin password reset tool to download zipfile
- Add a few other tools.  

If someone has some other usefull ideas , i really would like to hear.


German thread:
http://www.WebsiteBaker.org/forum/index.php/topic,27345.0.html
Title: Re: Wb 2.8.3 Collection
Post by: NorHei on June 21, 2014, 10:27:45 PM
Added a patch fixing this PHP 5.5 Problem:

Quote
Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callba ck instead in F:\cms\wb_....\admin\media\parameters.php on line 28
Title: Re: Wb 2.8.3 Collection
Post by: NorHei on June 21, 2014, 11:07:17 PM
Replaced the form  module whith the one from Rev:1624
Automatic reply mails  where removed in WB 2.8.3 so now they are back in again.
In my opinion i like to leave decision to the user not just remove things whitout asking.
Title: Re: Wb 2.8.3 Collection
Post by: NorHei on June 24, 2014, 01:48:59 PM
Just a few Patches from the Forum

https://forum.WebsiteBaker.org/index.php/topic,23986.msg164705.html#msg164705
https://forum.WebsiteBaker.org/index.php/topic,24472.msg167029/topicseen.html#msg167029
https://forum.WebsiteBaker.org/index.php/topic,24468.0.html
http://www.WebsiteBaker.org/forum/index.php/topic,24468.msg167001.html#msg167001

If you find some more feel free to send me a Message.
Title: Re: Wb 2.8.3 Collection
Post by: NorHei on June 25, 2014, 01:02:14 PM
Just added two tools from the forum.
One is for resetting admin password.
The other resets admin Theme.

These are two problems often encountred here in the forum.
Title: Re: Wb 2.8.3 Collection
Post by: NorHei on June 25, 2014, 01:38:39 PM
Added a tool for restoring pagefiles and a small language file patch for FR.
Title: Re: Wb 2.8.3 Collection
Post by: NorHei on June 25, 2014, 05:23:13 PM
Patch for Secureform.mtab

The IDKEY thing was pretty fucked up, not sure if this patch made it into 2.8.4.
Sorry, Patch is only for multitab as i never ever used singletab.
Maybe someone like to port it to single.
Title: Re: Wb 2.8.3 Collection
Post by: NorHei on June 28, 2014, 09:48:42 AM
Just a few Patches  :lol:

http://WebsiteBaker.meerwinck.com/pages/das-backend.php
http://www.WebsiteBaker.org/forum/index.php/topic,22041.msg148506/topicseen.html#msg148506

I got a little question .
Does somebody have a functional version of the Multilanguaga Patch for wb 2.8.3?
Or maybe someone who can post the already patched files here?
(Not the patch from FrankH, but the one that the core is already prepared for , it was from Luisehahne if i remember right.)

There only have been some political reasons why this in not implemented into the core already.
Title: Re: Wb 2.8.3 Collection
Post by: NorHei on June 28, 2014, 12:25:44 PM
set_magic_quotes_ru ntime() is deprecated in initialize.php

Replaced whith:

@ini_set("magic_quotes_runtim e", 0);
Title: Re: Wb 2.8.3 Collection
Post by: NorHei on July 03, 2014, 08:09:22 AM
Another fix for deprecated message, preg_replace whith modifier e.
Just taken from official 2.8.4 SVN