Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#1438 closed defect (invalid)

"Page History" Link Missing In CtxtNav ( Navigation Bar )

Reported by: anonymous Owned by: Alec Thomas
Priority: normal Component: TagsPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

When viewing Wiki Pages, there is no link to the "Page History"

Noticed in templates/wikitags.cs that the "Page History" link only appears when in viewing diffs.

You can fix this if you add the following code between the <li>RecentChanges</li> and <li>Last Changes</li>:

<?cs if:wiki.history_href ?>
  <li><a href="<?cs var:wiki.history_href ?>">Page History</a></li>
 <?cs else ?>
  <li>Page History</li>
 <?cs /if ?>

Then you must rebuild the egg and reinstall the plugin

May be related to #1420

Attachments (0)

Change History (2)

comment:1 Changed 17 years ago by Alec Thomas

Resolution: invalid
Status: newclosed

This is standard behaviour under current Trac stable. You can see this behaviour here on TracHacks.

comment:2 Changed 17 years ago by anonymous

ah. sorry. forgot I was using a 0.10dev version.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Alec Thomas.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.