| Commit message (Expand) | Author | Age |
* | 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•••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).
| Joey Hess | 2011-01-05 |
* | Fix permalinks to recentchanges items and comments, broken by last release.•••permalinks always need to be full urls
| Joey Hess | 2011-01-05 |
* | remove old unused baseurl parameter•••This was I think a relic from when BASEURL was used in more templates than
use it now.
| Joey Hess | 2011-01-05 |
* | Add a second parameter to the rcs_diff hook, and avoid bloating memory readin... | Joey Hess | 2010-12-29 |
* | 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•••and misc reorg
| Joey Hess | 2010-10-08 |
* | 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•••I removed the IkiWiki::rcs_ stubs for the revert hooks. Instead
recentchanges tests to see if the hooks are available and calls
them directly.
| Joey Hess | 2010-10-08 |
* | 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•••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.
| Joey Hess | 2010-06-23 |
* | Add new optional field usershort to rcs_recentchanges.•••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.
| Joey Hess | 2010-06-23 |
* | put back recentchangesurl•••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.
| Joey Hess | 2010-05-14 |
* | 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•••So RecentChanges shows on the action bar there,
convert recentchanges to use new pageactions hook,
with compatability code to avoid breaking old templates.
| Joey Hess | 2010-05-14 |
* | setup file ordering | Joey Hess | 2010-02-12 |
* | Group related plugins into sections in the setup file, and drop unused rcs pl... | Joey Hess | 2010-02-11 |
* | factor out a userpage function•••Not yet exported, as only 4 quite core plugins use it.
| Joey Hess | 2010-02-04 |
* | 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•••This fixes a bug, that comments appear in recentchanges as broken links.
| Simon McVittie | 2008-12-22 |
* | Coding style change: Remove explcit vim folding markers. | Joey Hess | 2008-12-17 |
* | html escaping complication•••Can't escape things to entities if the template then escapes the entities.
(aggregate doesn't have this problem.)
| Joey Hess | 2008-11-18 |
* | improve escaping of wikilinks and preprocessor directives•••The old method failed for '[' x 3.
| Joey Hess | 2008-11-18 |
* | Add rel=nofollow to recentchanges_links for the same (weak) reasons it was ea... | Joey Hess | 2008-11-10 |
* | fix relativedate timezone inclusion•••The machine parseable date needs to include a timezone.
Also, simplified the interface for date display.
| Joey Hess | 2008-10-19 |
* | fix url | Joey Hess | 2008-10-17 |
* | tweak recentchanges permalink code•••Need to handle the case where url is not set.
| Joey Hess | 2008-10-17 |
* | Patch for anchor-based change permalinks in recent changes feed•••from JasonBlevins
| Joey Hess | 2008-10-17 |
* | make relativedate work for the dates on the recentchanges page•••Having a always current relative date on recentchanges is very, very nice.
| Joey Hess | 2008-10-17 |
* | Export pagetitle, titlepage, linkpage. | Joey Hess | 2008-09-27 |