Ticket #310 (new defect)

Opened 9 months ago

Last modified 9 months ago

mod/browser incorrectly proclaims its context as 'network'.

Reported by: eavdmeer Assigned to: nobody
Priority: normal Milestone: 0.9.2
Component: core Version: 0.9.0
Severity: normal Keywords:
Cc: Patch Included: 1
Review Stage: consider

Description

mod/browser sets its own context as 'network', while it would make more sense to introduce its own context: 'browser', thus making it possible to add custom $PAGE->menu_sub items to do other types of browsing. I ran into this when I was trying to write a custom photo browser that shows pages of 50 user icons at once.

Attachments

browser.patch (0.5 kB) - added by eavdmeer on 02/12/08 15:06:39.

Change History

02/12/08 15:06:39 changed by eavdmeer

  • attachment browser.patch added.

02/14/08 14:33:14 changed by misja

  • review_stage changed from unreviewed to consider.
  • milestone changed from 0.9.1 to 0.9.2.

Setting review stage to consider, the suggestion makes sense. Further input would be appreciated.