Project

General

Profile

Statistics
| Revision:
  • svn:ignore: .project favicon.ico nbproject

# Date Author Comment
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

2013 2013-12-04 14:21 darkviper
  1. admin/groups some logical errors fixed
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

2008 2013-11-26 00:13 darkviper

! /include/idna_convert protect unneeded files in an zip file.

2007 2013-11-23 22:00 darkviper

! modules/wysiwyg made completely independend from hardcoded internal URLs

2006 2013-11-19 00:46 Dietmar

!implemented temporary solution for IE11 compatibility

2005 2013-11-14 22:50 Dietmar

14 Nov-2013 Build 2005 Dietmar Woellbrink (Luisehahne)
/admin/addons/reload.php::ReloadAddonLoop delete all cachefiles of class Translate

2004 2013-11-14 06:19 Dietmar

! /modules/MultiLingual/tpl/lang.html.twig updating template with changed data

2003 2013-11-14 04:47 Dietmar

! /modules/news/upgrade.php optimize add and modify field tables, rebuild message
! /modules/news/modify_post.php and modify_post.php check posts folder if not exists then create
! /upgrade-script.php add ModuleReorgAbstract calling the Reorg Accessfiles from modules

2002 2013-11-14 04:30 Dietmar
  1. include/editarea/edit_area_full.js fixed browser useragent query (Tks to Marmot)
    include/editarea/SOURCE add editarea sourcecode
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

1999 2013-11-14 02:27 darkviper

! admin/pages/PageTree added list of sections to the tooltip of 'manage_sections'

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

1997 2013-11-09 19:31 Dietmar
  1. /modules/droplets/droplets.functions.php::prepareDropletToFile added missing forward droplet flag into description text
1996 2013-11-09 18:14 Dietmar
  1. /framework/initialize.php::readConfiguration missing constants setting solved
1995 2013-11-07 19:00 darkviper
  1. output_filter > filters/filterWbLink solved Entity problem by splitting arguments
1994 2013-11-06 20:26 darkviper

+ /module/news/WbLink.php added Interface class to module news
! ../fck_wbmodules.php & ../wbmodules.htt modified link generation for news module

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

1992 2013-10-25 03:19 Dietmar

! /admin/modules/index.php : captions of module lists changed from `directory` to real `name` and sorted by name

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

1989 2013-10-19 02:57 Dietmar
  1. bugfix /admin/start/index.php::undefined function replace_vars()
1988 2013-10-19 02:51 Dietmar

! /upgrade-script.php, implement class AccessFile()
add messages for better overview

1987 2013-10-19 02:49 Dietmar

! see Build 1986
also implemented in frontend account

1986 2013-10-19 02:48 Dietmar

! If the advanced option languages ​​Page was disabled or pages exist with one language only,
then all available languages ​​are shown to be selected in the User-Settings implemented in backend

1985 2013-10-19 02:46 Dietmar

! /modules/news/Reorg.php completely recoded using class AccessFile()
! /modules/news/upgrade.php add accessfile report to output details in upgrade-script.php
! /modules/news/save_post.php search for missing accessfile folder and create missing one

1984 2013-10-19 02:44 Dietmar

! /languages/ all language files, add new translation $MESSAGE['START_UPGRADE_SCRIPT_EXISTS']
! /admin/start/index.php for system administrator only: add start link to 'MESSAGE_START_UPGRADE_SCRIPT_EXISTS'

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

1979 2013-10-10 00:28 darkviper

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

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

1975 2013-10-04 05:30 Dietmar

! /install/sql/wb_search_data.sql recoding initial data for table `search` without primary index value

1974 2013-10-04 01:35 darkviper

/framework/WbDatabase fixed little problem with multiple database connections

1973 2013-10-03 23:58 darkviper

/update-script.php last correction for loading PasswordHash packet and Typo fix line 87
/admin/pages/PageTree // SmallRawPageTree : adaption of Translate and WbAdapter

1972 2013-10-03 13:59 Dietmar
  1. bugfix pages/settings_save.php sql strict
    ! update fix pages/settings.php page code list
    deactivate hidden and none visibility for first default_language sub
1971 2013-10-02 10:52 Dietmar

! Finished Pages settings output page_code treelist

1970 2013-10-01 14:29 Dietmar ! MultiLingual set svn properties to all files
  1. MultiLingual typofix in methode updateDefaultPagesCode
    ! Pages settings fix output page_code treelist (not ready yet)
1969 2013-09-30 10:40 Dietmar
  1. fixed wrong [REFERRER_ID] replacement for search
1968 2013-09-24 00:30 darkviper

/news/add.php insert missing [SHORT] tag
/news/view.php new placeholder [POST_ID] for use in post-loop added

1967 2013-09-23 12:23 darkviper

/news/add.php fixed some little HTML syntax bugs

1966 2013-09-20 19:27 darkviper

upgrade-script.php add loading interface PasswordHashInterface

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

1961 2013-09-06 00:43 darkviper

/admin/settings/save now also allows empty entries for 'website_title','website_description' and 'website_keywords'

1960 2013-08-22 00:39 darkviper

typofix/structurfix in /modules/form/modify_settings.php

1959 2013-08-16 08:59 darkviper

added ~dummy.git files to include empty directories in git-hub zipfiles

1958 2013-08-14 13:49 darkviper

update Twig from version 1.13.1 to 1.13.2

1957 2013-08-14 13:37 darkviper

typofixes in /admin/pages/settings.php
typofixes in /include/jscalendar/lang/

1956 2013-08-14 12:46 darkviper

typofixes in /admin/pages/

1955 2013-08-14 01:10 darkviper

update /modules/fckeditor update to version 2.9.9 IE fix (from Marmot)

1954 2013-08-13 23:59 darkviper

update /include/editarea to IE fix (from Marmot)

1953 2013-08-13 23:29 darkviper

solved some problems with MultiLingual module

1952 2013-08-12 01:05 darkviper

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

1951 2013-08-09 00:41 darkviper

solved problems with escaped strings in /modules/droplets/droplets.functions.php

1950 2013-08-09 00:31 darkviper

class AccessFile implemented in modules/news

1949 2013-08-09 00:26 darkviper

updated for some corrections in class AccessFile

1948 2013-08-04 13:39 darkviper

added $page_id compatibility to /index.php
solved escaping problems on save to database in modules/droplets

1947 2013-08-03 15:20 darkviper

added classes AccessFile and AccessFileHelper to /framework/

1946 2013-08-03 02:21 darkviper

update Droplet iParentPageIcon

1945 2013-08-03 02:16 darkviper

module/MultiLingual updated for make use of different graphics format
added Droplet to use Multilingual in index.php of template

1944 2013-07-31 02:25 darkviper

/modules/MultiLingual/tpl/lang.html-twig little typofix in template

1943 2013-07-31 02:16 darkviper

fixed/updated /admin/groups - permissions

1942 2013-07-30 17:56 darkviper

fixed Tooltips in backend

1941 2013-07-30 13:03 darkviper

MultiLingual: icon-URL corrected

1940 2013-07-29 21:41 darkviper

Typofix in /wb_theme/jquer/jquery-plugins.js Line 61

1939 2013-07-25 17:22 darkviper

added module MultiLingual to basic packet

1938 2013-07-25 16:48 darkviper

update Twig template engine to version 1.13.1

1937 2013-07-25 00:05 darkviper

unneeded file /framework/Modlanguage.php removed

1936 2013-07-24 23:57 darkviper

/wb_theme/jquery/jquery-plugins.js fixed uncheck function

1935 2013-07-24 14:24 darkviper

fixed headers_sent problem in /upgrade_script.php
fixed problem with output buffer in /search/search_modext.php

1934 2013-07-22 09:54 darkviper

/account/signup added posibility for different mailto address
/install/save.php modified internal comment

1933 2013-07-16 13:00 darkviper

modified layout of admin/groups for better usability

1932 2013-07-13 10:15 darkviper

modified class Password for use with different hashing classes

1931 2013-07-09 16:46 darkviper

typofixes in /install/save.php

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

1924 2013-06-08 15:58 darkviper

syncronize project and some small typo corrections in /account/

1923 2013-06-08 11:58 darkviper

syncronize project and some small typo corrections in /admin/

1922 2013-06-08 10:56 darkviper

fixed invalid translate addon activation (/admin/preferences/index.php)

1921 2013-06-07 14:15 darkviper

in /admin/languages some little corrections

1920 2013-06-07 06:30 Dietmar

! /modules/admin.php $sSectionIdPrefix
! /admin/media/upload.php change $database->query($sql) to $database->get_one($sql)
! /upgrade-script.php only systemadministartor can call the script
upgrade all dev-module inclding in package

1919 2013-06-07 06:21 Dietmar

! /modules/form/ beginning recoding

1918 2013-06-07 06:18 Dietmar

! /modules/news/ beginning beginning recoding
replacing absolute MediaUrl with place holder

1917 2013-06-07 06:12 Dietmar

! /modules/show_menu2/ set to version 4.9.7
DEBUG == true show query counts

1916 2013-06-07 06:06 Dietmar

! /modules/droplets/ set to version 1.3.0
installing module with sql import
make upgrade.php compatible with upgrade-scrip.php