Modify ↓
Opened 22 years ago
Closed 22 years ago
#212 closed defect (fixed)
populate_page_dict in Wiki.py isn't multi-project safe with tracd.
| Reported by: | Jonas Borgström | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | high | Milestone: | 0.7 |
| Component: | wiki system | Version: | devel |
| Severity: | major | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
A global page name dictionary is used.
Attachments (0)
Change History (2)
comment:1 by , 22 years ago
| Status: | new → assigned |
|---|
comment:2 by , 22 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → 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.