Joey Hess
9d4a92850e
web commit from 158.234.10.144: poll vote (It's fast enough)
2008-01-10 09:18:35 -05:00
Joey Hess
30eb367ad4
web commit by http://diabolist.myopenid.com/ : Messed up formatting of my comment, sorry, fixed now
2008-01-10 04:18:17 -05:00
Joey Hess
3c62e090dd
web commit by http://diabolist.myopenid.com/
2008-01-10 04:15:43 -05:00
Joey Hess
d028c29772
docs/changelog
2008-01-09 20:05:56 -05:00
Patrick Winnertz
81c726982b
I've wrote a little patch for the bug in teximg (can only include fomula on
...
one page).
2008-01-09 20:04:51 -05:00
Joey Hess
141d363888
In preferences, allow the subscriptions and email fields to be cleared
2008-01-09 17:59:56 -05:00
Joey Hess
14002b58d2
fix
2008-01-09 14:45:07 -05:00
Joey Hess
e01960e90a
not only markdown adds gunk, so remove it in the main htmlize function
2008-01-09 14:41:28 -05:00
Joey Hess
2b9ce0129b
* 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.
2008-01-09 14:35:23 -05:00
Joey Hess
ed30330ac2
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-01-09 14:35:11 -05:00
Joey Hess
57ff2ecaed
* template: Remove bogus htmlize pass added in 2.16.
...
* template: Htmlize template variables, but also provide a raw version
via `<TMPL_VAR raw_variable>`.
2008-01-09 14:17:25 -05:00
Joey Hess
9f34404bb3
web commit by AlexandreDupas
2008-01-09 08:56:06 -05:00
Joey Hess
65909e3543
web commit by AlexandreDupas: possible answer
2008-01-09 08:53:06 -05:00
Joey Hess
2b2ff53c2f
web commit by http://madduck.myopenid.com/
2008-01-09 06:03:39 -05:00
Joey Hess
5d3c225ad7
clarification
2008-01-09 02:50:02 -05:00
Joey Hess
8e1b4c00f6
update po
2008-01-09 02:42:58 -05:00
Joey Hess
adb1bc8761
don't process data metadata in scan, as it's expensive and the metadata should not be needed so early
2008-01-09 02:41:38 -05:00
Joey Hess
deb39a1f14
* 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.
2008-01-09 02:38:43 -05:00
Joey Hess
405e8a7031
include license/copyright/author info if available
2008-01-09 02:32:03 -05:00
Joey Hess
a654a72fda
optimisation: detect scan mode and avoid generating image
2008-01-09 02:31:11 -05:00
Joey Hess
50faf0b151
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.
2008-01-09 02:30:46 -05:00
Joey Hess
65db156614
update
2008-01-09 01:07:44 -05:00
Joey Hess
b31e8c0826
* 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.
2008-01-09 01:05:54 -05:00
Joey Hess
469d09d4c1
add news item for ikiwiki 2.19
2008-01-08 21:02:31 -05:00
Joey Hess
dc16e38681
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-01-08 21:01:54 -05:00
Joey Hess
13cf99822d
releasing version 2.19
2008-01-08 21:01:40 -05:00
Joey Hess
86781fc43e
* 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.
2008-01-08 20:41:25 -05:00
Joey Hess
d21467601c
web commit by madmax
2008-01-08 13:28:57 -05:00
Joey Hess
01d7ba5f68
web commit by madmax
2008-01-08 13:27:18 -05:00
Joey Hess
1cfb23cba2
web commit by http://subvert.org.uk/~bma/
2008-01-08 13:00:01 -05:00
Joey Hess
88972be001
web commit by http://stefano.zacchiroli.myopenid.com/
2008-01-08 09:05:54 -05:00
Joey Hess
4c1a4402f9
* htmlscrubber: Further work around #365971 by adding tags for 'br/', 'hr/'
...
and 'p/'.
2008-01-07 18:32:50 -05:00
Joey Hess
b14a228c2c
response
2008-01-07 18:14:45 -05:00
Joey Hess
e35eb5a418
* Add a prereq on Data::Dumper 2.11 or better, needed to dump q// objects.
2008-01-07 18:12:12 -05:00
Joey Hess
08cb5f7bad
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-01-07 16:40:45 -05:00
Joey Hess
dcf342f366
add explicit test for do=postsignin
...
This happens when openid auth fails in certian ways
2008-01-07 16:39:49 -05:00
Joey Hess
d7b2bb13d1
fixes
2008-01-07 16:37:19 -05:00
Joey Hess
c34895364f
fixes
2008-01-07 16:35:16 -05:00
Joey Hess
c487b847e2
* 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.
2008-01-07 16:34:13 -05:00
Joey Hess
45de8dc710
* opendiscussion: allow editing of the toplevel discussion page
2008-01-07 16:10:32 -05:00
Joey Hess
9dbbbd0efa
* 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.
2008-01-07 15:56:39 -05:00
Joey Hess
4ac5685744
fix some bad copy and pasted plugin ids
2008-01-07 15:28:53 -05:00
Joey Hess
caa68884c7
web commit by http://jumbanho.myopenid.com/
2008-01-07 13:40:09 -05:00
Joey Hess
8831f3ca3e
web commit by http://madduck.myopenid.com/ : fix map verbatim
2008-01-07 10:46:49 -05:00
Joey Hess
d832626395
web commit by http://madduck.myopenid.com/
2008-01-07 10:19:04 -05:00
Joey Hess
2f64f6d352
web commit by http://madduck.myopenid.com/ : idiot i am, forgot the second pair of brackets
2008-01-07 09:18:19 -05:00
Joey Hess
cd43ea1c99
web commit by http://madduck.myopenid.com/ : add wishlist tag
2008-01-07 09:17:51 -05:00
Joey Hess
1173b6e6a2
web commit by http://madduck.myopenid.com/
2008-01-07 09:16:40 -05:00
Joey Hess
27261da09b
web commit by adb
2008-01-06 18:25:43 -05:00
Joey Hess
e92c51f5e5
web commit by http://madduck.myopenid.com/
2008-01-06 12:00:20 -05:00