Oliver Paulus wrote: > I am using Trac 0.10. If I use the revision log trac link syntax > (e.g): > > log:[EMAIL PROTECTED]:2038 > > the resulting link does not show all revisions - it shows revision > 2038 to 1939. Is there a limitation for the revision log page? >
Yes, no more than 100 revisions will be shown. This has changed in 0.11 though, as there you can explicitly specify "show maximum of <limit> revisions", both in the preference panel and using the Trac links: log:[EMAIL PROTECTED]:2038?limit=1000 (for example). In 0.10, a workaround would be to specify the full URL (instead of a Trac link), which can already contain the limit parameter. -- Christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
