In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
31 [In-Portal CMS] Data Management bug report always 2009-05-26 00:43 2011-03-16 06:48
Dmitry  
alex  
normal  
closed 4.3.9  
fixed  
 
none 5.0.0  
0
0000031: Convert FCK "Internal Link Pointers" to Real URLs
At the output Check and Convert all Text fields (in Formatter) for FCK generated Internal Links in the following format (ie. @@[PageId]@@ ) to real URLs in the structure.

patch fck_links_not_replaced_439_cvs.patch (50,687) 2011-03-16 06:47
http://tracker.in-portal.org/file_download.php?file_id=971&type=bug
Issue History
2011-03-16 06:48 alex Note Added: 0003296
2011-03-16 06:47 alex File Added: fck_links_not_replaced_439_cvs.patch
2009-10-03 07:56 administrator Note Added: 0000611
2009-10-03 07:56 administrator Status resolved => closed
2009-10-03 07:38 administrator Type @60@ => bug report
2009-06-07 06:45 alex Reproducibility @70@ => always
2009-06-03 05:41 alex Fixed in Version 5.0.1 => 5.0.0
2009-06-03 05:40 alex Fixed in Version => 5.0.1
2009-05-26 10:43 alex Changeset attached RC r11766
2009-05-26 10:42 alex Changeset attached RC r11765
2009-05-26 10:40 alex Changeset attached RC r11764
2009-05-26 10:29 alex Changeset attached RC r11763
2009-05-26 10:27 alex Changeset attached RC r11762
2009-05-26 10:25 alex Changeset attached RC r11761
2009-05-26 10:20 alex Note Added: 0000013
2009-05-26 10:20 alex Status reviewed and tested => resolved
2009-05-26 10:20 alex Resolution open => fixed
2009-05-26 10:20 alex Changeset attached RC r11760
2009-05-26 00:43 Dmitry New Issue
2009-05-26 00:43 Dmitry Status active => reviewed and tested
2009-05-26 00:43 Dmitry Assigned To => alex

Notes
(0000013)
alex   
2009-05-26 10:20   
Fix committed to RC branch. Commit Message: 1. Fixes 0000031: Convert FCK "Internal Link Pointers" to Real URLs.
2. Fixes 0000032: SQL Error when using FCKEditor to edit textarea data.
3. In edit templates, where HTML isn't allowed, but multi line input is required 'allow_html="0"' added to inp_edit_textarea blocks.
4. Module root categories during installation were incorrectly sorted: "Products, Topics, News, Links" instead of "Links, News, Topics, Products".
5. Fixed "Preview" button in FCKEditor, when editing content blocks:
- problems with non-latin character encoding in javascript
- "Preview" button were not visible during content block editing, but was visible during category description editing, where it shouldn't.
6. Method "CategoriesTagProcessor::_replacePageIds" moved to "CategoryHelper::replacePageIds" and can be used in any place, where required.
7. Add new field option: "using_fck". When specified, then all "@@ID@@" occurences are replaced with actual structure page urls.
(0000611)
administrator   
2009-10-03 07:56   
Closing issues from 5.0.0 version, because version was already released.
(0003296)
alex   
2011-03-16 06:48   
Patch "fck_links_not_replaced_439_cvs.patch" is actually for a In-Portal 4.3.9 (that has "proj-base" and "proj-cms" modules).