removed page stats system, fixed stats page, fixed admin console templating on all admin console error messages

This commit is contained in:
JT Smith 2005-02-06 19:58:39 +00:00
parent a48450ee27
commit eb7574e271
19 changed files with 93 additions and 229 deletions

View file

@ -64,6 +64,14 @@
- Added an asset picker form control.
- Shortcuts can now proxy every type of asset, not just wobjects.
- Added a codearea form control.
- fix [ 1055362 ] Trash items show up in Search resultsA
- fix [ 1049367 ] /uploads/temp/templates/ shouldn't be public
- fix [ 1052801 ] wobjectproxy throws security error on editSubmission
- fix [ 1028921 ] Cannot drag n drop proxy wobjects
- fix [ 1003509 ] Admin mode breaks page layout with users not in Admin Group
- Removed the page stats tracking function as it was killing people's sites.
We recommend AWStats instead (www.awstats.org)
6.2.11

View file

@ -242,3 +242,6 @@ alter table IndexedSearch_docInfo drop page_groupIdView;
alter table IndexedSearch_docInfo change wobject_special_groupIdView special_groupIdView varchar(22);
alter table IndexedSearch_docInfo change wobject_groupIdView groupIdView varchar(22);
update USS set sortBy='lineage' where sortBy='sequenceNumber';
delete from settings where name='trackPageStatistics';
drop table pageStatistics;