Changelog ========= This is a non-exhaustive (but still near complete) changelog for phpwcms starting with 1.2.7. My thanks to all those people who've contributed bug reports and code fixes. 1.3.3 ===== 2007-05-02 [FIX] Problem solved (hope everywhere) for newsletter recipients import and CSV files made on Mac. Mac uses different linbreaks and default setting for PHP is 'auto_detect_line_endings' set Off. You will need PHP 4.3.0+. For older PHP convert your CSV file to have UNIX or Windows linebreaks. [FIX] For all phpwcms charsets different from 'iso-8859-1' and 'iso-8859-15' FCKeditor setting "FCKConfig.ProcessHTMLEntities" set to false. [ADD] Display if article pagination enabled in article content part listing (backend) and on which subsection (page) content part will be positioned. 2007-05-01 [FIX] Small fix for file list description textarea - empty lines will not trimmed or removed anymore. [FIX] Error message for failed captcha check in content part "guestbook" was missing. Use: [ERROR_CAPTCHA]{ERROR_CAPTCHA}/or whatever[/ERROR_CAPTCHA] [ADD] Pagination for content parts is supported now. Each content part has additional fields which can be edited only if content part is selected for rendering in main column (CONTENT) and if article has been selected for "content part pagination". You can define different templates for summary display of page 1 and how to render article summary for paginate page > 1. Default template is located here "template/inc_default/article_summary_paginate.tmpl". Custom article summary templates have to be stored under same name as custom template but inside subfolder "template/inc_cntpart/articlesummary/article/paginate". To get to know how replacment tags and sections are defined open "article_summary_paginate.tmpl". At the moment only [1][2]...[n] (class: a.cpPaginate, a.cpPaginateActive) and [Prev][Next] are supported. 2007-04-30 [FIX] Enhanced PDF creation libs for handling of unknown image types and images having not set height or width. [FIX] PDF creation failed for images having set absolute paths like src="/img..."; this is solved. [FIX] For PHP releases having not defined function "file_get_contents()" workaround function was named "_file_get_contents()" (old way to handle the problem, but obsolete). Solved by removing leading "_". [FIX] Rewriting URLs optimized a bit. 2007-04-29 [ADD] Additional select field in structure level form to choose an alternative config file from which overwrites template default settings while frontend rendering. [FIX] Text for content part field "comment" was not displayed after saving. [ADD] It's possible now to edit sorting value of content part. There is a new field "sort value" available. Then it is much easier to change sorting of content part. [ADD] Content part global form enhanced by new field for subsection (paginate) title. Might be useful in case content part has no title or subtitle but and paginate content part function is used to generate in-page menu. Is visible only for articles having selected "paginate content part". [ADD] Content part global form enhanced by new field for set number of subsection. Is used to group subsections. [ADD] It's possible now to jump into edit mode of article or structure level from inside a content part form. Might be useful (sometimes). [FIX] Some changes on how article and structure level data are fetched for content part (backend form). 2007-04-28 [FIX] Frontend rendering for glossary -> false template section for list_footer was set. [CHANGE] Glossary template class names changed a bit. [ADD] Content part "plain text" enhanced by template select menu - default template "plaintext.tmpl". [CHANGE] Content part "plain text" -> empty lines and spaces remains at text start and end. [FIX] Some layout fixes for filebrowser.php - and DOCTYPE XHTML Strict removed. [ADD] Additional select field in template form to choose an alternative config file from which overwrites template default settings while frontend rendering. [FIX] {NAV_LIST_UL} fixed in case of parent mode and no sublevel available. 2007-04-27 [FIX] Feeds.php had a missing debug output - sorry for that. Removed. [FIX] Several fixes while encoding html entities. [FIX] Some more fixes to solve problems with PDF creation. But it is not 100% UTF-8 safe - specialchars are still a problem because missing in font. [FIX] New content part for "mod glossary" could not be safed. 1.3.2.1 ======= 2007-04-26 [FIX] Charset problem fixed in case of use of htmlentities and phpwcms charset is different from ISO-8859-1. [FIX] Frontend user login check against frontend user setting in backend user administration. 1.3.2 ===== 2007-04-25 [ADD] New content part "images