]> sipb.mit.edu Git - ikiwiki.git/history - IkiWiki/Plugin
put ftemplate directive info under directives; new version of ftemplate, with LOOPS!
[ikiwiki.git] / IkiWiki / Plugin /
2010-04-22  Joey Hessfixes
2010-04-21  Joey Hessclarify
2010-04-21  Joey HessMerge branch 'master' into autotag
2010-04-21  Joey Hesspass pagespec parameters along from match_tagged
2010-04-21  Joey Hessadd separate template variable for tag page and sanitiz...
2010-04-21  Joey Hesscommit autocreated tag pages
2010-04-21  Joey HessMerge branch 'master' into autotag
2010-04-21  Joey HessMerge branch 'master' into autotag
2010-04-20  Joey HessMerge branch 'master' into autotag
2010-04-20  Joey HessMerge branch 'file_pruned_revamp'
2010-04-20  Joey Hessbugfix
2010-04-20  Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2010-04-20  Joey Hessdarcs: ensure whole darcs query manifest output is consumed
2010-04-20  Joey Hessbugfix
2010-04-20  Joey HessMerge branch 'master' into file_pruned_revamp
2010-04-20  Joey Hessfix uninitialized value warning
2010-04-20  Joey Hesstypo
2010-04-20  Joey Hessfix stat to use unmunged filename
2010-04-20  Joey Hessoops, fix for no_chdir mode
2010-04-20  Joey Hessswitch to 1 parameter version of file_pruned
2010-04-20  Joey Hessremove explicit absolute test
2010-04-20  Joey Hessuse one parameter form of file_pruned here too
2010-04-20  Joey Hessclarify why absolute is tested & stripped here
2010-04-20  Joey HessMerge branch 'master' into file_pruned_revamp
2010-04-20  Joey Hessno need to return content from postscan hook
2010-04-17  Joey Hessunfinished file_prune revamp
2010-04-17  Joey Hessfix autotag behavior for relative tags
2010-04-17  Joey Hesscall gentag for taglinks too
2010-04-17  Joey Hessfix autofile call
2010-04-17  Joey Hesstag_autocreate fixups
2010-04-17  Joey Hessbzr: changelog and refactor
2010-04-17  Jelmer VernooijFix get_ctime implementation in Bazaar plugin, add...
2010-04-17  Joey Hessrefactor autofiles
2010-04-17  Joey HessMerge remote branch 'davrieb/autotag' into autotag
2010-04-17  Joey Hessautoindex: Switch to using %wikistate instead of abusin...
2010-04-16  Joey Hesssquelch warning
2010-04-16  Joey Hessimplement rcs_getmtime for svn
2010-04-16  Joey Hessautomatically run --gettime, and optimise it for git
2010-04-16  Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2010-04-16  Joey Hess--gettime revamp
2010-04-16  Joey Hesssidebar plugin optimisations
2010-04-16  Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2010-04-16  Joey Hesscalendar: Improved display of arrows.
2010-04-15  Joey Hessconditional: Fix bug that forced "all" mode off by default.
2010-04-15  Joey Hessfix sidebar directive parameter handling
2010-04-15  Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2010-04-15  Joey Hessallow sidebar directive to enable use of sidebar page
2010-04-15  Joey Hesssidebar: Add global_sidebars setting.
2010-04-15  Joey Hesssidebar: Now a sidebar directive can be used to overrid...
2010-04-15  Joey Hessdisable feeds in raw mode
2010-04-15  Joey Hesstypo
2010-04-15  Joey Hessenhance pagestats and rework example blog front page
2010-04-15  Joey Hesscalendar: Add archive_pagespec, which is used by ikiwik...
2010-04-10  Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2010-04-10  Joey Hesspo: Configuring the same language as master and slave...
2010-04-10  Joey HessMerge remote branch 'smcv/unescaped-meta'
2010-04-09  Joey Hesspo: Check that translated underlay directories exist...
2010-04-07  Joey Hessminor style etc changes
2010-04-07  Joey Hessdon't force a rebuild
2010-04-07  Joey HessMerge remote branch 'smcv/ready/sort-package'
2010-04-07  Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2010-04-07  Joey HessMerge remote branch 'smcv/ready/link-types'
2010-04-06  Simon McVittieHTML-encode meta title, description, guid on output...
2010-04-05  Simon McVittieOnly store authorsort in meta pagestate if it differs...
2010-04-05  Simon McVittieOnly store titlesort in meta pagestate if it differs...
2010-04-05  Simon McVittieUse $a and $b for SortSpec cmp callbacks
2010-04-05  Joey Hesstxt: Add a special case for robots.txt.
2010-04-05  Joey Hesscomments: Fix missing entity encoding in title.
2010-04-04  Joey Hessfix test suite
2010-04-04  Joey Hessmore idiomatic perl
2010-04-04  Joey Hessrename hash and avoid unnecessary hash ref
2010-04-04  Joey Hessfix indentation & whitespace
2010-04-04  Lars WirzeniusFix bzr plugin to work with bzr 2.0.
2010-04-04  Simon McVittieRename sort parameter to meta title/author to sortas=bar
2010-04-04  Simon McVittiemeta: generalize meta_title into meta(title); support...
2010-04-03  Simon McVittieRemove tagged_is_strict option, and just behave as...
2010-04-03  Simon McVittieimplement typed links; add tagged_is_strict config option
2010-04-03  David RiebenbauerMake sure deleted tag pages don't get recreated.
2010-04-03  David RiebenbauerCheck for existence off srcfile in add_autofile
2010-04-03  Simon McVittieMove sort hooks to the IkiWiki::SortSpec namespace
2010-04-03  Simon McVittieSplit out sortnaturally into a plugin
2010-04-02  Joey Hessqualify template_file
2010-04-02  Joey Hesstemplate: Search for templates in the templatedir,...
2010-04-02  Joey Hesshtmlscrubber: Allow colons in url fragments after '?'
2010-03-26  Joey Hessfix the other half of the filecheck filename bug
2010-03-25  Simon McVittieReimplement extensible sorting mechanisms, in the same...
2010-03-25  Joey Hessfilecheck: Fix bug that prevented the pagespecs from...
2010-03-25  Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2010-03-25  Joey Hessremove a few leftover manual folding indicators
2010-03-24  Joey Hessfix back-compat with old Net::OpenID
2010-03-24  Simon McVittieAdd an optional "sort" argument to meta titles, default...
2010-03-24  Simon McVittieHave the meta plugin add a meta_title sort order
2010-03-19  Joey Hesswhitespace
2010-03-19  Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2010-03-19  Joey Hessaudited use POSIX
2010-03-14  Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2010-03-14  Joey Hessopenid: Use Openid Simple Registration or OpenID Attrib...
2010-03-13  Joey Hesswebsetup: Add websetup_unsafe to allow marking other...
2010-03-12  Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2010-03-12  Joey Hesstypo
next