Edgewall Software
Modify

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#13248 closed defect (fixed)

pagepath not displaying in the wiki

Reported by: Brad Lanam <brad.lanam.comp@…> 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 Ryan J Ollos)

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 Ryan J Ollos, 4 years ago

Description: modified (diff)

comment:2 by Jun Omae, 4 years ago

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

@@ -106,7 +106,7 @@
          'uisymbols': req.session.get('ui.use_symbols'),
          'uinohelp': req.session.get('ui.hide_help'),
          }}|htmlattr}>
-      # if resource_template:
+      # if resourcepath_template:
       #   include resourcepath_template ignore missing
       # endif
       <div id="ctxtnav" class="nav">

comment:3 by Brad Lanam <brad.lanam.comp@…>, 4 years ago

Perfect. That fixes it.

comment:4 by Ryan J Ollos, 4 years ago

Keywords: pagepath removed
Resolution: worksforme
Status: newclosed

comment:5 by Jun Omae, 4 years ago

Resolution: worksforme
Status: closedreopened

Ah, that is regression in [17236] (#13242).

comment:6 by Jun Omae, 4 years ago

Milestone: 1.4.1
Release Notes: modified (diff)
Resolution: fixed
Status: reopenedclosed

Fixed and added tests for wiki page path in [17244], and merged in [17245].

comment:7 by Jun Omae, 4 years ago

Owner: set to Jun Omae

comment:8 by Ryan J Ollos, 4 years ago

Internal Changes: modified (diff)
Release Notes: modified (diff)

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jun Omae.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jun Omae to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.