<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
			<title></title>
			<link>http://www.saurus.info</link>
			<description></description>
			<language>en</language>
		<lastBuildDate>Wed, 27 Dec 2006 15:16:38 EET</lastBuildDate>
				
		
		<item>
			<title>Version 4.5.1 released</title>
					<link>http://www.saurus.info/?id=11515</link>
							<description><![CDATA[Version 4.5.1 is released as beta. The official version is now 4.4.7<br /><br /><strong>New features in 4.5.1:<br /><br /></strong>1. Article editor: we made things simpler for first time users by hiding most of the advanced stuff in text editing toolbar. So when you first open up any article you will face a toolbar with fewer tools and an option to switch to full view.<br /><br />2. Aliases: the format of human-friendly URL-s can now be configured. You can choose to use just alias like /great-news or display full trail from site structure eg /company/press-releases/great-news. In addition, you can define whether the language identifier is used eg /en/great-news, not used or used for all site languages which are not default. Check the Aliases section under Admin &gt; System &gt; Configuration for these new options. For this to work properly be sure to update the Apache Rewrite engine rules according to instructions given our support site.<br /><br />3. Saurus API: until now the -&gt;href attribute of objects returned by init_section, init_trail or init_object output alias string when this module was switched on. We now added init_article, init_album and init_language to act in same way.<br /><br />4. MySQL: you can add into the config.php variable "mysql_set_names" with a MySQL character encoding value. This is useful when your database is in UTF-8 but the connection encoding is something else. When this variable is set the CMS performs SET NAMES = value command after connecting to the database, ex: SET NAMES = utf8.<br /><br /><span style="font-weight: bold;">Bug-fixes in 4.5.1:</span><br /><br />1. When PHP directive "short_open_tag" is off then adding picture into an article resulted JavaScript error. [#2687]<br />&nbsp;&nbsp;&nbsp; <br />2. Using long aliases prevents posting comments and feedback forms. [#2704]<br /><br />3. Custom admin pages in an extension did not show login dialog when user was not logged in. [#2679]<br />&nbsp;&nbsp;&nbsp; <br />4. News content template now sorts articles by date. [#2680]<br />&nbsp;&nbsp;&nbsp; <br />5. Article editors editing area shrinks when the profile has lot of fields. [#2682]<br /><br />6. Init_images tag returns empty pictures when using limit and there is not enough pictures to fill the start-limit range. [#2699]<br /><br />7. Site cache showed only one language sitemap (and all other templates that were called using "op") when object ID was not defined. [#2055]<br /><br />8. Gallery uses now only GDlib to create images. [#2478]<br /><br />9. Non-superuser could not lock or unlock other users. [#2675]<br /><br />10. The editor toolbar has no styles when "Session lifetime (minutes)" has value. [#2692]<br /><br />11. Init_album tag's newbutton opens a blank popup. [#2695]<br /><br />12. The editing button (v shaped action button), did not work with Firefox 3. [#2702]<br /><br />13. Starting from PHP version 5.1.3 the text on the CAPTHCA image is unreadable. [#2703]<br /><br />14. Permissions set for Everyody always overruled permsissions set in role. [#2552, #2701]<br /><br />15. Errors during installation with PHP 5.2.5: Updating database Can't open data file "admin/updates/update4.4.0to4.4.2.sql". [#2686]<br /><br />16. Non-superuser could not create new directories in the File manager even if he had full permissions. [#2689, #2690]<br /><br />17. Save_profile tag did not save new users. [#2693]<br /><br />18. The "XML data mapping" popup had several issues with selecting parent section. [#2696]<br /><br />19. Minor bugfixes. [#2697, #2698, #2668]<br />]]></description>
			<guid>http://www.saurus.info/?id=11515</guid> 
			<pubDate>Thu, 08 May 2008 00:00:00  EEST</pubDate>
		</item>
		
		<item>
			<title>Version 4.5.0 released</title>
					<link>http://www.saurus.info/?id=11491</link>
							<description><![CDATA[Version 4.5.0 is released as beta. The offcial version is now 4.4.6<br /><br /><span style="font-weight: bold;">New features in 4.5.0</span><br /><br />1. Editor Toolbar: we now introduce Saurus CMS toolbar which appears above the site contents and is visible for any logged in content editor. The toolbar is visible both in editing and public view mode and contains our selection of most usable tools previously known from Admin toolbar. You can configure the visible tools by changing admin_osa.show_in_editor flag in CMS database.<br /><br />2. Article Editor: FCK Editor, the component we use for rich text editing, has been updated to last stable version 2.5. This brings tons of bugfixes including greater compatibility between different browsers. For example, inserting new line now behaves same way in Firefox and Internet Explorer by inserting paragraph (&lt;p&gt;) for Enter and new line (&lt;br&gt;) for Shift-Enter key.<br /><br />3. Article Editor and Section Editor: mixed approaches like popup windows and drop-down lists have been replaced by Site Explorer in parent object selections.<br /><br />4. File Manager: includes new thumbnail view.<br /><br />5. Content templates: the gallery template which in "Saurus 4" extension now opens full-sized images using Lightbox method instead of popup windows. [#2654]<br /><br />6. Content templates: CAPTCHA which was previously available as separate free extension, is now included into "Saurus 4" extension. To turn on CAPTCHA protection in article comments and forum postings, change the value "Use CAPTCHA verification for comments and forums" in Admin &gt; System &gt; Configuration.<br /><br />7. Admin toolbar: now resorted by moving daily tools left-top and system settings right-down.<br /><br />8. Site title and slogan: these are new values in Properties &gt; Site properties page to allow end-users more easily customize design templates. The default page template which ships with installation in "Saurus 4" extension has been updated to use these values. These values are site language specific. In API, use appropriate {$site_name} and {$site_slogan} tags.<br /><br />9. Page-end HTML: this is another new value in Properties &gt; Site properties page and is primarily meant for entering Google Analytics JavaScript code. Whatever entered here, will be placed before &lt;/body&gt; tag in page output. This value is site language specific. There is no need to use API, instead it is inserted to page output by CMS automatically.<br /><br />10. Time zone: scroll down in Properties &gt; Site properties, there's now a time zone selector which can be handy if your site logical time zone differs from server time. This value is global for all site languages.<br /><br />11. Site design: this new page in Admin &gt; Properties allows user to switch site default page and content templates with a single click. For your extension to be listed here, add 'is_default' flag to page template description in extension.config.php. Optionally, you can add same 'is_default' flag to one of the content templates and it would be nice to add template thumbnail and preview images by using 'preview', 'preview_thumb' too. See "Saurus 4" extension.config.php contents for sample.<br /><br />12. Extension upload: yes, extensions can now be uploaded in both Properties &gt; Site designs and Extensions &gt; Extensions pages after which sync is automatically executed. All you need is pack your extension using ZIP. You can include extension folder or compress just files on root, both approaches work fine.<br /><br />13. Extension download: you can download them from Extensions &gt; Extensions as ZIP package if the author has enabled downloading option 'is_downloadable' in extension.config.php file. See "Saurus 4" for example.<br /><br />14. System configuration: this page has been heavily resorted and organized, also some values previously known from Properties &gt; Site properties page has been moved here.<br /><br />15. Estonian language selector: for historical reasons, we have been using 'ee' as site language change parameter instead of 'et' which would be correct by international standards. Now the product treats them as being same, also we will ship all future full install packages with 'et' as default value.<br /><br />16. Asset editor: now includes 'New' button to allow you create new object without closing the window.<br /><br />17. Aliases: heavily redesigned. Now following URL schemes will work:<br />- sitename.com/en/ - Displays English homepage. If there is a different domain specified for English language, redirect to domain root will occur. <br />- sitename.com/section/section/object - Displays object if all given sections exist in object's parent tree.<br />- sitename.com/object - As previously, this still works.<br />So the URL can be made of site.domain/[subdirectory]/[language selector]/[[section alias]/../[section alias]]/object-alias.<br />Alias values can not contain slash (/). In current version, the CMS still outputs aliases using simplest pattern sitename.com/object, but this will become configurable in near future versions.<br /><br />18. Site performance: turning on Gzip option now compresses styles.php in addition to index.php. [#2648]<br /><br />19. API: {$title} tag now has alias {$meta_title}<br /><br />20. API: new tag {$template} which can be used to get info about current page- or content template:<br />- {$template-&gt;id}<br />- {$template-&gt;title}, {$template-&gt;name}<br />- {$template-&gt;op}<br />- {$template-&gt;extension} - extension the template belongs to<br />- {$template-&gt;all}<br />See more in the Saurus API documentation.<br /><br />21. API:&nbsp; new tag {init_users} with parameters<br />- name - variable name where the returned data is saved. Default value is 'users'.<br />- parent - group ID value, optional.<br />See more in the Saurus API documentation.<br /><br />22. API: {init_files} now have new parameter parent_dir which can be used to give relative path to location of files eg 'public/documents'. This value has higher priority than 'parent' parameter.<br /><br /><span style="font-weight: bold;">Bug-fixes and changes</span><br /><br />1. {init_articles profile="profile_name"} did not filter by profile name. [#2406]<br /><br />2. File manager created image thumbnails using Imagemagick. Now rewritten to use GDLib. [#2660]<br /><br />3. Inserting lead/body separator inside a tag in Article Editor caused HTML to break when only lead or body was displayed in page output. [#2496]<br /><br />4. File extension was incorrectly output in init_documents when file name contained more than one dot. [#2509]<br /><br />5. Deleting more than one parent in Article Editor did not work. Only one parent was moved. [#2605]<br /><br />6. Articles which were included in more than one mailing lists were sent out in multiple copies. [#2639]<br /><br />7. Voting in polls did not work in newer PHP versions. [#2672]<br /><br />8. Optimized the number of extension.config.php files read during page display. [#2643] <br /><br />9. Search and Replace did not work with words that included brackets. [#2669]<br /><br />10. Adding comments was permitted only for aricles, forum topics, comments and sections. Now you can add comments to all content objects, including assets. [#2656]<br /><br />11. {print_box} did not display "article lists". [#2647]<br /><br />12. Adding language parameter to a content-object view now forces that object to be shown in that language. [#2661]<br /><br />13. {save_profile} didn't save if parameter "parent" was defined. [#2649]<br /><br />14. In the custom asset window the Apply, Save and Close buttons where pushed behind the edge of the window in Internet Explorer. [#2650]<br /><br />15. {save_profile} used wrong permissions when parameter "parent" was defined. [#2651]<br /><br />16. In the Article Editor the selection box for article parents pushed the Save button behind the edge of the window when section tree and names were long. [#2497]<br /><br />17. In editor view most links took the non-superuser editor to the public view. [#2670]<br /><br />18. The Permissions page deleted group permissions when saving a users permissions. [#2640]<br /><br />19. You couldn't save template in the admin section even if PHP tags were allowed. [#2653]<br /><br />20. Adding a data field to the XML mapping did not work with PHP5. [#2658]<br /><br />21. Security fix. [#2678]<br /><br />22. Minor bugfixes. [#2645, #1673, #2646, #2671]]]></description>
			<guid>http://www.saurus.info/?id=11491</guid> 
			<pubDate>Fri, 04 Apr 2008 00:00:00  EEST</pubDate>
		</item>
		
		<item>
			<title>Windows Vista incompatible with Saurus CMS 3 </title>
					<link>http://www.saurus.info/?id=11486</link>
							<description><![CDATA[Unfortunately the article editor in Saurus CMS 3.x does not work in  Windows Vista. This is because Microsoft, being concern of security  attacks, has disabled this functionality by removing "DHTML Editing  Control" in Internet Explorer. More technical description is provided here: <a href="http://blogs.msdn.com/ie/archive/2006/06/27/648850.aspx" class="moz-txt-link-freetext" target="_blank">http://blogs.msdn.com/ie/archive/2006/06/27/648850.aspx</a> <br /> <br />As Saurus CMS 4.x uses more advanced technologies for text editing, it  is wise to upgrade your Saurus CMS 3.x sites to version 4 before  migrating to Vista.]]></description>
			<guid>http://www.saurus.info/?id=11486</guid> 
			<pubDate>Thu, 03 Apr 2008 00:00:00  EEST</pubDate>
		</item>
		
		<item>
			<title>Version 4.4.8 released</title>
					<link>http://www.saurus.info/?id=11446</link>
							<description><![CDATA[Version 4.4.8 is released as beta. The offcial version is now 4.4.5<br /><br /><strong>New features in 4.4.8:<br /><br /></strong>1. Calendar: The built-in calendar now uses jQuery based UI Datepicker.<br /><br />2. Mailing list: A new option to send mailing list mails for each subscribed section or for each article.<br /><br />3. General: JavaScript files in the js/ folder and CSS files in the styles/default/ folder are now compressed.<br /><br />4. Saurus API: The API functions are now packaged as Smarty plugins and are included as needed by Smarty engine.<br /><br /><span style="font-weight: bold;">Bug-fixes in 4.4.8:</span><br /><br />1. Saurus API: {init_documents} tag failed to upload files in PHP5. [#2633]<br /><br />2. File manager: The "-" was being replaced with "_". [#2623]<br /><br />3. Users: The e-mail field is now included in the search on the "People" admin section. [#2625]<br /><br />4. Saurus API: {save_profile} tag saved double fields when the field was in the profile and in the additional parameters. [#2626]<br /><br />5. File manager: Admin folder was being synchronised with the database in PHP 5.1. [#2635]<br /><br />6. WYSIWYG editor: Saving caused an empty &lt;p&gt; tag to appear in the beginning of an article. [#2545]<br /><br />7. Permissions: Section not available to Everybody group was shown as missing (404) instead of displaying a login dialog. [#2581]<br /><br />8. Users: FILE type profile field did not work in the user editing dialog. [#2619]<br /><br />9. General: Changing language fails when the session can't be established (no cookies allowed). [#2621]<br /><br />10. Security bugfix: [#2622]]]></description>
			<guid>http://www.saurus.info/?id=11446</guid> 
			<pubDate>Wed, 23 Jan 2008 00:00:00  EET</pubDate>
		</item>
		
		<item>
			<title>Version 4.4.7 released</title>
					<link>http://www.saurus.info/?id=11430</link>
							<description><![CDATA[<p id="lead">Version 4.4.7 is released as beta. <br /> </p> <p><strong>New features in 4.4.7:</strong></p><p><strong><span style="font-weight: normal;">1. Users: "Remind password" e-mail can now be customised in system glossary.</span><br style="font-weight: normal;" /><br style="font-weight: normal;" /><span style="font-weight: normal;">2. Admin: Language settings page has been redesigned.</span><br /></strong></p><br /><span style="font-weight: bold;">Bug-fixes in 4.4.7:<br /><br /></span>1. Profiles: When profile field name had capital letters the saved values where not displayed. [#2560]<br /><br />2. Profiles: In selection fields, the custom assets were not in alphabetical order. [#2611]<br /><br />3. General: Recycle bin did not keep objects for the defined days. [#2602]<br /><br />4. Saurus API: Tag {save_profile} did not give any error message when registering with an existing user name. [#2608]<br />&nbsp;&nbsp;&nbsp; <br />5. Saurus API: Tag {init_profile} displayed incorrect date values when saving caused errors. [#2616]<br />&nbsp;&nbsp;&nbsp; <br />6. Saurus API: Tag {init_picture} printed out html tag &lt;/a&gt; after &lt;img&gt; tag. [#2612]<br /><br />7. Saurus API: Tag {init_calendar} calendar HTML did not fill the month's last week empty cells. [#2615]<br /><br />8. Saurus API: Multiple bugs in tag {save_profile}, there was no answer when overwriting data with the same data, some fields were not saved. [#2604]<br /><br />9. Admin: Template parameters could not be saved in the template editor if the template file had no writing permissions. [#2595]<br /><br />10. XML: When importing the articles, assets or events then updating did not update the object's title. [#2606]<br /><br />11. Installation: The updating messages left a large blank area on the screen. [#2609]<br /><br />12. Security bugfix: [#2573]<span style="font-weight: bold;"></span>]]></description>
			<guid>http://www.saurus.info/?id=11430</guid> 
			<pubDate>Fri, 14 Dec 2007 00:00:00  EET</pubDate>
		</item>
		
		<item>
			<title>Version 4.4.6 released</title>
					<link>http://www.saurus.info/?id=11407</link>
							<description><![CDATA[<p id="lead">Version 4.4.6 is released as beta. The offcial version is now 4.4.4<br /> </p> <p><strong>New features in 4.4.6:</strong></p><p>1. Saurus API: Tag {save_profile} new parameters "parent" and "on_create". See more details in Saurus API reference.<br /><br />2. Statistics: You can now see up to 200 recent visitor information.<strong></strong></p><p><span style="font-weight: bold;">Bug-fixes in 4.4.6:</span></p><p>1. Mailinglists: Mailing list boxes were always shown in the user interface even if the license did not include Mailinglists. [#2590]<br /><br />2. Profiles: When creating a new Custom Asset the title field was not created automatically, but was shown. [#2594]<br /><br />3. Saurus API: Tag {save_profile} didn't save data when the profile was set for CMS content object. [#2596]<br /><br />4. Saurus API: Tag {init_mailinglist} output repeated the last option in the list with PHP5. [#2601]<br /><br />5. File Manager: When changing a file and the new uploaded file had the same name, then the file got deleted. [#2576]<br /><br />6. File Manager: PHP function mime_content_type() has been deprecated and some distributions have omitted this function from PHP. [#2494]<br /><br />7. Security fixes: Removed outdated AdoDB library.&nbsp; [#2603]<br /><br />8. Minor bugfixes: [#2591]<span style="font-weight: bold;"><br /></span>]]></description>
			<guid>http://www.saurus.info/?id=11407</guid> 
			<pubDate>Thu, 15 Nov 2007 00:00:00  EET</pubDate>
		</item>
		
		<item>
			<title>Version 4.4.5 released</title>
					<link>http://www.saurus.info/?id=11404</link>
							<description><![CDATA[<p id="lead">Version 4.4.5 is released as beta. The offcial version is now 4.4.3<br /> </p> <p><strong>New features in 4.4.5:</strong></p>1. Error notifications: Simple e-mail alerts are sent out every hour about errors that have been logged in Site log. There is a new set of configuration values for this in the admin section on the "System &gt; Configuration" page named "Error Notifications".<br /><span style="font-weight: bold;"><br />Bug-fixes in 4.4.5:</span><br /><br />1. Admin: Image manipulation language selection on opening is now the admin section language. [#2551]<br /><br />2. SEO: On language change the friendly URL no more changes. [#2577]<br /><br />3. Admin: Languages &gt; Language settings page included site styles. [#2583]<br /><br />4. File manager: When changing a file and uploading a new file, the old file did not get deleted. [#2586]<br /><br />5. Admin: In System &gt; Data page profile type FILE broke HTML. [#2567]<br /><br />6. General: The password remind page's HTML did not validate. [#2582]<br /><br />7. RSS extension: Calendar pop-up gave JavaScript errors. [#2585]<br /><br />8. File manager: 0 byte sized files were not accepted as valid uploads. [#2589]<br /><br />9. SEO: init_objects, init_object and init_trail tag href attribute did not show friendly URL's. [#2578]<br /><br />10. Profiles: Get values from drop-down did not show active profile nor article headlines. Additionally the list is now sorted alphabetically. [#2565]<br /><br />11. Languages: When the language file was not encoded in ASCII, the translations were imported into Estonian. [#2566]<br /><br />12. Templates: Built-in templates page showed incorrectly ADR templates. [#2568]<br /><br />13. Profiles: SELECT fields did not show article headlines. [#2570]<br /><br />14. SAPI: save_profile overwrote user's group to Everybody.<br /><br />15. File manager: When changing a file and the new uploaded file had the same name, then the file got deleted. [#2576]<br /><br />16. Static Export extension: Image gallery had wrong paths to the images. [#2584]<br /><br />17. Templates: content templates in different extensions with the same name were displayed incorrectly. [#2475]<br /><br />18. File manager: Synchronizing deleted all the files from subfolders. [#2563]<br /><br />19. General: unpublished documents were accessible through direct link. [#2587]]]></description>
			<guid>http://www.saurus.info/?id=11404</guid> 
			<pubDate>Tue, 30 Oct 2007 00:00:00  EET</pubDate>
		</item>
		
		<item>
			<title>Version 4.4.4 released</title>
					<link>http://www.saurus.info/?id=11379</link>
							<description><![CDATA[<p id="lead">Version 4.4.4 is released as beta. The offcial version is now 4.4.2<br /> </p> <p><strong>New features in 4.4.4:</strong></p> <p>1. New module: "E-payments". This is a part of E-commerce functionality which allows to create, sign and verify e-payments. Currently supported: Sampo Bank, SEB Eesti Ühispank, Eesti Krediidipank, Hansabank, Nordea Bank and Credit Card payments via ESTCARD.<br /><br />2. New e-payment type in E-payments: Credit Cards via ESTCARD. Allows to make payments with major credit cards via ESTCARD.<br /><br />3. <span style="font-weight: bold;">NB! </span>Resolving wrong default position issue in the past: during version upgrade all sections' position values 9 and 5 will be converted to 0. To avoid backwards compability problems, version upgrade checks actual position values used in all Saurus API templates and displayes red warning messages in case of possible problems. The converted object ID values will be logged in the Site Log after the update is completed. [#2546]</p><span style="font-weight: bold;">Bug-fixes in 4.4.4:</span><br /><br />1. Article Editor: Inactive profile field were being overwritten with blank values when saving. [#2553]<br /><br />2. Permissions: Role permissions did not override group Everybody's permissions as should. [#2552]<br /><br />3. General: op=remindpass showed license type and version number in the page title. [#2558]<br />&nbsp;&nbsp;&nbsp; <br />4. General: ERROR 1071: Specified key was too long; occurred when database dump was read with -default-character-set=utf8 parameter. [#2559]<br /><br />5. File Manager: Minor PHP warning: array_merge(): Argument #1 is not an array in ../classes/objekt.class.php on line 342. [#2562]<br />&nbsp;&nbsp;&nbsp; <br />6. File Manager: The synchronisation did not make the file names file system safe. [#2549]<br />&nbsp;&nbsp;&nbsp; <br />7. General: The {.._newbutton} in {init_section} return created a new section in position 9. [#2546]<br />&nbsp;&nbsp;&nbsp; <br />8. ADR Extension: Editors could not delete ADR documents manually. [#2547]<br /><p />]]></description>
			<guid>http://www.saurus.info/?id=11379</guid> 
			<pubDate>Thu, 27 Sep 2007 00:00:00  EEST</pubDate>
		</item>
		
		<item>
			<title>Version 4.4.3 released</title>
					<link>http://www.saurus.info/?id=11354</link>
							<description><![CDATA[<p id="lead">Version 4.4.3 is released as beta. The offcial version is now 4.4.1<br /> </p> <p><strong>New features in 4.4.3:</strong></p><p>1. Saurus API: New tags {init_profile} and {save_profile} for loading and saving profile values. Profiles can be assigned to CMS content objects, assets, users, user groups or custom data objects. See more in Saurus API reference.<br /><br />2. Saurus API: New tags {init_sso} and {save_sso} for loading and saving user's Single Sign On info. See more in Saurus API reference.<br /><br />3. Saurus API: New tag {save_mailinglist} for saving user's mailinglist subscription info. See more in Saurus API reference.<br /><br />4. Saurus 4 extension: Default content template "User registration" redesigned to use new flexible Saurus API tags and abandon old tag {print_users_form}. This template is included in "Saurus 4" extension.<br /><br />5. eShop: Bank Connection module can now make payments to Nordea Bank.<br /><br />6. eShop: New configuration values on admin-page "E-commerce &gt; Configuration": in group "Bank payments" can now set file paths for e-banking secret key and signing programs. New configuration groups for each Bank included in eShop module: Sampo Pank, SEB Eesti Ühispank, Eesti Krediidipank, Hansapank, Nordea Pank.<br /><br />7. Languages: New field "Locale" in admin-page "Languages". Locale values are pre-filled for existing languages being also freely modifiable for administrators. Values are used in article's editor. [#2528, #2531]<br /><br />8. Languages: Added new languages: Belarusian, Bosnian, Filipino (Philippines), Dari, Luxembourgish, Romanish, Romanian, Syriac. [#2532]<br /><br />9. Profiles: Profile field's default value can now be taken also from external tables data. Profiles are defined on admin-page "System &gt; Profiles".<br /><br />10. Profiles: Improved a new table creation process on admin-page "System &gt; External tables": required fields "id", "name" and "profile_id" are created automatically for each table, allowing better profile support for external/custom data.<br /><br />11. System sections got new names [#2526]:<br />&nbsp;&nbsp;&nbsp; EN: Home =&gt; Site, System section =&gt; System<br />&nbsp;&nbsp;&nbsp; ET: Kodurubriik =&gt; Sait, Süsteemirubriik =&gt; Süsteem <br /><br />12. ADR extension: Data request is sent as e-mail attachment from now on.<br /></p><p style="font-weight: bold;">Bug-fixes in 4.4.3:</p>1. User interface: Password reminder didn't display any message after sending a new password. [#2512]<br /><br />2. User interface: Fixed Firefox style issues for checkboxes and radio buttons in MacOS X. [#2524]<br /><br />3. Saurus 4 extension: Default content template "Sitemap" fixed to valid HTML (&lt;li&gt; and &lt;ul&gt; mix-up). [#2544]<br /><br />4. Saurus 4 extension: Default content templates "Documents" and "Forum: topic view" printed out an extra &lt;/div&gt; tag. Bug starting from version 4.3.4. [#2543]<br /><br />5. Users: Field "created_date" was left empty after a new user registration. [#2508]<br /><br />6. General: Reversed version 4.3.1 bugfix "The content objects were sorted first by position and then by sorting number, the position is ignored from now on". It caused lots of unlogical behaviour in auto-jump feature and the previous logic got restored. [#2418]<br /><br />7. Site log: Website's automatic processes were assigned to logged in users instead of "system" user in some cases. Bug occurred when page load processes were triggered by logged in users or editors. Bug starting from version 4.3.4. [#2534]<br /><br />8. SEO: A line break in Meta-info fields caused Javascript error and disabled the input field. [#2527]<br /><br />9. SEO: Fields "Meta-keywords" and "Meta-description" swap and style issues on admin-page "Properties &gt; Meta-info". [#2540]<br /><br />10. Saurus API: Tag {init_assets} didn't display SELECT field value in PHP5. [#2530]<br /><br />11. Search: Security fix in search, search string containing " having actual results caused SQL error in Error Log. [#2542]<br /><br />12. Glossary: Language file import failed on Windows line breaks. [#2397]<br /><br />13. Admin: Fixed New-button style issues in Mozilla Firefox on some admin-pages. [#2538]<br /><br />14. Installation: Improved error page "Please go back and change default password..." [#1440]<br /><br />15. Minor bugfixes: [#2535]]]></description>
			<guid>http://www.saurus.info/?id=11354</guid> 
			<pubDate>Thu, 06 Sep 2007 00:00:00  EEST</pubDate>
		</item>
		
		<item>
			<title>Version 4.4.2 released</title>
					<link>http://www.saurus.info/?id=11315</link>
							<description><![CDATA[<p id="lead">Version 4.4.2 is released as beta. The offcial version is now 4.4.0<br /> </p> <p><strong>New features in 4.4.2:</strong></p><p><strong><span style="font-weight: normal;">1. ADR module: Data Request form has now a configurable CAPTCHA.</span><br style="font-weight: normal;" /><br style="font-weight: normal;" /><span style="font-weight: normal;">2. Saurus API: Tag {init_objects} has a new parameter "parent_system_alias" which allows to get objects from a specified system alias like "home", "system" etc.</span><br style="font-weight: normal;" /></strong></p><p><strong>Bug-fixes in 4.4.2:</strong></p><p><strong><span style="font-weight: normal;">1. Sitemap: The default sitemap template showed only section objects on the first tree level. [#2515]</span><br style="font-weight: normal;" /><br style="font-weight: normal;" /><span style="font-weight: normal;">2. Extensions: Admin page menu item translation was only added to English glossary. Now the admin page name is added to all active languages glossaries. [#2229]</span><br style="font-weight: normal;" /><br style="font-weight: normal;" /><span style="font-weight: normal;">3. Admin: Firefox showed abnormally high check boxes and radio buttons under MacOS X. [#2524]</span><br style="font-weight: normal;" /><br style="font-weight: normal;" /><span style="font-weight: normal;">4. Saurus API: Tag {init_events} did not recognise "on_create" parameter. [#2518]</span><br style="font-weight: normal;" /><br style="font-weight: normal;" /><span style="font-weight: normal;">5. Statistics: Pages and Page details showed incorrect (1) number of visitors. [#2522]</span><br style="font-weight: normal;" /><br style="font-weight: normal;" /><span style="font-weight: normal;">6. General: Firefox showed an error "Page is not redirecting properly". This only occurred when site had different domains for different languages and the page accessed was not in the default language. [#2519]</span><br style="font-weight: normal;" /><span style="font-weight: normal;">&nbsp;&nbsp;&nbsp; </span><br style="font-weight: normal;" /><span style="font-weight: normal;">7. General: Sometimes the first object opened on the site was an article which caused the auto-jump feature not to work. [#2418]</span><br /></strong>]]></description>
			<guid>http://www.saurus.info/?id=11315</guid> 
			<pubDate>Mon, 16 Jul 2007 00:00:00  EEST</pubDate>
		</item>
			</channel>
</rss>
