Modify ↓
Ticket #212 (closed defect: fixed)
Opened 8 years ago
Last modified 8 years ago
populate_page_dict in Wiki.py isn't multi-project safe with tracd.
| Reported by: | jonas | Owned by: | jonas |
|---|---|---|---|
| Priority: | high | Milestone: | 0.7 |
| Component: | wiki system | Version: | devel |
| Severity: | major | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
A global page name dictionary is used.
Attachments
Change History
comment:1 Changed 8 years ago by jonas
- Status changed from new to assigned
comment:2 Changed 8 years ago by jonas
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.



As of [414] the cache is now at least multi project safe. This could be further optimized
by only updating this cache periodically or on edit events. But I'm closing this now.