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
0000421 [In-Portal CMS] Front End bug report always 2009-11-03 13:40 2010-01-11 22:05
Reporter alex View Status public Project Name In-Portal CMS
Assigned To alex Developer
Priority normal Resolution fixed Fixed in Version 5.0.2-B1
Status closed Product Version 5.0.2-B1 Target Version 5.0.2
Time EstimateNo estimate
Summary 0000421: Sitemap is broken
Description Sitemap is broken. It only prints 1/2 categories from each level. It's actually forgets parent category list, when it's printing it's child categories. Same behavior with product category listing in sidebox.

See more on screenshots.
Additional Information
Tags No tags attached.
Reference
Change Log Message
Estimate Points 0
Attached Files png file icon sitemap_broken.png [^] (723 bytes) 2009-11-03 13:40


png file icon sitemap_ok.png [^] (2,515 bytes) 2009-11-03 13:41


patch file icon broken_sitemap_v1.patch [^] (4,553 bytes) 2009-11-03 13:46 [Show Content]
patch file icon 421-Sitemap_broken-2009_11_09_DmitryA_v1.patch [^] (6,096 bytes) 2009-11-09 20:29 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]
related to 0000320closed (5.0.2)alex Special, used in tags has not effect for c/st prefixes 

-  Notes
User avatar (0001042)
alex (manager)
2009-11-03 13:51

How to test:
1. create at least 4 levels deep category structure under "Home" and under "Products" categories.
2. For categories under "Home" (you could reuse top level categories like "Directory", "News" etc.) all categories should be visible in menu.
3. For "Products" it's not required, that they should be visible in menu.
4. For sitemap you should see all only categories from 1st 3 levels (that's configurable via "max_levels" parameter in "platform/sitemap.tpl".
5. For products you should see only 2 levels (top and sub) with more... links, where there is more, then 4 subcategories.

-----------------
You should create proposed category structure before patch is applied to verify, that it's really broken and patch fixes what it says.
User avatar (0001046)
alex (manager)
2009-11-03 14:16

Moving to 5.0.2 as community input on beta testing phase.
User avatar (0001056)
Dmitry (manager)
2009-11-09 19:47

Tested OK!
User avatar (0001058)
Dmitry (manager)
2009-11-09 20:30

Please find my Patch that includes fix for Simple theme as well.
User avatar (0001061)
alex (manager)
2009-11-10 02:48

Fix committed to 5.0.x branch. Commit Message:

Fixes 0000421: Sitemap is broken
User avatar (0001113)
alex (manager)
2009-11-13 12:57

Fix committed to 5.0.x branch. Commit Message:

Fixes 0000421: Sitemap is broken
User avatar (0001126)
alex (manager)
2009-11-13 13:06

Fix committed to 5.0.x branch. Commit Message:

Fixes 0000421: Sitemap is broken
User avatar (0001128)
alex (manager)
2009-11-13 13:33

This task was resolved multiple times, because of themes were moved into separate modules. I will revert issue status and fixed in version fields back to normal manually.
User avatar (0001328)
Dmitry (manager)
2010-01-11 22:05

Closing completed tasks.

- Related Changesets
In-Portal CMS: 5.0.x r12884
Timestamp: 2009-11-10 02:48:08
Author: alex
Details ] Diff ]
Fixes 0000421: Sitemap is broken
mod - /in-portal/branches/5.0.x/core/units/categories/categories_tag_processor.php Diff ] File ]
mod - /in-portal/branches/5.0.x/themes/advanced/platform/elements/categories.elm.tpl Diff ] File ]
mod - /in-portal/branches/5.0.x/themes/advanced/platform/sitemap.tpl Diff ] File ]
mod - /in-portal/branches/5.0.x/themes/simple/sitemap.tpl Diff ] File ]
Themes :: Advanced: 5.0.x r12884
Timestamp: 2009-11-10 02:48:08
Author: alex
Details ] Diff ]
Fixes 0000421: Sitemap is broken
mod - /in-portal/branches/5.0.x/core/units/categories/categories_tag_processor.php Diff ] File ]
mod - /in-portal/branches/5.0.x/themes/advanced/platform/elements/categories.elm.tpl Diff ] File ]
mod - /in-portal/branches/5.0.x/themes/advanced/platform/sitemap.tpl Diff ] File ]
mod - /in-portal/branches/5.0.x/themes/simple/sitemap.tpl Diff ] File ]
Themes :: Simple: 5.0.x r12884
Timestamp: 2009-11-10 02:48:08
Author: alex
Details ] Diff ]
Fixes 0000421: Sitemap is broken
mod - /in-portal/branches/5.0.x/core/units/categories/categories_tag_processor.php Diff ] File ]
mod - /in-portal/branches/5.0.x/themes/advanced/platform/elements/categories.elm.tpl Diff ] File ]
mod - /in-portal/branches/5.0.x/themes/advanced/platform/sitemap.tpl Diff ] File ]
mod - /in-portal/branches/5.0.x/themes/simple/sitemap.tpl Diff ] File ]

- Issue History
Date Modified Username Field Change
2010-01-11 22:05 Dmitry Note Added: 0001328
2010-01-11 22:05 Dmitry Status resolved => closed
2009-11-13 13:33 alex Note Added: 0001128
2009-11-13 13:33 alex Fixed in Version => 5.0.2-B1
2009-11-13 13:06 alex Note Added: 0001126
2009-11-13 13:06 alex Changeset attached 5.0.x r12884
2009-11-13 12:57 alex Changeset attached 5.0.x r12884
2009-11-13 12:57 alex Note Added: 0001113
2009-11-13 12:57 alex Fixed in Version 5.0.2-B1 =>
2009-11-10 02:48 alex Note Added: 0001061
2009-11-10 02:48 alex Status reviewed and tested => resolved
2009-11-10 02:48 alex Fixed in Version => 5.0.2-B1
2009-11-10 02:48 alex Resolution open => fixed
2009-11-10 02:48 alex Assigned To !COMMUNITY => alex
2009-11-10 02:48 alex Changeset attached 5.0.x r12884
2009-11-09 20:30 Dmitry Note Added: 0001058
2009-11-09 20:29 Dmitry File Added: 421-Sitemap_broken-2009_11_09_DmitryA_v1.patch
2009-11-09 19:47 Dmitry Note Added: 0001056
2009-11-09 19:47 Dmitry Status needs testing => reviewed and tested
2009-11-03 14:17 alex Relationship added related to 0000320
2009-11-03 14:16 alex Note Added: 0001046
2009-11-03 14:16 alex Target Version => 5.0.2
2009-11-03 13:51 alex Note Added: 0001042
2009-11-03 13:51 alex Assigned To => !COMMUNITY
2009-11-03 13:51 alex Status active => needs testing
2009-11-03 13:46 alex File Added: broken_sitemap_v1.patch
2009-11-03 13:41 alex File Added: sitemap_ok.png
2009-11-03 13:40 alex File Added: sitemap_broken.png
2009-11-03 13:40 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