fix - Wiki shows add link to users who don't have privileges to add

fix - XSS Vulnerability in Wiki page titles
fix - Wiki does not allow you to specify the content to allow in submitted pages or content filtering
fix - GetSyndicated Content Workflow activity doesn't check for timeout
fix - GetSyndicated Content Workflow activity does not trap errors
This commit is contained in:
Roy Johnson 2007-01-07 03:12:21 +00:00
parent fc557b517b
commit 2ad1b494fe
8 changed files with 196 additions and 14 deletions

View file

@ -5,6 +5,13 @@
- fix: Closed Posts Displaying in CS
- RFE: testEnvironment improvement
- fix: Cannot add new page to the Wiki
- fix: Wiki does not have content type restrictions and can not use
the content filtering system
- fix: GetSyndicatedContent Workflow Activity not trapping errors.
- fix: GetSyndicatedContent Workflow Activity not checking for timeout.
- fix: Wiki displays 'Add a new page" link to users who are not allowed to
add pages.
- fix: XSS vulnerability in Wiki Page titles.
- Removed the requirement for DBIx::FullTextSearch from testEnvironment.pl
since it hasn't been needed since 6.5. It was just never removed.