summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-06update for sort changesJoey Hess
2010-04-06close (but one question remains!)Joey Hess
2010-04-06minor style etc changesJoey Hess
2010-04-06remove note about more sort types possibly being availableJoey Hess
Good plugins should document them :)
2010-04-06questionJoey Hess
2010-04-06add cpan linkJoey Hess
2010-04-06don't force a rebuildJoey Hess
Rebuild can be needed sometimes, but not always, so undef.
2010-04-06Merge remote branch 'smcv/ready/sort-package'Joey Hess
Conflicts: debian/NEWS
2010-04-06Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-04-06closeJoey Hess
2010-04-07update fieldsort plugin again; remove obsolete bug + fix note (thanks!)http://smcv.pseudorandom.co.uk/
2010-04-06add note about minor back compat issueJoey Hess
2010-04-06Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-04-06tweak wording and versions and add changelog entryJoey Hess
2010-04-06improve wording to not encourage explicitly passing undefJoey Hess
2010-04-07further discussion, point out potential XSShttp://smcv.pseudorandom.co.uk/
2010-04-06Merge remote branch 'smcv/ready/link-types'Joey Hess
2010-04-06responsehttp://kerravonsen.dreamwidth.org/
2010-04-06responsehttp://kerravonsen.dreamwidth.org/
2010-04-06response to Joey and smcvhttp://kerravonsen.dreamwidth.org/
2010-04-06replyhttp://kerravonsen.dreamwidth.org/
2010-04-06fixedhttp://smcv.pseudorandom.co.uk/
2010-04-06Remove typedlink from [[ikiwiki/pagespec]]Simon McVittie
It's not supported in this branch any more.
2010-04-06Auto-rebuild wikis on upgrade due to the taglink changeSimon McVittie
debian/NEWS and debian/postinst should be edited before release to have an appropriate version number.
2010-04-06Revert spamJoey Hess
This reverts commit e496920e51ae9f0ecfbad5799634a5064193dcdb. "Twice is enemy action"; enjoy your ban!
2010-04-06(no commit message)webkatalog
2010-04-06Revert spamJoey Hess
This reverts commit b29c50c731d17c83fef21ef606654ce3bde84310. Nice try, no cigar.
2010-04-06(no commit message)webkatalog
2010-04-06nearly there!Joey Hess
2010-04-06commentJoey Hess
2010-04-06commentJoey Hess
2010-04-06commentJoey Hess
2010-04-06ideaJoey Hess
2010-04-06first questionJoey Hess
2010-04-06oops, branch returned nowhttp://smcv.pseudorandom.co.uk/
2010-04-06more flexible underlays, please?http://kerravonsen.dreamwidth.org/
2010-04-06responsehttp://kerravonsen.dreamwidth.org/
2010-04-06(no commit message)http://kerravonsen.dreamwidth.org/
2010-04-06if applied, reverting this would be problematichttp://smcv.pseudorandom.co.uk/
2010-04-06tag as patchhttp://smcv.pseudorandom.co.uk/
2010-04-06pages talking about escaping should really be escaped correctlyhttp://smcv.pseudorandom.co.uk/
2010-04-06as seen on IRChttp://smcv.pseudorandom.co.uk/
2010-04-06HTML-encode meta title, description, guid on output, but not in the pagestateSimon 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-06switch branch for review to use ready/foo conventionhttp://smcv.pseudorandom.co.uk/
2010-04-06ready for review, I thinkhttp://smcv.pseudorandom.co.uk/
2010-04-06Only store authorsort in meta pagestate if it differs from authorSimon McVittie
2010-04-06Only store titlesort in meta pagestate if it differs from titleSimon McVittie
2010-04-05Use $a and $b for SortSpec cmp callbacksSimon McVittie
2010-04-05fix bug that left stray </p> tagsJoey 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.
2010-04-05txt: Add a special case for robots.txt.Joey Hess