Release notes
Version 1.6.10 - released 24.02.2010
Bugfixes
- Articles on Extranet Page, did not get friendly url encoded.
- Performance issue fixed in HtmlEncoder, related to generation of Page links.
Version 1.6.9 - released 05.02.2010
Changes
- Extranet returnId now stored in $_SESSION['extranet_returnUrl'] that contains requested url.
- .htaccess rewrite rule added, to prevent more than 1 public domain be default (SEO).
- Add page in website structure now sets both name and html title on the new page.
- All "Saved.." feedback popups replaced with a layer (IE8 compatibility).
- Minor change in friendly url.
- Fixed link module, display bug when using "open in new window".
- Flash slideshow reloading same image, when only 1 image in flash set.
- SEO module: Bug in keyword generation and 'Unnamed' removed from keywords.
- WebUtility: redirect now utf8_encode url before redirect (fixes bug in IE8, with special chars).
- Links to articles / pages in article text had a bug in IE8.
- Article shorttext now outputs valid xhtml.
- Delete page in structure: subpages level was not set correctly
- Redundant query removed from template table
- Fixed friendly url comparison, so domains containing special characters still match
- Mail.php now initialises its own object correctly if created using a factory method
- Default .htaccess file in cache folder to prevent php execution of uploaded files
- Prevent upload of .htaccess files in media archive.
Version 1.6.8 - released 16.11.2009
New features
- Administrators can now request a new password to be emailed to them.
Changes
- Redirect to extranet login page url is now reader-friendly encodet.
Bugfixes
- .htaccess file now accepts empty files in rewrite rules
Version 1.6.7 - released 03.11.2009
New features
- Media browser now has a main-tab, and can be accessed globally.
Bugfixes
- short_open_tag configuration option was required in the "install" script - this was a bug.
- the friendly_url root-path option had a small bug.
- Fold/unfold in mediabrowser failed in rare cases.
Version 1.6.6 - released 16.10.2009
New Features- New configuration option to include root-path in friendly-urls
- All copyright notiches changed to reflect that Taesk CMS is released under GPL
- Default value for SEO module is now 0
Version 1.6.5 - released 28.09.2009
New features- Slidshows now got an advanced version, with navagation.
- Url's now use default format for parsing get arguments
- Email subscriber search now include searching on email
- Add page on menu blank level.
- Bug in fold/unfold in media browser structure list.
- Index.php didn't show frontpage if it was hidden from menu.
Version 1.6.4 - released 04.09.2009
Bugfixes- Previous/Nextfromset displays the correct content and return correct value
- New lines to <br> in articleshorttext
Version 1.6.3 - released 31.08.2009
Bugfixes
- IE 7 / IE 8 caching bug in structure fixed
- Extranet module typo fixed
Version 1.6.2 - released 18.08.2009
Bugfixes
- Google adwords conversion code fixed
- Added the meta tag to template builder, to avoid Google reading information from Open Directory Project: <meta name="ROBOTS" content="NOODP" />
Version 1.6.1 - released 04.08.2009
New features- FCKEdit window is now 100% in width.
- Plaintext Paste added in FCKeditor.
- FCKedit updated to version 2.6.4.1
- Upgrade tool: support for the content scheduler
- meta keywords and meta description now get the right formating.
- googleAdwords code now validata as xhtml.
- multiline elements now get the right formating.
- ArticleFormater: able to handle shorttext by default
- LinkSet / LinkFormater: display logic fixed.
- FCKedit window wrong size in safari.
- Add page popup scroller fixed.
- Image/fileupload in fckedit fixed
- move to / move up / move down in content list fixed.
- mailto: links failed in linkvalidator.
- js bugs in edit windows fixed.
- Website structure and other structure lists now uses ajax for folding and publishing.
- Captcha now easier to read and is only shown after more than 3 login attempts
- Add page on website level.
Version 1.6.0 - released 27.04.2009
New features
- A class autoloader have been implemented, you only need to do require_once("Configuration.php"); at the top now.
- Added support for 2 new element types: Single choice and multiple choice.
- Captcha lavet fra bunden igen.
- Friendly url now reports 404 status code if it cant find a menu or article - to further enhance google ranking.
- All copyright notiches are updated
- Classes now have an optional argument $initValues, if you provide an object containing the internal attributes the object will repopulate itself (you cant call assignValues() from outside the class anymroe)
- SlowTemplate implementation have been further optimised
- Database abstraction enhanced, support for mysql read/write slaves added.
- MenuFormater now has a getTopId function - to make it more easy to navigate menutree.
- Default setSelectSheet sat i MenuFormater klassen.
- Aministrator does no longer have factory methods inside it - they now reside in AdmininstratorFactory
Bugfixes
- EmailTemplate & EmailGroup classe was not marked as initialised by assignValues().
- Global image list under images have been fixed so that it works if you do not have global editing rights.
- Various isDataRetrieved typo's resulting in excessive queries run fixed.
- Image.php and Flash.php (content type) now properly unlinks an image before updating it.
- Extranet modul now also works if GeneralProductionMode are disabled.
- Content move bug: it was able to move content to the "wrong" content-sets and not all content-sets apeared on the list.