Joey Hess
609e74bbd8
fix what I think is a typo
2008-04-10 16:08:59 -04:00
Joey Hess
c69c811d64
web commit by http://joey.kitenet.net/ : oops :-)
2008-04-10 14:45:00 -04:00
Joey Hess
ff363cf9a0
web commit by http://joey.kitenet.net/
2008-04-10 14:43:58 -04:00
Joey Hess
5647448501
web commit by ScottSwalwell: Fixed my fix.
2008-04-10 13:01:27 -04:00
Joey Hess
7921d9456c
web commit by ScottSwalwell: Fixed this link.
2008-04-10 13:00:36 -04:00
Joey Hess
04528ba259
web commit by cjb: Fixed URL
2008-04-10 01:06:21 -04:00
Joey Hess
e8728aa894
web commit by cjb: Tagged
2008-04-10 00:09:07 -04:00
Joey Hess
675236d251
web commit by cjb: Suggested patch for 302 redirect after page creation when using bzr
2008-04-10 00:07:59 -04:00
Joey Hess
914a5645a5
web commit by http://sabr.myopenid.com/
2008-04-09 22:34:44 -04:00
Joey Hess
61012a1e8d
web commit by http://sabr.myopenid.com/
2008-04-09 21:56:41 -04:00
Joey Hess
beea66a711
web commit by http://sabr.myopenid.com/
2008-04-09 21:55:32 -04:00
Joey Hess
50d653ad11
web commit by http://sabr.myopenid.com/
2008-04-09 21:33:30 -04:00
Joey Hess
eb42df0767
web commit by http://sabr.myopenid.com/
2008-04-09 19:34:08 -04:00
Joey Hess
cf7fb618f3
web commit by http://sabr.myopenid.com/
2008-04-09 17:45:06 -04:00
Joey Hess
18de75c462
web commit by http://sabr.myopenid.com/
2008-04-09 17:39:22 -04:00
Joey Hess
c104351f51
web commit by http://sabr.myopenid.com/
2008-04-09 17:37:22 -04:00
Joey Hess
0c353121f5
web commit by http://sabr.myopenid.com/
2008-04-09 17:29:53 -04:00
Joey Hess
6e065626cd
web commit by http://sabr.myopenid.com/
2008-04-09 17:29:19 -04:00
Joey Hess
bad216bf1f
web commit by http://sabr.myopenid.com/ : poll vote (Accept only OpenID for logins)
2008-04-09 16:58:29 -04:00
Joey Hess
623c1aa34f
web commit by http://sabr.myopenid.com/
2008-04-09 02:45:14 -04:00
Joey Hess
109abb1f2b
web commit by http://sabr.myopenid.com/
2008-04-09 02:43:19 -04:00
Joey Hess
1080635372
web commit by http://sabr.myopenid.com/
2008-04-09 02:42:29 -04:00
Joey Hess
1ed60084d3
web commit by http://sabr.myopenid.com/
2008-04-09 02:41:29 -04:00
Joey Hess
7822606010
web commit by http://sabr.myopenid.com/
2008-04-09 02:36:12 -04:00
Joey Hess
dd464e4ca8
web commit by ittayd
2008-04-08 15:37:11 -04:00
Joey Hess
9e6b7ba79a
web commit by http://sabr.myopenid.com/
2008-04-08 14:37:31 -04:00
Joey Hess
8ea8f21c20
web commit by http://sabr.myopenid.com/
2008-04-08 14:33:13 -04:00
Joey Hess
16338ed771
web commit by http://sabr.myopenid.com/
2008-04-08 13:18:35 -04:00
Joey Hess
7c7dba8a71
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-04-08 12:52:48 -04:00
Joey Hess
3d8e767c36
web commit by http://xayk.net/
...
(cherry picked from commit 146b3d9ac2754112e7c6c63f7c2e783ac2bf4dbe)
2008-04-08 12:51:46 -04:00
Joey Hess
c381ec666b
web commit by http://sabr.myopenid.com/
...
(cherry picked from commit 8e4a0640c591df95810fe94ab62521030134823b)
2008-04-08 12:50:55 -04:00
Joey Hess
af3367eb4e
web commit by cjb: Trivial syntax bug.
2008-04-08 09:49:37 -04:00
Joey Hess
1b4493802f
web commit by http://cstork.org/ : poll vote (Accept only OpenID for logins)
2008-04-04 06:49:43 -04:00
Joey Hess
04e7467807
need to handle urls to images the same
...
Also, simplified finding the url to the top of the site.
2008-04-03 16:37:05 -04:00
Manoj Srivastava
c207086282
Bug#473987: [PATCH] Links relative to baseurl mangled in atom/rss feeds
...
tag 473987 +patch
thanks
Hi,
The issue is that we need to convert relative links to absolute
ones for atom and rss feeds -- but there are two types of
relative links. The first kind, relative to the current
document ( href="some/path") is handled correctly. The second
kind of relative url is is relative to the http server
base (href="/semi-abs/path"), and that broke.
It broke because we just prepended the url of the current
document to the href (http://host/path/to/this-doc/ + link),
which gave us, in the first place:
http://host/path/to/this-doc/some/path [correct], and
http://host/path/to/this-doc//semi-abs/path [wrong]
The fix is to calculate the base for the http server (the base of
the wiki does not help, since the base of the wiki can be
different from the base of the http server -- I have, for example,
"url => http://host.name.mine/blog/manoj/ "), and prepend that to
the relative references that start with a /.
This has been tested.
Signed-off-by: Manoj Srivastava <srivasta@debian.org>
2008-04-03 16:27:29 -04:00
Joey Hess
a4dc0f997c
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-04-03 02:36:16 -04:00
Joey Hess
de8c34df59
aggregate: Correct a mistake in the code that dummy up a guid for feeds lacking one.
2008-04-03 02:36:01 -04:00
Joey Hess
93d833da83
web commit by http://inthemedium.myopenid.com/ : poll vote (Accept only OpenID for logins)
2008-04-02 22:52:46 -04:00
Joey Hess
abb432ff4c
many thanks to madduck for his donation
2008-04-02 15:04:58 -04:00
Joey Hess
614d97063c
web commit by http://montyz.livejournal.com/ : more make woes
2008-04-02 13:51:12 -04:00
Joey Hess
c74b2e4b83
web commit by http://alcopop.org/me/openid/ : formatting, tagging
2008-04-02 08:44:23 -04:00
Joey Hess
c177d5c47e
web commit by http://alcopop.org/me/openid/ : minor documentation adjustment
2008-04-02 08:40:59 -04:00
Joey Hess
f8abf8d190
web commit by http://claimid.com/bug
2008-04-01 22:44:17 -04:00
Joey Hess
c9229bdeb6
web commit by http://jblevins.org/ : A plain SVG version of the ikiwiki favicon
2008-04-01 19:14:09 -04:00
Joey Hess
2427bd01d6
web commit by http://jblevins.org/ : My user page
2008-04-01 19:07:00 -04:00
Joey Hess
0d2076f85d
web commit by http://jblevins.org/ : Re: A make problem
2008-04-01 18:35:02 -04:00
Joey Hess
b8e822f49f
response
2008-04-01 17:10:26 -04:00
Joey Hess
ce73bf59c5
web commit by http://montyz.livejournal.com/ : A make problem
2008-04-01 13:04:14 -04:00
Joey Hess
d9c08fcb15
add news item for ikiwiki 2.41
2008-03-29 21:17:27 -04:00
Joey Hess
5b8f2742f3
releasing version 2.41
2008-03-29 21:17:15 -04:00