Modify ↓
#13248 closed defect (fixed)
pagepath not displaying in the wiki
| Reported by: | Owned by: | Jun Omae | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.4.1 |
| Component: | wiki system | Version: | 1.4 |
| Severity: | normal | Keywords: | |
| Cc: | brad.lanam.comp@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: |
Fixed wiki page path disappeared after r17236. |
||
Description (last modified by )
Upgraded to version 1.4. I made the change outlined below so that 'edit this page' would work.
The pagepath (mouse trail/link trail) no longer displays on the wiki pages.
theme.html near line 109: ( from #13242 )
<div id="main" ${{'class': { 'uisymbols': req.session.get('ui.use_symbols'), 'uinohelp': req.session.get('ui.hide_help'), }}|htmlattr}> # if resource_template: # include resourcepath_template ignore missing # endif <div id="ctxtnav" class="nav"> <h2>${_("Context Navigation")}</h2> # if chrome.ctxtnav: <ul>
Attachments (0)
Change History (8)
comment:1 by , 6 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 6 years ago
comment:4 by , 6 years ago
| Keywords: | pagepath removed |
|---|---|
| Resolution: | → worksforme |
| Status: | new → closed |
comment:5 by , 6 years ago
| Resolution: | worksforme |
|---|---|
| Status: | closed → reopened |
comment:6 by , 6 years ago
| Milestone: | → 1.4.1 |
|---|---|
| Release Notes: | modified (diff) |
| Resolution: | → fixed |
| Status: | reopened → closed |
comment:7 by , 6 years ago
| Owner: | set to |
|---|
comment:8 by , 6 years ago
Moved change notes to Internal Changes since this fixes a regression that was never released. A typical admin or user doesn't need to know about this change.
Note:
See TracTickets
for help on using tickets.



Oh…, just a typo. I've missed it in #13242.