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
0000285 [In-Portal CMS] Optimization feature request N/A 2009-09-13 12:55 2010-07-22 15:06
Reporter alex View Status public Project Name In-Portal CMS
Assigned To alex Developer
Priority normal Resolution fixed Fixed in Version 5.1.0-B1
Status closed Product Version Target Version 5.1.0
Time EstimateNo estimate
Summary 0000285: Translation system refactoring
Description Currently phrases and email event translations are stored for each language separately, so adding new language creates twice more records to Phrase and EmailMessage tables. Also after that same phrase/email event translation have different id for different languages and this enlarges amount of cached data.

I propose to make Translation column (in Phrase table) and Template/Subject columns (in EmailMessage table) multilingual. This way record count in Phrase and EmailMessage tables will be equals to actual phrase and email event count in system.

There also side benefit of that: in cases, when phrase is not translated in given language, then we still could show it's translation from primary language. This is better, then show "!LU_MISSING_PHRASE!" on Front-End at least.

After proposed refactoring is made, then "Configuration -> Website -> Regional" section can no longer exist, because each record in Phrase/EmailMessage table will represent all languages at once. This should lead to making "phrases" and "emailmessages" prefixes no subitems of "lang" prefix, but self sufficient entities with their own grid/edit templates.

There are "Website & Content -> Phrases & Labels" and "Website & Content -> Email Messages" separate grids for that purpose. They will be transformed to show translations from all languages in one record.
Additional Information
Tags No tags attached.
Reference
Change Log Message Refactored Multilingual and Email systems
Estimate Points 0
Attached Files patch file icon language_refactoring_email_events_modules.patch [^] (48,498 bytes) 2010-01-26 14:23 [Show Content]
patch file icon language_refactoring_email_events_core.patch [^] (120,030 bytes) 2010-01-26 14:39 [Show Content]
patch file icon language_refactoring_phrases_modules.patch [^] (79,649 bytes) 2010-01-30 11:19 [Show Content]
patch file icon language_refactoring_phrases_core.patch [^] (86,402 bytes) 2010-01-30 11:38 [Show Content]
patch file icon missing_perm_section_for_phrases.patch [^] (348 bytes) 2010-02-03 03:44 [Show Content]
patch file icon language_refactoring_email_event_broken_fix.patch [^] (1,627 bytes) 2010-03-21 16:40 [Show Content]
patch file icon fatal_sql_on_510_upgrade.patch [^] (472 bytes) 2010-04-10 12:07 [Show Content]
patch file icon fatal_sql_on_510_install.patch [^] (940 bytes) 2010-04-11 08:06 [Show Content]
patch file icon minor_fixes_for_refactored_translating_system-Dmitry-20100425.patch [^] (1,369 bytes) 2010-04-25 22:08 [Show Content]
png file icon missing_label_translate_links.png [^] (9,673 bytes) 2010-04-28 04:49


patch file icon missing_label_translation_links.patch [^] (575 bytes) 2010-04-28 04:50 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]
related to 0000244closed (5.1.0)!COMMUNITY Create new "Helper" to parse Email Body 
parent of 0000831closed (5.1.1)alex Email event type filter doesn't work during language pack export 
parent of 0001057closed (5.1.3)alex Translating missing phrases in debug mode 
parent of 0001244closed (5.2.0)alex Content block changes not saved, when switching language in editing window 
related to 0000555closed (5.0.3)alex Column selector (picker) doesn't remember multilingual column position 
related to 0000554closed (5.0.3)alex FCKEditor doesn't show in Firefox 3.6, that was released few days ago 
related to 0000549closed (5.0.3)alex Multilingual column values in grid are always shown on primary language 
related to 0000560closed (5.0.3)alex Incorrect value in columns in multiple languages 
related to 0000561closed (5.0.3)alex Parameter "format" is ignored by "inp_edit_fck" block 
related to 0000704closed (5.1.0)alex Improvements to "E-mail Template" editing 
related to 0001094closed (5.1.3)alex Optimizing storage of help phrases 

-  Notes
User avatar (0000443)
Dmitry (manager)
2009-09-15 01:17
edited on: 2009-09-15 01:19

Please move forward with planning and development.

User avatar (0001433)
Dmitry (manager)
2010-01-23 13:59

Moved to 5.1.0
User avatar (0001435)
alex (manager)
2010-01-26 14:57

Testing plan for email events so far:
1. when new language is created, then there is ability to specify, that all phrases/email events should be initially copied from other language
2. ability add/edit email event on multiple languages and delete it (website & content -> email templates section)
3. ability to edit email event content on editable language (configuration -> website -> regional section)
4. send admin, front-end, front-end only email events when translation present on given language (primary and non-primary language)
5. send admin, front-end, front-end only email events when translation missing on given language (non-primary language)
6. import/export language pack with/without "overwrite" option (verify that nothing is overwrites, when option not selected)
7. perform install/upgrade on multi/single language site to verify migration (upgrade) script
8. create mailing list and process email email queue using toolbar button with dynamic progress bar
User avatar (0001445)
alex (manager)
2010-01-30 11:40

Fix committed to 5.1.x branch. Commit Message:

Fixes 0000285: Translation system refactoring
User avatar (0001446)
alex (manager)
2010-01-30 11:41

Reminder sent to: Dmitry

This commited already. Here is test plan for phrases part:

phrases test plan
1. missing phrase in debug mode -> show editing link
2. missing/available phrase in content mode -> show editing link
3. country list/states on
- in-commerce addresses
- gift certificates
- manufacturers
- orders
- tax zones
- shipping zones
- users
4. currency names
5. phrases in regional section
6. phrases in "Labels & Phrases" section
User avatar (0001720)
alex (manager)
2010-03-21 16:41

Patch "language_refactoring_email_event_broken_fix.patch" fixes problem, when all email events after import were marked as "text" instead of "html" and "\n" was stripped from all email event translations on import.
User avatar (0001840)
alex (manager)
2010-04-10 12:09

Patch "fatal_sql_on_510_upgrade.patch" (commited) fixes problem, that during upgrade from e.g. 5.0.3-B2 to 5.1.0-B1 we got SQL error about missing column.
User avatar (0001844)
alex (manager)
2010-04-11 08:06

Patch "fatal_sql_on_510_install.patch" (commited) is fix of bug in "fatal_sql_on_510_upgrade.patch" patch.
User avatar (0001948)
Dmitry (manager)
2010-04-25 22:06

Reviewed:


There are two little bugs in this task.

a. When you Delete Language it tried to set NULL for lN_Description while the field in NOT multi-lingual

b. We should set NULL for lN_Translation when Language is delete.

One patch for both attached.


Questions:

a. There is a possible situation when Language is delete we still going to have lN_Body and ALL multi-lingual fields to hold value for that language while it's NOT there anymore. I would think it's better to clean these - if possible to identify.

b. In some cases when I have 3 Languages, ie - English, Russian, German and then I delete Russian. My next added language will have ID of 4 since the following method is used:

 SELECT MAX(LanguageId)
    FROM Language
    LIMIT 0,1

keeping empty (open for usage) ID 2 from old Russian. In a perfect work it would be great to reuse them so we don't end up with adding more and more lN_ Fields to ALL tables...


Thanks.
User avatar (0001949)
alex (manager)
2010-04-26 04:50

== There are two little bugs in this task ==
Ok.

== Answers to questions ==
a - yes, when language is deleted, then none of translated values on that language are deleted from database. This is done for case, when administrator deletes language by accident and then wants his data back.

b - this a bug. New language ID generator should re-use empty places in existing language ID interval
User avatar (0001953)
Dmitry (manager)
2010-04-26 06:31

Thanks for your reply.

1. Please review and commit my patch.

2. New bug has been created

0000713 Language system is not using available LanguageId when new language is added
User avatar (0001957)
alex (manager)
2010-04-26 14:48

Dmitry asked me to test his patch, what I did.
User avatar (0002001)
alex (manager)
2010-04-28 04:53

Patch "missing_label_translation_links.patch" (already commited) fixes problem, that missing label translation links were missing in case when ALL of labels on current form were not translated.

How to reproduce:
1. visit form on language, where all labels are translated (used label ids will be stored to cache)
2. create new language with no phrases translated
3. visit same template again.

Problem was in place, because phrases were restored by IDs no matter if they were translated or not.
User avatar (0002548)
alex (manager)
2010-07-22 15:06

Closing, since 5.1.0 release has been released.

- Related Changesets
In-Portal CMS: 5.1.x r13448
Timestamp: 2010-04-28 04:53:50
Author: alex
Details ] Diff ]
1. Bug 0000285: Translation system refactoring
2. Fixes problem, that missing label translation links were missing.
mod - /in-portal/branches/5.1.x/core/kernel/languages/phrases_cache.php Diff ] File ]
In-Portal CMS: 5.1.x r13403
Timestamp: 2010-04-26 14:46:59
Author: alex
Details ] Diff ]
1. Bug 0000285: Translation system refactoring
2. Fatal SQL on language delete.
3. Phrases translation for deleted language isn't deleted.
4. Fatal SQL, when "Copy From Language" functionality used on new language creation.
mod - /in-portal/branches/5.1.x/core/units/languages/languages_event_handler.php Diff ] File ]
In-Portal CMS: 5.1.x r13370
Timestamp: 2010-04-11 08:06:01
Author: alex
Details ] Diff ]
Bug 0000285: Translation system refactoring
mod - /in-portal/branches/5.1.x/core/install/install_toolkit.php Diff ] File ]
In-Portal CMS: 5.1.x r13368
Timestamp: 2010-04-10 12:09:49
Author: alex
Details ] Diff ]
1. Bug 0000285: Translation system refactoring
2. Fixes sql error during upgrade to 5.1.0
mod - /in-portal/branches/5.1.x/core/install/upgrades.sql Diff ] File ]
In-Portal CMS: 5.1.x r13276
Timestamp: 2010-03-21 16:42:19
Author: alex
Details ] Diff ]
1. Bug 0000285: Translation system refactoring
2. Fixes problem, when all email events after import were marked as "text" instead of "html" and "\n" was stripped from all email event translations on import.
mod - /in-portal/branches/5.1.x/core/units/helpers/email_message_helper.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/helpers/language_import_helper.php Diff ] File ]
In-Portal CMS: 5.1.x r13152
Timestamp: 2010-02-03 03:43:33
Author: alex
Details ] Diff ]
1. Bug 0000285: Translation system refactoring.
2. Missing "PermSection" in phrases unit config resulting in inability to translate phrases by non-root user.
mod - /in-portal/branches/5.1.x/core/units/phrases/phrases_config.php Diff ] File ]
In-Portal CMS: 5.1.x r13151
Timestamp: 2010-01-30 11:40:21
Author: alex
Details ] Diff ]
Fixes 0000285: Translation system refactoring
mod - /in-portal/branches/5.1.x/core/admin_templates/languages/email_message_edit.tpl Diff ] File ]
mod - /in-portal/branches/5.1.x/core/admin_templates/languages/phrase_edit.tpl Diff ] File ]
mod - /in-portal/branches/5.1.x/core/admin_templates/languages/phrase_list.tpl Diff ] File ]
mod - /in-portal/branches/5.1.x/core/admin_templates/regional/email_messages_edit.tpl Diff ] File ]
mod - /in-portal/branches/5.1.x/core/admin_templates/regional/languages_edit_email_events.tpl Diff ] File ]
mod - /in-portal/branches/5.1.x/core/admin_templates/regional/languages_edit_phrases.tpl Diff ] File ]
mod - /in-portal/branches/5.1.x/core/admin_templates/regional/phrases_edit.tpl Diff ] File ]
mod - /in-portal/branches/5.1.x/core/install/install_data.sql Diff ] File ]
mod - /in-portal/branches/5.1.x/core/install/install_schema.sql Diff ] File ]
mod - /in-portal/branches/5.1.x/core/install/upgrades.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/install/upgrades.sql Diff ] File ]
mod - /in-portal/branches/5.1.x/core/kernel/languages/phrases_cache.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/email_events/email_events_config.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/email_events/email_events_event_handler.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/helpers/country_states_helper.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/helpers/email_message_helper.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/helpers/language_import_helper.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/languages/languages_config.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/languages/languages_event_handler.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/phrases/phrase_tp.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/phrases/phrases_config.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/phrases/phrases_event_handler.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/users/users_config.php Diff ] File ]
Modules :: In-News: 5.1.x r13149
Timestamp: 2010-01-30 11:25:48
Author: alex
Details ] Diff ]
1. Bug 0000285: Translation system refactoring
2. Phrases
mod - /modules/in-news/branches/5.1.x/install/install_data.sql Diff ] File ]
Modules :: In-Link: 5.1.x r13148
Timestamp: 2010-01-30 11:25:37
Author: alex
Details ] Diff ]
1. Bug 0000285: Translation system refactoring
2. Phrases
mod - /modules/in-link/branches/5.1.x/install/install_data.sql Diff ] File ]
Modules :: In-Commerce: 5.1.x r13147
Timestamp: 2010-01-30 11:25:24
Author: alex
Details ] Diff ]
1. Bug 0000285: Translation system refactoring
2. Phrases
mod - /w/in-commerce/branches/5.1.x/install/install_data.sql Diff ] File ]
mod - /w/in-commerce/branches/5.1.x/units/addresses/addresses_config.php Diff ] File ]
mod - /w/in-commerce/branches/5.1.x/units/currencies/currencies_config.php Diff ] File ]
mod - /w/in-commerce/branches/5.1.x/units/currencies/currencies_event_handler.php Diff ] File ]
mod - /w/in-commerce/branches/5.1.x/units/gift_certificates/gift_certificates_config.php Diff ] File ]
mod - /w/in-commerce/branches/5.1.x/units/manufacturers/manufacturers_config.php Diff ] File ]
mod - /w/in-commerce/branches/5.1.x/units/orders/orders_config.php Diff ] File ]
mod - /w/in-commerce/branches/5.1.x/units/taxes/taxes_tag_processor.php Diff ] File ]
mod - /w/in-commerce/branches/5.1.x/units/zones/zones_tag_processor.php Diff ] File ]
Modules :: In-Bulletin: 5.1.x r13146
Timestamp: 2010-01-30 11:24:16
Author: alex
Details ] Diff ]
1. Bug 0000285: Translation system refactoring
2. Phrases
mod - /modules/in-bulletin/branches/5.1.x/install/install_data.sql Diff ] File ]
In-Portal CMS: 5.1.x r13140
Timestamp: 2010-01-26 14:43:58
Author: alex
Details ] Diff ]
Bug 0000285: Translation system refactoring - email events modifications
add - /in-portal/branches/5.1.x/admin/system_presets/simple/email_events_emailevents.php File ]
mod - /in-portal/branches/5.1.x/core/admin_templates/config/config_email_edit.tpl Diff ] File ]
rm - /in-portal/branches/5.1.x/core/admin_templates/emails
mod - /in-portal/branches/5.1.x/core/admin_templates/groups/groups_list.tpl Diff ] File ]
mod - /in-portal/branches/5.1.x/core/admin_templates/incs/grid_blocks.tpl Diff ] File ]
mod - /in-portal/branches/5.1.x/core/admin_templates/languages/email_message_edit.tpl Diff ] File ]
mod - /in-portal/branches/5.1.x/core/admin_templates/languages/email_message_list.tpl Diff ] File ]
mod - /in-portal/branches/5.1.x/core/admin_templates/logs/email_logs/email_queue_list.tpl Diff ] File ]
add - /in-portal/branches/5.1.x/core/admin_templates/mailing_lists/send_complete.tpl File ]
add - /in-portal/branches/5.1.x/core/admin_templates/mailing_lists/send_queue.tpl File ]
mod - /in-portal/branches/5.1.x/core/admin_templates/regional/email_messages_edit.tpl Diff ] File ]
mod - /in-portal/branches/5.1.x/core/admin_templates/users/users_list.tpl Diff ] File ]
mod - /in-portal/branches/5.1.x/core/install/english.lang Diff ] File ]
mod - /in-portal/branches/5.1.x/core/install/install_data.sql Diff ] File ]
mod - /in-portal/branches/5.1.x/core/install/install_schema.sql Diff ] File ]
mod - /in-portal/branches/5.1.x/core/install/remove_schema.sql Diff ] File ]
mod - /in-portal/branches/5.1.x/core/install/upgrades.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/install/upgrades.sql Diff ] File ]
mod - /in-portal/branches/5.1.x/core/kernel/db/db_event_handler.php Diff ] File ]
add - /in-portal/branches/5.1.x/core/units/email_events/email_event_tp.php File ]
mod - /in-portal/branches/5.1.x/core/units/email_events/email_events_config.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/email_events/email_events_event_handler.php Diff ] File ]
rm - /in-portal/branches/5.1.x/core/units/email_messages
mod - /in-portal/branches/5.1.x/core/units/helpers/email_message_helper.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/helpers/language_import_helper.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/languages/languages_config.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/languages/languages_event_handler.php Diff ] File ]
Modules :: In-News: 5.1.x r13139
Timestamp: 2010-01-26 14:27:09
Author: alex
Details ] Diff ]
1. Bug 0000285: Translation system refactoring
2. Module integration with issue tracker (TortoiseSVN)
mod - /modules/in-news/branches/5.1.x Diff ] File ]
mod - /modules/in-news/branches/5.1.x/install/english.lang Diff ] File ]
mod - /modules/in-news/branches/5.1.x/install/install_data.sql Diff ] File ]
Modules :: In-Link: 5.1.x r13138
Timestamp: 2010-01-26 14:26:58
Author: alex
Details ] Diff ]
1. Bug 0000285: Translation system refactoring
2. Module integration with issue tracker (TortoiseSVN)
mod - /modules/in-link/branches/5.1.x Diff ] File ]
mod - /modules/in-link/branches/5.1.x/install/english.lang Diff ] File ]
mod - /modules/in-link/branches/5.1.x/install/install_data.sql Diff ] File ]
Modules :: In-Commerce: 5.1.x r13137
Timestamp: 2010-01-26 14:26:48
Author: alex
Details ] Diff ]
1. Bug 0000285: Translation system refactoring
2. Module integration with issue tracker (TortoiseSVN)
mod - /w/in-commerce/branches/5.1.x Diff ] File ]
mod - /w/in-commerce/branches/5.1.x/install/english.lang Diff ] File ]
mod - /w/in-commerce/branches/5.1.x/install/install_data.sql Diff ] File ]
Modules :: In-Bulletin: 5.1.x r13136
Timestamp: 2010-01-26 14:26:23
Author: alex
Details ] Diff ]
1. Bug 0000285: Translation system refactoring
2. Module integration with issue tracker (TortoiseSVN)
mod - /modules/in-bulletin/branches/5.1.x Diff ] File ]
mod - /modules/in-bulletin/branches/5.1.x/install/english.lang Diff ] File ]
mod - /modules/in-bulletin/branches/5.1.x/install/install_data.sql Diff ] File ]

- Issue History
Date Modified Username Field Change
2012-04-03 05:27 alex Relationship added parent of 0001244
2011-09-18 08:53 alex Relationship added related to 0001094
2011-05-21 07:02 alex Relationship added parent of 0001057
2010-08-21 11:22 alex Relationship added parent of 0000831
2010-07-22 15:06 alex Note Added: 0002548
2010-07-22 15:06 alex Status resolved => closed
2010-04-28 04:53 alex Changeset attached 5.1.x r13448
2010-04-28 04:53 alex Note Added: 0002001
2010-04-28 04:50 alex File Added: missing_label_translation_links.patch
2010-04-28 04:49 alex File Added: missing_label_translate_links.png
2010-04-26 14:48 alex Status reviewed and tested => resolved
2010-04-26 14:48 alex Resolution reopened => fixed
2010-04-26 14:48 alex Note Added: 0001957
2010-04-26 14:48 alex Status needs testing => reviewed and tested
2010-04-26 14:47 alex Status needs work => needs testing
2010-04-26 14:46 alex Changeset attached 5.1.x r13403
2010-04-26 06:31 Dmitry Note Added: 0001953
2010-04-26 06:31 Dmitry Assigned To Dmitry => alex
2010-04-26 06:31 Dmitry Status needs feedback => needs work
2010-04-26 04:50 alex Assigned To alex => Dmitry
2010-04-26 04:50 alex Note Added: 0001949
2010-04-25 22:09 Dmitry Change Log Message => Refactored Multilingual and Email systems
2010-04-25 22:08 Dmitry File Added: minor_fixes_for_refactored_translating_system-Dmitry-20100425.patch
2010-04-25 22:06 Dmitry Note Added: 0001948
2010-04-25 22:06 Dmitry Status resolved => needs feedback
2010-04-25 22:06 Dmitry Resolution fixed => reopened
2010-04-21 11:38 Dmitry Relationship added related to 0000704
2010-04-11 08:06 alex Note Added: 0001844
2010-04-11 08:06 alex File Added: fatal_sql_on_510_install.patch
2010-04-11 08:06 alex Changeset attached 5.1.x r13370
2010-04-10 12:09 alex Changeset attached 5.1.x r13368
2010-04-10 12:09 alex Note Added: 0001840
2010-04-10 12:07 alex File Added: fatal_sql_on_510_upgrade.patch
2010-03-21 16:42 alex Changeset attached 5.1.x r13276
2010-03-21 16:41 alex Note Added: 0001720
2010-03-21 16:40 alex File Added: language_refactoring_email_event_broken_fix.patch
2010-02-27 05:01 alex Developer => alex
2010-02-03 03:44 alex File Added: missing_perm_section_for_phrases.patch
2010-02-03 03:43 alex Changeset attached 5.1.x r13152
2010-01-30 11:41 alex Issue Monitored: Dmitry
2010-01-30 11:41 alex Note Added: 0001446
2010-01-30 11:40 alex Note Added: 0001445
2010-01-30 11:40 alex Status needs work => resolved
2010-01-30 11:40 alex Fixed in Version => 5.1.0-B1
2010-01-30 11:40 alex Resolution open => fixed
2010-01-30 11:40 alex Changeset attached 5.1.x r13151
2010-01-30 11:38 alex File Added: language_refactoring_phrases_core.patch
2010-01-30 11:30 alex Relationship added related to 0000561
2010-01-30 11:25 alex Changeset attached 5.1.x r13149
2010-01-30 11:25 alex Changeset attached 5.1.x r13148
2010-01-30 11:25 alex Changeset attached 5.1.x r13147
2010-01-30 11:24 alex Changeset attached 5.1.x r13146
2010-01-30 11:23 alex Changeset attached 5.1.x r13145
2010-01-30 11:20 alex Relationship added related to 0000560
2010-01-30 11:19 alex File Added: language_refactoring_phrases_modules.patch
2010-01-26 14:57 alex Note Added: 0001435
2010-01-26 14:43 alex Changeset attached 5.1.x r13140
2010-01-26 14:39 alex File Added: language_refactoring_email_events_core.patch
2010-01-26 14:29 alex Relationship added related to 0000549
2010-01-26 14:29 alex Relationship added related to 0000554
2010-01-26 14:29 alex Relationship added related to 0000555
2010-01-26 14:27 alex Changeset attached 5.1.x r13139
2010-01-26 14:26 alex Changeset attached 5.1.x r13138
2010-01-26 14:26 alex Changeset attached 5.1.x r13137
2010-01-26 14:26 alex Changeset attached 5.1.x r13136
2010-01-26 14:26 alex Changeset attached 5.1.x r13135
2010-01-26 14:23 alex File Added: language_refactoring_email_events_modules.patch
2010-01-23 13:59 Dmitry Note Added: 0001433
2010-01-23 13:59 Dmitry Target Version Icebox => 5.1.0
2010-01-12 10:57 alex Status active => needs work
2010-01-12 10:57 alex Target Version 5.1.0 => Icebox
2009-10-03 07:51 administrator Status reviewed and tested => active
2009-10-03 07:47 administrator Priority critical => normal
2009-09-15 01:19 Dmitry Note Edited: 0000443 View Revisions
2009-09-15 01:17 Dmitry Note Added: 0000443
2009-09-15 01:17 Dmitry Assigned To => alex
2009-09-15 01:17 Dmitry Priority normal => critical
2009-09-15 01:17 Dmitry Status active => reviewed and tested
2009-09-13 15:03 Dmitry Target Version => 5.1.0
2009-09-13 12:56 alex Relationship added related to 0000244
2009-09-13 12:55 alex Relationship deleted related to 0000234
2009-09-13 12:55 alex Relationship added related to 0000234
2009-09-13 12:55 alex New Issue



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

Powered by Mantis Bugtracker