Merge branch 'master' into commentreorg
[ikiwiki.git] / IkiWiki /
2010-04-21 Joey Hessremove verify_src_file
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...
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 Hessfix minor bug if a page's name is "0"
2010-04-20 Joey Hessno need to return content from postscan hook
2010-04-20 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2010-04-20 Joey Hesschange wording
2010-04-20 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2010-04-20 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2010-04-20 Joey Hessmove message into if block
2010-04-17 Joey Hessunfinished file_prune revamp
2010-04-17 Joey Hessmove File::Find control back into its code blocks
2010-04-17 Joey Hessmove decode_utf8 closer to reason for it
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 Hesswhitespace
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...
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 McVittieFix some typos that would break Render during changed...
2010-04-03 Simon McVittieimplement typed links; add tagged_is_strict config...
2010-04-03 David RiebenbauerMake sure deleted tag pages don't get recreated.
2010-04-03 David RiebenbauerRevert "Revert the effects of find_del_files() for...
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-29 Joey Hessadd warning about incomplete tla support
2010-03-29 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2010-03-29 Joey Hessadd warning messages about bzr and mercurial hooks...
2010-03-29 Joey Hessdon't check $@ after pagespec_translate
2010-03-28 Joey Hessuse __TINYC__ define to avoid tinyc compat fixes breaki...
2010-03-28 Joey Hessfix printing of $@, which is clobbered by the call...
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
next