Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Deal with empty diffurl in configuration. | Joey Hess | 2013-01-29 |
| | |||
* | really fix diff display to not show both types of diff | Joey Hess | 2012-10-16 |
| | | | | 12fa9c031f7a9dc25dba628aa91fc347586e4ab6 porported to fix this, but failed | ||
* | Only unlink excess recentchanges from srcdir if not in transientdir | Simon McVittie | 2011-01-07 |
| | |||
* | Put recent changes in the transient underlay | Simon McVittie | 2011-01-07 |
| | |||
* | better handling of relative permalinks | Joey Hess | 2011-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 Hess | 2011-01-05 |
| | | | | permalinks always need to be full urls | ||
* | remove old unused baseurl parameter | Joey Hess | 2011-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 Hess | 2010-12-29 |
| | | | | reading in enormous commits. | ||
* | use one-parameter form of urlto | Joey Hess | 2010-11-29 |
| | |||
* | Use local paths for most references to pages | Simon McVittie | 2010-11-23 |
| | |||
* | Use local paths for the CGI URL | Simon McVittie | 2010-11-23 |
| | |||
* | add blank line | Joey Hess | 2010-10-08 |
| | |||
* | typo | Joey Hess | 2010-10-08 |
| | |||
* | add message field to revert form | Joey Hess | 2010-10-08 |
| | |||
* | propigate rcs_revert error message | Joey Hess | 2010-10-08 |
| | | | | and misc reorg | ||
* | refactor | Joey Hess | 2010-10-08 |
| | |||
* | refactor check_canchange into IkiWiki library | Joey Hess | 2010-10-08 |
| | |||
* | fix rcs_prepedit implementation to match spec | Joey Hess | 2010-10-08 |
| | |||
* | make revert hooks optional | Joey Hess | 2010-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 reversion | Joey Hess | 2010-10-06 |
| | |||
* | return to recentchanges page on form cancel | Joey Hess | 2010-10-06 |
| | |||
* | put diff at end of revert form | Joey Hess | 2010-10-06 |
| | |||
* | remove rcs_showpatch | Joey Hess | 2010-10-06 |
| | |||
* | indentation and layout | Joey Hess | 2010-10-04 |
| | |||
* | Minor tidy-ups. | Peter Gammie | 2010-10-01 |
| | |||
* | Complete rcs_preprevert and lightly test. | Peter Gammie | 2010-10-01 |
| | |||
* | Get things right after moving to a branch. | Peter Gammie | 2010-09-29 |
| | |||
* | First cut at the revert plugin. | Peter Gammie | 2010-09-29 |
| | |||
* | finializing openid nickname support | Joey Hess | 2010-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 Hess | 2010-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 recentchangesurl | Joey Hess | 2010-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. | ||
* | bugfix | Joey Hess | 2010-05-14 |
| | |||
* | we want the recentchanges link to be the first floating action | Joey Hess | 2010-05-14 |
| | |||
* | enable action bar on misctemplates | Joey Hess | 2010-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 ordering | Joey Hess | 2010-02-12 |
| | |||
* | Group related plugins into sections in the setup file, and drop unused rcs ↵ | Joey Hess | 2010-02-11 |
| | | | | plugins from the setup file. | ||
* | factor out a userpage function | Joey Hess | 2010-02-04 |
| | | | | Not yet exported, as only 4 quite core plugins use it. | ||
* | recentchanges: change to using do=goto links. | Joey Hess | 2009-04-01 |
| | |||
* | Split cgi_goto into a goto plugin | Simon McVittie | 2009-01-31 |
| | |||
* | recentchanges: delete CGI hook in favour of the global one | Simon McVittie | 2009-01-31 |
| | |||
* | finalise version 3.00 of the plugin api | Joey Hess | 2008-12-23 |
| | |||
* | recentchanges_link CGI: If the linked page is internal, use its permalink | Simon McVittie | 2008-12-22 |
| | | | | This fixes a bug, that comments appear in recentchanges as broken links. | ||
* | Coding style change: Remove explcit vim folding markers. | Joey Hess | 2008-12-17 |
| | |||
* | html escaping complication | Joey Hess | 2008-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 directives | Joey Hess | 2008-11-18 |
| | | | | The old method failed for '[' x 3. | ||
* | Add rel=nofollow to recentchanges_links for the same (weak) reasons it was ↵ | Joey Hess | 2008-11-10 |
| | | | | earlier added to edit links. | ||
* | fix relativedate timezone inclusion | Joey Hess | 2008-10-19 |
| | | | | | | The machine parseable date needs to include a timezone. Also, simplified the interface for date display. | ||
* | fix url | Joey Hess | 2008-10-17 |
| | |||
* | tweak recentchanges permalink code | Joey Hess | 2008-10-17 |
| | | | | Need to handle the case where url is not set. | ||
* | Patch for anchor-based change permalinks in recent changes feed | Joey Hess | 2008-10-17 |
| | | | | from JasonBlevins |