summaryrefslogtreecommitdiff
path: root/IkiWiki.pm
AgeCommit message (Expand)Author
2010-10-08refactor check_canchange into IkiWiki libraryJoey Hess
2010-10-08make revert hooks optionalJoey Hess
2010-10-06convert rcs_revert to only stage the reversionJoey Hess
2010-10-06remove rcs_showpatchJoey Hess
2010-10-04indentationJoey Hess
2010-10-01Complete rcs_preprevert and lightly test.Peter Gammie
2010-09-29First cut at the revert plugin.Peter Gammie
2010-09-27template_depends: throw nice error message when template cannot be foundJoey Hess
2010-08-30revert check_canedit nosubs thingJoey Hess
2010-08-30Receive: avoid hiding check_canedit error messagesJoey Hess
2010-08-30optimise single dot detectionJoey Hess
2010-08-30Single dot in pagespec translates to 'current page'Giuseppe Bilotta
2010-08-04Fixes a bug that prevented matching deleted pages when using the page() PageS...Joey Hess
2010-07-26Add new disable hook, allowing plugins to perform cleanup after they have bee...Joey Hess
2010-07-23template: Fix dependency tracking. Broken in version 3.20100427.Joey Hess
2010-07-18Merge remote branch 'intrigeri/po'Joey Hess
2010-07-18remove dead caseJoey Hess
2010-07-18fix other 2 cases of conflicting destdir filesJoey Hess
2010-07-18check oldrenderedfiles tooJoey Hess
2010-07-18avoid error if two source files render the same destination fileJoey Hess
2010-07-11Make the rationale clearer.intrigeri
2010-07-11Revert po vs. template kludges.intrigeri
2010-07-11Merge remote branch 'upstream/master' into prv/pointrigeri
2010-07-01git: Added git_wrapper_background_command option. Can be used to eg, make th...Joey Hess
2010-06-29Add a fullpage arg to filter.intrigeri
2010-06-25Merge remote branch 'upstream/master' into prv/pointrigeri
2010-06-23rcs_commit and rcs_commit_staged api changesJoey Hess
2010-06-13websetup: Allow enabling plugins listed in disable_plugins.Joey Hess
2010-06-09When editing a page, show that page's sidebar. (Thanks, privat)Joey Hess
2010-06-09Fix support for globbing in tagged() pagespecs.Joey Hess
2010-05-31creation_day() etc use local time, not gmtime.Joey Hess
2010-05-18Fix a bug that prevented matching deleted comments, and so did not update pag...Joey Hess
2010-05-14allow misctemplate callers to pass params to suppress actions etcJoey Hess
2010-05-14refactor template actionsJoey Hess
2010-05-14enable action bar on misctemplatesJoey Hess
2010-05-08Use xhtml friendly pubdate setting.Joey Hess
2010-05-07fix undef warning when page() tests a deleted fileJoey Hess
2010-05-06fix param passing to match_globJoey Hess
2010-05-06move meat of type checking to match_page where it belongsJoey Hess
2010-05-05refactorJoey Hess
2010-05-05rename ispage variableJoey Hess
2010-05-05remove unused indexlink function and template variableJoey Hess
2010-05-05remove misc.tmpl checkingJoey Hess
2010-05-05allow search form visibility to be controlled on the templateJoey Hess
2010-05-05no more misc.tmplJoey Hess
2010-05-02Add parameter to displaytime to specify that it is a pubdate, and in html5 mo...Joey Hess
2010-05-01set html5 option as advanced for nowJoey Hess
2010-05-01html5 optionJoey Hess
2010-04-30no need to use HTML::EntitiesJoey Hess
2010-04-28TMPL_INCLUDE re-enabled for templates read from the templatedir. (But not in-...Joey Hess