summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/recentchanges.pm
AgeCommit message (Collapse)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
This way, do=goto will go to the page relative to the current location, while the permalinks in feeds will be absolute (unless an url is not configured at all).
2011-01-05Fix permalinks to recentchanges items and comments, broken by last release.Joey Hess
permalinks always need to be full urls
2011-01-05remove old unused baseurl parameterJoey Hess
This was I think a relic from when BASEURL was used in more templates than use it now.
2010-12-29Add a second parameter to the rcs_diff hook, and avoid bloating memory ↵Joey Hess
reading in enormous commits.
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
and misc reorg
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
I removed the IkiWiki::rcs_ stubs for the revert hooks. Instead recentchanges tests to see if the hooks are available and calls them directly.
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
Renamed usershort => nickname. Note that this means existing user login sessions will not have the nickname recorded, and so it won't be used for those.
2010-06-23Add new optional field usershort to rcs_recentchanges.Joey Hess
Now the git plugin supports commits with author fields that look like: Author: http://my.openid/ <me@web> Then in recentchanges, the short username will be displayed, linking to the openid. Particularly useful for the horrible google openids, of course.
2010-05-14put back recentchangesurlJoey Hess
On second thought, misctemplate can use pagetemplate hooks to provide it, so it's better to keep back-compat, and allow full customisation of how it's displayed via the template.
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
So RecentChanges shows on the action bar there, convert recentchanges to use new pageactions hook, with compatability code to avoid breaking old templates.
2010-02-12setup file orderingJoey Hess
2010-02-11Group related plugins into sections in the setup file, and drop unused rcs ↵Joey Hess
plugins from the setup file.
2010-02-04factor out a userpage functionJoey Hess
Not yet exported, as only 4 quite core plugins use it.
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
This fixes a bug, that comments appear in recentchanges as broken links.
2008-12-17Coding style change: Remove explcit vim folding markers.Joey Hess
2008-11-18html escaping complicationJoey Hess
Can't escape things to entities if the template then escapes the entities. (aggregate doesn't have this problem.)
2008-11-18improve escaping of wikilinks and preprocessor directivesJoey Hess
The old method failed for '[' x 3.
2008-11-10Add rel=nofollow to recentchanges_links for the same (weak) reasons it was ↵Joey Hess
earlier added to edit links.
2008-10-19fix relativedate timezone inclusionJoey Hess
The machine parseable date needs to include a timezone. Also, simplified the interface for date display.
2008-10-17fix urlJoey Hess
2008-10-17tweak recentchanges permalink codeJoey Hess
Need to handle the case where url is not set.
2008-10-17Patch for anchor-based change permalinks in recent changes feedJoey Hess
from JasonBlevins
2008-10-17make relativedate work for the dates on the recentchanges pageJoey Hess
Having a always current relative date on recentchanges is very, very nice.
2008-09-27Export pagetitle, titlepage, linkpage.Joey Hess