Project

General

Profile

Statistics
| Revision:

# Date Author Comment
1289 2010-02-10 16:13 kweitzel

Branch 2.8.1 merged back into Trunk

1112 2009-08-08 16:28 Matthias

Added some missing variables to backend_themes (Thanks to Stefek)

944 2009-02-22 10:39 Matthias

added skinable Admin Interface

942 2009-02-21 08:54 doc

fixed wrong index in language array and removed some comment lines

938 2009-02-19 20:13 doc

added option to invoke module upgrade.php/uninstall.php files from backend (for modules uploaded via FTP)

934 2009-02-17 23:37 doc

Added option to invoke module install.php from backend (for modules uploaded via FTP)

933 2009-02-16 22:55 doc

Moved reload option of Add-ons to main Add-on section.

928 2009-02-15 13:29 doc

Added reload option to Add-on section and removed Admin tool reload

925 2009-02-13 16:35 doc

Added option to perform pre-installation checks to test requirements of Add-Ons

915 2009-01-21 20:27 Matthias

Copyright notices now includes 2009

903 2009-01-05 11:04 aldus

Code-Snippets are not longer displayed as type unkown; addidtional key $TEXT['CODE_SNIPPET'] in the languagefiles; not full translated

896 2008-12-30 16:26 Matthias

modul_uninstall: Removed undefined and unused constants (DB_FETCHMODE_ASSOC)

modul_uninstall: added language variable $TEXT['FILE'] instead of "Datei"

893 2008-12-29 11:35 aldus

added language-support for the error-messages
for the uninstall files for modules and templates.
update german languagefile with the new textes.

888 2008-12-28 13:25 aldus

removed a query - the table isn't in wb2.7 anymore

879 2008-11-12 08:17 aldus

Remove undefined and unused constants (DB_FETCHMODE_ASSOC)

863 2008-10-23 18:10 aldus

Modify to get informations where the modul is in use when
a user try to uninstall it.

829 2008-04-15 20:22 doc

Fixed bug introduced with Changeset 826

826 2008-04-14 20:42 doc

Allowed tags for multi-lingual module descriptions

774 2008-03-26 22:09 thorn

fixed E_NOTICE-message in admin/modules/details.php

656 2008-02-01 23:53 thorn

Added some missing add_slashes(), get_post_escaped(), and strip_tags() for $_POST, $_GET and $_REQUEST-data. Also for $_SERVER['PHP_SELF'].

587 2008-01-22 21:01 doc

Added multi-lingual Admin tool description. Moved Admin tool language text from global language file to module language files. Added function get_variable_content to allow extraction of variable without including files.

535 2008-01-13 14:38 doc

Bug fix for ticket 525. Prevents that installed modules with identical version are updated again.

519 2007-12-23 15:37 Matthias

Changed all copyright notices to include now 2008

439 2007-03-05 21:19 Matthias

changed MODULE_DESCRIPTION variable to module_description as we use in the modules languages also the lowercase version

421 2007-01-29 23:28 Matthias

Added new variable $MODULE_DESCRIPTION wich allows to have optional a language specific description of the modules in the language files of the modules.

401 2006-12-24 22:42 Matthias

Fixed some minor javascript errors in admin (thanks to pcwacht)

399 2006-12-24 08:50 Matthias

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

384 2006-12-20 22:27 Matthias

Added List sorting in admin area (thanks to rsmith)

373 2006-12-20 21:31 Matthias

Fixed addons table isn't updated when a modul is updated (#332)
Added new upgrade_function (thanks to kozmoz)

310 2006-02-19 06:31 ryan

Updated all copyright notices to include 2006

286 2006-01-23 22:15 stefan

Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.

277 2006-01-14 23:16 stefan

Fixed bug #105 - back buttons in addon detail pages not editable.

268 2005-12-12 01:00 ryan

Added extra protection from deleting all addons if none selected

239 2005-11-22 12:50 stefan

Fixed more inconsistencies regarding line endings and end-of-file newlines

238 2005-11-21 11:43 stefan

Fixed inconsistent line ending styles

223 2005-11-19 21:40 stefan

Fixed ticket #46 - addon details are taken from database. Minor changes to install/save.php.

210 2005-10-23 14:50 stefan

Fixed bug #44 - module entries in addons table do not get deleted upon module uninstallation.

209 2005-10-23 14:42 stefan

Fixed bug #43 - double entries in addon table.

170 2005-09-27 07:45 ryan

Fixed addon listing in numerous places so it now use's DB for info

169 2005-09-27 05:45 ryan

Fixed addon listing in numerous places so it now use's DB for info

142 2005-09-19 01:48 ryan

Updated module install code for correct insertion into addons table

141 2005-09-19 01:48 ryan

Update module install code for correct insertion into addons table

114 2005-09-16 22:54 stefan

Module table entries now get deleted upon module installation. Removed 1 second delay in admin success messages.

110 2005-09-15 22:34 stefan

Created new table "modules" to allow for faster lookup of which modules are installed. Allows for greater flexibility also.

101 2005-09-14 00:06 stefan

Removed another occurrence of OPT_REMOVE_ALL_PATH (pclzip).

99 2005-09-13 23:35 stefan

Implemented upgrade functionality in templates and languages. Fixed some bugs.

68 2005-09-11 14:44 stefan

Fixed bug in new module installation routine. Added language string "Upgraded successfully".

67 2005-09-11 14:30 stefan

Implemented Installation of modules on top of an older version. This is done via checking $module_version. Instead of install.php, upgrade.php is then called if it exists in the module package. For module developers: $module_version and $new_module_version are accessible in upgrade.php to find out what upgrade steps need to be taken.

40 2005-09-07 21:22 stefan

Change addslashes,stripslashes to (wb class) method calls add_slashes,strip_slashes

10 2005-09-04 10:59 ryan

Added the Id keyword for all files

8 2005-09-04 10:28 stefan

All occurrences of "CVS" in the code are replace by ".svn"

4 2005-09-01 08:49 ryan

Initial import from CVS to Subversion of Website Baker 2.5.2