Project

General

Profile

Statistics
| Revision:

# Date Author Comment
1203 2009-11-30 14:45 Dietmar

updated module info.php (Thanks to Waldschwein)

1200 2009-11-29 03:20 Dietmar

fixed an undefined index

1189 2009-11-26 17:47 Dietmar

fix some PHP 5.3 deprecated functions

1187 2009-11-25 07:01 Dietmar

change page_title to menu_title for parent dropdown list in index.php and sections.php

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...

1180 2009-11-24 19:27 Dietmar

add a child page is cumbersome when the parent dropdown list gets to be too large. (Ticket #821)

1166 2009-10-12 18:54 Dietmar

Fix Bugs headersend errors in some core files
delete whitespaces after ?>

1163 2009-10-12 03:42 Dietmar

shows more details in wysiwyg editor

1148 2009-09-22 14:22 Dietmar

Ticket #805 fixed: Pagetree changed menu titles instead of page titles thanks to Ralf (Berlin)

1140 2009-09-15 11:49 aldus

Bugfix for #791: group-restrictions and sections.
Add "order by position" inside the wbmodule.php in the FCK-Editor to display the page-tree correct.

1136 2009-08-15 11:19 kweitzel

Created 2.8.x branch

1128 2009-08-12 22:51 Matthias

Fixed some display issues in all backend themes

1116 2009-08-09 20:03 Matthias

some code cleaning of admin/pages/sections.php

1115 2009-08-09 13:59 Matthias

Fixed possible xss injection in login/forgot/index.php

1113 2009-08-09 11:11 Matthias

Added missing variables also to preferences.php. Forgot in Changeset [1112]

1112 2009-08-08 16:28 Matthias

Added some missing variables to backend_themes (Thanks to Stefek)

1111 2009-08-06 19:34 Matthias

Set Version to 2.8

1103 2009-08-06 12:52 Matthias

Fixed some display issues in argos_theme (Thanks to Argos)

1102 2009-07-30 23:37 Ruud

Fixed a bug in the /admin/media resizer parameters for dirs with whitespaces
Fixed a bug in FCKeditor include.php. Now the editor can be used from other subdirectories than WB_PATH/modules/mymodule

1101 2009-07-29 14:17 aldus

Changes inside class.wb.php to get rid of the the print->footer() problematic in the frontend.
changtes inside the adminsettings to alowed the user to use a "<" char inside his SMTP-Password.(thanks to FrankH)
Add last changes to the changelog - missing by mistake.

1095 2009-07-27 08:19 Matthias

Fixed bug introduced in changeset [1092]

1092 2009-07-23 22:39 Matthias

fixed bug with page not showing if 2 sections active (ticket #751) (Thanks to Pumpi)

1090 2009-07-22 19:10 Matthias

set Version to RC2

1087 2009-07-22 17:42 Matthias

Fixed bug with home folders are viewable and writable from other users (ticket #605 and #748) (Thanks to Aldus)

1085 2009-07-20 22:16 Matthias

Readded admin/images folder to keep backward compatibility to old modules

1082 2009-07-18 20:01 Matthias

Added multilnaguage support to media section of argos_theme (Thanks to Argos)

Fixed smaller display issue in argos_theme (Thanks to Argos)

1081 2009-07-18 18:51 Matthias

Added more meta tags to backend themes

1078 2009-07-18 14:44 Matthias

Replaced in some alt tags hardcoded signs with language variables (Thanks to argos)

1073 2009-07-16 20:53 Matthias

Removed double </form> tags in pages/intro.php and wysiwyg/modify.php

1072 2009-07-16 20:50 Matthias

replaced all remaining mktime() with time(), except from third party scripts

1071 2009-07-16 00:35 Matthias

changed in modules/admin.php and admin/pages/add.php mktime() to time()

1069 2009-07-15 22:28 Matthias

Fixed some validiation bugs in core and different modules (Thanks to luisehahne)

1065 2009-07-14 18:25 Matthias

Fixed bug with sections are only editable in new backend-themes if blocks are enabled (Thanks to Luisehahne)

1059 2009-07-13 16:03 aldus

Change inside "date_formats.php" and "time_formats.php" mktime() within time(), Minor cosmetic changes.

1058 2009-07-13 15:52 Ruud

admin / media / browse.php reported an error in E_STRICT mode.

1050 2009-07-09 18:57 Matthias

Fixed invalid output of page_sections Page in Backend (Thanks to Luisehahne)

1048 2009-07-08 22:45 Matthias

- Added PageID and SectionID to all backend themes (Thanks to Luiseshahne)

- Fixed some display issues in all backend themes (Thanks to Luisehahne)

1044 2009-07-08 20:33 Matthias

Codechanges using blocks to avoid to generate the "switch"-link right-top, if the user has no permission to edit the other one.

1043 2009-07-08 20:28 Matthias

Codechanges to get rid of the empty display(style) declaration "style='display: ;'", and to avoid to generate (hidden) elements if the user isn't alowed to edit one.

1042 2009-07-08 13:20 aldus

Bugfix inside get_permissions.php - replacing worng "and" with "or" in line 64 (see also 178) for "user" and "groups" - so a user can e.g. edit other users, but no groups - vice versa; not both or none.

1041 2009-07-07 21:23 Matthias

- Fixed some minor bugs in argos_theme (Thanks to Argos)

- Fixed bugs in admin additons for argos_theme (Thanks to Argos)

1035 2009-07-07 00:34 Matthias

- Added new functions to admin dir (Thanks Argos and Ruud)

- Updated install and upgrade-script

- Adapted wb_theme and classic_theme to changed admin dir files

1025 2009-07-01 09:01 Matthias

Set Version to WB2.8RC1

1023 2009-07-01 08:25 Matthias

- Added posibility to upload and unzip .zip packages to media section (Thanks to BerndJM)

- Updated Browse Media Window in wb_theme now supports file icons, more file informations and a new preview function (Thanks to BerndJM)

1016 2009-06-25 22:45 Matthias

Added missing admin/settings/setting.js

1012 2009-06-25 20:21 Matthias

Major fixes on backend to get XHTML valid output (Thanks to Luisehahne)

1010 2009-06-25 18:57 Matthias

Bugfix for Error-Level settings (Thanks to Luisehahne)

1009 2009-06-23 23:42 Matthias

-Moved styles from admin/pages/sections.php to sections.htt in backend themes (Thanks to Luisehahne)

- Moved javascript files from admin/pages/index.php to external js files (Thanks to Luisehahne)

- Major improovements and changes to all backend files to get more valide Code output (Thanks to Luisehahne)

1008 2009-06-22 18:17 Matthias

fixed wrong position id when adding a new page

1002 2009-06-21 12:54 Matthias

and another typo was to fix

1001 2009-06-21 12:51 Matthias

Fixed small bug introduced in changeset [999]

1000 2009-06-19 17:03 Matthias

fixed small code display issue introduced in changeset [999]

999 2009-06-19 16:57 Matthias

Fixed bug that parent pages didn't inherit language settings to kind pages

978 2009-04-27 22:09 Matthias

Fixed bug with missing option for admin-tools in advanced view of access settings (ticket #714)

976 2009-04-27 17:33 Matthias

fixed bug introduced in changeset [975]

975 2009-04-27 17:21 Matthias

Fixed bug with missing template object in groups and user settings(ticket #716)

973 2009-04-23 20:49 Matthias

Fixed bug with dropdownlist in pages settings (ticket #713)

954 2009-02-25 21:08 Matthias

Added language support for template_description (affects templates and themes)

952 2009-02-25 18:33 Matthias

fixed manage section is showed twice (ticket #694)

949 2009-02-25 18:06 Matthias

removed unneeded icons from wb_theme

removed unneeded stylesheet.css from account dir

renamed warning.htt to warning.html to fix display of sourcecode after invalid login attemps

added fixed error.htt also to classic theme

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

940 2009-02-19 22:14 doc

addon overview to show advanced options after redirect from reload.php

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.

932 2009-02-16 19:36 doc

reworked logout to reset possible remember key in database when logging out

929 2009-02-15 16:05 doc

Redirect time for function print_success can now be defined in Settings (ticket #603)

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

921 2009-02-05 23:17 doc

Mail text for register, signup and forgot mail now taken from WB language file (ticket #684)

917 2009-01-25 14:32 aldus

Bugfix for ticket #680: change the condition-test to get rid of the utf-8 problematic if the languange contains entities on the button-label.

915 2009-01-21 20:27 Matthias

Copyright notices now includes 2009

909 2009-01-13 20:08 doc

Added Javascript syntax highlighting framework EditArea as replacement for Codepress.

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"

894 2008-12-29 11:41 aldus

remove debugging code

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.

892 2008-12-29 09:47 Matthias

replaced in news modul special chars with entities to get valid output;
changed SESSION ID Separator from '&' to '&' to get valid output
Removed the <p> tag around the news as it is added from the editor
set version to 2.8 BETA

888 2008-12-28 13:25 aldus

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

887 2008-12-28 13:16 aldus

add 'order by name' to the select-query to display the admintools in alphabetic order.

880 2008-11-12 08:22 aldus

Remove undefined and unused constants (DB_FETCHMODE_ASSOC)

879 2008-11-12 08:17 aldus

Remove undefined and unused constants (DB_FETCHMODE_ASSOC)

871 2008-11-01 00:27 thorn

added config for section anchor.
ATTN: add "INSERT INTO TABLE_PREFIX.'settings' (name,value,extra) VALUES ('sec_anchor', 'wb_', '')" to upgrade-script.

863 2008-10-23 18:10 aldus

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

862 2008-10-23 17:56 aldus

Modify to get informations where the template is in use when
a user try to uninstall it. Additional informations if the template is the standard-template.

847 2008-06-22 08:09 doc

Added output of block number to section admin if no block name is specified

846 2008-06-21 09:42 doc

Added output of block names to modify pages dialogue if blocks are enabled

836 2008-04-21 20:24 doc

Set version to 2.7

831 2008-04-16 21:34 doc

Fixed possible clashes with intro page feature and WB core file /pages/index.php

830 2008-04-15 20:34 thorn

revert back to pagename-creation from $page_menu, instead of $page_title

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

825 2008-04-14 20:10 thorn

fixed issue with multigroups (level 0 page-creation)

813 2008-04-07 19:37 doc

set version from 2.7 (RC3) to 2.7 (RC3a)

812 2008-04-07 19:29 thorn

added missing group_id in INSERT-query

809 2008-04-06 08:05 doc

enlarged admin tool icon to match size 50x50px of the other icons

804 2008-04-05 17:23 thorn

fixed viewing_groups-handling in /admin/pages/add.php

803 2008-04-05 16:27 thorn

some small fixes: group_id/groups_id-handling, safe_mode-query in install, better work-around for issue with phplib and code-module (removed {})

800 2008-04-05 08:45 doc

minor layout change