aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* add note about minor back compat issueJoey Hess2010-04-06
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-04-06
|\
| * further discussion, point out potential XSShttp://smcv.pseudorandom.co.uk/2010-04-07
| |
| * responsehttp://kerravonsen.dreamwidth.org/2010-04-06
| |
| * responsehttp://kerravonsen.dreamwidth.org/2010-04-06
| |
| * response to Joey and smcvhttp://kerravonsen.dreamwidth.org/2010-04-06
| |
| * replyhttp://kerravonsen.dreamwidth.org/2010-04-06
| |
* | tweak wording and versions and add changelog entryJoey Hess2010-04-06
| |
* | improve wording to not encourage explicitly passing undefJoey Hess2010-04-06
| |
* | Merge remote branch 'smcv/ready/link-types'Joey Hess2010-04-06
|\ \ | |/ |/|
| * Remove typedlink from [[ikiwiki/pagespec]]Simon McVittie2010-04-06
| | | | | | | | It's not supported in this branch any more.
| * Auto-rebuild wikis on upgrade due to the taglink changeSimon McVittie2010-04-06
| | | | | | | | | | debian/NEWS and debian/postinst should be edited before release to have an appropriate version number.
| * Add a unit test for changed-link calculationSimon McVittie2010-04-04
| |
| * Remove the typedlink(tag foo) pagespec feature, which is less friendly than ↵Simon McVittie2010-04-04
| | | | | | | | | | | | | | tagged() Plugins that introduce a link type should also introduce pagespec syntax for it.
| * Remove tagged_is_strict option, and just behave as though it was enabledSimon McVittie2010-04-04
| | | | | | | | | | Jon was worried about the backwards-compatibility break involved in making tagged() not match non-tag links, but Joey seems less concerned about it.
| * Fix some typos that would break Render during changed-link calculationSimon McVittie2010-04-04
| |
| * implement typed links; add tagged_is_strict config optionSimon McVittie2010-04-04
| |
* | fixedhttp://smcv.pseudorandom.co.uk/2010-04-06
| |
* | Revert spamJoey Hess2010-04-06
| | | | | | | | | | | | This reverts commit e496920e51ae9f0ecfbad5799634a5064193dcdb. "Twice is enemy action"; enjoy your ban!
* | (no commit message)webkatalog2010-04-06
| |
* | Revert spamJoey Hess2010-04-06
| | | | | | | | | | | | This reverts commit b29c50c731d17c83fef21ef606654ce3bde84310. Nice try, no cigar.
* | (no commit message)webkatalog2010-04-06
| |
* | nearly there!Joey Hess2010-04-06
| |
* | commentJoey Hess2010-04-06
| |
* | commentJoey Hess2010-04-06
| |
* | commentJoey Hess2010-04-06
| |
* | ideaJoey Hess2010-04-06
| |
* | first questionJoey Hess2010-04-06
| |
* | oops, branch returned nowhttp://smcv.pseudorandom.co.uk/2010-04-06
| |
* | more flexible underlays, please?http://kerravonsen.dreamwidth.org/2010-04-06
| |
* | responsehttp://kerravonsen.dreamwidth.org/2010-04-06
| |
* | (no commit message)http://kerravonsen.dreamwidth.org/2010-04-06
| |
* | if applied, reverting this would be problematichttp://smcv.pseudorandom.co.uk/2010-04-06
| |
* | tag as patchhttp://smcv.pseudorandom.co.uk/2010-04-06
| |
* | pages talking about escaping should really be escaped correctlyhttp://smcv.pseudorandom.co.uk/2010-04-06
| |
* | as seen on IRChttp://smcv.pseudorandom.co.uk/2010-04-06
| |
* | switch branch for review to use ready/foo conventionhttp://smcv.pseudorandom.co.uk/2010-04-06
| |
* | ready for review, I thinkhttp://smcv.pseudorandom.co.uk/2010-04-06
| |
* | fix bug that left stray </p> tagsJoey Hess2010-04-05
| | | | | | | | | | | | | | 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.
* | txt: Add a special case for robots.txt.Joey Hess2010-04-05
| |
* | comments: Fix missing entity encoding in title.Joey Hess2010-04-05
| | | | | | | | | | | | | | | | | | | | | | | | The meta title data set by comments needs to be encoded the same way that meta encodes it. (NB The security implications of the missing encoding are small.) Note that meta's encoding of title, description, and guid data, and not other data, is probably a special case that should be removed. Instead, these values should be encoded when used. I have avoided doing so here because that would mean forcing a wiki rebuild on upgrade to have the data consitently encoded.
* | responseJoey Hess2010-04-05
| |
* | potential performance improvementshttp://smcv.pseudorandom.co.uk/2010-04-05
| |
* | speedJoey Hess2010-04-05
| |
* | fix test suiteJoey Hess2010-04-04
| |
* | close bug, commentJoey Hess2010-04-04
| |
* | more idiomatic perlJoey Hess2010-04-04
| |
* | rename hash and avoid unnecessary hash refJoey Hess2010-04-04
| | | | | | | | | | Variable renamed to be a bit more self-explanatory. Probably more idiomatic perl to not use a hash ref when a hash can be used.
* | changelogJoey Hess2010-04-04
| |
* | fix indentation & whitespaceJoey Hess2010-04-04
| |