merging some 5.5 changes and various bugfixes
This commit is contained in:
parent
8061e40dcf
commit
2e791c9dd5
6 changed files with 14 additions and 5 deletions
|
|
@ -15,6 +15,9 @@
|
|||
- bugfix [ 938266 ] Fix: 5.5.4 Synopsis ignores hideFromNav (Thanks to
|
||||
Nicklous Roberts.)
|
||||
- bugfix [ 961056 ] pages erroneously owned by visitor
|
||||
- bugfix [ 913847 ] Minutes on times can not be updated.
|
||||
- bugfix [ 939070 ] 5.5.4: Macros do not work in DataForm fields
|
||||
|
||||
|
||||
|
||||
5.5.6
|
||||
|
|
|
|||
|
|
@ -81,6 +81,7 @@
|
|||
- Dropped page tree caching and stepped onto Navigation caching. This helps
|
||||
scalability a lot. Thanks to Martin Kamerbeek / Procolix
|
||||
- bugfix [ 977201 ] ws client bug
|
||||
- bugfix [ 969740 ] Messageboard: Deleting of postings
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
4
docs/upgrades/upgrade_5.5.6-5.5.7.sql
Normal file
4
docs/upgrades/upgrade_5.5.6-5.5.7.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
insert into webguiVersion values ('5.5.7','upgrade',unix_timestamp());
|
||||
update page set ownerId=3 where ownerId=1;
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue