Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-07 | formatting | http://kerravonsen.dreamwidth.org/ | |
2010-04-07 | further response to smcv on pagetemplates | http://kerravonsen.dreamwidth.org/ | |
2010-04-07 | "safe" and "unsafe" too simplistic, I suspect | http://smcv.pseudorandom.co.uk/ | |
2010-04-07 | response about XSS, meta and pagetemplates | http://kerravonsen.dreamwidth.org/ | |
2010-04-07 | note about sort and dependency types | Joey Hess | |
There's a gotcha where pagespec_match_list is used with a dependency type that is not a full content dependency, and so ikiwiki does not know that a content change to a page that sorted too low to match needs to trigger a rebuild, since its sort order may have changed. Inline is mostly ok re this, as it does use content dependencies. Except for in the case of raw mode. But then, page metadata is documented to not be loaded, so it doesn't make sense to use sortspecs that depend on metadata. I hope. :) | |||
2010-04-06 | add cpan link | Joey Hess | |
2010-04-06 | Merge remote branch 'smcv/ready/sort-package' | Joey Hess | |
Conflicts: debian/NEWS | |||
2010-04-07 | update fieldsort plugin again; remove obsolete bug + fix note (thanks!) | http://smcv.pseudorandom.co.uk/ | |
2010-04-06 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-06 | improve wording to not encourage explicitly passing undef | Joey Hess | |
2010-04-07 | further discussion, point out potential XSS | http://smcv.pseudorandom.co.uk/ | |
2010-04-06 | Merge remote branch 'smcv/ready/link-types' | Joey Hess | |
2010-04-06 | response to Joey and smcv | http://kerravonsen.dreamwidth.org/ | |
2010-04-06 | comment | Joey Hess | |
2010-04-06 | first question | Joey Hess | |
2010-04-06 | oops, branch returned now | http://smcv.pseudorandom.co.uk/ | |
2010-04-06 | response | http://kerravonsen.dreamwidth.org/ | |
2010-04-06 | (no commit message) | http://kerravonsen.dreamwidth.org/ | |
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-04 | advertise some bugfixes | http://smcv.pseudorandom.co.uk/ | |
2010-04-04 | bug report + patch: unnecessary YAML::Any dependency | http://smcv.pseudorandom.co.uk/ | |
2010-04-04 | update fieldsort plugin to be compatible with the latest version of my branch | http://smcv.pseudorandom.co.uk/ | |
2010-04-04 | Remove tagged_is_strict option, and just behave as though it was enabled | Simon McVittie | |
Jon was worried about the backwards-compatibility break involved in making tagged() not match non-tag links, but Joey seems less concerned about it. | |||
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 | |
Also rename cmpspec_translate (internal function) to sortspec_translate for consistency. | |||
2010-04-03 | Remove support for check_cmp_foo (pre-sort checks) | Simon McVittie | |
2010-04-03 | Split out sortnaturally into a plugin | Simon McVittie | |
2010-04-03 | reduced difference | http://smcv.pseudorandom.co.uk/ | |
2010-04-01 | considering tags and fields | http://kerravonsen.dreamwidth.org/ | |
2010-04-01 | (no commit message) | http://smcv.pseudorandom.co.uk/ | |
2010-04-01 | response; thoughts about inline and tags | http://kerravonsen.dreamwidth.org/ | |
2010-03-31 | response | http://kerravonsen.dreamwidth.org/ | |
2010-03-30 | respond; correct license of fieldsort plugin to match IkiWiki | http://smcv.pseudorandom.co.uk/ | |
2010-03-30 | respond | http://smcv.pseudorandom.co.uk/ | |
2010-03-30 | (no commit message) | http://smcv.pseudorandom.co.uk/ | |
2010-03-30 | respond and attempt to invoke Joey :-) | http://smcv.pseudorandom.co.uk/ | |
2010-03-30 | response | http://kerravonsen.dreamwidth.org/ | |
2010-03-30 | response | http://kerravonsen.dreamwidth.org/ | |
2010-03-30 | quick response | http://kerravonsen.dreamwidth.org/ | |
2010-03-28 | More wishlist items for the `xslt` plugin. | http://oneingray.myopenid.com/ | |
2010-03-26 | fix link | http://smcv.pseudorandom.co.uk/ | |
2010-03-26 | brief review of report | http://smcv.pseudorandom.co.uk/ | |
2010-03-26 | oh, my mistake... this *is* necessary, but could perhaps be done better? | http://smcv.pseudorandom.co.uk/ | |
2010-03-26 | doesn't field+template already cover this? | http://smcv.pseudorandom.co.uk/ | |
2010-03-26 | brief review of field; fieldsort plugin | http://smcv.pseudorandom.co.uk/ | |
2010-03-26 | response | http://kerravonsen.dreamwidth.org/ | |
2010-03-26 | security? | Joey Hess | |
2010-03-25 | Reimplement extensible sorting mechanisms, in the same way as pagespecs | Simon McVittie | |
2010-03-24 | Allow sorting to be combined and/or reversed | Simon McVittie | |