summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-07* Remove locking code in git rcs_commit. I'm not sure if this was everJoey Hess
correct, and it's certianly not correct now, since the wiki is locked before rcs_commit is ever called, and should not be unlocked by rcs_commit either.
2008-03-06* Fix example exclude regexp. Closes: #469691Joey Hess
2008-03-06Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess
2008-03-06* Updated Spanish translation from Victor Moral.Joey Hess
2008-03-06web commit by bremner: added pointer to relevant discussionJoey Hess
2008-03-06web commit by http://madduck.net/: add debpkgsid to link to packages.d.o/sid ↵Joey Hess
directly
2008-03-06web commit by bremner: answer one of my own questionsJoey Hess
2008-03-06web commit by bremner: new version, language configurable, sortofJoey Hess
2008-03-06web commit by bremnerJoey Hess
2008-03-06web commit by bremner: added link to sourcehighlight pluginJoey Hess
2008-03-06web commit by bremner: added work in progress sourcehighlight pluginJoey Hess
2008-03-06web commit by bremner: me too request for the tag generating codeJoey Hess
2008-03-06web commit by bremnerJoey Hess
2008-03-05web commit by ManojSrivastavaJoey Hess
2008-03-05web commit by ManojSrivastavaJoey Hess
2008-03-05web commit by ManojSrivastavaJoey Hess
2008-03-05web commit by bremner: updated my previous two wishlist items, added new oneJoey Hess
2008-03-05web commit by ManojSrivastavaJoey Hess
2008-03-05responseJoey Hess
2008-03-05responseJoey Hess
2008-03-05web commit by bremner: editorializing re: the information on using git being ↵Joey Hess
spread around between at least two pages
2008-03-05web commit by http://mlcastle.net/: new page test piJoey Hess
2008-03-05web commit by ManojSrivastavaJoey Hess
2008-03-05web commit by ManojSrivastavaJoey Hess
2008-03-05web commit by ManojSrivastavaJoey Hess
2008-03-05web commit by buo: escape inline directiveJoey Hess
2008-03-05web commit by buo: blog posts not added to mercurial repoJoey Hess
2008-03-05web commit by ManojSrivastavaJoey Hess
2008-03-05web commit by http://alcopop.org/me/openid/: "me too" (and maybe I'll do it)Joey Hess
2008-03-05web commit by ManojSrivastavaJoey Hess
2008-03-05web commit by http://subvert.org.uk/~bma/: Argument in favour of Varioki ↵Joey Hess
over creating new plugins to set template variables.
2008-03-05web commit by http://subvert.org.uk/~bma/: Add my thoughts.Joey Hess
2008-03-05web commit by ManojSrivastavaJoey Hess
2008-03-05web commit by http://mmassonnet.myopenid.com/: Added linux.die.net/man/%s ↵Joey Hess
(not sure this is the right place)
2008-03-05web commit by http://weakish.int.eu.org/: I think ikiwiki is more suitable ↵Joey Hess
for VPS/dedicated server. Shared hosting doesn't fit.
2008-03-05web commit by tschwinge: There's a bug somewhere.Joey Hess
2008-03-04web commit by http://weakish.int.eu.org/: add GNU Hurd wikiJoey Hess
2008-03-04test for Text::Markdown::[Mm]arkdown and use the available oneJoey Hess
Markdown is such a splintered mess.. The current debian package provides only Text::Markdown::Markdown, while all versions of Text::Markdown support Text::Markdown::markdown, and old versions also support the capitalised version, while new ones don't. It's getting to the point where `grep /markdown/i %symbol_table` is the only sane way to figure out what function to call..
2008-03-04* Use Text::Markdown::markdown, since version 1.0.16 of Text::MarkdownJoey Hess
no longer supports Text::Markdown::Markdown. All old versions of Text::Markdown also support the lower-case version.
2008-03-03responseJoey Hess
2008-03-03responseJoey Hess
2008-03-03* Add recentchangesdiff plugin that adds diffs to the recentchanges feeds.Joey Hess
* rcs_diff is a new function that rcs modules should implement. * Implemented rcs_diff for git, svn, and tla (tla version untested). Mercurial and monotone still todo.
2008-03-03web commit by bremner: a bit rough, but hopefully someone finds it usefulJoey Hess
2008-03-03web commit by bremnerJoey Hess
2008-03-03web commit by bremnerJoey Hess
2008-03-03web commit by bremnerJoey Hess
2008-03-03web commit by tschwinge: Set the title *after* instantiating the templates.Joey Hess
2008-03-03web commit by tschwinge: Set page title.Joey Hess
2008-03-03web commit by bremnerJoey Hess
2008-03-02web commit by http://liw.iki.fi/liw/: Document that you need to clone ↵Joey Hess
repository, not the actual source directory