128 lines
6.4 KiB
Text
128 lines
6.4 KiB
Text
6.0.1
|
|
|
|
- Fixed a couple of formatting problems with the USS.
|
|
- Added Text::Balanced to the distro.
|
|
= Fixed bug [ 910145 ] htmlArea - insert image not working (Len Kranendonk /
|
|
Andreas Graf).
|
|
- Bugfix 914825 / 912203: Bug in template system (LenK).
|
|
- Apache 2.0 is now the default web server for WebGUI. See gotcha.txt for
|
|
details.
|
|
- Bugfix [ 904313 ] Problem with page-template preview in 6.0.0
|
|
- Bugfix [ 912017 ] viewSubmission function error in 6.0.0
|
|
- Bugfix [ 912217 ] top level nav macro problems
|
|
- Bugfix [ 912401 ] level 0 nav
|
|
- Bugfix [ 912400 ] db link not working
|
|
- Bugfix [ 913114 ] Can't change passwords from display account screen.
|
|
(Thanks to Frank Dillon.)
|
|
- Bugfix [ 916538 ] Typo in lib/WebGUI/Auth.pm
|
|
- Bugfix [ 917783 ] 6.0.0 Date Changes
|
|
- Bugfix [ 914217 ] content managers cannot turn admin on
|
|
- Bugfix [ 920089 ] Problem with clipboard and object names containing a
|
|
quote.
|
|
- Bugfix [ 921750 ] Error in Horizontal Login Box template (Thanks to Tony
|
|
Mountifield.)
|
|
- Added Tony Mountifield to the credits list for all his debugging efforts as
|
|
of late.
|
|
|
|
|
|
6.0.0
|
|
|
|
- HTTP header conforming P3P Compact Privacy Policy. This fixes IE6 cookie
|
|
privacy problems.
|
|
- Removed all the old styles. They now exist as themes in the user
|
|
contributions area of plainblack.com.
|
|
- Migrated styles to templates and removed the styles system.
|
|
- Updated page templates to be more powerful.
|
|
- Converted items to articles and removed the item wobject.
|
|
- Converted FAQ's to USS submissions and removed the FAQ wobject.
|
|
- Created format and processReplacements subs in the WebGUI::HTML package.
|
|
- Migrated extra columns to page templates and removed the Extra Column
|
|
wobject.
|
|
- Migrated Link Lists to USS submissions and removed the Link List wobject.
|
|
- Re-enabled the Date macro by default.
|
|
- Templatized the Login Box macro.
|
|
- Added the new WebGUI 6 design.
|
|
- Templatized the Admin Bar macro.
|
|
- Added CoolMenus to the distribution for easy making of DHTML driven menus.
|
|
(Thanks to Thomas Brattli.)
|
|
- Added JS Calendar to the distribution to replace the old calendar system.
|
|
(Thanks to Mihai Bazon.)
|
|
- Updated the Form subsystem to use the new calendar for date and time
|
|
fields.
|
|
- Bugfix 859816 : DataForm - security issues. Tnx Gabor for reporting.
|
|
- ^t; now starts in current root rather then in site root.
|
|
- Added new Authentication System.
|
|
- Added switches to prevent users from chaning usernames and passwords
|
|
- Added security switches that log when users update passwords or recover passwords via email
|
|
- Collateral macros now return undef instead of the macro tag when no
|
|
matching collateral is found.
|
|
- Added style personalization.
|
|
- Added admin style option.
|
|
- Added per page printable styles.
|
|
- Wobject privileges are available per page rather than site-wide.
|
|
- Templatized the Rich Editor support. Tnx to Len Kranendonk
|
|
- Fixed a problem in the forum that showed up under Postgres.
|
|
- Added some processing functions to programatically add meta tags,
|
|
javascript, and link tags to the head block of a page from anywhere within
|
|
webgui.
|
|
- Templatized the Survey.
|
|
- Survey now allows for a configurable number of responses from a single user.
|
|
- Survey now allows for a configurable number of questions per page.
|
|
- Survey now shows progress indicator.
|
|
- Survey can now draw from a pool of questions, but does not have to use all
|
|
of them.
|
|
- Removed depricated functionality from Paginator (see docs/migration.txt).
|
|
- Added template variable mechanism to paginator.
|
|
- Added a limit option to the page list in the paginator.
|
|
- Fixed a bug in AdminBar's clipboard code where a standard hash was
|
|
used instead of a CPHash for database access. (Thanks to Steve Simms.)
|
|
- Added caching of complex data structures to WebGUI::Cache (Martin Kamerbeek
|
|
/ Procolix). Note that this now requires Data::Serialzier to be installed.
|
|
- Implemented an object oriented interface to the page tree and converted
|
|
WebGUI::Operation::Page to use it. (Martin Kamerbeek / Procolix)
|
|
- Added two new methods (isEditable and showInForms) to the groups API to
|
|
make it easier to automagically create and use groups programatically without
|
|
disrupting the user experience.
|
|
- The everyone and registered users group are no longer magic in that there
|
|
are physical linkages between them and users. The magic was getting too
|
|
hard to maintain and users were confused by it.
|
|
- Added a "Turn Admin On" group to determine who can enable or disable admin
|
|
mode.
|
|
- Added the Web Services Client wobject. (Thanks to Alan Ritari and DonorWare.)
|
|
- Optional second parameter to the File macro can be a boolean value to
|
|
turn off file icons.
|
|
- Added drag and drop content arranging.
|
|
- Added new toolbar icons.
|
|
- Made the add content menu much more powerful.
|
|
- Added new navigation system. (Len Kranendonk).
|
|
- Made the date/time system more precise.
|
|
- The Events Calendar is now 100% template driven.
|
|
- The Events Calendar now allows for more than one drawn calendar per page.
|
|
Choose with your pagination options.
|
|
- Added options for developers for an empty style
|
|
$session{page}{useEmptyStyle} and added settings to the template table to
|
|
to allow templates to be hidden from forms and/or management.
|
|
- Added dTree menu to the navigation system
|
|
(Thanks to Geir Landro, http://www.destroydrop.com)
|
|
- Added Cool Menus to the navigation system. (Thanks to Thomas Brattli,
|
|
http://www.dhtmlcentral.com)
|
|
- Added a config file option for per-site International message caching.
|
|
- Added an override in the user profile for toolbar icon set.
|
|
- Migrated the navigation items (Thanks to Leendert Bottelberghs, Len
|
|
Kranendonk).
|
|
- Removed all old navigation macros. See gotcha's for details.
|
|
- Added a variation on Len's Advanced Search wobject. Thanks to Len
|
|
Kranendonk for creating the original version for the WebGUI community
|
|
contest.
|
|
- Removed the old realtime search subsystem in favor of the new search
|
|
wobject.
|
|
- Removed the upgrades older than 4.x in order to help reduce the size of
|
|
the distribution. If you need those old upgrades you can still get them
|
|
from previous distributions or th 5.5 branch in CVS.
|
|
- Added Job Listing templates to the USS.
|
|
- Added a view privileges setting to each forum.
|
|
- Bugfix [ 822805 ] Emptying trash can cause fatal error
|
|
(Thanks to Steve Simms.)
|
|
- Changed the upgrade system to stop after an error so the sys admin can fix
|
|
the problem before continuing.
|
|
|