Joey Hess
99c65a4c0e
* Use absolute url for feedurl when filling out the feed templates.
...
Closes : #470530
2008-03-12 18:49:41 -04:00
Joey Hess
862ca19eb1
truncate recentchangesdiffs after 200 lines
...
This works around a perl crasher bug, and also avoids bloating pages
with enormous diffs.
rcs_recentchanges modified to return a list in an array context.
2008-03-12 15:45:10 -04:00
Joey Hess
672893634b
response
2008-03-12 14:48:08 -04:00
Joey Hess
e3c6b9bb9d
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-03-12 14:46:03 -04:00
Joey Hess
3dc979470e
use git show to get the diff
...
If a diff of the firsst commit in a git repo was requested, it would fail and
print to stderr since first^ isn't valid. Using git show will always work.
2008-03-12 14:44:20 -04:00
Joey Hess
20f1365ce1
response
2008-03-12 14:33:38 -04:00
Joey Hess
8b9498ba73
response
2008-03-12 14:31:43 -04:00
Joey Hess
475a7ad556
web commit by http://madduck.net/
2008-03-12 14:21:53 -04:00
Joey Hess
f7bdc2385d
* Use forcebaseurl to make page previews be displayed with the html base
...
set to the destination page. This avoids need for hacks to munge the urls
in preview mode, which fixes several bugs.
* Several destpage fixes in plugins.
2008-03-12 14:21:48 -04:00
Joey Hess
65da6aaae2
web commit by http://www-public.it-sudparis.eu/~berger_o/
2008-03-12 13:38:12 -04:00
Joey Hess
be0f1a63a3
typo
2008-03-12 13:34:44 -04:00
Joey Hess
95261278e7
docuent need for mhchem.sty
2008-03-12 13:25:28 -04:00
Joey Hess
43056e68d5
move from bugs to todo
2008-03-12 13:17:43 -04:00
Joey Hess
fb2b1702a4
tag as a slow plugin
2008-03-12 13:15:58 -04:00
Joey Hess
6690f1091a
code review of hnd plugin
2008-03-12 13:14:43 -04:00
Joey Hess
5447cf4089
response
2008-03-12 13:06:27 -04:00
martin f. krafft
46976ac142
add debbug reference to SimpleXMLRPCDispatcher workaround
...
Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-03-12 10:48:03 -04:00
Joey Hess
5cc97e1df4
changelog
2008-03-12 10:47:17 -04:00
martin f. krafft
8a43597a00
Handle SimpleXMLRPCDispatcher arg count change in Py2.5
...
SimpleXMLRPCDispatcher.__init__ takes 3 arguments instead of 1 since
python 2.5, so we check for that with a hack, for I found no better way,
other than catching a TypeError exception.
Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-03-12 10:46:36 -04:00
Joey Hess
2fa9da9f16
* monotone: Require version 0.38 or greater, and stop using the mtnmergerc
...
option. (Brian May)
2008-03-12 10:46:04 -04:00
Joey Hess
db0d6c5f01
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-03-12 10:35:56 -04:00
Joey Hess
51ee2a2eab
fix syntax error
2008-03-12 10:35:25 -04:00
Joey Hess
972570b236
web commit by http://tove.myopenid.com/
2008-03-12 08:59:51 -04:00
Joey Hess
eee0a5c7be
web commit by http://madduck.net/
2008-03-12 08:30:06 -04:00
Joey Hess
c47066dd55
web commit by http://edward.myopenid.com/ : poll vote (Accept only OpenID for logins)
2008-03-12 04:35:53 -04:00
Joey Hess
e5afc39aae
web commit by http://noone.org/openid/ : Shorter syntax
2008-03-11 19:23:24 -04:00
Joey Hess
441e9f0261
web commit by http://chistera.yi.org/~adeodato/
2008-03-11 18:55:33 -04:00
Joey Hess
f26ff1526b
web commit by http://chistera.yi.org/~adeodato/ : Support this.
2008-03-11 18:51:16 -04:00
martin f. krafft
d02e350a69
Correct meta.robots attribute value->content
...
This was a silly typo, sorry. <meta ...> takes an attribute content, not
value.
Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-03-11 18:37:04 -04:00
Joey Hess
9b6566ad8c
web commit by http://bremner.myopenid.com/ : changed source link to point to git. added plugin box. made epsilon less verbose
2008-03-11 17:34:20 -04:00
Joey Hess
24d90d4bb6
web commit by http://bremner.myopenid.com/ : added some notes about related approaches
2008-03-11 17:22:17 -04:00
Joey Hess
cdf88c8821
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-03-11 15:55:38 -04:00
Joey Hess
c2dd8de9a8
update
2008-03-11 15:54:09 -04:00
martin f. krafft
c471d5425f
Generate openid2 headers as well
...
This causes meta.openid to also generate the openid2 headers.
Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-03-11 15:53:21 -04:00
Joey Hess
816d124a64
add changelog messages
2008-03-11 15:52:47 -04:00
martin f. krafft
2325525713
Let meta.openid set X-XRDS-Location header
...
Adds an optional xrds-location parameter to the openid meta handler,
which allows for XRDS delegation.
A good document on XRDS is
http://www.windley.com/archives/2007/05/using_xrds.shtml
Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-03-11 15:51:11 -04:00
martin f. krafft
0cac528b03
Add robots noindex,follow to redirection pages
...
It makes no sense to have robots index these pages, so inform them that
they should not. We still tell them to follow the links, obviously.
Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-03-11 15:44:37 -04:00
martin f. krafft
a64d31d293
Tell robots to noindex,follow basewiki pages
...
Those pages show up in the basewiki on most ikiwiki sites and thus
really ought not to be indexed. We can let robots follow them though.
Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-03-11 15:44:18 -04:00
martin f. krafft
227107b218
Make makerepo set the Git merge remote
...
branch.master.remote previously used to default to origin, which has
recently been changed; it now needs to be set explicitly, which this
patch does.
Closes Debian bug #470517 .
Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-03-11 15:40:07 -04:00
Joey Hess
c59405e643
web commit by http://madduck.net/
2008-03-11 10:02:12 -04:00
Joey Hess
09e69a642b
web commit by http://hendry.iki.fi/ : openid acl
2008-03-11 09:09:15 -04:00
Joey Hess
830aab057f
web commit by http://bremner.myopenid.com/
2008-03-11 08:56:35 -04:00
Joey Hess
fd4e6dfa87
web commit by http://bremner.myopenid.com/
2008-03-11 08:32:12 -04:00
Joey Hess
7861b38e1c
web commit by http://alcopop.org/me/openid/
2008-03-11 06:21:52 -04:00
Joey Hess
80f7c3a6b0
web commit by http://alcopop.org/me/openid/
2008-03-11 06:21:23 -04:00
Joey Hess
dd52e95836
web commit by http://alcopop.org/me/openid/
2008-03-11 06:20:20 -04:00
Joey Hess
7d595594c6
web commit by XTaran: Idea for improvement
2008-03-10 20:14:00 -04:00
Joey Hess
fe2fbccc0e
web commit by http://madduck.net/
2008-03-10 16:41:43 -04:00
Joey Hess
0cbe1669f5
web commit by http://madduck.net/
2008-03-10 16:40:19 -04:00
Joey Hess
cd0fa5a776
web commit by http://madduck.net/
2008-03-10 16:34:54 -04:00