summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2008-01-09updateJoey Hess
2008-01-09* inline: Add copyright/license info on a per-post basis to atomJoey Hess
feeds if available. (rss doesn't allow such info on a per-post basis) * meta: Allow copyright/license metadata to contain arbitrary markup.
2008-01-08add news item for ikiwiki 2.19Joey Hess
2008-01-08Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess
2008-01-08releasing version 2.19Joey Hess
2008-01-08* aggregate: Include copyright statements from rss feed as meta copyrightJoey Hess
directives. * aggregate: Yet another state saving fix (sigh). * aggregate: Add hack to support feeds with invalidly escaped html entities.
2008-01-08web commit by madmaxJoey Hess
2008-01-08web commit by madmaxJoey Hess
2008-01-08web commit by http://subvert.org.uk/~bma/Joey Hess
2008-01-08web commit by http://stefano.zacchiroli.myopenid.com/Joey Hess
2008-01-07* htmlscrubber: Further work around #365971 by adding tags for 'br/', 'hr/'Joey Hess
and 'p/'.
2008-01-07responseJoey Hess
2008-01-07* Add a prereq on Data::Dumper 2.11 or better, needed to dump q// objects.Joey Hess
2008-01-07Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess
2008-01-07add explicit test for do=postsigninJoey Hess
This happens when openid auth fails in certian ways
2008-01-07fixesJoey Hess
2008-01-07fixesJoey Hess
2008-01-07* Improved the canedit hook interface, allowing a callback function to beJoey Hess
returned (and not run in some cases) rather than the plugins directly forcing a user to log in. * opendiscussion: allow editing of the toplevel discussion page, and, indirectly, allow creating new discussion pages.
2008-01-07* opendiscussion: allow editing of the toplevel discussion pageJoey Hess