various bug fixes

This commit is contained in:
JT Smith 2004-07-11 15:53:29 +00:00
parent 83b93e22e8
commit fb5bbc4bb8
4 changed files with 22 additions and 9 deletions

View file

@ -73,12 +73,16 @@
- bugfix [ 934410 ] non-compliant HTML (solution). Thanks to Nicklous
Roberts.
- bugfix [ 963316 ] Field without title in Content Settings
- Fixed a bug that affected Postgres when creating pages.
- RFE [ 978033 ] WebGUI::Form::fieldType - "float" type is missing
- Converted the page tree system from the ajacency list model to the nested
set model. Thanks to Martin Kamerbeek / Procolix and Dan Collis Puro for
providing the DBIx::Tree::NestedSet module.
- Dropped page tree caching and stepped onto Navigation caching. This helps
scalability a lot. Thanks to Martin Kamerbeek / Procolix
6.0.3
- Fixed a recursive style change bug.
- Bugfix [ 953593 ] perl -MWebGUI -e "" fails