Anonymous | Login | Signup for a new account | 2024-10-03 14:44 CDT |
Main | My View | View Issues | Change Log | Roadmap | Docs | Wiki | Repositories |
Viewing Issue Simple Details [ Jump to Notes ] [ Wiki ] [ Related Changesets ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
ID | Category | Type | Reproducibility | Date Submitted | Last Update | ||
0001259 | [In-Portal CMS] Optimization | task | always | 2012-04-15 13:49 | 2012-07-25 05:31 | ||
Reporter | Dmitry | View Status | public | Project Name | In-Portal CMS | ||
Assigned To | alex | Developer | |||||
Priority | normal | Resolution | fixed | Fixed in Version | 5.2.0-RC1 | ||
Status | closed | Product Version | 4.3.9 | Target Version | 5.2.0 | ||
Time Estimate | No estimate | ||||||
Summary | 0001259: Replace "unhtmlentities" with PHP native "htmlspecialchars_decode" method | ||||||
Description |
Replace "kUtil::unhtmlentities" with PHP native "htmlspecialchars_decode" method. htmlspecialchars_decode function is available since PHP 5.1.0 and is equivalent of our kUtil::unhtmlentities which was done for PHP4 backwards compatibility. http://php.net/manual/en/function.htmlspecialchars-decode.php |
||||||
Additional Information | |||||||
Tags | No tags attached. | ||||||
Reference | https://groups.google.com/d/topic/in-portal-dev/zi2hyISzmWY/discussion | ||||||
Change Log Message | Replaced "unhtmlentities" with PHP native "htmlspecialchars_decode" method | ||||||
Estimate Points | 1 | ||||||
Attached Files |
use_buildin_htmlentitiesdecode_function_core.patch [^] (7,579 bytes) 2012-04-20 07:27
[Show Content]
use_buildin_htmlentitiesdecode_function_modules.patch [^] (3,328 bytes) 2012-04-20 07:27 [Show Content] |
||||||
|
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Notes | |
(0004593) alex (manager) 2012-04-20 07:28 |
Will test all together later. |
(0004594) alex (manager) 2012-04-20 07:30 |
Fix committed to 5.2.x branch. Commit Message: Fixes 0001259: Replace "unhtmlentities" with PHP native "htmlspecialchars_decode" method |
(0004923) alex (manager) 2012-07-25 05:31 |
Since 5.2.0 version was released. |
Related Changesets | |||
In-Portal CMS: 5.2.x r15314 Timestamp: 2012-04-20 07:30:48 Author: alex [ Details ] [ Diff ] |
Fixes 0001259: Replace "unhtmlentities" with PHP native "htmlspecialchars_decode" method | ||
mod - /in-portal/branches/5.2.x/core/kernel/db/cat_event_handler.php | [ Diff ] [ File ] | ||
mod - /in-portal/branches/5.2.x/core/kernel/globals.php | [ Diff ] [ File ] | ||
mod - /in-portal/branches/5.2.x/core/kernel/processors/main_processor.php | [ Diff ] [ File ] | ||
mod - /in-portal/branches/5.2.x/core/kernel/utility/formatters/formatter.php | [ Diff ] [ File ] | ||
mod - /in-portal/branches/5.2.x/core/units/categories/categories_event_handler.php | [ Diff ] [ File ] | ||
mod - /in-portal/branches/5.2.x/core/units/categories/categories_tag_processor.php | [ Diff ] [ File ] | ||
mod - /in-portal/branches/5.2.x/core/units/forms/form_submissions/form_submissions_eh.php | [ Diff ] [ File ] | ||
mod - /in-portal/branches/5.2.x/core/units/thesaurus/thesaurus_eh.php | [ Diff ] [ File ] | ||
mod - /in-portal/branches/5.2.x/core/units/thesaurus/thesaurus_tp.php | [ Diff ] [ File ] | ||
mod - /in-portal/branches/5.2.x/core/units/user_profile/user_profile_eh.php | [ Diff ] [ File ] | ||
Modules :: In-News: 5.2.x r15313 Timestamp: 2012-04-20 07:30:05 Author: alex [ Details ] [ Diff ] |
Bug 0001259: Replace "unhtmlentities" with PHP native "htmlspecialchars_decode" method | ||
mod - /modules/in-news/branches/5.2.x/units/articles/articles_event_handler.php | [ Diff ] [ File ] | ||
Modules :: In-Commerce: 5.2.x r15312 Timestamp: 2012-04-20 07:29:52 Author: alex [ Details ] [ Diff ] |
Bug 0001259: Replace "unhtmlentities" with PHP native "htmlspecialchars_decode" method | ||
mod - /w/in-commerce/branches/5.2.x/units/order_items/order_items_tag_processor.php | [ Diff ] [ File ] | ||
mod - /w/in-commerce/branches/5.2.x/units/orders/order_calculator.php | [ Diff ] [ File ] | ||
mod - /w/in-commerce/branches/5.2.x/units/product_options/product_options_tag_processor.php | [ Diff ] [ File ] | ||
Modules :: In-Bulletin: 5.2.x r15311 Timestamp: 2012-04-20 07:29:29 Author: alex [ Details ] [ Diff ] |
Bug 0001259: Replace "unhtmlentities" with PHP native "htmlspecialchars_decode" method | ||
mod - /modules/in-bulletin/branches/5.2.x/units/helpers/post_helper.php | [ Diff ] [ File ] | ||
Issue History | |||
Date Modified | Username | Field | Change |
2012-07-25 05:31 | alex | Note Added: 0004923 | |
2012-07-25 05:31 | alex | Status | resolved => closed |
2012-04-20 07:30 | alex | Note Added: 0004594 | |
2012-04-20 07:30 | alex | Status | reviewed and tested => resolved |
2012-04-20 07:30 | alex | Fixed in Version | => 5.2.0-RC1 |
2012-04-20 07:30 | alex | Resolution | open => fixed |
2012-04-20 07:30 | alex | Assigned To | !COMMUNITY => alex |
2012-04-20 07:30 | alex | Changeset attached | 5.2.x r15314 |
2012-04-20 07:30 | alex | Changeset attached | 5.2.x r15313 |
2012-04-20 07:29 | alex | Changeset attached | 5.2.x r15312 |
2012-04-20 07:29 | alex | Changeset attached | 5.2.x r15311 |
2012-04-20 07:28 | alex | Note Added: 0004593 | |
2012-04-20 07:28 | alex | Status | needs testing => reviewed and tested |
2012-04-20 07:28 | alex | Assigned To | => !COMMUNITY |
2012-04-20 07:28 | alex | Developer | => alex |
2012-04-20 07:28 | alex | Status | active => needs testing |
2012-04-20 07:27 | alex | Estimate Points | 0 => 1 |
2012-04-20 07:27 | alex | File Added: use_buildin_htmlentitiesdecode_function_modules.patch | |
2012-04-20 07:27 | alex | File Added: use_buildin_htmlentitiesdecode_function_core.patch | |
2012-04-15 13:54 | Dmitry | Reference | [/url] => [url]https://groups.google.com/d/topic/in-portal-dev/zi2hyISzmWY/discussion |
2012-04-15 13:49 | Dmitry | New Issue | |
2012-04-15 13:49 | Dmitry | Reference | => [url][/url] |
2012-04-15 13:49 | Dmitry | Change Log Message | => Replaced "unhtmlentities" with PHP native "htmlspecialchars_decode" method |
2012-04-15 13:49 | Dmitry | Estimate Points | => 0 |
Main | My View | View Issues | Change Log | Roadmap | Docs | Wiki | Repositories |
Web Development by Intechnic In-Portal Open Source CMS |