Age | Commit message (Expand) | Author |
2010-04-10 | Merge remote branch 'smcv/unescaped-meta' | Joey Hess |
2010-04-09 | po: Check that translated underlay directories exist before using them for ma... | Joey Hess |
2010-04-06 | minor style etc changes | Joey Hess |
2010-04-06 | don't force a rebuild | Joey Hess |
2010-04-06 | Merge remote branch 'smcv/ready/sort-package' | Joey Hess |
2010-04-06 | Merge remote branch 'smcv/ready/link-types' | Joey Hess |
2010-04-06 | HTML-encode meta title, description, guid on output, but not in the pagestate | Simon McVittie |
2010-04-06 | Only store authorsort in meta pagestate if it differs from author | Simon McVittie |
2010-04-06 | Only store titlesort in meta pagestate if it differs from title | Simon McVittie |
2010-04-05 | Use $a and $b for SortSpec cmp callbacks | Simon McVittie |
2010-04-05 | txt: Add a special case for robots.txt. | Joey Hess |
2010-04-05 | comments: Fix missing entity encoding in title. | Joey Hess |
2010-04-04 | fix test suite | Joey Hess |
2010-04-04 | more idiomatic perl | Joey Hess |
2010-04-04 | rename hash and avoid unnecessary hash ref | Joey Hess |
2010-04-04 | fix indentation & whitespace | Joey Hess |
2010-04-04 | Fix bzr plugin to work with bzr 2.0. | Lars Wirzenius |
2010-04-04 | Rename sort parameter to meta title/author to sortas=bar | Simon McVittie |
2010-04-04 | meta: generalize meta_title into meta(title); support author, updated, date | Simon McVittie |
2010-04-04 | Remove tagged_is_strict option, and just behave as though it was enabled | Simon McVittie |
2010-04-04 | Fix some typos that would break Render during changed-link calculation | Simon McVittie |
2010-04-04 | implement typed links; add tagged_is_strict config option | Simon McVittie |
2010-04-03 | Move sort hooks to the IkiWiki::SortSpec namespace | Simon McVittie |
2010-04-03 | Split out sortnaturally into a plugin | Simon McVittie |
2010-04-02 | qualify template_file | Joey Hess |
2010-04-02 | template: Search for templates in the templatedir, if they are not found as p... | Joey Hess |
2010-04-02 | htmlscrubber: Allow colons in url fragments after '?' | Joey Hess |
2010-03-29 | add warning about incomplete tla support | Joey Hess |
2010-03-29 | add warning messages about bzr and mercurial hooks that are not correctly setup | Joey Hess |
2010-03-28 | don't check $@ after pagespec_translate | Joey Hess |
2010-03-28 | use __TINYC__ define to avoid tinyc compat fixes breaking FreeBSD | Joey Hess |
2010-03-28 | fix printing of $@, which is clobbered by the call to gettext | Joey Hess |
2010-03-26 | fix the other half of the filecheck filename bug | Joey Hess |
2010-03-25 | Reimplement extensible sorting mechanisms, in the same way as pagespecs | Simon McVittie |
2010-03-25 | filecheck: Fix bug that prevented the pagespecs from matching when not called... | Joey Hess |
2010-03-25 | remove a few leftover manual folding indicators | Joey Hess |
2010-03-24 | fix unicode with YAML::Syck | Joey Hess |
2010-03-24 | use perl YAML for dumping | Joey Hess |
2010-03-24 | fix back-compat with old Net::OpenID | Joey Hess |
2010-03-24 | fall back from YAML::Any to just YAML | Joey Hess |
2010-03-24 | use YAML::Any to allow faster versions to be used if available | Joey Hess |
2010-03-24 | Add an optional "sort" argument to meta titles, defaulting to the title | Simon McVittie |
2010-03-24 | Have the meta plugin add a meta_title sort order | Simon McVittie |
2010-03-21 | reset setuptype first, actually | Joey Hess |
2010-03-21 | check for 'require' instead of 'use' | Joey Hess |
2010-03-21 | reset setuptype to standard after an automator setup file is loaded | Joey Hess |
2010-03-19 | fix newlines in commented defaults | Joey Hess |
2010-03-19 | load YAML on demand | Joey Hess |
2010-03-19 | shorten setuptype | Joey Hess |
2010-03-19 | Add support for setup files written in YAML. | Joey Hess |