Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-05 | better handling of relative permalinks | Joey 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-05 | Fix permalinks to recentchanges items and comments, broken by last release. | Joey Hess | |
permalinks always need to be full urls | |||
2011-01-05 | remove old unused baseurl parameter | Joey Hess | |
This was I think a relic from when BASEURL was used in more templates than use it now. | |||
2010-12-29 | Add a second parameter to the rcs_diff hook, and avoid bloating memory ↵ | Joey Hess | |
reading in enormous commits. | |||
2010-11-29 | use one-parameter form of urlto | Joey Hess | |
2010-11-23 | Use local paths for most references to pages | Simon McVittie | |
2010-11-23 | Use local paths for the CGI URL | Simon McVittie | |
2010-10-08 | 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 | |
and misc reorg | |||
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 | Joey 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-06 | 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-04 | indentation and layout | Joey Hess | |
2010-10-01 | Minor tidy-ups. | Peter Gammie | |
2010-10-01 | Complete rcs_preprevert and lightly test. | Peter Gammie | |
2010-09-29 | Get things right after moving to a branch. | Peter Gammie | |
2010-09-29 | First cut at the revert plugin. | Peter Gammie | |
2010-06-23 | finializing openid nickname support | Joey 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-23 | Add 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-14 | put back recentchangesurl | Joey 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-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 | Joey 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-12 | setup file ordering | Joey Hess | |
2010-02-11 | Group related plugins into sections in the setup file, and drop unused rcs ↵ | Joey Hess | |
plugins from the setup file. | |||
2010-02-04 | factor out a userpage function | Joey Hess | |
Not yet exported, as only 4 quite core plugins use it. | |||
2009-04-01 | recentchanges: change to using do=goto links. | Joey Hess | |
2009-01-31 | Split cgi_goto into a goto plugin | Simon McVittie | |
2009-01-31 | recentchanges: delete CGI hook in favour of the global one | Simon McVittie | |
2008-12-23 | finalise version 3.00 of the plugin api | Joey Hess | |
2008-12-22 | recentchanges_link CGI: If the linked page is internal, use its permalink | Simon McVittie | |
This fixes a bug, that comments appear in recentchanges as broken links. | |||
2008-12-17 | Coding style change: Remove explcit vim folding markers. | Joey Hess | |
2008-11-18 | html escaping complication | Joey Hess | |
Can't escape things to entities if the template then escapes the entities. (aggregate doesn't have this problem.) | |||
2008-11-18 | improve escaping of wikilinks and preprocessor directives | Joey Hess | |
The old method failed for '[' x 3. | |||
2008-11-10 | Add rel=nofollow to recentchanges_links for the same (weak) reasons it was ↵ | Joey Hess | |
earlier added to edit links. | |||
2008-10-19 | fix relativedate timezone inclusion | Joey Hess | |
The machine parseable date needs to include a timezone. Also, simplified the interface for date display. | |||
2008-10-17 | fix url | Joey Hess | |
2008-10-17 | tweak recentchanges permalink code | Joey Hess | |
Need to handle the case where url is not set. | |||
2008-10-17 | Patch for anchor-based change permalinks in recent changes feed | Joey Hess | |
from JasonBlevins | |||
2008-10-17 | make relativedate work for the dates on the recentchanges page | Joey Hess | |
Having a always current relative date on recentchanges is very, very nice. | |||
2008-09-27 | Export pagetitle, titlepage, linkpage. | Joey Hess | |
2008-09-27 | Merge commit 'smcv/beautify' | Joey Hess | |
Conflicts: IkiWiki/Plugin/recentchanges.pm Note that smcv's approach of using urlto also gets the url right when redirecting to a non-html file, which is a better approach than my recent fix to recentchanges | |||
2008-09-26 | decode utf-8 in recentchanges_link parameter | Joey Hess | |