aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
Commit message (Expand)AuthorAge
* Merge branch 'file_pruned_revamp'Joey Hess2010-04-20
|\
| * bugfixJoey Hess2010-04-20
| * bugfixJoey Hess2010-04-20
| * Merge branch 'master' into file_pruned_revampJoey Hess2010-04-20
| |\
| * | typoJoey Hess2010-04-20
| * | fix stat to use unmunged filenameJoey Hess2010-04-20
| * | oops, fix for no_chdir modeJoey Hess2010-04-20
| * | switch to 1 parameter version of file_prunedJoey Hess2010-04-20
| * | remove explicit absolute testJoey Hess2010-04-20
| * | use one parameter form of file_pruned here tooJoey Hess2010-04-20
| * | clarify why absolute is tested & stripped hereJoey Hess2010-04-20
| * | Merge branch 'master' into file_pruned_revampJoey Hess2010-04-20
| |\ \
| * | | unfinished file_prune revampJoey Hess2010-04-17
* | | | darcs: ensure whole darcs query manifest output is consumedJoey Hess2010-04-20
| |_|/ |/| |
* | | fix uninitialized value warningJoey Hess2010-04-20
| |/ |/|
* | fix minor bug if a page's name is "0"Joey Hess2010-04-20
* | no need to return content from postscan hookJoey Hess2010-04-20
* | change wordingJoey Hess2010-04-19
* | move message into if blockJoey Hess2010-04-19
|/
* bzr: changelog and refactorJoey Hess2010-04-17
* Fix get_ctime implementation in Bazaar plugin, add get_mtime implementation.Jelmer Vernooij2010-04-17
* autoindex: Switch to using %wikistate instead of abusing $pagestate{index}.Joey Hess2010-04-17
* squelch warningJoey Hess2010-04-16
* implement rcs_getmtime for svnJoey Hess2010-04-16
* automatically run --gettime, and optimise it for gitJoey Hess2010-04-16
* --gettime revampJoey Hess2010-04-16
* sidebar plugin optimisationsJoey Hess2010-04-15
* calendar: Improved display of arrows.Joey Hess2010-04-15
* conditional: Fix bug that forced "all" mode off by default.Joey Hess2010-04-15
* fix sidebar directive parameter handlingJoey Hess2010-04-15
* allow sidebar directive to enable use of sidebar pageJoey Hess2010-04-15
* sidebar: Add global_sidebars setting.Joey Hess2010-04-15
* sidebar: Now a sidebar directive can be used to override the sidebar shown on...Joey Hess2010-04-15
* disable feeds in raw modeJoey Hess2010-04-15
* typoJoey Hess2010-04-15
* enhance pagestats and rework example blog front pageJoey Hess2010-04-15
* calendar: Add archive_pagespec, which is used by ikiwiki-calendar to specify ...Joey Hess2010-04-15
* po: Configuring the same language as master and slave confuses processing; so...Joey Hess2010-04-10
* Merge remote branch 'smcv/unescaped-meta'Joey Hess2010-04-10
|\
| * HTML-encode meta title, description, guid on output, but not in the pagestateSimon McVittie2010-04-06
* | po: Check that translated underlay directories exist before using them for ma...Joey Hess2010-04-09
* | minor style etc changesJoey Hess2010-04-06
* | don't force a rebuildJoey Hess2010-04-06
* | Merge remote branch 'smcv/ready/sort-package'Joey Hess2010-04-06
|\ \
| * | Only store authorsort in meta pagestate if it differs from authorSimon McVittie2010-04-06
| * | Only store titlesort in meta pagestate if it differs from titleSimon McVittie2010-04-06
| * | Use $a and $b for SortSpec cmp callbacksSimon McVittie2010-04-05
| * | Rename sort parameter to meta title/author to sortas=barSimon McVittie2010-04-04
| * | meta: generalize meta_title into meta(title); support author, updated, dateSimon McVittie2010-04-04
| * | Move sort hooks to the IkiWiki::SortSpec namespaceSimon McVittie2010-04-03