summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-31Escape HTML in RSS feeds, rather than relying on it being valid to stuff ↵Simon McVittie
into a CDATA section
2008-07-31Escape HTML in Atom feeds, rather than relying on it being well-formed XHTML ↵Simon McVittie
with no named entity references
2008-07-30responseJoey Hess
2008-07-30s/sslrequire/requiressl/ghttp://schmonz.livejournal.com/
2008-07-30more suidhttp://schmonz.livejournal.com/
2008-07-30fix cuttohttp://schmonz.livejournal.com/
2008-07-30okay, tested to really work as advertisedhttp://schmonz.livejournal.com/
2008-07-30http(oop)shttp://schmonz.livejournal.com/
2008-07-30updatehttp://schmonz.livejournal.com/
2008-07-30revamp, so it's vampierhttp://schmonz.livejournal.com/
2008-07-30(no commit message)http://schmonz.livejournal.com/
2008-07-30(no commit message)http://www.cse.unsw.edu.au/~willu/
2008-07-29alternate suggestionhttp://www.cse.unsw.edu.au/~willu/
2008-07-29(no commit message)http://schmonz.livejournal.com/
2008-07-29(no commit message)http://schmonz.livejournal.com/
2008-07-29really rm ;-)Joey Hess
2008-07-29rmJoey Hess
2008-07-29Obsolete templates/estseek.confHenrikBrixAndersen
2008-07-29on the security of this plugin..Joey Hess
2008-07-29tuneJoey Hess
2008-07-29changelogJoey Hess
2008-07-29check generated pages inJoey Hess
I considered not checking them in, or making the checkin configurable. However, then they would remain not checked in if edited by a user, which is probably not desired. Note that passing undef as the username/ip to rcs_commit_staged may not result in ideal behavior; the commit may seem to come from "anonymous" with some revision control systems. Most of them handle it a bit better and just have it come from whatever user is running the build.
2008-07-29Merge branch 'master' into tovaJoey Hess
2008-07-29rename discussion page to match plugin nameJoey Hess
2008-07-29initial draftJoey Hess
2008-07-29add refresh hookJoey Hess
2008-07-29(no commit message)http://schmonz.livejournal.com/
2008-07-29sorry, should have mentioned pkgsrc is cross-platformhttp://schmonz.livejournal.com/
2008-07-28document unixauth.pmhttp://schmonz.livejournal.com/
2008-07-28* Editionhttp://ptecza.myopenid.com/
2008-07-28* Completionhttp://ptecza.myopenid.com/
2008-07-28* Progressbar plugin?http://ptecza.myopenid.com/
2008-07-27add news item for ikiwiki 2.55Joey Hess
2008-07-27releasing version 2.55Joey Hess
2008-07-27* RC2 color pluginhttp://ptecza.myopenid.com/
2008-07-27pkgsrc is NetBSD I take itJoey Hess
2008-07-27note pkgsrc packagehttp://schmonz.livejournal.com/
2008-07-26changelog and tweaksJoey Hess
2008-07-26use new style error handlingJoey Hess
2008-07-26Added cutpaste plugin.Enrico Zini
I'm wondering if cutandpaste wouldn't be a better name.
2008-07-26changelogJoey Hess
2008-07-26Handle the case when HTML got tidied.Enrico Zini
This fixes debian bug #492529.
2008-07-26closeJoey Hess
2008-07-26put preprocess loop errors inside an error spanJoey Hess
2008-07-26* Responsehttp://ptecza.myopenid.com/
2008-07-26* Responsehttp://ptecza.myopenid.com/
2008-07-25add test dataJoey Hess
2008-07-25add a regression test to ensure that permalinks never changeJoey Hess
2008-07-25attachment: Use relative paths when inserting links.Joey Hess
2008-07-25fix feed urlsJoey Hess
The fix for colons involved adding "./" to some urls. Due to the weird way inline called urlto, these snuck into feed urls and permalinks. Fix it by adding an optional third parameter to urlto.