summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-01-16improve formatting and minor rewordJoey Hess
2008-01-16responseJoey Hess
2008-01-16web commit by JeremyReed: Ask how to remove a user from userdb.Joey Hess
2008-01-16web commit by JeremyReed: Document account_creation_password -- some of this ↵Joey Hess
text taken from original todo.
2008-01-16web commit by JeremyReed: Need to add to man page?Joey Hess
2008-01-16* aggregate: Don't let feeds set creation times for pages in the future.Joey Hess
2008-01-13web commit by BrianWilsonJoey Hess
2008-01-13web commit by BrianWilsonJoey Hess
2008-01-13web commit from 69.245.185.215: poll vote (Accept only OpenID for logins)Joey Hess
2008-01-13web commit by http://weakish.int.eu.org/: HTML::Template can keep things simpleJoey Hess
2008-01-12web commit by http://diabolist.myopenid.com/Joey Hess
2008-01-12web commit by http://subvert.org.uk/~bma/: More information.Joey Hess
2008-01-12web commit from 80.216.223.25: poll vote (Accept only OpenID for logins)Joey Hess
2008-01-12web commit by solofo: poll vote (Accept both)Joey Hess
2008-01-12web commit by solofo: Creation.Joey Hess
2008-01-12web commit by solofo: First proposal.Joey Hess
2008-01-11web commit from 211.28.211.251: poll vote (Accept both)Joey Hess
2008-01-11* Old versions of git-init don't support --git-dir or GIT_DIR withJoey Hess
--bare. Change ikiwiki-makerepo to use a method that should work with those older versions too.
2008-01-11web commit by http://diabolist.myopenid.com/Joey Hess
2008-01-11followupJoey Hess
2008-01-11web commit by http://diabolist.myopenid.com/: further details about attempts ↵Joey Hess
with ikiwiki-makerepo git
2008-01-11web commit by http://diabolist.myopenid.com/Joey Hess
2008-01-11web commit by http://diabolist.myopenid.com/: Clarification of original commentJoey Hess
2008-01-11web commit by rdennis: set initial state of toggle pluginJoey Hess
2008-01-10fix over-escapingJoey Hess
2008-01-10add news item for ikiwiki 2.20Joey Hess
2008-01-10releasing version 2.20Joey Hess
2008-01-10responseJoey Hess
2008-01-10web commit from 158.234.10.144: poll vote (Accept only OpenID for logins)Joey Hess
2008-01-10web commit from 158.234.10.144: poll vote (It's fast enough)Joey Hess
2008-01-10web commit by http://diabolist.myopenid.com/: Messed up formatting of my ↵Joey Hess
comment, sorry, fixed now
2008-01-10web commit by http://diabolist.myopenid.com/Joey Hess
2008-01-09docs/changelogJoey Hess
2008-01-09I've wrote a little patch for the bug in teximg (can only include fomula onPatrick Winnertz
one page).
2008-01-09In preferences, allow the subscriptions and email fields to be clearedJoey Hess
2008-01-09fixJoey Hess
2008-01-09not only markdown adds gunk, so remove it in the main htmlize functionJoey Hess
2008-01-09* mdwn: When htmlizing text, if it's a single line with no newline,Joey Hess
remove the enclosing paragraph and newline markdown wraps it in. This allows removing several hacks around this markdown behavior from other plugins that htmlize fragements of pages.
2008-01-09Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess
2008-01-09* template: Remove bogus htmlize pass added in 2.16.Joey Hess
* template: Htmlize template variables, but also provide a raw version via `<TMPL_VAR raw_variable>`.
2008-01-09web commit by AlexandreDupasJoey Hess
2008-01-09web commit by AlexandreDupas: possible answerJoey Hess
2008-01-09web commit by http://madduck.myopenid.com/Joey Hess
2008-01-09clarificationJoey Hess
2008-01-09update poJoey Hess
2008-01-09don't process data metadata in scan, as it's expensive and the metadata ↵Joey Hess
should not be needed so early
2008-01-09* meta: Run in scan mode again (more intelligently) and re-add support forJoey Hess
meta link. * Fix support for the case where metadata appears after an inline directive. This was broken in version 2.16.
2008-01-09include license/copyright/author info if availableJoey Hess
2008-01-09optimisation: detect scan mode and avoid generating imageJoey Hess
2008-01-09Call preprocessor hooks in void context during the scan pass.Joey Hess
This allows the hook to determine if it's just scanning, and avoid expensive operations.