Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-06 | typo | Joey Hess | |
2010-04-06 | update for sort changes | Joey Hess | |
2010-04-06 | close (but one question remains!) | Joey Hess | |
2010-04-06 | minor style etc changes | Joey Hess | |
2010-04-06 | remove note about more sort types possibly being available | Joey Hess | |
Good plugins should document them :) | |||
2010-04-06 | question | Joey Hess | |
2010-04-06 | add cpan link | Joey Hess | |
2010-04-06 | don't force a rebuild | Joey Hess | |
Rebuild can be needed sometimes, but not always, so undef. | |||
2010-04-06 | Merge remote branch 'smcv/ready/sort-package' | Joey Hess | |
Conflicts: debian/NEWS | |||
2010-04-06 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-06 | close | Joey Hess | |
2010-04-07 | update fieldsort plugin again; remove obsolete bug + fix note (thanks!) | http://smcv.pseudorandom.co.uk/ | |
2010-04-06 | add note about minor back compat issue | Joey Hess | |
2010-04-06 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-06 | tweak wording and versions and add changelog entry | 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 | http://kerravonsen.dreamwidth.org/ | |
2010-04-06 | response | http://kerravonsen.dreamwidth.org/ | |
2010-04-06 | response to Joey and smcv | http://kerravonsen.dreamwidth.org/ | |
2010-04-06 | reply | http://kerravonsen.dreamwidth.org/ | |
2010-04-06 | fixed | http://smcv.pseudorandom.co.uk/ | |
2010-04-06 | Remove typedlink from [[ikiwiki/pagespec]] | Simon McVittie | |
It's not supported in this branch any more. | |||
2010-04-06 | Auto-rebuild wikis on upgrade due to the taglink change | Simon McVittie | |
debian/NEWS and debian/postinst should be edited before release to have an appropriate version number. | |||
2010-04-06 | Revert spam | Joey Hess | |
This reverts commit e496920e51ae9f0ecfbad5799634a5064193dcdb. "Twice is enemy action"; enjoy your ban! | |||
2010-04-06 | (no commit message) | webkatalog | |
2010-04-06 | Revert spam | Joey Hess | |
This reverts commit b29c50c731d17c83fef21ef606654ce3bde84310. Nice try, no cigar. | |||
2010-04-06 | (no commit message) | webkatalog | |
2010-04-06 | nearly there! | Joey Hess | |
2010-04-06 | comment | Joey Hess | |
2010-04-06 | comment | Joey Hess | |
2010-04-06 | comment | Joey Hess | |
2010-04-06 | idea | Joey Hess | |
2010-04-06 | first question | Joey Hess | |
2010-04-06 | oops, branch returned now | http://smcv.pseudorandom.co.uk/ | |
2010-04-06 | more flexible underlays, please? | http://kerravonsen.dreamwidth.org/ | |
2010-04-06 | response | http://kerravonsen.dreamwidth.org/ | |
2010-04-06 | (no commit message) | http://kerravonsen.dreamwidth.org/ | |
2010-04-06 | if applied, reverting this would be problematic | http://smcv.pseudorandom.co.uk/ | |
2010-04-06 | tag as patch | http://smcv.pseudorandom.co.uk/ | |
2010-04-06 | pages talking about escaping should really be escaped correctly | http://smcv.pseudorandom.co.uk/ | |
2010-04-06 | as seen on IRC | http://smcv.pseudorandom.co.uk/ | |
2010-04-06 | HTML-encode meta title, description, guid on output, but not in the pagestate | Simon McVittie | |
This makes them consistent with the rest of the meta keys. A wiki rebuild will be needed on upgrade to this version; until the wiki is rebuilt, double-escaping will occur in the titles of pages that have not changed. | |||
2010-04-06 | switch branch for review to use ready/foo convention | http://smcv.pseudorandom.co.uk/ | |
2010-04-06 | ready for review, I think | http://smcv.pseudorandom.co.uk/ | |
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 | fix bug that left stray </p> tags | Joey Hess | |
Both markdown and tidy add paragraph tags around text, that needs to be stripped when the text is a short, one line fragment that is being inserted into a larger page. tidy also adds several newlines to the end, and this broke removal of the paragraph tags. |