Project

General

Profile

Statistics
| Revision:
  • svn:ignore: JSIncluder.php Module SecFormNt.php

# Date Author Comment
2077 2014-01-07 00:33 darkviper
  1. little fixes in modules/news
  2. little fixes in some other files
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)
2062 2014-01-01 03:39 darkviper

! wb::mail added message on error if DEBUG is set

2061 2014-01-01 03:34 darkviper
  1. wbLinkAbstract::_makeLinkFromTag fix error in built filepath
2060 2014-01-01 03:27 darkviper
  1. initialize.php a little fix in handling of languages
    ! modified translation for german language
2059 2014-01-01 03:25 darkviper

! update class Wbmailer for use of PHPMailerAutoload

2058 2014-01-01 03:21 darkviper

! change wysiwyg module from filterMediaRel to filterReplaceSysvar
! change wb::ReplaceAbsoluteMediaUrl from filterMediaRel to filterReplaceSysvar

2046 2013-12-19 17:03 darkviper
  1. little Typofixes in packet AccessFile
2045 2013-12-19 14:44 Dietmar

! update Access Files Classes with easier handling
for modules who create their own accessfiles

2038 2013-12-17 00:06 darkviper
  1. typofix in framework/initialize.php
2034 2013-12-16 04:22 Dietmar

! Changed links to WB website

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

2027 2013-12-08 17:47 darkviper
  1. some typofixes in Multilingual/tpl/lang.html.php and WbLinkAbstract
2026 2013-12-08 04:43 darkviper

! [wblink] outputfilter now can handle ancors too
! WbLink Interface is much more easier to use now.

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
2014 2013-12-04 19:08 darkviper

+ added new Interface usable to connect from WYSIWYG-Editor to all Modules with subitems like news or topics

2012 2013-12-03 17:55 darkviper

! upgrade-script:: now repairs mismatched pagelinks from older versions
! upgrade-script:: /temp/TranslationTable/cache/ will be deleted now during upgrade
+ UpgradeHelper::checkSetupFiles() the old config.php will be changed into setup.ini.php now.

2011 2013-12-03 17:24 darkviper

! WbDatabase added method fetchObject()
! WbAdaptor little typofixes
! /index.php added one more update of WbAdaptor

2010 2013-12-03 16:56 darkviper

! WbAutoloader added possibility to load classes with additional file prefix 'class.'

2009 2013-11-27 16:03 darkviper

! framework/functions-utf8::entities_to_7bit() deprecated warning for modifier /e in preg_replace() corrected

2007 2013-11-23 22:00 darkviper

! modules/wysiwyg made completely independend from hardcoded internal URLs

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)
2000 2013-11-14 02:57 darkviper

! WbAdaptor::getWbConstants() now on import skip constants holding database settings

1998 2013-11-13 03:02 darkviper

+ WbDatabase added new methods fetchObject(), rewind(), seekRow(), freeResult()
! renamed some methods and add aliases for the old names

1996 2013-11-09 18:14 Dietmar
  1. /framework/initialize.php::readConfiguration missing constants setting solved
1993 2013-11-06 18:24 darkviper

! /module/output_filter/filters/filterWbLink added extended format to [wblinkXX] - tag
+ /framework/WbLinkAbstract.php added abstract class/interface for filterWbLink

1991 2013-10-21 05:23 darkviper

fixed /news/Reorg::deleteAll() typofix
update ModuleReorgAbstract::__construct() set to final

1990 2013-10-19 20:21 darkviper

added /framework/ModuleReorgAbstract provides the basics for modul depending reorganisation classes
update /modules/news/Reorg now extends ModuleReorgAbstract
fixed problem with empty directories fixed
update /modules/news/upgrade.php // rebuild all access files fixed

1983 2013-10-19 02:42 Dietmar

! /framework/class.wb.php::getLanguagesDetailsInUsed() optimized
+ /framework/class.wb.php::getAvailableLanguagesObjectInstance()
! /framework/class.wb.php::getLanguagesInUsed() method optimized
! /framework/class.frontend.php update changes made in class.wb.php...

1982 2013-10-17 03:07 darkviper

/framework/AccessFile little Typofixes
/framework/AccessFileHelper added new method getDelTreeLog() and add const LOG_PRESERVE and LOG_CLEAR
set WbAdaptor::AppName to 'WebsiteBaker'

1981 2013-10-10 16:55 Dietmar
  1. Argument that is passed to the constructor of the Access File Class has been corrected
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

1978 2013-10-08 03:36 Dietmar

/framework/functions.php::rebuild_all_accessfiles() output of detailed log corrected

1977 2013-10-06 00:19 Dietmar

! /framework/functions.php: started implementation of packet AccessFile in function rebuild_all_accessfiles()
+ /framework/functions.php::rm_full_dir() added additional argument to set list of protected files
! integrate the new processes into the upgrade-script.php...

1976 2013-10-05 18:09 darkviper

Packet AccessFile fixed indifferent handling of './..' directory entries

1974 2013-10-04 01:35 darkviper

/framework/WbDatabase fixed little problem with multiple database connections

1965 2013-09-19 16:56 darkviper

added framework/UpgradeHelper::getMissingTables()
added alias framework/UpgradeHelper::getMissingTables() with existsAllTables()
added upgrade-script.php add loading class PasswordHash
update some corrections of typos in upgrade-sript.php

1964 2013-09-18 16:07 darkviper

modified loading sequence of Password classes

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

1962 2013-09-18 15:26 darkviper

package Translate: creating language path in TranslateAdaptorWbOldStyle with modified admin-path fixed

1952 2013-08-12 01:05 darkviper

solved an autoloading problem on upgrade in /framework/Password.php

1949 2013-08-09 00:26 darkviper

updated for some corrections in class AccessFile

1947 2013-08-03 15:20 darkviper

added classes AccessFile and AccessFileHelper to /framework/

1937 2013-07-25 00:05 darkviper

unneeded file /framework/Modlanguage.php removed

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)

1929 2013-06-21 00:16 darkviper

added new method to class Translate. it gives possibility to handle translations with additional replacements.

1928 2013-06-20 18:07 darkviper

class WbDatabase fixed select_db() for multiconnection modus

1927 2013-06-10 12:59 darkviper

TranslateAdaptorWbOldStyle forgotten second arg for trim added

1926 2013-06-10 12:38 darkviper

TranslateAdaptorWbOldStyle now also accepts modified admin directory names

1925 2013-06-09 01:03 darkviper

set default rights to dissabled for new installed modules

1923 2013-06-08 11:58 darkviper

syncronize project and some small typo corrections in /admin/

1908 2013-06-07 04:58 Dietmar

! class.admin.php corrected url_help,
add Translat::disableAddon() in methode print_footer
! frontend.functions.php page_content() set $sSectionIdPrefix to the right format
! functions.php change get_parent_titles from menu_title to filename

1907 2013-06-07 04:30 Dietmar

update headerinfo

1906 2013-06-06 22:50 darkviper

added new static Method Password::isValid() It checks a new password for invalid characters

1904 2013-06-01 01:29 darkviper

add new method wb::ReplaceAbsoluteMediaUrl()
class wb: added Translate::disableAddon() in print_error() and print_success()

1903 2013-05-13 22:11 darkviper

some typofixes in class PassWord
class /framework/PasswordHash never needed(replaced by /include/phpass/PasswordHash

1902 2013-05-12 16:19 darkviper

added posssibility to use different adaptors for each module
added new adaptor to access language definitions in a MySQL database

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

1897 2013-03-21 03:52 Dietmar
  1. SqlImport removes BOM in sql files in a Windows Environment
    otherwise you have an error in your SQL syntax;
1893 2013-03-19 18:31 Dietmar
  1. little issue on handing the cache in TranslationTable
  2. fix missing block or block0 issue in /admin/pages/section.php
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.

1882 2013-03-06 10:18 darkviper

protect magic setter to fix security issue in Translate

1879 2013-03-05 09:36 darkviper

protect magic setter to fix security issue in WbAdapter

1878 2013-03-05 08:18 darkviper

fixed PagesDir in WbAdaptor: no more single slash in this entry.

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
1871 2013-02-23 23:11 Dietmar
  1. bugfix Undefined variable: sName in .../framework/functions.php
  2. bugfix droplet ShowWysiwyg Undefined variable: module
1870 2013-02-21 19:07 Dietmar
  1. solved installation issues
    ! upgrade-script sanitize pages_directory before creating access files
1866 2013-02-19 21:47 Dietmar
  1. typofix in class TranslateTable
    ! framework/functions.php set function create_access_file to deprecated
    ! set ModLanguage.php to deprecated
    ! add methode escapeString to class WbDatabase
    ! update upgrade-script.php
    ! add getter property LastInsertId to class WbDatabase
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

1861 2013-02-18 00:55 darkviper

added temporary class WbAdaptor (replacement for future registry) needed for some new objects

1860 2013-02-04 10:51 darkviper

added new translation classes (Translate/TranslationTable/TranslateAdaptorWbOldStyle) for easy handling of language files
initialize and activate class Translate in /framework/initialize.php

1859 2013-01-11 23:12 Dietmar
  1. bugfix mkdir(): Invalid argument if create acessfile
1841 2012-12-23 22:37 Dietmar
  1. fixed index depth in access files
1840 2012-12-23 16:35 Dietmar

! settings move website_signature to mailer settings
! fix html validate error in pages sections
! add pages field page_code to class.frontend.php
! optimized jsadmin backend.css

1834 2012-12-10 11:39 Dietmar
  1. fixed redirect checking in class.login.php
1833 2012-12-10 05:05 Dietmar
  1. security fix CRLF injection/HTTP response splitting
1824 2012-11-20 18:41 Dietmar

! update media in look to the changes in user management

1811 2012-11-09 18:44 Dietmar

! forgot to upload class.wb.php

1808 2012-11-07 12:05 Dietmar

! add ErrorMsgException in /framework/globalExceptionHandler.php
! ErrorMessage "ADMIN_INSUFFICIENT_PRIVELLIGES" now can be styled
by the /admin/skel/themes/htt/ErrorMsgFile.htt template
! add css selectors to wb_theme

1805 2012-11-04 01:53 Dietmar
  1. fixed Undefined variable: nNumRows in \admin\users\index.php
  2. fixed Undefined variable: admin in \admin\admintools\tool.php
    ! show more information in awaiting activation /admin/users
    ! set input passord to autocomplete off /admin/users and /admin/prfeferences...
1804 2012-11-01 23:50 Dietmar
  1. fixed Illegal string offset 'time' in \framework\SecureForm.mtab.php
    ! add delete Outdated Confirmations in backend
    ! show waiting Activations if exists in user management
  2. fixed html validaton errors in user management
    ! security fixes in admin/preferences/...
1801 2012-10-31 18:23 Dietmar

! upgrade-script: update if filesRemove or remove dirs failed
! update methode StripCodeFromText, add remove ,
! security fixes in form modul with StripCodeFromText

1796 2012-10-24 16:12 Dietmar

! supress frontend preferences, if user have no permission for it

1791 2012-10-24 00:55 Dietmar
  1. fixed save search settings
1790 2012-10-14 20:24 Dietmar

! update group permission,

1789 2012-10-14 12:17 Dietmar

! update Group Permission, add module_advanced
! upgrade-script will be updating Adminitrator Group

1786 2012-10-12 17:39 Dietmar
  1. fixed double content
1785 2012-10-12 16:08 Dietmar
  1. fixed language uninstall, change mysql to strict
    ! secure fix for search update in settings, search_footer now can be empty
    ! change ->fetchRow() to ->fetchRow(MYSQL_ASSOC) in frontend.functions.php
1783 2012-10-11 20:12 Dietmar
  1. fixed maintenance frontend
1782 2012-10-11 14:29 Dietmar

+ add maintance modus in backend