Project

General

Profile

  • svn:eol-style: native
  • svn:executable: *
  • svn:keywords: Id Revision HeadURL Date
  • svn:mime-type: text/plain

# Date Author Comment
2133 2015-08-31 23:42 darkviper

+ new error_handler added
+ var/log/error.log added
+ new class LogRotation added

2130 2015-06-22 14:25 darkviper

! framework/initialize.php optimised read-settings routine for speed and memory consumption.

2129 2015-06-19 17:09 darkviper
  1. framework/WbDatabase typo corrections
    ! framework/initialize.php added ErrorHandler and ERROR-LOG file
2124 2015-05-16 15:44 darkviper

! /framework/initialize +
! /framework/WbAutoloader abbreviation list moved to initialize; added method getAbbreviations()

2121 2015-03-16 10:25 darkviper

! SqlImport::setDefaultCollation() requesting charsets modified
! framework/initialize some fixes and modifications

2085 2014-01-16 04:31 darkviper

! build DSN extended for PDO::MYSQL_ATTR_INIT_COMMAND = 'SET NAMES xx'

2070 2014-01-03 02:21 darkviper

! update revision properties for all files
- include/Sensio/Twig remove Version 1.13.2

2064 2014-01-01 16:09 darkviper ! register PHPMailerAutoload now in initialize instead of class.WbMailer.php
  1. a unsecure require() fixed in class PHPMailer::__construct() (notice to Syncro given)
2060 2014-01-01 03:27 darkviper
  1. initialize.php a little fix in handling of languages
    ! modified translation for german language
2038 2013-12-17 00:06 darkviper
  1. typofix in framework/initialize.php
2029 2013-12-14 19:50 darkviper

! initialize.php now blocking PHP-versions <5.3.2 and PHP with magic_quotes enabled
! droplets some new/recoded droplets added, some old ones removed

2022 2013-12-06 14:54 darkviper

! framework/initialize.php WB will die if magic_quotes is set to 'on'

2015 2013-12-04 23:51 darkviper
  1. some fixes in upgrade-script and UpgradeHelper.
    ! update initialize.php for secure use of setup.ini.php
2001 2013-11-14 04:21 Dietmar 14 Nov-2013 Build 2001 Dietmar Woellbrink (Luisehahne)
! /framework/class.wb.php::ShowMaintainScreen add locked maintenance message
  1. /framework/initialize.php::readConfiguration taken back last change (Revision 1996)
1996 2013-11-09 18:14 Dietmar
  1. /framework/initialize.php::readConfiguration missing constants setting solved
1980 2013-10-10 00:42 Dietmar

! /framework/initialize.php::SetInstallPathConstants() setting of DOCUMENT_ROOT now compatible for windows installation
! /framework/functions.php::rebuild_all_accessfiles() Optimize rebuild access file coding

1963 2013-09-18 15:58 darkviper

adding SERVER_TIMEZONE to table settings
insert date_default_timezone_set( SERVER_TIMEZONE ) into /framework/initialize.php
some little optimations in update-script.php

1932 2013-07-13 10:15 darkviper

modified class Password for use with different hashing classes

1930 2013-07-09 13:01 darkviper

implement class Password and activate it (not implemented for use yet)

1901 2013-04-19 11:43 darkviper

little corrections in class Password

1900 2013-04-18 22:05 darkviper

Classes Password / PasswordHash added for an essential strengthening of the password security

1889 2013-03-19 10:34 Dietmar
  1. bugfix solved sections block update
    ! update sections table change some varchar to int(11)
    + upgradeHelper class for better module upgrade
1887 2013-03-12 21:42 Dietmar
  1. bugfix Notice: Constant messages during new WB installation
    ! update WbDatabase SqlImport parameter,
1885 2013-03-11 15:42 Dietmar
  1. protect magic setter to fix security issue in WbDatabase
    + additional arguments for Charset and TablePrefix in WbDatabase::doConnect
    + WbDatabase now can activate SET NAMES by doConnect argument
    + WbDatabase now provide TablePrefix property also (WbDatabase::TablePrefix)...
1884 2013-03-10 16:53 Dietmar

! from security reasons the new installation has changed
from the old config.php into new setup.ini.php without
using global constants for critical values like username & password and so on.

1874 2013-02-28 12:57 darkviper

some little typo fixes in initialize.php
readConfiguration() fixed in initialize.php

1873 2013-02-27 01:15 darkviper

some small fixes in packet Translate
added option to disable cache
added option to keep placeholders if no translation was found

1872 2013-02-25 12:48 Dietmar
  1. bugfix preferences timezone, date_format, time_format settings, backend and frontend
1870 2013-02-21 19:07 Dietmar
  1. solved installation issues
    ! upgrade-script sanitize pages_directory before creating access files
1865 2013-02-19 17:56 darkviper

update initialize.php for changed Twig-dir and activated cache in Translate
initialize can handle now the new setup.ini format also.

1864 2013-02-19 12:40 darkviper

update classes Translate, TranslateTable, TranslateAdaptorWbOldStyle
added interface TranslateAdaptorInterface
added Klasse_Translate_de.pdf
update class WbAdaptor
update /framework/initialize.php

1780 2012-10-10 17:09 Dietmar

! change help mouseover to onclick in page settings only on help icon
+ add help to input filename
! /framework/initialize.php now accept _GET and _POST to set user language

1694 2012-08-18 13:24 Dietmar

+ add var $iPhpDeclaredClasses = sizeof(get_declared_classes() set by PHP in initialize.php

1687 2012-05-07 17:00 darkviper

Drop tables in installer fixed
Twig_Autoloader activated

1686 2012-05-07 14:31 darkviper

some modifications concerning the new autoloader
Twig Template engine v.1.7.0
some droplets actualisized
unfinished changes in installer

1683 2012-05-03 16:43 darkviper

changed class Database into a Singleton-Class
added forgotten 'static' keyword in ModLanguage
removed version control from sm2 - include.php

1682 2012-05-03 01:40 darkviper

some little corrections ModLanguage/Database/initialize.php

1680 2012-05-03 00:17 darkviper

renamed file class.database.php to Database.php
renamed class database into Database
classes SecurityException and SecDirectoryTraversalException added in globalExceptionHandler.php
CoreAutoloader() added in initialize.php
new Constants 'WB_REL' and 'DOCUMENT_ROOT' in initialize.php...

1639 2012-03-22 04:10 Dietmar

+ Installer add const DEBUG to config.php
! move const DEBUG and var $starttime from index.php to initialize.php

1638 2012-03-14 00:01 darkviper

config.php added define to set admin-directory

1637 2012-03-13 18:32 darkviper

made handling of config.php a little bit more easy

1617 2012-02-22 12:24 darkviper

fixed function SanitizeHttpReferer() in consideration of subdirectories

1598 2012-02-06 16:32 Dietmar

fixed undefined fragment index in initialize.php
add $_SESSION['HTTP_REFERER'] storing active pagelink if page_id != 0

1596 2012-02-04 01:50 Dietmar

highly critical security-fix
announced on http://www.darksecurity.de/advisories/2012/SSCHADV2012-003.txt

1510 2011-09-14 17:20 darkviper

added new constant 'DO_NOT_TRACK' set to true if a client sends the DNT-Header

1499 2011-08-12 13:21 DarkViper

little fix in calling globalExceptionHandler from inner core files

1488 2011-08-11 15:11 DarkViper

global exception handler activated

1487 2011-08-10 15:20 DarkViper

class.order completely recoded to reduce SQL requests
all other files: fix SQL-statements to SQL-strict

1465 2011-07-01 04:09 Dietmar

bugfix in initialize including SecureForm
update admintools FTAN handling

1462 2011-06-30 19:21 DarkViper

class-switcher for SecureForm added

1457 2011-06-25 19:18 Dietmar

Preparing 2.8.2 stable, last tests

1420 2011-01-26 18:43 Dietmar

YGN Ethical Hacker Group (2.8.2 / 2.9.0)

1374 2011-01-10 13:21 Dietmar

fixed headerinfos

1373 2011-01-10 13:14 Dietmar

update headerinfos

1352 2010-12-21 23:00 Dietmar

fix if upgrade module can now overwrite existing newer files in modules folder
same fix for upgrade templates

1350 2010-12-20 23:54 Dietmar

syntaxfix in initialize.php

1349 2010-12-19 20:04 Dietmar

add ini_set('display_errors', 1) (Tks to Thorn)
update headerinfos

1290 2010-02-19 02:49 Dietmar

change constant EDIT_ONE_SECTION to default false

1277 2010-01-28 06:18 Dietmar

update headertext

1265 2010-01-22 05:40 Dietmar

Ticket #909 WYSIWYG Editor width destroyes backend layout
Set EDITOR_WIDTH to 0, This way backend theme developper
can style the WYSIWYG Editor according to their themes.

1241 2010-01-12 18:14 Dietmar

Ticket #906 Search Template bug
update editor min width logic
dragableresize table

1189 2009-11-26 17:47 Dietmar

fix some PHP 5.3 deprecated functions

1182 2009-11-24 20:36 Dietmar

add two constants in /framework/initialize.php for later feature in database settings
define('EDIT_ONE_SECTION', true) to edit only one section with editor in manage sections
modify page will be loading all sections with editor
define('EDITOR_WIDTH', 900) set min width for editor...

1136 2009-08-15 11:19 kweitzel

Created 2.8.x branch

987 2009-06-14 17:17 aldus

Bugfixes for ticket 728 (install without tables) - see changelog for details.

944 2009-02-22 10:39 Matthias

added skinable Admin Interface

915 2009-01-21 20:27 Matthias

Copyright notices now includes 2009

725 2008-02-23 12:30 doc

suppressed warnings in initialize.php if constant already defined; modified upgrade script to make FCK the new default editor

719 2008-02-20 20:47 doc

modified upgrade script and suppressed headers already send message (avoid issues with error reporting E_ALL)

636 2008-01-28 22:31 thorn

fixed WARNING-message about possibly not defined constant

596 2008-01-25 22:29 thorn

added new CAPTCHA and ASP (Advanced Spam Protection)

542 2008-01-16 13:10 thorn

fixed #532 - PHP Error levels

519 2007-12-23 15:37 Matthias

Changed all copyright notices to include now 2008

399 2006-12-24 08:50 Matthias

Added 2007 to all copyright notices
Added missing ID Keywords
Removed not Unix conform line endings

310 2006-02-19 06:31 ryan

Updated all copyright notices to include 2006

250 2005-11-27 10:44 ryan

Added Captcha to News module

238 2005-11-21 11:43 stefan

Fixed inconsistent line ending styles

208 2005-10-23 14:27 stefan

Added octal to decimal conversion in initialize.php to create a proper integer value out of string file/dir mode constants.

164 2005-09-27 02:49 ryan

Added some DB checking code to initialize.php

143 2005-09-19 01:49 ryan

Cleaned-up some whitespace

107 2005-09-15 21:22 stefan

Corrected session code.

106 2005-09-15 21:15 stefan

Renamed compatibility.php to frontend.functions.php.
Moved frontend functions from class frontend to frontend.functions.php.
Removed instances of strip_slashes_dummy. Replaced $this by $wb in a couple of places.
Created file initialize.php, where all initializations now take place (moved from class wb constructor).