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 Advanced Details Jump to Notes ] Wiki ]  Related Changesets ] View Simple ] Issue History ] Print ]
ID Category Type Reproducibility Date Submitted Last Update
0000362 [In-Portal CMS] Install / Upgrages task always 2009-10-07 06:19 2010-07-22 15:06
Reporter alex View Status public Project Name In-Portal CMS
Assigned To !COMMUNITY Developer
Priority normal Resolution fixed Platform
Status closed   OS
  OS Version
ETA none Fixed in Version 5.1.0-B1 Product Version 5.0.1
  Target Version 5.1.0 Product Build
Time EstimateNo estimate
Summary 0000362: We should move all module folders to new "modules" subfolder
Description Currently we have all module folders located in top folder. In case, when multiple modules are used, then it's not obvious to user, when folder belongs to module and what folder is system. Also during search for unit configs we also don't know it and scan all folders. This raises a problem in case if site has it's backup under main installation folder.

I propose we create new folder on top level names modules or extensions or something like that and move all current modules there. After moving folder structure will be like this:

/admin
/core
/modules
/modules/in-auction
/modules/in-bulletin
/modules/in-commerce
/modules/in-link
/modules/in-news
/modules/custom
/system
/themes
/tools

Then we scan only "core" and "modules" folder for possible unit configs and installator only will search for modules inside "modules" subfolder. For upgrade we will scan for "core" folder too, because it contains upgrade scripts for In-Portal main module.

As of existing users, who have old folder structure we will post a upgrade notice, that following folders (list of all possible modules) should be moved to "modules" subfolder before performing upgrade.
Steps To Reproduce
Additional Information
Tags No tags attached.
Reference
Change Log Message All Modules moved under "modules/" folder
Estimate Points 0
Attached Files patch file icon move_modules_inside_separate_folder_other_modules_fix.patch [^] (7,206 bytes) 2010-01-13 12:57 [Show Content]
patch file icon move_modules_inside_separate_folder_core_fix.patch [^] (19,852 bytes) 2010-01-13 12:57 [Show Content]
patch file icon move_modules_inside_separate_folder_core_fix_part2.patch [^] (770 bytes) 2010-01-13 13:21 [Show Content]
patch file icon move_modules_inside_separate_folder_other_modules_fix_part2.patch [^] (9,218 bytes) 2010-01-13 13:22 [Show Content]
patch file icon move_modules_inside_separate_folder_other_modules_fix_part3.patch [^] (3,085 bytes) 2010-03-02 14:38 [Show Content]
patch file icon move_modules_inside_separate_folder_core_fix_part3.patch [^] (6,244 bytes) 2010-03-10 04:44 [Show Content]
patch file icon move_modules_inside_separate_folder_other_modules_fix_part4.patch [^] (3,920 bytes) 2010-03-10 04:45 [Show Content]
patch file icon category_item_import_export_fix.patch [^] (2,206 bytes) 2010-03-11 12:58 [Show Content]
patch file icon category_item_import_export_fix_part2.patch [^] (1,654 bytes) 2010-03-11 13:11 [Show Content]
patch file icon modules_missing_on_upgrade_fix.patch [^] (3,407 bytes) 2010-04-10 07:09 [Show Content]
patch file icon incorrect_version_during_upgrade.patch [^] (927 bytes) 2010-04-11 07:55 [Show Content]
jpg file icon Fatal-when-editing-Catalog-Item.jpg [^] (167,220 bytes) 2010-04-25 17:03


patch file icon broken_link_in_catalog_grid.patch [^] (635 bytes) 2010-04-27 08:17 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]
parent of 0000664closed (5.1.0) In-Portal CMS Don't ask user to make "themes/" folder writable upon installation 
parent of 0000766closed (5.1.0)alex In-Commerce Incorrect paths for In-Commerce & In-Auction gateway scripts 
parent of 0000781closed (5.1.0)alex In-Portal CMS Upgrade from 5.1.0-B2 to 5.1.0-RC1 fails 

-  Notes
User avatar (0000834)
Dmitry (manager)
2009-10-08 11:44

I support this idea - there are many advantages in this approach.
User avatar (0001412)
alex (manager)
2010-01-13 13:00

Fix committed to 5.1.x branch. Commit Message:

Fixes 0000362: We should move all module folders to new "modules" subfolder
User avatar (0001413)
alex (manager)
2010-01-13 13:00

Reminder sent to: Dmitry

Already commited, since "svn:externals" property of all 3 profiles was changed. Please test.
User avatar (0001501)
Dmitry (manager)
2010-03-01 14:58

During fresh install of 5.1.0 on Choose Modules step all module Icons are broken (incorrect path).
User avatar (0001510)
alex (manager)
2010-03-02 14:39

Patch "move_modules_inside_separate_folder_other_modules_fix_part3.patch" fixes what you've found. I've already commited fix, because all other code related to this task is commited already.
User avatar (0001534)
alex (manager)
2010-03-10 04:46

Patches "move_modules_inside_separate_folder_core_fix_part3.patch" and "move_modules_inside_separate_folder_other_modules_fix_part4.patch" are already commited and they fix the following issues (strange, that they weren't noticed during first testing stage):

1. prerequisites were not checked during installation
2. all modules were having 5.0.0 version on installation instead of actual version
3. not installed modules also were having 5.0.0 version on modules list in administrative console
4. prerequisites were not checked on modules list in administrative console
User avatar (0001564)
alex (manager)
2010-03-11 12:59

Patch "category_item_import_export_fix.patch" fixes missing template error on category item import/export screens (module path was used instead of it's lowercased name).
User avatar (0001565)
alex (manager)
2010-03-11 13:13

Patch "category_item_import_export_fix_part2.patch" fixes same error on import progress dialog and on export finish screens.
User avatar (0001831)
Dmitry (manager)
2010-04-06 22:12

Tested in multiple cases and good so far!
User avatar (0001839)
alex (manager)
2010-04-10 07:11

It seems, that upgrade were not tested at all since I've found several problems with that, that are fixed by "modules_missing_on_upgrade_fix.patch" patch (already commited):

1. module icon was missing for "Core" module during upgrade to 5.1.0 version
2. all modules except for "Core" were not visible on upgrade modules screen
User avatar (0001843)
alex (manager)
2010-04-11 07:57

Patch "incorrect_version_during_upgrade.patch" (commited) fixes problem, that after upgrade from 5.0.3-B2 to 5.1.0-B1 all modules are marked with 5.0.0 version instead of 5.1.0-B1 version.
User avatar (0001933)
Dmitry (manager)
2010-04-25 17:02
edited on: 2010-04-27 07:29

Can't Edit Catalog Item on Show All (add works okay) - see screenshot.

User avatar (0001971)
alex (manager)
2010-04-27 08:17
edited on: 2010-04-27 08:18

Fixed, please test.

Patch "broken_link_in_catalog_grid.patch" (already commited) fixes broken link on category item name in catalog and comments grid.

User avatar (0001973)
Dmitry (manager)
2010-04-27 09:03

Tested good.
User avatar (0002551)
alex (manager)
2010-07-22 15:06

Closing, since 5.1.0 release has been released.

- Related Changesets
In-Portal CMS: 5.1.x r13437
Timestamp: 2010-04-27 08:17:20
Author: alex
Details ] Diff ]
1. Bug 0000362: We should move all module folders to new "modules" subfolder
2. Fixes broken link on catalog item name and comments grid.
mod - /in-portal/branches/5.1.x/core/kernel/utility/unit_config_reader.php Diff ] File ]
In-Portal CMS: 5.1.x r13369
Timestamp: 2010-04-11 07:58:31
Author: alex
Details ] Diff ]
1. Bug 0000362: We should move all module folders to new "modules" subfolder.
2. Fixes problem, that after upgrade from 5.0.3-B2 to 5.1.0-B1 all modules are marked with 5.0.0 version instead of 5.1.0-B1 version.
mod - /in-portal/branches/5.1.x/core/install.php Diff ] File ]
In-Portal CMS: 5.1.x r13367
Timestamp: 2010-04-10 07:12:23
Author: alex
Details ] Diff ]
Bug 0000362: We should move all module folders to new "modules" subfolder
mod - /in-portal/branches/5.1.x/core/install/install_toolkit.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/install.php Diff ] File ]
In-Portal CMS: 5.1.x r13205
Timestamp: 2010-03-11 13:14:41
Author: alex
Details ] Diff ]
1. Bug 0000362: We should move all module folders to new "modules" subfolder.
2. Fixes missing template error on category item import progress dialog and on export finish screens.

mod - /in-portal/branches/5.1.x/core/kernel/db/cat_event_handler.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/helpers/cat_dbitem_export_helper.php Diff ] File ]
In-Portal CMS: 5.1.x r13204
Timestamp: 2010-03-11 13:00:27
Author: alex
Details ] Diff ]
1. Bug 0000362: We should move all module folders to new "modules" subfolder.
2. Fixes missing template error on category item import/export screens (module path was used instead of it's lowercased name).
mod - /in-portal/branches/5.1.x/core/admin_templates/tools/import2.tpl Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/admin/admin_tag_processor.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/categories/categories_tag_processor.php Diff ] File ]
Modules :: In-News: 5.1.x r13197
Timestamp: 2010-03-10 04:44:15
Author: alex
Details ] Diff ]
Bug 0000362: We should move all module folders to new "modules" subfolder
mod - /modules/in-news/branches/5.1.x/install.php Diff ] File ]
Modules :: In-Link: 5.1.x r13196
Timestamp: 2010-03-10 04:44:07
Author: alex
Details ] Diff ]
Bug 0000362: We should move all module folders to new "modules" subfolder
mod - /modules/in-link/branches/5.1.x/install.php Diff ] File ]
Modules :: In-Commerce: 5.1.x r13195
Timestamp: 2010-03-10 04:43:57
Author: alex
Details ] Diff ]
Bug 0000362: We should move all module folders to new "modules" subfolder
mod - /w/in-commerce/branches/5.1.x/install.php Diff ] File ]
Modules :: In-Bulletin: 5.1.x r13194
Timestamp: 2010-03-10 04:43:47
Author: alex
Details ] Diff ]
Bug 0000362: We should move all module folders to new "modules" subfolder
mod - /modules/in-bulletin/branches/5.1.x/install.php Diff ] File ]
Modules :: Custom: 1.1.x r13190
Timestamp: 2010-03-10 04:39:45
Author: alex
Details ] Diff ]
Bug 0000362: We should move all module folders to new "modules" subfolder
mod - /modules/custom/branches/1.1.x/install.php Diff ] File ]
In-Portal CMS: 5.1.x r13189
Timestamp: 2010-03-10 04:37:47
Author: alex
Details ] Diff ]
Bug 0000362: We should move all module folders to new "modules" subfolder

1. prerequisites were not checked during installation
2. all modules were having 5.0.0 version on installation instead of actual version
3. not installed modules also were having 5.0.0 version on modules list in administrative console
4. prerequisites were not checked on modules list in administrative console
mod - /in-portal/branches/5.1.x/core/install/install_toolkit.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/install/step_templates/choose_modules.tpl Diff ] File ]
mod - /in-portal/branches/5.1.x/core/install.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/modules/modules_event_handler.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/modules/modules_tag_processor.php Diff ] File ]
Modules :: In-News: 5.1.x r13179
Timestamp: 2010-03-02 14:41:03
Author: alex
Details ] Diff ]
Bug 0000362: We should move all module folders to new "modules" subfolder
mod - /modules/in-news/branches/5.1.x/install/module_info.xml Diff ] File ]
Modules :: In-Link: 5.1.x r13178
Timestamp: 2010-03-02 14:40:54
Author: alex
Details ] Diff ]
Bug 0000362: We should move all module folders to new "modules" subfolder
mod - /modules/in-link/branches/5.1.x/install/module_info.xml Diff ] File ]
Modules :: In-Commerce: 5.1.x r13177
Timestamp: 2010-03-02 14:40:45
Author: alex
Details ] Diff ]
Bug 0000362: We should move all module folders to new "modules" subfolder
mod - /w/in-commerce/branches/5.1.x/install/module_info.xml Diff ] File ]
Modules :: In-Bulletin: 5.1.x r13176
Timestamp: 2010-03-02 14:40:38
Author: alex
Details ] Diff ]
Bug 0000362: We should move all module folders to new "modules" subfolder
mod - /modules/in-bulletin/branches/5.1.x/install/module_info.xml Diff ] File ]
Modules :: Custom: 1.1.x r13174
Timestamp: 2010-03-02 14:40:14
Author: alex
Details ] Diff ]
Bug 0000362: We should move all module folders to new "modules" subfolder
mod - /modules/custom/branches/1.1.x/install/module_info.xml Diff ] File ]
In-Portal CMS: 5.1.x r13128
Timestamp: 2010-01-16 06:52:37
Author: alex
Details ] Diff ]
1. Bug 0000362: We should move all module folders to new "modules" subfolder.
2. svn:ignore updated to include modules folder as well.
mod - /in-portal/branches/5.1.x/system/cache Diff ] File ]
Modules :: In-News: 5.1.x r13120
Timestamp: 2010-01-13 13:23:14
Author: alex
Details ] Diff ]
Bug 0000362: We should move all module folders to new "modules" subfolder
mod - /modules/in-news/branches/5.1.x/install.php Diff ] File ]
Modules :: In-Link: 5.1.x r13119
Timestamp: 2010-01-13 13:23:04
Author: alex
Details ] Diff ]
Bug 0000362: We should move all module folders to new "modules" subfolder
mod - /modules/in-link/branches/5.1.x/install.php Diff ] File ]
Modules :: In-Commerce: 5.1.x r13118
Timestamp: 2010-01-13 13:22:57
Author: alex
Details ] Diff ]
Bug 0000362: We should move all module folders to new "modules" subfolder
mod - /w/in-commerce/branches/5.1.x/install.php Diff ] File ]
Modules :: In-Bulletin: 5.1.x r13117
Timestamp: 2010-01-13 13:22:47
Author: alex
Details ] Diff ]
Bug 0000362: We should move all module folders to new "modules" subfolder
mod - /modules/in-bulletin/branches/5.1.x/install.php Diff ] File ]
Modules :: Custom: 1.1.x r13115
Timestamp: 2010-01-13 13:22:31
Author: alex
Details ] Diff ]
Bug 0000362: We should move all module folders to new "modules" subfolder
mod - /modules/custom/branches/1.1.x/install.php Diff ] File ]
In-Portal CMS: 5.1.x r13114
Timestamp: 2010-01-13 13:22:20
Author: alex
Details ] Diff ]
Bug 0000362: We should move all module folders to new "modules" subfolder
mod - /in-portal/branches/5.1.x/core/units/modules/modules_tag_processor.php Diff ] File ]
In-Portal CMS: 5.1.x r13113
Timestamp: 2010-01-13 13:00:24
Author: alex
Details ] Diff ]
Fixes 0000362: We should move all module folders to new "modules" subfolder
mod - /in-portal/branches/5.1.x/core/admin_templates/js/catalog.js Diff ] File ]
mod - /in-portal/branches/5.1.x/core/admin_templates/js/toolbar.js Diff ] File ]
mod - /in-portal/branches/5.1.x/core/install/install_toolkit.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/install.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/kernel/nparser/template_cache.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/kernel/processors/main_processor.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/kernel/startup.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/kernel/utility/unit_config_reader.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/admin/admin_config.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/helpers/modules_helper.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/helpers/sections_helper.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/modules/modules_event_handler.php Diff ] File ]
Modules :: In-News: 5.1.x r13112
Timestamp: 2010-01-13 12:59:54
Author: alex
Details ] Diff ]
Bug 0000362: We should move all module folders to new "modules" subfolder
mod - /modules/in-news/branches/5.1.x/install/install_data.sql Diff ] File ]
mod - /modules/in-news/branches/5.1.x/install/upgrades.sql Diff ] File ]
Modules :: In-Link: 5.1.x r13111
Timestamp: 2010-01-13 12:59:41
Author: alex
Details ] Diff ]
Bug 0000362: We should move all module folders to new "modules" subfolder
mod - /modules/in-link/branches/5.1.x/install/install_data.sql Diff ] File ]
mod - /modules/in-link/branches/5.1.x/install/upgrades.sql Diff ] File ]
Modules :: In-Commerce: 5.1.x r13110
Timestamp: 2010-01-13 12:59:27
Author: alex
Details ] Diff ]
Bug 0000362: We should move all module folders to new "modules" subfolder
mod - /w/in-commerce/branches/5.1.x/install/install_data.sql Diff ] File ]
mod - /w/in-commerce/branches/5.1.x/install/upgrades.sql Diff ] File ]
mod - /w/in-commerce/branches/5.1.x/units/pricing/pricing_event_handler.php Diff ] File ]
Modules :: In-Bulletin: 5.1.x r13109
Timestamp: 2010-01-13 12:59:10
Author: alex
Details ] Diff ]
Bug 0000362: We should move all module folders to new "modules" subfolder
mod - /modules/in-bulletin/branches/5.1.x/install/install_data.sql Diff ] File ]
mod - /modules/in-bulletin/branches/5.1.x/install/upgrades.sql Diff ] File ]
Modules :: Custom: 1.1.x r13107
Timestamp: 2010-01-13 12:58:36
Author: alex
Details ] Diff ]
Bug 0000362: We should move all module folders to new "modules" subfolder
mod - /modules/custom/branches/1.1.x/install/install_data.sql Diff ] File ]
mod - /modules/custom/branches/1.1.x/install/upgrades.sql Diff ] File ]
In-Portal CMS: 5.1.x r13102
Timestamp: 2010-01-13 08:21:31
Author: alex
Details ] Diff ]
Bug 0000362: We should move all module folders to new "modules" subfolder
add - /in-portal/branches/5.1.x/modules File ]

- Issue History
Date Modified Username Field Change
2010-07-22 15:06 alex Note Added: 0002551
2010-07-22 15:06 alex Status resolved => closed
2010-06-17 14:32 alex Relationship added parent of 0000781
2010-06-08 22:45 Dmitry Relationship added parent of 0000766
2010-05-10 14:29 alex Relationship added parent of 0000664
2010-04-27 09:04 Dmitry Status reviewed and tested => resolved
2010-04-27 09:04 Dmitry Resolution reopened => fixed
2010-04-27 09:03 Dmitry Note Added: 0001973
2010-04-27 09:03 Dmitry Status needs testing => reviewed and tested
2010-04-27 08:18 alex Note Edited: 0001971 View Revisions
2010-04-27 08:17 alex Note Added: 0001971
2010-04-27 08:17 alex Assigned To alex => !COMMUNITY
2010-04-27 08:17 alex Status needs work => needs testing
2010-04-27 08:17 alex File Added: broken_link_in_catalog_grid.patch
2010-04-27 08:17 alex Changeset attached 5.1.x r13437
2010-04-27 07:29 Dmitry Note Edited: 0001933 View Revisions
2010-04-25 17:04 Dmitry Change Log Message => All Modules moved under "modules/" folder
2010-04-25 17:03 Dmitry File Added: Fatal-when-editing-Catalog-Item.jpg
2010-04-25 17:02 Dmitry Status needs feedback => needs work
2010-04-25 17:02 Dmitry Assigned To !COMMUNITY => alex
2010-04-25 17:02 Dmitry Note Added: 0001933
2010-04-25 17:02 Dmitry Status resolved => needs feedback
2010-04-25 17:02 Dmitry Resolution fixed => reopened
2010-04-11 07:58 alex Changeset attached 5.1.x r13369
2010-04-11 07:57 alex Note Added: 0001843
2010-04-11 07:55 alex File Added: incorrect_version_during_upgrade.patch
2010-04-10 07:13 alex Status reviewed and tested => resolved
2010-04-10 07:13 alex Resolution reopened => fixed
2010-04-10 07:12 alex Changeset attached 5.1.x r13367
2010-04-10 07:11 alex Note Added: 0001839
2010-04-10 07:09 alex File Added: modules_missing_on_upgrade_fix.patch
2010-04-06 22:12 Dmitry Note Added: 0001831
2010-04-06 22:12 Dmitry Status needs testing => reviewed and tested
2010-03-11 13:14 alex Changeset attached 5.1.x r13205
2010-03-11 13:13 alex Note Added: 0001565
2010-03-11 13:11 alex File Added: category_item_import_export_fix_part2.patch
2010-03-11 13:00 alex Changeset attached 5.1.x r13204
2010-03-11 12:59 alex Note Added: 0001564
2010-03-11 12:58 alex File Added: category_item_import_export_fix.patch
2010-03-10 04:46 alex Note Added: 0001534
2010-03-10 04:45 alex File Added: move_modules_inside_separate_folder_other_modules_fix_part4.patch
2010-03-10 04:44 alex File Added: move_modules_inside_separate_folder_core_fix_part3.patch
2010-03-10 04:44 alex Changeset attached 5.1.x r13197
2010-03-10 04:44 alex Changeset attached 5.1.x r13196
2010-03-10 04:43 alex Changeset attached 5.1.x r13195
2010-03-10 04:43 alex Changeset attached 5.1.x r13194
2010-03-10 04:43 alex Changeset attached 5.1.x r13193
2010-03-10 04:39 alex Changeset attached 1.1.x r13190
2010-03-10 04:37 alex Changeset attached 5.1.x r13189
2010-03-02 14:41 alex Changeset attached 5.1.x r13179
2010-03-02 14:40 alex Changeset attached 5.1.x r13178
2010-03-02 14:40 alex Changeset attached 5.1.x r13177
2010-03-02 14:40 alex Changeset attached 5.1.x r13176
2010-03-02 14:40 alex Changeset attached 5.1.x r13175
2010-03-02 14:40 alex Changeset attached 1.1.x r13174
2010-03-02 14:39 alex Note Added: 0001510
2010-03-02 14:39 alex Assigned To alex => !COMMUNITY
2010-03-02 14:39 alex Status needs feedback => needs testing
2010-03-02 14:38 alex File Added: move_modules_inside_separate_folder_other_modules_fix_part3.patch
2010-03-01 14:58 Dmitry Note Added: 0001501
2010-03-01 14:58 Dmitry Status resolved => needs feedback
2010-03-01 14:58 Dmitry Resolution fixed => reopened
2010-02-27 05:02 alex Developer => alex
2010-01-16 06:52 alex Changeset attached 5.1.x r13128
2010-01-13 13:26 alex Fixed in Version 5.1.0 => 5.1.0-B1
2010-01-13 13:23 alex Changeset attached 5.1.x r13120
2010-01-13 13:23 alex Changeset attached 5.1.x r13119
2010-01-13 13:22 alex Changeset attached 5.1.x r13118
2010-01-13 13:22 alex Changeset attached 5.1.x r13117
2010-01-13 13:22 alex Changeset attached 5.1.x r13116
2010-01-13 13:22 alex Changeset attached 1.1.x r13115
2010-01-13 13:22 alex Changeset attached 5.1.x r13114
2010-01-13 13:22 alex File Added: move_modules_inside_separate_folder_other_modules_fix_part2.patch
2010-01-13 13:21 alex File Added: move_modules_inside_separate_folder_core_fix_part2.patch
2010-01-13 13:00 alex Issue Monitored: Dmitry
2010-01-13 13:00 alex Note Added: 0001413
2010-01-13 13:00 alex Changeset attached 5.1.x r13113
2010-01-13 13:00 alex Note Added: 0001412
2010-01-13 13:00 alex Status needs testing => resolved
2010-01-13 13:00 alex Fixed in Version => 5.1.0
2010-01-13 13:00 alex Resolution open => fixed
2010-01-13 13:00 alex Assigned To !COMMUNITY => alex
2010-01-13 12:59 alex Changeset attached 5.1.x r13112
2010-01-13 12:59 alex Changeset attached 5.1.x r13111
2010-01-13 12:59 alex Changeset attached 5.1.x r13110
2010-01-13 12:59 alex Changeset attached 5.1.x r13109
2010-01-13 12:58 alex Changeset attached 5.1.x r13108
2010-01-13 12:58 alex Changeset attached 1.1.x r13107
2010-01-13 12:58 alex Time Estimate Removed 4 =>
2010-01-13 12:58 alex Assigned To => !COMMUNITY
2010-01-13 12:58 alex Status active => needs testing
2010-01-13 12:57 alex File Added: move_modules_inside_separate_folder_core_fix.patch
2010-01-13 12:57 alex File Added: move_modules_inside_separate_folder_other_modules_fix.patch
2010-01-13 08:21 alex Changeset attached 5.1.x r13102
2010-01-12 11:56 alex Time Estimate Added 4
2010-01-12 11:56 alex Target Version Icebox => 5.1.0
2009-10-08 11:44 Dmitry Note Added: 0000834
2009-10-07 06:19 alex Target Version => Icebox
2009-10-07 06:19 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