summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/recentchanges.pm
AgeCommit message (Expand)Author
2011-01-07Only unlink excess recentchanges from srcdir if not in transientdirSimon McVittie
2011-01-07Put recent changes in the transient underlaySimon McVittie
2011-01-05better handling of relative permalinksJoey Hess
2011-01-05Fix permalinks to recentchanges items and comments, broken by last release.Joey Hess
2011-01-05remove old unused baseurl parameterJoey Hess
2010-12-29Add a second parameter to the rcs_diff hook, and avoid bloating memory readin...Joey Hess
2010-11-29use one-parameter form of urltoJoey Hess
2010-11-23Use local paths for most references to pagesSimon McVittie
2010-11-23Use local paths for the CGI URLSimon McVittie
2010-10-08add blank lineJoey Hess
2010-10-08typoJoey Hess
2010-10-08add message field to revert formJoey Hess
2010-10-08propigate rcs_revert error messageJoey Hess
2010-10-08refactorJoey Hess
2010-10-08refactor check_canchange into IkiWiki libraryJoey Hess
2010-10-08fix rcs_prepedit implementation to match specJoey Hess
2010-10-08make revert hooks optionalJoey Hess
2010-10-06convert rcs_revert to only stage the reversionJoey Hess
2010-10-06return to recentchanges page on form cancelJoey Hess
2010-10-06put diff at end of revert formJoey Hess
2010-10-06remove rcs_showpatchJoey Hess
2010-10-04indentation and layoutJoey Hess
2010-10-01Minor tidy-ups.Peter Gammie
2010-10-01Complete rcs_preprevert and lightly test.Peter Gammie
2010-09-29Get things right after moving to a branch.Peter Gammie
2010-09-29First cut at the revert plugin.Peter Gammie
2010-06-23finializing openid nickname supportJoey Hess
2010-06-23Add new optional field usershort to rcs_recentchanges.Joey Hess
2010-05-14put back recentchangesurlJoey Hess
2010-05-14bugfixJoey Hess
2010-05-14we want the recentchanges link to be the first floating actionJoey Hess
2010-05-14enable action bar on misctemplatesJoey Hess
2010-02-12setup file orderingJoey Hess
2010-02-11Group related plugins into sections in the setup file, and drop unused rcs pl...Joey Hess
2010-02-04factor out a userpage functionJoey Hess
2009-04-01recentchanges: change to using do=goto links.Joey Hess
2009-01-31Split cgi_goto into a goto pluginSimon McVittie
2009-01-31recentchanges: delete CGI hook in favour of the global oneSimon McVittie
2008-12-23finalise version 3.00 of the plugin apiJoey Hess
2008-12-22recentchanges_link CGI: If the linked page is internal, use its permalinkSimon McVittie
2008-12-17Coding style change: Remove explcit vim folding markers.Joey Hess
2008-11-18html escaping complicationJoey Hess
2008-11-18improve escaping of wikilinks and preprocessor directivesJoey Hess
2008-11-10Add rel=nofollow to recentchanges_links for the same (weak) reasons it was ea...Joey Hess
2008-10-19fix relativedate timezone inclusionJoey Hess
2008-10-17fix urlJoey Hess
2008-10-17tweak recentchanges permalink codeJoey Hess
2008-10-17Patch for anchor-based change permalinks in recent changes feedJoey Hess
2008-10-17make relativedate work for the dates on the recentchanges pageJoey Hess
2008-09-27Export pagetitle, titlepage, linkpage.Joey Hess