aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/recentchanges.pm
Commit message (Collapse)AuthorAge
* Do not pass ignored sid parameter to checksessionexpirySimon McVittie2014-10-12
| | | | | | | | checksessionexpiry's signature changed from (CGI::Session, CGI->param('sid')) to (CGI, CGI::Session) in commit 985b229b, but editpage still passed the sid as a useless third parameter, and this was later cargo-culted into remove, rename and recentchanges.
* Deal with empty diffurl in configuration.Joey Hess2013-01-29
|
* really fix diff display to not show both types of diffJoey Hess2012-10-16
| | | | 12fa9c031f7a9dc25dba628aa91fc347586e4ab6 porported to fix this, but failed
* Only unlink excess recentchanges from srcdir if not in transientdirSimon McVittie2011-01-07
|
* Put recent changes in the transient underlaySimon McVittie2011-01-07
|
* better handling of relative permalinksJoey Hess2011-01-05
| | | | | | 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).
* Fix permalinks to recentchanges items and comments, broken by last release.Joey Hess2011-01-05
| | | | permalinks always need to be full urls
* remove old unused baseurl parameterJoey Hess2011-01-05
| | | | | This was I think a relic from when BASEURL was used in more templates than use it now.
* Add a second parameter to the rcs_diff hook, and avoid bloating memory ↵Joey Hess2010-12-29
| | | | reading in enormous commits.
* use one-parameter form of urltoJoey Hess2010-11-29
|
* Use local paths for most references to pagesSimon McVittie2010-11-23
|
* Use local paths for the CGI URLSimon McVittie2010-11-23
|
* add blank lineJoey Hess2010-10-08
|
* typoJoey Hess2010-10-08
|
* add message field to revert formJoey Hess2010-10-08
|
* propigate rcs_revert error messageJoey Hess2010-10-08
| | | | and misc reorg
* refactorJoey Hess2010-10-08
|
* refactor check_canchange into IkiWiki libraryJoey Hess2010-10-08
|
* fix rcs_prepedit implementation to match specJoey Hess2010-10-08
|
* make revert hooks optionalJoey Hess2010-10-08
| | | | | | I removed the IkiWiki::rcs_ stubs for the revert hooks. Instead recentchanges tests to see if the hooks are available and calls them directly.
* convert rcs_revert to only stage the reversionJoey Hess2010-10-06
|
* return to recentchanges page on form cancelJoey Hess2010-10-06
|
* put diff at end of revert formJoey Hess2010-10-06
|
* remove rcs_showpatchJoey Hess2010-10-06
|
* indentation and layoutJoey Hess2010-10-04
|
* Minor tidy-ups.Peter Gammie2010-10-01
|
* Complete rcs_preprevert and lightly test.Peter Gammie2010-10-01
|
* Get things right after moving to a branch.Peter Gammie2010-09-29
|
* First cut at the revert plugin.Peter Gammie2010-09-29
|
* finializing openid nickname supportJoey Hess2010-06-23
| | | | | | | 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.
* Add new optional field usershort to rcs_recentchanges.Joey Hess2010-06-23
| | | | | | | | | | 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.
* put back recentchangesurlJoey Hess2010-05-14
| | | | | | 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.
* bugfixJoey Hess2010-05-14
|
* we want the recentchanges link to be the first floating actionJoey Hess2010-05-14
|
* enable action bar on misctemplatesJoey Hess2010-05-14
| | | | | | So RecentChanges shows on the action bar there, convert recentchanges to use new pageactions hook, with compatability code to avoid breaking old templates.
* setup file orderingJoey Hess2010-02-12
|
* Group related plugins into sections in the setup file, and drop unused rcs ↵Joey Hess2010-02-11
| | | | plugins from the setup file.
* factor out a userpage functionJoey Hess2010-02-04
| | | | Not yet exported, as only 4 quite core plugins use it.
* recentchanges: change to using do=goto links.Joey Hess2009-04-01
|
* Split cgi_goto into a goto pluginSimon McVittie2009-01-31
|
* recentchanges: delete CGI hook in favour of the global oneSimon McVittie2009-01-31
|
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
|
* recentchanges_link CGI: If the linked page is internal, use its permalinkSimon McVittie2008-12-22
| | | | This fixes a bug, that comments appear in recentchanges as broken links.
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
|
* html escaping complicationJoey Hess2008-11-18
| | | | | Can't escape things to entities if the template then escapes the entities. (aggregate doesn't have this problem.)
* improve escaping of wikilinks and preprocessor directivesJoey Hess2008-11-18
| | | | The old method failed for '[' x 3.
* Add rel=nofollow to recentchanges_links for the same (weak) reasons it was ↵Joey Hess2008-11-10
| | | | earlier added to edit links.
* fix relativedate timezone inclusionJoey Hess2008-10-19
| | | | | | The machine parseable date needs to include a timezone. Also, simplified the interface for date display.
* fix urlJoey Hess2008-10-17
|
* tweak recentchanges permalink codeJoey Hess2008-10-17
| | | | Need to handle the case where url is not set.