Project

General

Profile

Statistics
| Revision:

# Date Author Comment
1206 2009-12-02 07:01 Dietmar

next step to validate backend themes

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

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)

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

1112 2009-08-08 16:28 Matthias

Added some missing variables to backend_themes (Thanks to Stefek)

1103 2009-08-06 12:52 Matthias

Fixed some display issues in argos_theme (Thanks to Argos)

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)

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)

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)

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

1012 2009-06-25 20:21 Matthias

Major fixes on backend to get XHTML valid output (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

973 2009-04-23 20:49 Matthias

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

952 2009-02-25 18:33 Matthias

fixed manage section is showed twice (ticket #694)

944 2009-02-22 10:39 Matthias

added skinable Admin Interface

915 2009-01-21 20:27 Matthias

Copyright notices now includes 2009

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

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

825 2008-04-14 20:10 thorn

fixed issue with multigroups (level 0 page-creation)

804 2008-04-05 17:23 thorn

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

738 2008-03-02 20:22 thorn

made an addition to changeset 733

735 2008-03-02 14:29 thorn

added missing sorting to language dropdown in admin/pages/settings.php

733 2008-03-01 19:24 thorn

fixed ticket #562, applied changes from user tavitar with some own additions

693 2008-02-10 16:39 doc

adapted color for onmouseover effect

686 2008-02-09 20:53 doc

modified some colors and CSS definitions of pages, media and section interface

683 2008-02-09 14:22 thorn

sections: fixed layout-issue with IE7 (hopefully, can't check this)

660 2008-02-02 14:51 thorn

Added missing text in languages files for jscalendar

657 2008-02-02 02:00 thorn

Settings: pages-directory '/' will be converted to '' (empty string) on save.
Changed last remaining call to my_htmlspecialchars() to htmlspecialchars()

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

651 2008-01-31 18:10 thorn

Fixed parent dropdown in admin/pages/settings.php, too.

650 2008-01-31 18:01 thorn

admin/pages: the parent dropdown-list showed foreign private pages, too. Fixed.

643 2008-01-29 23:34 thorn

Had to fix some strtotime()-related issues in admin/pages/sections and module news to use with PHP4.

633 2008-01-28 20:19 doc

added some more backend layout modifications, corrected bug in NL.php language file

627 2008-01-28 17:49 doc

Re-introduced Changeset 593 (filename in pages/ from page_title instead of menu_title)

595 2008-01-25 16:08 doc

Removed changes introduced with Changeset 593 (need to agree if we want add this to the core with WB2.7)

593 2008-01-24 23:09 thorn

Generate filename in pages/ from page_title instead of menu_title.

585 2008-01-22 00:59 thorn

added second icon to calendar-fields in manage-sections to empty date-fields. Changed calendar-icon to clock-icon. Added new icon (clock_del_16.png) to images.

584 2008-01-21 20:49 doc

Removed the manage section icon from the page admin (sections managed by publish by date function).

574 2008-01-20 00:37 thorn

updated admin/pages/sections.php to changed jscalendar-api from changeset 571

558 2008-01-18 19:32 Matthias

Fixed hardcoded /pages issue in intro page feature

557 2008-01-18 19:26 thorn

fixed two E_NOTICE-warnings in admin/pages/index.php

555 2008-01-18 13:56 Matthias

Revoked parts of changeset [547] and again introduced changeset [540]

553 2008-01-18 03:16 thorn

adjusted headings in admin/pages/index.php

552 2008-01-18 02:56 thorn

added new module-based search-function and publish-by-date code

551 2008-01-17 23:46 thorn

Reintroduced some more changes from changeset [520] and [540] which where overwritten by changeset [546]

547 2008-01-17 20:38 Matthias

Reintroduced changes from changeset [520] and [540] wich where overwritten by changeset [546]

Revoked changeset [541] end removed all PAGE_EXTENSION variables and the related option in WB settings as this function only works on Apache Servers together with .htaccess and mod_rewrite...

546 2008-01-17 19:10 doc

added the "users in multiple groups" feature (closes parts of ticket #546)

543 2008-01-16 13:56 thorn

module menu_link: fixed page-deleteing-bug and some odd behavior, added table mod_menu_link

541 2008-01-14 22:31 Matthias

Replaced hardcoded .php with the variable PAGE_EXTENSION for the use in pagenames. (!!Attention!! To get extenions other than .php working additional fixes are necessary!) Fixes ticket #370

537 2008-01-14 17:36 doc

re-introduced bugfix of Changeset 472 (fixes ticket 402) accidentally removed by Changeset 529 (enhanced pages admin)

529 2008-01-12 16:16 doc

introduced the enhanced pages admin dialogue developed by icouto

519 2007-12-23 15:37 Matthias

Changed all copyright notices to include now 2008

499 2007-07-01 07:00 ryan

Fixed bug with settings2.php and page extensions

497 2007-07-01 06:13 ryan

Fixed bug introduced in [484]

488 2007-06-22 07:23 Matthias

Fixed issue with escaped single quotes in pagenames generation (thanks to thorn)

484 2007-06-14 22:55 Matthias

Fixes an issue with changing the menu_title also changes the page name in the /pages dir;
Now page name only changes if page_title is changed and menu_title is independent from page_title and page name.

472 2007-06-05 23:45 Matthias

fixed ticket #402 Thanks to Thorn

447 2007-04-30 08:21 Matthias

Fixed ticket #392; root_parent not being set correctly (Thanks to eggsurplus)

444 2007-04-03 21:36 Matthias

Fixed a bug in menulink; if you deleted a menulink page the linked page was also deleted in the pages directory (Special thanks to "Funky_MF" for the fix)

442 2007-04-01 15:09 Matthias

Fixed issues with some languages when UTF8 is used.
Removed all htmlentites from the code (revoked changeset [396]) and added new functions instead.
Adapted the search and the highlighting to use the new functions.
With this changes WB can now be used with charset UTF8 for all languages.

430 2007-02-02 22:21 Matthias

fixed typo in changeset [428]

428 2007-02-02 21:51 Matthias

Fixed ticket #380 (Thanks to pcwacht)

412 2007-01-02 23:15 Matthias

Added Id keywords to all missing files

410 2007-01-02 18:22 Matthias

Fixed issue with Permissions for pages sections

399 2006-12-24 08:50 Matthias

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

398 2006-12-23 21:22 Matthias

Fixed IE allows to set a page as parent of itself (#320)

397 2006-12-23 20:42 Matthias

Fixed a small IE layout issue in admin
Actualized CHANGELOG

396 2006-12-23 20:23 Matthias

Fixed problem with Page Title has to be escaped (#287)

392 2006-12-21 19:29 Matthias

Fixed missing message when adding a site without page title (#300)

385 2006-12-20 22:30 Matthias

Added Remember-expanded-pages-in-admin (thanks to ephraimt)

384 2006-12-20 22:27 Matthias

Added List sorting in admin area (thanks to rsmith)

368 2006-12-20 20:51 Matthias

Fixed intro page doesn't save correct. See #71.

348 2006-05-03 16:11 stefan

Removed superfluous lines from admin/pages/index.php

347 2006-05-03 16:00 stefan

Removed use of variable module_function in sections_save.php

346 2006-05-03 15:39 stefan

Fixed problem with pre-2.6.0 modules not appearing in section list

337 2006-03-19 22:29 stefan

Fixed ticket #146 - problems removing groups from private, registered viewer lists of page.

334 2006-03-16 11:34 stefan

Changed link target selection. Now: self, top, new. Ticket #145

319 2006-03-02 22:02 stefan

Added permission check to admin/pages/add.php to fix ticket #68. Also used get_page_permission, get_user_details, get_page_details in some places.