In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

Viewing Issue Simple Details Jump to Notes ] Wiki ]  Related Changesets ] View Advanced ] Issue History ] Print ]
ID Category Type Reproducibility Date Submitted Last Update
0000031 [In-Portal CMS] Data Management bug report always 2009-05-26 00:43 2011-03-16 06:48
Reporter Dmitry View Status public Project Name In-Portal CMS
Assigned To alex Developer
Priority normal Resolution fixed Fixed in Version 5.0.0
Status closed Product Version 4.3.9 Target Version 5.0.0
Time EstimateNo estimate
Summary 0000031: Convert FCK "Internal Link Pointers" to Real URLs
Description 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.

Additional Information
Tags No tags attached.
Reference
Change Log Message
Estimate Points 0
Attached Files patch file icon fck_links_not_replaced_439_cvs.patch [^] (50,687 bytes) 2011-03-16 06:47 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
User avatar (0000013)
alex (manager)
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.
User avatar (0000611)
administrator (administrator)
2009-10-03 07:56

Closing issues from 5.0.0 version, because version was already released.
User avatar (0003296)
alex (manager)
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).

- Related Changesets
Modules :: In-News: RC r11766
Timestamp: 2009-05-26 10:42:58
Author: alex
Details ] Diff ]
1. Bug 0000031: Convert FCK "Internal Link Pointers" to Real URLs.
2. New "using_fck" options applied to unit configs.
mod - /in-news/branches/RC/in-news/units/articles/articles_config.php Diff ] File ]
Modules :: In-Link: RC r11765
Timestamp: 2009-05-26 10:41:50
Author: alex
Details ] Diff ]
1. Bug 0000031: Convert FCK "Internal Link Pointers" to Real URLs.
2. New "using_fck" options applied to unit configs.
mod - /in-link/branches/RC/in-link/units/links/links_config.php Diff ] File ]
mod - /in-link/branches/RC/in-link/units/listing_types/listing_types_config.php Diff ] File ]
Modules :: In-Commerce: RC r11764
Timestamp: 2009-05-26 10:40:22
Author: alex
Details ] Diff ]
1. Bug 0000031: Convert FCK "Internal Link Pointers" to Real URLs.
2. New "using_fck" options applied to unit configs.
3. Missing "/" in section design name in install.php.
mod - /in-commerce/branches/RC/in-commerce/install.php Diff ] File ]
mod - /in-commerce/branches/RC/in-commerce/units/affiliate_payment_types/affiliate_payment_types_config.php Diff ] File ]
mod - /in-commerce/branches/RC/in-commerce/units/affiliate_payments/affiliate_payments_config.php Diff ] File ]
mod - /in-commerce/branches/RC/in-commerce/units/affiliates/affiliates_config.php Diff ] File ]
mod - /in-commerce/branches/RC/in-commerce/units/gift_certificates/gift_certificates_config.php Diff ] File ]
mod - /in-commerce/branches/RC/in-commerce/units/manufacturers/manufacturers_config.php Diff ] File ]
mod - /in-commerce/branches/RC/in-commerce/units/orders/orders_config.php Diff ] File ]
mod - /in-commerce/branches/RC/in-commerce/units/payment_type/payment_type_config.php Diff ] File ]
mod - /in-commerce/branches/RC/in-commerce/units/products/products_config.php Diff ] File ]
Modules :: In-Bulletin: RC r11763
Timestamp: 2009-05-26 10:29:10
Author: alex
Details ] Diff ]
1. Bug 0000031: Convert FCK "Internal Link Pointers" to Real URLs.
2. New "using_fck" options applied to unit configs.
mod - /in-bulletin/branches/RC/in-bulletin/units/poll_answers/poll_answers_config.php Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/units/poll_comments/poll_comments_config.php Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/units/polls/polls_config.php Diff ] File ]
mod - /in-bulletin/branches/RC/in-bulletin/units/topics/topics_config.php Diff ] File ]
Modules :: Custom: RC r11761
Timestamp: 2009-05-26 10:25:14
Author: alex
Details ] Diff ]
1. Bug 0000031: Convert FCK "Internal Link Pointers" to Real URLs.
2. New "using_fck" options applied to unit configs.
mod - /custom/branches/RC/custom/units/test/test_config.php Diff ] File ]
In-Portal CMS: RC r11760
Timestamp: 2009-05-26 10:20:24
Author: alex
Details ] Diff ]
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.
mod - /in-portal/branches/RC/core/admin_templates/forms/form_field_edit.tpl Diff ] File ]
mod - /in-portal/branches/RC/core/admin_templates/incs/form_blocks.tpl Diff ] File ]
mod - /in-portal/branches/RC/core/admin_templates/regional/email_messages_edit.tpl Diff ] File ]
mod - /in-portal/branches/RC/core/admin_templates/regional/languages_edit.tpl Diff ] File ]
mod - /in-portal/branches/RC/core/editor/editor/plugins/MyPreview/fckplugin.js Diff ] File ]
mod - /in-portal/branches/RC/core/install/install_toolkit.php Diff ] File ]
mod - /in-portal/branches/RC/core/kernel/db/db_tag_processor.php Diff ] File ]
mod - /in-portal/branches/RC/core/kernel/utility/formatters/formatter.php Diff ] File ]
mod - /in-portal/branches/RC/core/kernel/utility/formatters/multilang_formatter.php Diff ] File ]
mod - /in-portal/branches/RC/core/units/categories/categories_config.php Diff ] File ]
mod - /in-portal/branches/RC/core/units/categories/categories_event_handler.php Diff ] File ]
mod - /in-portal/branches/RC/core/units/categories/categories_tag_processor.php Diff ] File ]
mod - /in-portal/branches/RC/core/units/content/content_config.php Diff ] File ]
add - /in-portal/branches/RC/core/units/content/content_eh.php File ]
mod - /in-portal/branches/RC/core/units/email_messages/email_messages_config.php Diff ] File ]
mod - /in-portal/branches/RC/core/units/forms/forms_config.php Diff ] File ]
mod - /in-portal/branches/RC/core/units/general/helpers/category_helper.php Diff ] File ]
mod - /in-portal/branches/RC/core/units/groups/groups_config.php Diff ] File ]
mod - /in-portal/branches/RC/core/units/mailing_lists/mailing_lists_config.php Diff ] File ]
mod - /in-portal/branches/RC/core/units/phrases/phrases_config.php Diff ] File ]
mod - /in-portal/branches/RC/core/units/reviews/reviews_config.php Diff ] File ]
mod - /in-portal/branches/RC/core/units/selectors/selectors_config.php Diff ] File ]
mod - /in-portal/branches/RC/core/units/stylesheets/stylesheets_config.php Diff ] File ]
mod - /in-portal/branches/RC/core/units/themes/themes_config.php Diff ] File ]
mod - /in-portal/branches/RC/core/units/translator/translator_config.php Diff ] File ]

- Issue History
Date Modified Username Field Change
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



Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker