Joey Hess
2eefd84d0a
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2010-06-09 15:32:20 -04:00
Joey Hess
b5978713f1
close; use ENV in setup file
2010-06-09 15:29:20 -04:00
privat
0b3d08665b
2010-06-09 19:26:40 +00:00
Joey Hess
2b716c47a7
close old bug, apparently worked around
2010-06-09 15:21:28 -04:00
Joey Hess
3638657f75
closing; cannot reproduce and no followup for 1 year 9 months
2010-06-09 15:15:18 -04:00
Joey Hess
b382625f9f
close
2010-06-09 15:13:46 -04:00
Joey Hess
34594fb89a
close
2010-06-09 15:11:23 -04:00
Joey Hess
3cd4d1e31b
fixed
2010-06-09 15:08:41 -04:00
Joey Hess
addedde0d6
fixed by improved openid login form
2010-06-09 15:03:51 -04:00
Joey Hess
9f41b23108
seems this was fixed a long time ago
2010-06-09 15:02:08 -04:00
Joey Hess
3fbcd2c8d2
move contrib plugin directives out of ikiwiki/directive
...
Problem is that ikiwiki/directive is turned into an underlay and added to
all wikis. And the test suite checks it for broken links and turns some up.
So it's not appropriate for contrib plugin's directives to be documented
in there.
2010-06-09 14:58:39 -04:00
Joey Hess
fad44c9d4d
remove tag on first post
...
It's a broken link on ikiwiki.info.
2010-06-09 14:58:05 -04:00
Joey Hess
54c5baaa7c
note that setup is all done by auto-blog.setup
2010-06-09 14:44:38 -04:00
Joey Hess
cdf4292846
Fix support for globbing in tagged() pagespecs.
...
The linktype check was being done on the relativised link target,
but %typedlinks uses the same link targets as %links, so that didn't work.
I think the bug only appeared when tagbase was not set.
This bugfix also let me factor out the common typedlink checking code.
2010-06-09 14:39:17 -04:00
Joey Hess
ba9b808c89
remove example blog tag pages
...
Autotag will create them as needed. Avoids some complexity.
2010-06-09 14:24:38 -04:00
Joey Hess
bd59179e09
response
2010-06-09 13:45:18 -04:00
Joey Hess
0da7b1a9c3
clarification
2010-06-09 13:42:13 -04:00
tschwinge
4eb82e7d41
Comment and done.
2010-06-09 13:47:35 +00:00
http://jeremiahfoster.com/
651acf8b14
Started discussion
2010-06-09 11:55:11 +00:00
tschwinge
215538aa58
Yes, is a globbing issue.
2010-06-09 06:39:26 +00:00
tschwinge
f3dacd8234
Ack.
2010-06-09 06:17:56 +00:00
Joey Hess
0ccf21daaf
img: Fill in missing height or width when scaling image.
2010-06-08 21:13:46 -04:00
Joey Hess
eff7fac985
move bug to bugs
2010-06-08 21:07:45 -04:00
Joey Hess
8423a8bb9c
isabug
2010-06-08 21:07:38 -04:00
zimek
3da443396a
2010-06-08 23:31:22 +00:00
zimek
8028a90030
2010-06-08 23:30:28 +00:00
zimek
ee11d4ca8f
2010-06-08 23:23:32 +00:00
Joey Hess
7f3c809fe8
response
2010-06-08 15:00:58 -04:00
Joey Hess
73bb42ccf0
response
2010-06-08 14:53:22 -04:00
Joey Hess
868f5a94bf
response
2010-06-08 14:50:24 -04:00
Joey Hess
c911b4b998
response
2010-06-08 14:46:54 -04:00
Joey Hess
2be6660a8f
response
2010-06-08 14:43:21 -04:00
tschwinge
cc6ead1d81
File issue.
2010-06-08 14:04:00 +00:00
tschwinge
9a18ea18e3
File issue.
2010-06-08 10:06:47 +00:00
tschwinge
2513f0ea6b
File issue.
2010-06-08 09:23:05 +00:00
tschwinge
9dd91b393d
File issue.
2010-06-08 09:21:43 +00:00
zimek
b10d353490
2010-06-08 00:09:20 +00:00
privat
f40c6f6557
2010-06-07 15:23:58 +00:00
privat
a93db71eb6
test sidebar content
2010-06-07 15:13:43 +00:00
privat
1567fbe4ee
2010-06-07 15:10:04 +00:00
http://smcv.pseudorandom.co.uk/
8496dd9fb4
2010-06-07 13:40:55 +00:00
jwalzer
3fb80f3900
2010-06-07 13:32:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmPD3Qj5IoazkkW6Tk-kLOlKGmJLXim0H0
75cae954cf
Add note about date formating
2010-06-07 03:39:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmPD3Qj5IoazkkW6Tk-kLOlKGmJLXim0H0
f0f4073a17
add bug about locale dependance of plugins/relativedate
2010-06-07 03:34:34 +00:00
http://weakish.myopenid.com/
dd10c2fddd
The script uses the [BeautifulSoup][] module.
2010-06-03 10:21:36 +00:00
https://me.yahoo.com/a/GW5gpVY2rtV75mSWRhA0MUVlKe.y846L#d4eeb
8a86537e74
Just trying an edit.
2010-06-02 05:26:09 +00:00
Joey Hess
eb8d06b3b6
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2010-05-31 20:46:32 -04:00
Joey Hess
1b6aa2276e
creation_day() etc use local time, not gmtime.
...
To match calendars, which use local time. Particularly important at
the end of the month.
I checked the history, and there seemed no good rationalle for the
pagespecs to use gmtime.
2010-05-31 20:46:12 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkyQYf6i3PckNGm2TOHxWCr_xTfcjhMRlA
1cac225237
2010-05-29 17:20:15 +00:00
Joey Hess
0528872965
Revert "delete me"
2010-05-28 06:17:57 -04:00