*** empty log message ***
This commit is contained in:
parent
18ae37a518
commit
a3674ff819
2 changed files with 4 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
- Replaced defective confirm checkout commerce template.
|
||||
- Fixed a typo in the Navigation table schema.
|
||||
- fix [ 1160019 ] Notification content type [temp fix] <mwilson's fixes>
|
||||
- fix [ 1173544 ] Rating increases view count [mwilson]
|
||||
- fix [ 1173544 ] Rating increases view count
|
||||
- fix [ 1177020 ] Preview, then Save a Post -subscribers get two notifications
|
||||
- fix [ 1178367 ] Edit Shortcut doesn't work with wobjects without templateId
|
||||
- fix [ 1180455 ] assetproxy of a nonexistent asset inserts the page_not_found
|
||||
|
|
@ -33,6 +33,8 @@
|
|||
- fix [ 1204123 ] Bug: sortby.lastreply.url
|
||||
- fix [ 1203779 ] "Remove" Button in FileUploadControl not internationalized
|
||||
- fix [ 1201650 ] Server-wide Cache can be viewed/cleared by an admin
|
||||
- fix [ 1197095 ] runHourly not finishing
|
||||
|
||||
|
||||
6.6.0
|
||||
- Added a shopping cart system and salable products management system. This
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ insert into settings values ('commerceSendDailyReportTo', '');
|
|||
alter table Navigation change anscestorEndPoint ancestorEndPoint int not null default 55;
|
||||
alter table groups add ldapGroup varchar(255) default NULL;
|
||||
alter table groups add ldapGroupProperty varchar(255) default NULL;
|
||||
alter table groups add ldapRecursiveProperty varchar(255) default NULL; >>>>>>> 1.4
|
||||
alter table groups add ldapRecursiveProperty varchar(255) default NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue