Project

General

Profile

Statistics
| Revision:

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

310 2006-02-19 06:31 ryan

Updated all copyright notices to include 2006

288 2006-01-28 20:02 stefan

Fixed a bug where access settings of registered and private pages were displayed incorrectly.

286 2006-01-23 22:15 stefan

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

242 2005-11-23 17:24 stefan

Moved page_link function to class wb and changed page_link() in functions.php to use the wb class method

240 2005-11-23 16:17 stefan

Applied aportale's patch to use label instead of javascript toggle code

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

222 2005-11-19 15:51 stefan

Fixed bug #71 - added $admin->strip_slashes() to intro2.php

169 2005-09-27 05:45 ryan

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

118 2005-09-16 23:56 stefan

Empty_trash now also works with sub-pages in the trash.

117 2005-09-16 23:40 stefan

Deleted pages cannot be chosen as parents anymore. Pages that have only deleted children do not get the plus sign if page trash is separate.

116 2005-09-16 23:20 stefan

Removed strip_slashes_dummy.

73 2005-09-11 16:13 stefan

Fixed path bugs concerning the htmlarea module transition.

69 2005-09-11 15:21 stefan

Removed support for internal HTMLArea editor.

60 2005-09-10 00:12 stefan
59 2005-09-10 00:04 stefan

Fixed missing parent option 'none' - ticket #12 - and a minor scope bug.

54 2005-09-09 15:26 stefan

Fixed bug #2 - Issue when changing page parent

47 2005-09-08 15:16 stefan

Added htmlspecialchars when saving intro page

46 2005-09-08 01:28 stefan

Fixed minor bugs

44 2005-09-08 01:17 stefan
42 2005-09-07 23:10 stefan

Changed most occurrences of strip_slashes to new dummy method strip_slashes_dummy.

40 2005-09-07 21:22 stefan

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

37 2005-09-07 01:40 stefan

Removed debugging line...

36 2005-09-07 01:31 stefan

Created new stripslashes method in class wb. Changed stripslashes() calls to method calls.

35 2005-09-06 20:45 stefan

Cleaned up code concerning deleting/restoring pages.

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"

5 2005-09-04 09:42 stefan

Restructured frontend code and fixed various bugs

4 2005-09-01 08:49 ryan

Initial import from CVS to Subversion of Website Baker 2.5.2