In-Portal Issue Tracker - In-Portal CMS
|
|||||||||||||||||||||||||||||||||||
Viewing Issue Advanced Details | |||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||
ID: | Category: | Type: | Reproducibility: | Date Submitted: | Last Update: | ||||||||||||||||||||||||||||||
268 | [In-Portal CMS] Optimization | task | always | 2009-09-04 12:05 | 2012-07-25 05:39 | ||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||
Reporter: | Dmitry | Platform: | |||||||||||||||||||||||||||||||||
Assigned To: | OS: | ||||||||||||||||||||||||||||||||||
Priority: | normal | OS Version: | |||||||||||||||||||||||||||||||||
Status: | active | Product Version: | 5.1.0 | ||||||||||||||||||||||||||||||||
Product Build: | Resolution: | open | |||||||||||||||||||||||||||||||||
ETA: | none | Fixed in Version: | |||||||||||||||||||||||||||||||||
Reference: | |||||||||||||||||||||||||||||||||||
Change Log Message: | |||||||||||||||||||||||||||||||||||
Estimate Points: | 3 | ||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||
Summary: | 0000268: Code Cleanup in 5.2.x branch | ||||||||||||||||||||||||||||||||||
Description: |
This an ongoing task for Code cleanup in the whole system in 5.2.x branch. --------------- 1. kModRewriteHelper and kUrlManager both works with urls and get some data from kApplication class too. Need to unify url build/parse process (maybe by creating kiUrlProcessor interface, that will be implemented in PlainUrlProcessor and RewriteUrlProcessor classes). 2. Temp Handler class optimization: - implement class using Collection pattern (like tests are collected in phpUnit) and create Clone, Delete, etc. methods for the class. - this way operations will be single-item based, not table-based as right now. - This of course will result separate sqls for subitem quering based on individual parent, but that's small price to pay to have correctly organized class hierarchy 3. 0001224 - Email event usage refactoring (part 1) - create kEmail class with following public methods: -- findEvent($name, $type) -- setParams($params) -- send() - make $this->sender refer to kEmailSendingHelper class instance for easy access across all methods - move existing code from EmailEventsEventHandler into new kEmail class - replace OnEmailEvent event sending with new kEmail class usage 4. Email event refactoring (part 2) - replace tons of "switch by RecipientType (to, cc, bcc) field" into polymorphism |
||||||||||||||||||||||||||||||||||
Steps To Reproduce: | |||||||||||||||||||||||||||||||||||
Additional Information: |
Users: 0001031: User management internals refactoring 0000964: Improvements to user Login field 0000778: Improvements to Create User & Admin form in Admin 0000948: Change in "Forgot Password" logic Data Validation: 0000270: "Form Configuration" for Add/Edit in Admin Console 0000271: Redesign "Data Validation" Engine https://groups.google.com/forum/#!topic/in-portal-dev/cfhRH6VUxaE/discussion |
||||||||||||||||||||||||||||||||||
Relationships |
| ||||||||||||||||||||||||||||||||||
Attached Files: |
scope_kw_core.patch (410,800) 2011-10-04 04:32 http://tracker.in-portal.org/file_download.php?file_id=1193&type=bug scope_kw_modules.patch (120,716) 2011-10-04 04:32 http://tracker.in-portal.org/file_download.php?file_id=1194&type=bug removing_references_in_events_core.patch (267,180) 2012-03-03 12:37 http://tracker.in-portal.org/file_download.php?file_id=1527&type=bug removing_references_in_events_modules.patch (182,174) 2012-03-03 13:01 http://tracker.in-portal.org/file_download.php?file_id=1528&type=bug removing_references_in_makeclass_recallobject_core.patch (294,978) 2012-03-04 02:05 http://tracker.in-portal.org/file_download.php?file_id=1529&type=bug removing_references_in_makeclass_recallobject_modules.patch (210,600) 2012-03-04 02:05 http://tracker.in-portal.org/file_download.php?file_id=1530&type=bug removing_references_in_parent_event_core.patch (3,293) 2012-03-04 02:57 http://tracker.in-portal.org/file_download.php?file_id=1531&type=bug removing_references_in_event_getobject_core.patch (95,682) 2012-03-04 03:03 http://tracker.in-portal.org/file_download.php?file_id=1532&type=bug removing_references_in_event_getobject_modules.patch (84,935) 2012-03-04 03:03 http://tracker.in-portal.org/file_download.php?file_id=1533&type=bug removing_references_in_tp_getobject_core.patch (44,335) 2012-03-04 03:24 http://tracker.in-portal.org/file_download.php?file_id=1534&type=bug removing_references_in_tp_getobject_modules.patch (49,194) 2012-03-04 03:25 http://tracker.in-portal.org/file_download.php?file_id=1535&type=bug use_simplexml_for_internal_xml_parsing.patch (23,360) 2012-03-04 05:50 http://tracker.in-portal.org/file_download.php?file_id=1536&type=bug |
||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||
Issue History | |||||||||||||||||||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||||||||||||||||||
2012-09-04 05:51 | alex | Relationship added | parent of 0001387 | ||||||||||||||||||||||||||||||||
2012-08-17 10:19 | alex | Changeset attached | 5.2.x r15518 | ||||||||||||||||||||||||||||||||
2012-07-25 05:39 | alex | Target Version | 5.2.0 => 5.2.1 | ||||||||||||||||||||||||||||||||
2012-05-29 09:45 | alex | Changeset attached | 5.2.x r15371 | ||||||||||||||||||||||||||||||||
2012-05-29 06:15 | alex | Description Updated | bug_revision_view_page.php?rev_id=1017#r1017 | ||||||||||||||||||||||||||||||||
2012-05-18 04:59 | alex | Changeset attached | 1.2.x r15348 | ||||||||||||||||||||||||||||||||
2012-04-12 03:45 | alex | Changeset attached | 5.2.x r15292 | ||||||||||||||||||||||||||||||||
2012-04-06 14:25 | alex | Relationship added | parent of 0001255 | ||||||||||||||||||||||||||||||||
2012-03-26 05:38 | alex | Changeset attached | 5.2.x r15233 | ||||||||||||||||||||||||||||||||
2012-03-26 05:32 | alex | Changeset attached | 5.2.x r15232 | ||||||||||||||||||||||||||||||||
2012-03-26 03:18 | alex | Changeset attached | 5.2.x r15229 | ||||||||||||||||||||||||||||||||
2012-03-26 02:36 | alex | Changeset attached | 5.2.x r15228 | ||||||||||||||||||||||||||||||||
2012-03-14 12:12 | alex | Relationship added | related to 0001224 | ||||||||||||||||||||||||||||||||
2012-03-14 12:12 | alex | Description Updated | bug_revision_view_page.php?rev_id=982#r982 | ||||||||||||||||||||||||||||||||
2012-03-13 08:09 | alex | Description Updated | bug_revision_view_page.php?rev_id=981#r981 | ||||||||||||||||||||||||||||||||
2012-03-04 05:50 | alex | Changeset attached | 5.2.x r15158 | ||||||||||||||||||||||||||||||||
2012-03-04 05:50 | alex | File Added: use_simplexml_for_internal_xml_parsing.patch | |||||||||||||||||||||||||||||||||
2012-03-04 03:27 | alex | Changeset attached | 5.2.x r15157 | ||||||||||||||||||||||||||||||||
2012-03-04 03:27 | alex | Changeset attached | 5.2.x r15156 | ||||||||||||||||||||||||||||||||
2012-03-04 03:27 | alex | Changeset attached | 5.2.x r15155 | ||||||||||||||||||||||||||||||||
2012-03-04 03:26 | alex | Changeset attached | 5.2.x r15154 | ||||||||||||||||||||||||||||||||
2012-03-04 03:26 | alex | Changeset attached | 1.2.x r15153 | ||||||||||||||||||||||||||||||||
2012-03-04 03:26 | alex | Changeset attached | 5.2.x r15152 | ||||||||||||||||||||||||||||||||
2012-03-04 03:25 | alex | File Added: removing_references_in_tp_getobject_modules.patch | |||||||||||||||||||||||||||||||||
2012-03-04 03:24 | alex | File Added: removing_references_in_tp_getobject_core.patch | |||||||||||||||||||||||||||||||||
2012-03-04 03:05 | alex | Changeset attached | 5.2.x r15151 | ||||||||||||||||||||||||||||||||
2012-03-04 03:05 | alex | Changeset attached | 5.2.x r15150 | ||||||||||||||||||||||||||||||||
2012-03-04 03:05 | alex | Changeset attached | 5.2.x r15149 | ||||||||||||||||||||||||||||||||
2012-03-04 03:04 | alex | Changeset attached | 5.2.x r15148 | ||||||||||||||||||||||||||||||||
2012-03-04 03:04 | alex | Changeset attached | 5.2.x r15147 | ||||||||||||||||||||||||||||||||
2012-03-04 03:04 | alex | Changeset attached | 1.2.x r15146 | ||||||||||||||||||||||||||||||||
2012-03-04 03:04 | alex | Changeset attached | 5.2.x r15145 | ||||||||||||||||||||||||||||||||
2012-03-04 03:03 | alex | File Added: removing_references_in_event_getobject_modules.patch | |||||||||||||||||||||||||||||||||
2012-03-04 03:03 | alex | File Added: removing_references_in_event_getobject_core.patch | |||||||||||||||||||||||||||||||||
2012-03-04 02:58 | alex | Changeset attached | 5.2.x r15144 | ||||||||||||||||||||||||||||||||
2012-03-04 02:57 | alex | File Added: removing_references_in_parent_event_core.patch | |||||||||||||||||||||||||||||||||
2012-03-04 02:09 | alex | Changeset attached | 5.2.x r15143 | ||||||||||||||||||||||||||||||||
2012-03-04 02:08 | alex | Changeset attached | 5.2.x r15142 | ||||||||||||||||||||||||||||||||
2012-03-04 02:08 | alex | Changeset attached | 5.2.x r15141 | ||||||||||||||||||||||||||||||||
2012-03-04 02:07 | alex | Changeset attached | 5.2.x r15140 | ||||||||||||||||||||||||||||||||
2012-03-04 02:07 | alex | Changeset attached | 5.2.x r15139 | ||||||||||||||||||||||||||||||||
2012-03-04 02:06 | alex | Changeset attached | 1.2.x r15138 | ||||||||||||||||||||||||||||||||
2012-03-04 02:06 | alex | Changeset attached | 5.2.x r15137 | ||||||||||||||||||||||||||||||||
2012-03-04 02:05 | alex | File Added: removing_references_in_makeclass_recallobject_modules.patch | |||||||||||||||||||||||||||||||||
2012-03-04 02:05 | alex | File Added: removing_references_in_makeclass_recallobject_core.patch | |||||||||||||||||||||||||||||||||
2012-03-03 15:16 | alex | Note Added: 0004482 | |||||||||||||||||||||||||||||||||
2012-03-03 13:05 | alex | Changeset attached | 5.2.x r15136 | ||||||||||||||||||||||||||||||||
2012-03-03 13:05 | alex | Changeset attached | 5.2.x r15135 | ||||||||||||||||||||||||||||||||
2012-03-03 13:04 | alex | Changeset attached | 5.2.x r15134 | ||||||||||||||||||||||||||||||||
2012-03-03 13:04 | alex | Changeset attached | 5.2.x r15133 | ||||||||||||||||||||||||||||||||
2012-03-03 13:04 | alex | Changeset attached | 5.2.x r15132 | ||||||||||||||||||||||||||||||||
2012-03-03 13:04 | alex | Changeset attached | 1.2.x r15131 | ||||||||||||||||||||||||||||||||
2012-03-03 13:01 | alex | File Added: removing_references_in_events_modules.patch | |||||||||||||||||||||||||||||||||
2012-03-03 12:38 | alex | Changeset attached | 5.2.x r15130 | ||||||||||||||||||||||||||||||||
2012-03-03 12:37 | alex | File Added: removing_references_in_events_core.patch | |||||||||||||||||||||||||||||||||
2012-02-17 09:26 | alex | Changeset attached | 5.2.x r15115 | ||||||||||||||||||||||||||||||||
2012-02-06 04:14 | alex | Changeset attached | 5.2.x r15104 | ||||||||||||||||||||||||||||||||
2012-01-18 08:25 | alex | Changeset attached | 5.2.x r15073 | ||||||||||||||||||||||||||||||||
2012-01-18 08:19 | alex | Changeset attached | 5.2.x r15072 | ||||||||||||||||||||||||||||||||
2012-01-18 08:18 | alex | Changeset attached | 5.2.x r15071 | ||||||||||||||||||||||||||||||||
2012-01-18 08:17 | alex | Changeset attached | 5.2.x r15069 | ||||||||||||||||||||||||||||||||
2012-01-17 09:11 | alex | Changeset attached | 5.2.x r15065 | ||||||||||||||||||||||||||||||||
2012-01-17 08:51 | alex | Changeset attached | 5.2.x r15064 | ||||||||||||||||||||||||||||||||
2012-01-17 08:51 | alex | Changeset attached | 5.2.x r15063 | ||||||||||||||||||||||||||||||||
2012-01-17 08:50 | alex | Changeset attached | 5.2.x r15062 | ||||||||||||||||||||||||||||||||
2012-01-17 08:50 | alex | Changeset attached | 5.2.x r15061 | ||||||||||||||||||||||||||||||||
2012-01-17 08:31 | alex | Changeset attached | 5.2.x r15060 | ||||||||||||||||||||||||||||||||
2012-01-17 08:27 | alex | Changeset attached | 5.2.x r15059 | ||||||||||||||||||||||||||||||||
2012-01-17 08:25 | alex | Changeset attached | 1.2.x r15058 | ||||||||||||||||||||||||||||||||
2012-01-17 03:22 | alex | Changeset attached | 5.2.x r15055 | ||||||||||||||||||||||||||||||||
2012-01-16 07:58 | alex | Changeset attached | 5.2.x r15046 | ||||||||||||||||||||||||||||||||
2012-01-16 07:56 | alex | Changeset attached | 5.2.x r15045 | ||||||||||||||||||||||||||||||||
2012-01-10 04:10 | alex | Changeset attached | 5.2.x r15027 | ||||||||||||||||||||||||||||||||
2012-01-10 02:57 | alex | Changeset attached | 5.2.x r15025 | ||||||||||||||||||||||||||||||||
2012-01-09 11:16 | alex | Changeset attached | 5.2.x r15021 | ||||||||||||||||||||||||||||||||
2012-01-09 11:14 | alex | Changeset attached | 5.2.x r15020 | ||||||||||||||||||||||||||||||||
2012-01-09 05:41 | alex | Changeset attached | 5.2.x r15018 | ||||||||||||||||||||||||||||||||
2012-01-09 04:28 | alex | Changeset attached | 5.2.x r15017 | ||||||||||||||||||||||||||||||||
2012-01-09 04:27 | alex | Changeset attached | 5.2.x r15016 | ||||||||||||||||||||||||||||||||
2012-01-06 06:22 | alex | Changeset attached | 5.2.x r14998 | ||||||||||||||||||||||||||||||||
2012-01-05 05:19 | alex | Changeset attached | 5.2.x r14995 | ||||||||||||||||||||||||||||||||
2012-01-04 10:24 | alex | Changeset attached | 5.2.x r14989 | ||||||||||||||||||||||||||||||||
2012-01-04 10:12 | alex | Changeset attached | 5.2.x r14988 | ||||||||||||||||||||||||||||||||
2012-01-04 10:12 | alex | Changeset attached | 5.2.x r14987 | ||||||||||||||||||||||||||||||||
2012-01-04 10:11 | alex | Changeset attached | 5.2.x r14986 | ||||||||||||||||||||||||||||||||
2012-01-04 10:04 | alex | Changeset attached | 5.2.x r14985 | ||||||||||||||||||||||||||||||||
2012-01-04 10:02 | alex | Changeset attached | 5.2.x r14984 | ||||||||||||||||||||||||||||||||
2012-01-04 09:59 | alex | Changeset attached | 1.2.x r14983 | ||||||||||||||||||||||||||||||||
2011-12-30 04:49 | alex | Changeset attached | 5.2.x r14958 | ||||||||||||||||||||||||||||||||
2011-12-30 04:49 | alex | Changeset attached | 5.2.x r14957 | ||||||||||||||||||||||||||||||||
2011-12-30 04:48 | alex | Changeset attached | 5.2.x r14956 | ||||||||||||||||||||||||||||||||
2011-12-30 04:48 | alex | Changeset attached | 5.2.x r14955 | ||||||||||||||||||||||||||||||||
2011-12-27 10:27 | alex | Changeset attached | 5.2.x r14926 | ||||||||||||||||||||||||||||||||
2011-12-27 10:03 | alex | Changeset attached | 5.2.x r14924 | ||||||||||||||||||||||||||||||||
2011-12-27 10:02 | alex | Changeset attached | 5.2.x r14923 | ||||||||||||||||||||||||||||||||
2011-12-27 06:04 | alex | Changeset attached | 5.2.x r14921 | ||||||||||||||||||||||||||||||||
2011-12-23 11:37 | Dmitry | Relationship added | related to 0001153 | ||||||||||||||||||||||||||||||||
2011-12-23 11:35 | Dmitry | Description Updated | bug_revision_view_page.php?rev_id=936#r936 | ||||||||||||||||||||||||||||||||
2011-12-23 10:57 | alex | Relationship added | related to 0001003 | ||||||||||||||||||||||||||||||||
2011-12-23 03:25 | alex | Changeset attached | 5.2.x r14904 | ||||||||||||||||||||||||||||||||
2011-12-20 10:11 | alex | Changeset attached | 5.2.x r14889 | ||||||||||||||||||||||||||||||||
2011-12-16 05:59 | alex | Changeset attached | 5.2.x r14874 | ||||||||||||||||||||||||||||||||
2011-12-16 05:56 | alex | Changeset attached | 5.2.x r14873 | ||||||||||||||||||||||||||||||||
2011-12-16 05:56 | alex | Changeset attached | 5.2.x r14872 | ||||||||||||||||||||||||||||||||
2011-12-16 05:55 | alex | Changeset attached | 5.2.x r14871 | ||||||||||||||||||||||||||||||||
2011-12-16 05:54 | alex | Changeset attached | 5.2.x r14870 | ||||||||||||||||||||||||||||||||
2011-12-16 05:14 | alex | Changeset attached | 5.2.x r14869 | ||||||||||||||||||||||||||||||||
2011-12-08 08:49 | alex | Changeset attached | 5.2.x r14854 | ||||||||||||||||||||||||||||||||
2011-12-08 06:31 | alex | Changeset attached | 5.2.x r14851 | ||||||||||||||||||||||||||||||||
2011-12-08 06:29 | alex | Changeset attached | 5.2.x r14850 | ||||||||||||||||||||||||||||||||
2011-12-08 06:29 | alex | Changeset attached | 5.2.x r14849 | ||||||||||||||||||||||||||||||||
2011-12-08 06:28 | alex | Changeset attached | 5.2.x r14848 | ||||||||||||||||||||||||||||||||
2011-12-08 06:27 | alex | Changeset attached | 1.2.x r14847 | ||||||||||||||||||||||||||||||||
2011-12-08 03:24 | alex | Changeset attached | 5.2.x r14843 | ||||||||||||||||||||||||||||||||
2011-12-01 07:16 | alex | Changeset attached | 5.2.x r14815 | ||||||||||||||||||||||||||||||||
2011-11-24 10:39 | alex | Changeset attached | 5.2.x r14796 | ||||||||||||||||||||||||||||||||
2011-11-23 07:25 | alex | Changeset attached | 5.2.x r14787 | ||||||||||||||||||||||||||||||||
2011-11-22 10:44 | alex | Changeset attached | 5.2.x r14784 | ||||||||||||||||||||||||||||||||
2011-11-22 05:57 | alex | Changeset attached | 5.2.x r14776 | ||||||||||||||||||||||||||||||||
2011-11-22 05:56 | alex | Changeset attached | 5.2.x r14775 | ||||||||||||||||||||||||||||||||
2011-11-22 05:56 | alex | Changeset attached | 5.2.x r14774 | ||||||||||||||||||||||||||||||||
2011-11-22 05:56 | alex | Changeset attached | 5.2.x r14773 | ||||||||||||||||||||||||||||||||
2011-11-09 03:36 | alex | Changeset attached | 5.2.x r14750 | ||||||||||||||||||||||||||||||||
2011-11-09 03:36 | alex | Changeset attached | 5.2.x r14749 | ||||||||||||||||||||||||||||||||
2011-11-09 03:35 | alex | Changeset attached | 5.2.x r14748 | ||||||||||||||||||||||||||||||||
2011-11-07 14:06 | alex | Changeset attached | 5.2.x r14738 | ||||||||||||||||||||||||||||||||
2011-11-07 04:52 | alex | Note Added: 0004137 | |||||||||||||||||||||||||||||||||
2011-11-07 03:48 | alex | Changeset attached | 5.2.x r14735 | ||||||||||||||||||||||||||||||||
2011-11-01 05:05 | alex | Changeset attached | 5.2.x r14714 | ||||||||||||||||||||||||||||||||
2011-11-01 04:41 | alex | Changeset attached | 5.2.x r14713 | ||||||||||||||||||||||||||||||||
2011-11-01 04:40 | alex | Changeset attached | 5.2.x r14712 | ||||||||||||||||||||||||||||||||
2011-11-01 04:40 | alex | Changeset attached | 5.2.x r14711 | ||||||||||||||||||||||||||||||||
2011-11-01 04:39 | alex | Changeset attached | 5.2.x r14710 | ||||||||||||||||||||||||||||||||
2011-11-01 04:38 | alex | Changeset attached | 1.2.x r14709 | ||||||||||||||||||||||||||||||||
2011-10-31 07:16 | alex | Changeset attached | 5.2.x r14707 | ||||||||||||||||||||||||||||||||
2011-10-31 03:20 | alex | Changeset attached | 5.2.x r14706 | ||||||||||||||||||||||||||||||||
2011-10-26 06:43 | alex | Changeset attached | 5.2.x r14704 | ||||||||||||||||||||||||||||||||
2011-10-26 06:43 | alex | Changeset attached | 5.2.x r14703 | ||||||||||||||||||||||||||||||||
2011-10-26 06:43 | alex | Changeset attached | 5.2.x r14702 | ||||||||||||||||||||||||||||||||
2011-10-26 06:41 | alex | Changeset attached | 5.2.x r14701 | ||||||||||||||||||||||||||||||||
2011-10-26 06:40 | alex | Changeset attached | 5.2.x r14700 | ||||||||||||||||||||||||||||||||
2011-10-26 06:39 | alex | Changeset attached | 5.2.x r14699 | ||||||||||||||||||||||||||||||||
2011-10-24 06:52 | alex | Description Updated | bug_revision_view_page.php?rev_id=887#r887 | ||||||||||||||||||||||||||||||||
2011-10-22 05:31 | alex | Estimate Points | => 3 | ||||||||||||||||||||||||||||||||
2011-10-19 03:32 | alex | Changeset attached | 5.2.x r14678 | ||||||||||||||||||||||||||||||||
2011-10-19 03:32 | alex | Changeset attached | 5.2.x r14677 | ||||||||||||||||||||||||||||||||
2011-10-19 03:30 | alex | Changeset attached | 5.2.x r14676 | ||||||||||||||||||||||||||||||||
2011-10-19 03:29 | alex | Changeset attached | 5.2.x r14675 | ||||||||||||||||||||||||||||||||
2011-10-15 13:46 | alex | Changeset attached | 5.2.x r14667 | ||||||||||||||||||||||||||||||||
2011-10-15 13:46 | alex | Changeset attached | 1.2.x r14666 | ||||||||||||||||||||||||||||||||
2011-10-11 11:16 | alex | Changeset attached | 5.2.x r14656 | ||||||||||||||||||||||||||||||||
2011-10-11 10:44 | alex | Changeset attached | 5.2.x r14655 | ||||||||||||||||||||||||||||||||
2011-10-11 10:41 | alex | Changeset attached | 5.2.x r14654 | ||||||||||||||||||||||||||||||||
2011-10-05 05:10 | alex | Changeset attached | 5.2.x r14632 | ||||||||||||||||||||||||||||||||
2011-10-04 04:36 | alex | Changeset attached | 5.2.x r14628 | ||||||||||||||||||||||||||||||||
2011-10-04 04:35 | alex | Changeset attached | 5.2.x r14627 | ||||||||||||||||||||||||||||||||
2011-10-04 04:34 | alex | Changeset attached | 5.2.x r14626 | ||||||||||||||||||||||||||||||||
2011-10-04 04:34 | alex | Changeset attached | 5.2.x r14625 | ||||||||||||||||||||||||||||||||
2011-10-04 04:33 | alex | Changeset attached | 5.2.x r14624 | ||||||||||||||||||||||||||||||||
2011-10-04 04:33 | alex | Changeset attached | 5.2.x r14623 | ||||||||||||||||||||||||||||||||
2011-10-04 04:32 | alex | Changeset attached | 1.2.x r14622 | ||||||||||||||||||||||||||||||||
2011-10-04 04:32 | alex | File Added: scope_kw_modules.patch | |||||||||||||||||||||||||||||||||
2011-10-04 04:32 | alex | File Added: scope_kw_core.patch | |||||||||||||||||||||||||||||||||
2011-07-07 13:03 | alex | Additional Information Updated | bug_revision_view_page.php?rev_id=750#r750 | ||||||||||||||||||||||||||||||||
2011-07-07 09:24 | alex | Description Updated | bug_revision_view_page.php?rev_id=747#r747 | ||||||||||||||||||||||||||||||||
2011-07-05 15:41 | Dmitry | Relationship added | related to 0000463 | ||||||||||||||||||||||||||||||||
2011-07-05 15:39 | Dmitry | Additional Information Updated | bug_revision_view_page.php?rev_id=740#r740 | ||||||||||||||||||||||||||||||||
2011-07-05 15:38 | Dmitry | Note Edited: 0003206 | bug_revision_view_page.php?bugnote_id=0003206#r739 | ||||||||||||||||||||||||||||||||
2011-07-05 15:38 | Dmitry | Additional Information Updated | bug_revision_view_page.php?rev_id=737#r737 | ||||||||||||||||||||||||||||||||
2011-07-05 11:33 | alex | Changeset attached | 5.2.x r14429 | ||||||||||||||||||||||||||||||||
2011-07-05 11:32 | alex | Note Added: 0003583 | |||||||||||||||||||||||||||||||||
2011-07-05 11:31 | alex | Changeset attached | 5.2.x r14428 | ||||||||||||||||||||||||||||||||
2011-02-07 01:58 | alex | Description Updated | bug_revision_view_page.php?rev_id=679#r679 | ||||||||||||||||||||||||||||||||
2011-02-01 03:47 | alex | Description Updated | bug_revision_view_page.php?rev_id=674#r674 | ||||||||||||||||||||||||||||||||
2011-01-31 02:20 | alex | Description Updated | bug_revision_view_page.php?rev_id=673#r673 | ||||||||||||||||||||||||||||||||
2011-01-31 02:19 | alex | Issue Monitored: alex | |||||||||||||||||||||||||||||||||
2011-01-24 09:55 | alex | Description Updated | bug_revision_view_page.php?rev_id=666#r666 | ||||||||||||||||||||||||||||||||
2011-01-24 02:17 | alex | Description Updated | bug_revision_view_page.php?rev_id=665#r665 | ||||||||||||||||||||||||||||||||
2011-01-12 09:16 | alex | Changeset attached | 5.2.x r14184 | ||||||||||||||||||||||||||||||||
2011-01-12 09:15 | alex | Note Added: 0003206 | |||||||||||||||||||||||||||||||||
2010-12-28 12:15 | alex | Changeset attached | 5.2.x r14103 | ||||||||||||||||||||||||||||||||
2010-12-28 12:13 | alex | Additional Information Updated | bug_revision_view_page.php?rev_id=641#r641 | ||||||||||||||||||||||||||||||||
2010-12-28 12:12 | alex | Changeset attached | 5.2.x r14102 | ||||||||||||||||||||||||||||||||
2010-12-28 12:10 | alex | Changeset attached | 5.2.x r14101 | ||||||||||||||||||||||||||||||||
2010-12-28 12:10 | alex | Changeset attached | 5.2.x r14100 | ||||||||||||||||||||||||||||||||
2010-12-28 12:08 | alex | Changeset attached | 5.2.x r14099 | ||||||||||||||||||||||||||||||||
2010-12-28 11:48 | alex | Changeset attached | 5.2.x r14098 | ||||||||||||||||||||||||||||||||
2010-12-28 11:47 | alex | Changeset attached | 5.2.x r14097 | ||||||||||||||||||||||||||||||||
2010-12-28 11:41 | alex | Changeset attached | 1.2.x r14096 | ||||||||||||||||||||||||||||||||
2010-12-28 11:37 | alex | Changeset attached | 5.2.x r14095 | ||||||||||||||||||||||||||||||||
2010-12-28 11:29 | alex | Note Edited: 0002970 | bug_revision_view_page.php?bugnote_id=0002970#r639 | ||||||||||||||||||||||||||||||||
2010-12-04 09:37 | alex | Note Edited: 0002970 | bug_revision_view_page.php?bugnote_id=0002970#r626 | ||||||||||||||||||||||||||||||||
2010-11-07 12:48 | alex | Note Added: 0002970 | |||||||||||||||||||||||||||||||||
2010-08-31 14:14 | alex | version | => 5.1.0 | ||||||||||||||||||||||||||||||||
2010-08-31 14:14 | alex | Target Version | Icebox => 5.2.0 | ||||||||||||||||||||||||||||||||
2010-05-19 15:58 | Dmitry | version | 5.0.1 => | ||||||||||||||||||||||||||||||||
2010-05-19 15:58 | Dmitry | Summary | Code Cleanup (Ongoing) => Code Cleanup in 5.2.x branch | ||||||||||||||||||||||||||||||||
2010-05-19 15:58 | Dmitry | Description Updated | bug_revision_view_page.php?rev_id=490#r490 | ||||||||||||||||||||||||||||||||
2009-10-11 09:42 | alex | Changeset attached | 5.0.x r12687 | ||||||||||||||||||||||||||||||||
2009-10-06 14:29 | alex | Type | feature request => task | ||||||||||||||||||||||||||||||||
2009-09-21 03:25 | alex | Target Version | => Icebox | ||||||||||||||||||||||||||||||||
2009-09-04 12:07 | Dmitry | Changeset attached | 5.0.x r12443 | ||||||||||||||||||||||||||||||||
2009-09-04 12:05 | Dmitry | New Issue |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|