Joey Hess [Thu, 10 Jan 2008 09:15:43 +0000 (04:15 -0500)]
web commit by http://diabolist.myopenid.com/
Joey Hess [Thu, 10 Jan 2008 01:05:56 +0000 (20:05 -0500)]
docs/changelog
Patrick Winnertz [Thu, 10 Jan 2008 01:04:51 +0000 (20:04 -0500)]
I've wrote a little patch for the bug in teximg (can only include fomula on
one page).
Joey Hess [Wed, 9 Jan 2008 22:59:56 +0000 (17:59 -0500)]
In preferences, allow the subscriptions and email fields to be cleared
Joey Hess [Wed, 9 Jan 2008 19:45:07 +0000 (14:45 -0500)]
fix
Joey Hess [Wed, 9 Jan 2008 19:41:28 +0000 (14:41 -0500)]
not only markdown adds gunk, so remove it in the main htmlize function
Joey Hess [Wed, 9 Jan 2008 19:35:23 +0000 (14:35 -0500)]
* mdwn: When htmlizing text, if it's a single line with no newline,
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.
Joey Hess [Wed, 9 Jan 2008 19:35:11 +0000 (14:35 -0500)]
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Joey Hess [Wed, 9 Jan 2008 19:17:25 +0000 (14:17 -0500)]
* template: Remove bogus htmlize pass added in 2.16.
* template: Htmlize template variables, but also provide a raw version
via `<TMPL_VAR raw_variable>`.
Joey Hess [Wed, 9 Jan 2008 13:56:06 +0000 (08:56 -0500)]
web commit by AlexandreDupas
Joey Hess [Wed, 9 Jan 2008 13:53:06 +0000 (08:53 -0500)]
web commit by AlexandreDupas: possible answer
Joey Hess [Wed, 9 Jan 2008 11:03:39 +0000 (06:03 -0500)]
web commit by http://madduck.myopenid.com/
Joey Hess [Wed, 9 Jan 2008 07:50:02 +0000 (02:50 -0500)]
clarification
Joey Hess [Wed, 9 Jan 2008 07:42:58 +0000 (02:42 -0500)]
update po
Joey Hess [Wed, 9 Jan 2008 07:41:38 +0000 (02:41 -0500)]
don't process data metadata in scan, as it's expensive and the metadata should not be needed so early
Joey Hess [Wed, 9 Jan 2008 07:38:43 +0000 (02:38 -0500)]
* meta: Run in scan mode again (more intelligently) and re-add support for
meta link.
* Fix support for the case where metadata appears after an inline directive.
This was broken in version 2.16.
Joey Hess [Wed, 9 Jan 2008 07:32:03 +0000 (02:32 -0500)]
include license/copyright/author info if available
Joey Hess [Wed, 9 Jan 2008 07:31:11 +0000 (02:31 -0500)]
optimisation: detect scan mode and avoid generating image
Joey Hess [Wed, 9 Jan 2008 07:30:46 +0000 (02:30 -0500)]
Call preprocessor hooks in void context during the scan pass.
This allows the hook to determine if it's just scanning, and avoid expensive
operations.
Joey Hess [Wed, 9 Jan 2008 06:07:44 +0000 (01:07 -0500)]
update
Joey Hess [Wed, 9 Jan 2008 06:05:54 +0000 (01:05 -0500)]
* inline: Add copyright/license info on a per-post basis to atom
feeds if available. (rss doesn't allow such info on a per-post basis)
* meta: Allow copyright/license metadata to contain arbitrary markup.
Joey Hess [Wed, 9 Jan 2008 02:02:31 +0000 (21:02 -0500)]
add news item for ikiwiki 2.19
Joey Hess [Wed, 9 Jan 2008 02:01:54 +0000 (21:01 -0500)]
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Joey Hess [Wed, 9 Jan 2008 02:01:40 +0000 (21:01 -0500)]
releasing version 2.19
Joey Hess [Wed, 9 Jan 2008 01:41:25 +0000 (20:41 -0500)]
* aggregate: Include copyright statements from rss feed as meta copyright
directives.
* aggregate: Yet another state saving fix (sigh).
* aggregate: Add hack to support feeds with invalidly escaped html entities.
Joey Hess [Tue, 8 Jan 2008 18:28:57 +0000 (13:28 -0500)]
web commit by madmax
Joey Hess [Tue, 8 Jan 2008 18:27:18 +0000 (13:27 -0500)]
web commit by madmax
Joey Hess [Tue, 8 Jan 2008 18:00:01 +0000 (13:00 -0500)]
web commit by http://subvert.org.uk/~bma/
Joey Hess [Tue, 8 Jan 2008 14:05:54 +0000 (09:05 -0500)]
web commit by stefano.zacchiroli.myopenid.com/
Joey Hess [Mon, 7 Jan 2008 23:32:50 +0000 (18:32 -0500)]
* htmlscrubber: Further work around #365971 by adding tags for 'br/', 'hr/'
and 'p/'.
Joey Hess [Mon, 7 Jan 2008 23:14:45 +0000 (18:14 -0500)]
response
Joey Hess [Mon, 7 Jan 2008 23:12:12 +0000 (18:12 -0500)]
* Add a prereq on Data::Dumper 2.11 or better, needed to dump q// objects.
Joey Hess [Mon, 7 Jan 2008 21:40:45 +0000 (16:40 -0500)]
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Joey Hess [Mon, 7 Jan 2008 21:39:49 +0000 (16:39 -0500)]
add explicit test for do=postsignin
This happens when openid auth fails in certian ways
Joey Hess [Mon, 7 Jan 2008 21:37:19 +0000 (16:37 -0500)]
fixes
Joey Hess [Mon, 7 Jan 2008 21:35:16 +0000 (16:35 -0500)]
fixes
Joey Hess [Mon, 7 Jan 2008 21:34:13 +0000 (16:34 -0500)]
* Improved the canedit hook interface, allowing a callback function to be
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.
Joey Hess [Mon, 7 Jan 2008 21:10:32 +0000 (16:10 -0500)]
* opendiscussion: allow editing of the toplevel discussion page
Joey Hess [Mon, 7 Jan 2008 20:56:39 +0000 (15:56 -0500)]
* Only try postsignin if no other action matched. Fixes a bug where the
user goes back from the signin screen and does something else.
* Improve behavior when trying to sign in with no cookies.
Joey Hess [Mon, 7 Jan 2008 20:28:53 +0000 (15:28 -0500)]
fix some bad copy and pasted plugin ids
Joey Hess [Mon, 7 Jan 2008 18:40:09 +0000 (13:40 -0500)]
web commit by http://jumbanho.myopenid.com/
Joey Hess [Mon, 7 Jan 2008 15:46:49 +0000 (10:46 -0500)]
web commit by madduck.myopenid.com/: fix map verbatim
Joey Hess [Mon, 7 Jan 2008 15:19:04 +0000 (10:19 -0500)]
web commit by http://madduck.myopenid.com/
Joey Hess [Mon, 7 Jan 2008 14:18:19 +0000 (09:18 -0500)]
web commit by madduck.myopenid.com/: idiot i am, forgot the second pair of brackets
Joey Hess [Mon, 7 Jan 2008 14:17:51 +0000 (09:17 -0500)]
web commit by madduck.myopenid.com/: add wishlist tag
Joey Hess [Mon, 7 Jan 2008 14:16:40 +0000 (09:16 -0500)]
web commit by http://madduck.myopenid.com/
Joey Hess [Sun, 6 Jan 2008 23:25:43 +0000 (18:25 -0500)]
web commit by adb
Joey Hess [Sun, 6 Jan 2008 17:00:20 +0000 (12:00 -0500)]
web commit by http://madduck.myopenid.com/
Joey Hess [Sun, 6 Jan 2008 15:52:58 +0000 (10:52 -0500)]
web commit by madduck.myopenid.com/: make it wishlist
Joey Hess [Sun, 6 Jan 2008 15:52:11 +0000 (10:52 -0500)]
web commit by http://madduck.myopenid.com/
Joey Hess [Sun, 6 Jan 2008 14:03:28 +0000 (09:03 -0500)]
web commit by madduck.myopenid.com/: note about this still being a bug in ways
Joey Hess [Sun, 6 Jan 2008 13:55:23 +0000 (08:55 -0500)]
web commit by tschwinge: How to do this.
Joey Hess [Sun, 6 Jan 2008 12:32:56 +0000 (07:32 -0500)]
web commit by http://madduck.myopenid.com/
Joey Hess [Sun, 6 Jan 2008 01:49:35 +0000 (20:49 -0500)]
web commit by test
Joey Hess [Sat, 5 Jan 2008 14:32:34 +0000 (09:32 -0500)]
web commit by tschwinge: Commit emails: ones own changes.
Joey Hess [Sat, 5 Jan 2008 14:31:06 +0000 (09:31 -0500)]
web commit by tschwinge: Answer.
Joey Hess [Sat, 5 Jan 2008 07:26:35 +0000 (02:26 -0500)]
add news item for ikiwiki 2.18
Joey Hess [Sat, 5 Jan 2008 07:26:24 +0000 (02:26 -0500)]
releasing version 2.18
Joey Hess [Sat, 5 Jan 2008 07:23:31 +0000 (02:23 -0500)]
* aggregate: Only save state if it was already loaded. This didn't used to
* table: Fix dependency tracking for external data files. Closes: #458387
Joey Hess [Sat, 5 Jan 2008 07:13:33 +0000 (02:13 -0500)]
response
Joey Hess [Sat, 5 Jan 2008 07:11:02 +0000 (02:11 -0500)]
response
Joey Hess [Sat, 5 Jan 2008 07:09:42 +0000 (02:09 -0500)]
response
Joey Hess [Sat, 5 Jan 2008 07:07:29 +0000 (02:07 -0500)]
response, improve NOTAINT docs
Joey Hess [Sat, 5 Jan 2008 07:00:49 +0000 (02:00 -0500)]
response
Joey Hess [Sat, 5 Jan 2008 06:47:57 +0000 (01:47 -0500)]
response
Joey Hess [Sat, 5 Jan 2008 06:47:04 +0000 (01:47 -0500)]
fix an uninitialised value warning
Joey Hess [Sat, 5 Jan 2008 06:41:57 +0000 (01:41 -0500)]
misc fixes so I can read this
Joey Hess [Sat, 5 Jan 2008 06:29:27 +0000 (01:29 -0500)]
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Joey Hess [Sat, 5 Jan 2008 06:27:36 +0000 (01:27 -0500)]
* aggregate: Only save state if it was already loaded. This didn't used to
matter, but after recent changes, state is not always loaded, and saving
would kill it.
Joey Hess [Sat, 5 Jan 2008 06:26:09 +0000 (01:26 -0500)]
* aggregate: Only save state if it was already loaded.
Joey Hess [Sat, 5 Jan 2008 06:01:11 +0000 (01:01 -0500)]
web commit by adb
Joey Hess [Fri, 4 Jan 2008 17:20:41 +0000 (12:20 -0500)]
web commit by weakish.int.eu.org/: some more thought
Joey Hess [Fri, 4 Jan 2008 14:16:55 +0000 (09:16 -0500)]
web commit by tschwinge: Suggest syntax for creating anchors via a to-be-written plugin.
Joey Hess [Fri, 4 Jan 2008 12:09:14 +0000 (07:09 -0500)]
web commit by tschwinge: Patch.
Joey Hess [Fri, 4 Jan 2008 09:38:18 +0000 (04:38 -0500)]
web commit by http://weakish.int.eu.org/: minor
Joey Hess [Fri, 4 Jan 2008 09:34:58 +0000 (04:34 -0500)]
web commit by http://weakish.int.eu.org/: minor
Joey Hess [Fri, 4 Jan 2008 09:33:26 +0000 (04:33 -0500)]
web commit by http://weakish.int.eu.org/
Joey Hess [Fri, 4 Jan 2008 09:26:50 +0000 (04:26 -0500)]
web commit by http://weakish.int.eu.org/
Joey Hess [Thu, 3 Jan 2008 10:32:21 +0000 (05:32 -0500)]
web commit by stefano.zacchiroli.myopenid.com/
Joey Hess [Thu, 3 Jan 2008 04:38:45 +0000 (23:38 -0500)]
round days old message
Joey Hess [Wed, 2 Jan 2008 21:28:56 +0000 (16:28 -0500)]
web commit by AlexandreDupas: Proposition for a plugin displaying bibtex files
Joey Hess [Wed, 2 Jan 2008 20:20:22 +0000 (15:20 -0500)]
web commit by http://harningt.eharning.us/
Joey Hess [Wed, 2 Jan 2008 19:18:04 +0000 (14:18 -0500)]
web commit by http://openid.eharning.us/
Joey Hess [Wed, 2 Jan 2008 14:59:27 +0000 (09:59 -0500)]
web commit by weakish.myopenid.com/: creole is a wanna to be standard markup for all wikis.
Joey Hess [Wed, 2 Jan 2008 10:39:47 +0000 (05:39 -0500)]
web commit by tschwinge: Answer.
Joey Hess [Wed, 2 Jan 2008 01:12:41 +0000 (20:12 -0500)]
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Joey Hess [Wed, 2 Jan 2008 01:12:22 +0000 (20:12 -0500)]
fixed
Joey Hess [Wed, 2 Jan 2008 01:11:27 +0000 (20:11 -0500)]
web commit by joey: remove markdown test foo
Joey Hess [Wed, 2 Jan 2008 00:58:45 +0000 (19:58 -0500)]
* Stop testing Encode::is_utf8 in decode_form_utf8: That doesn't work.
* decode_form_utf8 only fixed the utf-8 encoding for fields that were
registered at the time it was called, which was before the
formbuilder_setup hook. Fields added by the hook didn't get decoded.
But it can't be put after the hook either, since plugins using the hook
need to be able to use form values. To fix this dilemma, it's been changed
to a decode_cgi_utf8, which is called on the cgi query object, before the
form is set up, and decodes *all* cgi parameters.
Joey Hess [Wed, 2 Jan 2008 00:11:27 +0000 (19:11 -0500)]
response
Joey Hess [Wed, 2 Jan 2008 00:10:21 +0000 (19:10 -0500)]
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Joey Hess [Tue, 1 Jan 2008 23:48:34 +0000 (18:48 -0500)]
* Split error messages for failures to drop real uid and gid.
* Retry dropping uid and gid, possibly this will help with the "Resource
temporarily unavailable" failures I've experienced under xen.
Joey Hess [Tue, 1 Jan 2008 23:44:53 +0000 (18:44 -0500)]
web commit by tschwinge: Another UTF-8 problem.
Joey Hess [Tue, 1 Jan 2008 23:41:44 +0000 (18:41 -0500)]
web commit by tschwinge: Report an inconvenience.
Joey Hess [Mon, 31 Dec 2007 02:21:13 +0000 (21:21 -0500)]
web commit by AlexandreDupas: Added my self
Joey Hess [Mon, 31 Dec 2007 01:50:29 +0000 (20:50 -0500)]
web commit by AlexandreDupas: Fix typo.
Joey Hess [Sun, 30 Dec 2007 20:05:02 +0000 (15:05 -0500)]
add news item for ikiwiki 2.17
Joey Hess [Sun, 30 Dec 2007 20:04:25 +0000 (15:04 -0500)]
releasing version 2.17
Joey Hess [Sun, 30 Dec 2007 19:57:33 +0000 (14:57 -0500)]
I *think* that this comment is out of date.
Joey Hess [Sun, 30 Dec 2007 19:49:54 +0000 (14:49 -0500)]
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info