mb wrote:
Hi all,
there seems to be no button to directly view the history of a Wiki
Page, but once I tried
http://OUR_SERVER/TRAC/wiki/WikiStart?action=history I got a full
history.
(It would be nice to have a link or button to go to the history of a
page.)
That would be useful, though there's currently a shortage of space, so I
didn't want to add a 5th link, as I've found the "Last change" link to
be more frequently used.
The idea is to eventually add Tabs, a la Wikipedia: "<page title>" for
the default view, "Discussion" and "History".
The last change navigation link would stay in the "View" tab.
(more details about this proposal in
http://trac.edgewall.org/wiki/TracProject/UiGuidelines).
If I choose two revisions, that are at least 2 apart, I can view the
diff between them. But any
diff between direct revision neighbours leads to the following
stacktrace.
So neither URL works for me to view the diff between two direct
revision neighbours:
http://OUR_SERVERTRAC/wiki/WikiStart?action=diff&version=12 (aka
'Last change')
http://OUR_SERVERTRAC/wiki/WikiStart?action=diff&version=12&old_version=11
That is with a r4450 of trunk and r441 of genshi/branches/stable/0.3.x.
Traceback (most recent call last):
...
u""\\n" in v and ["`%s`[[br]]" % line for line in v.split("\\n")] or
"`%s`" % v">
TypeError: iterable argument required
Well this error is actually hiding the real error.
That secondary error has been recently fixed, so you should try to
upgrade to the latest trunk (r4607).
I wouldn't be surprised if the original error was also fixed at that
revision!
(btw, you'll need to upgrade Genshi as well, I've checked that r441
doesn't contain the r461 change needed for latest trunk, so either
upgrade to the released 0.3.6 or to the latest of the 0.3.x stable
branch or alternatively get a recent 0.4dev).
-- Christian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---