merging 5.4.3 changes
This commit is contained in:
parent
c1f4105699
commit
dc9a81080a
17 changed files with 106 additions and 51 deletions
|
|
@ -1,6 +1,5 @@
|
|||
5.5.0
|
||||
- Rewrote the discussion system and added many new features in the process.
|
||||
- Fixed a bug in the collateralImport.pl script.
|
||||
- Added external database group privileges. (Thanks to Andy Grundman.)
|
||||
- Added support for encryptLogin user setting. (Thanks to Hal Roberts.)
|
||||
- Added anonymous response option to Survey. (Thanks to Andy Grundman.)
|
||||
|
|
@ -14,6 +13,39 @@
|
|||
|
||||
|
||||
|
||||
5.4.3
|
||||
- Fixed a bug where CM's could have deleted the entire collateral manager
|
||||
contents if they deleted an item, then hit their back button and deleted it
|
||||
again.
|
||||
- Fixed a bug in the collateralImport.pl script.
|
||||
- Fixed a bug where exports of themes would only work if an image was
|
||||
included in the theme.
|
||||
- Fixed a bug in the RandomSnippet and RandomImage macros where they would
|
||||
crash the page if an invalid collateral folder were specified.
|
||||
- Fixed a bug when wobject privileges were turned on and a user had the
|
||||
privileges to edit a page, they could not add wobjects to the page.
|
||||
- Fixed a bug where all of the articles on a page would get the same template
|
||||
for one page view after a properties save.
|
||||
- Fixed a bug where the email address would not appear when editing a user
|
||||
profile after an admin created a new account. (Thanks to Arne Dokken.)
|
||||
- Fixed a bug in editing secondary admins. (Thanks to Leendert Bottelberghs.)
|
||||
- Fixed an ordering bug on the list of users in the Manage Users In Group
|
||||
page.
|
||||
- Fixed an LDAP auth bug where users could not authenticate if RDN = DN.
|
||||
(Thanks to Chris Jackson.)
|
||||
- Fixed a bug in the DataForm where multiple items in a check list were not
|
||||
being emailed.
|
||||
- Fixed a bug in the Syndicated Content wobject where feeds with only one
|
||||
item would cause a problem. (Thanks to Len Kranendonk.)
|
||||
- Made session page setup use the same mechanism to mangle urls as the rest
|
||||
of WebGUI uses.
|
||||
- Fixed a bug in DataForm where the name of the last form element added would
|
||||
appear as the default value of another form field if it were called "name".
|
||||
- Fixed a potential security problem in the collateral manager where content
|
||||
managers could delete collateral they didn't own.
|
||||
|
||||
|
||||
|
||||
5.4.2
|
||||
- Fixed tab forms for better support with older browsers, less resource usage, and a cookie bug that would log users out after editing their stie for a while.
|
||||
- Updated German translation. (Thanks to Andreas Graf.)
|
||||
|
|
|
|||
|
|
@ -8,17 +8,20 @@ The following people/companies are responsible for WebGUI:
|
|||
WebGUI Core..........................JT Smith / Plain Black
|
||||
|
||||
Contributing Developers..............Peter Beardsley / Appropriate Solutions
|
||||
Leendert Bottelberghs
|
||||
Richard Caelius / 100 World
|
||||
Richard Clark
|
||||
Doug Collinge
|
||||
Flavio Curti
|
||||
Jeff Depons / WDI
|
||||
Frank Dillon / WDI
|
||||
Arne Dokken
|
||||
Junying Du / WDI
|
||||
Ed Van Duinen / UNC
|
||||
Greg Fast / WDI
|
||||
Chris Gebhardt / OpenServe
|
||||
Andy Grundman
|
||||
Chris Jackson
|
||||
Koen de Jonge / ProcoliX
|
||||
Martin Kamerbeek / ProcoliX
|
||||
John W. Krahn
|
||||
|
|
|
|||
2
docs/upgrades/upgrade_5.4.2-5.4.3.sql
Normal file
2
docs/upgrades/upgrade_5.4.2-5.4.3.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
insert into webguiVersion values ('5.4.3','upgrade',unix_timestamp());
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue