Activity log for bug #333890

Date Who What changed Old value New value Message
2009-02-24 15:54:08 Paul Everitt bug added bug
2009-02-24 15:54:45 Paul Everitt karl3: importance Undecided Medium
2009-02-24 15:54:45 Paul Everitt karl3: assignee chrism-plope
2009-02-24 15:54:45 Paul Everitt karl3: statusexplanation Assigning to Chris for input. We don't have to address this now, I put it in M4.
2009-02-24 15:54:45 Paul Everitt karl3: milestone m4
2009-02-27 18:41:22 Paul Everitt description Moderators can select a tool to be the default tool of a community. KARL2 Behavior ================== This is how it works in KARL2. A URL such as: /communities/africa ...goes to the default tool. If the default tool is Overview, then this "default" URL returns the same results as clicking on the Overview tab, which leads to the view.html URL. Stated differently, for a new community, both of these return the same results: /communities/africa /communities/africa/view.html The hard part: this works without a redirect. That is, the first URL doesn't redirect you to the second. If you edit the community and choose Blog as the default tool, then these two URLs return the same result: /communities/africa /communities/africa/blog Again, this works without a redirect. This might be hard to do in KARL3, where the default view is wired up in ZCML, not associated at runtime. Moderators can select a tool to be the default tool of a community. KARL3 Behavior =============== We're just going to do a redirect. The /community/africa will go to Overview. KARL2 Behavior ================== This is how it works in KARL2. A URL such as: /communities/africa ...goes to the default tool. If the default tool is Overview, then this "default" URL returns the same results as clicking on the Overview tab, which leads to the view.html URL. Stated differently, for a new community, both of these return the same results: /communities/africa /communities/africa/view.html The hard part: this works without a redirect. That is, the first URL doesn't redirect you to the second. If you edit the community and choose Blog as the default tool, then these two URLs return the same result: /communities/africa /communities/africa/blog Again, this works without a redirect. This might be hard to do in KARL3, where the default view is wired up in ZCML, not associated at runtime.
2009-03-02 21:56:38 Chris McDonough karl3: status New Fix Committed
2009-03-02 21:56:38 Chris McDonough karl3: statusexplanation Assigning to Chris for input. We don't have to address this now, I put it in M4. Paul did the default tool stuff; I did the redirect.
2009-06-08 22:45:20 Paul Everitt karl3: status Fix Committed Fix Released