Joey Hess
b1551ed0e2
review
2009-03-29 14:54:08 -04:00
chrysn
82c3f6d7f4
clarification on autotitle (todo title seems unclear in retrospect)
2009-03-29 20:33:00 +02:00
simonraven
d9364685ba
bit more tweakiness
2009-03-29 01:33:40 -04:00
simonraven
638cef639d
minor formatting tweaks
2009-03-29 01:28:16 -04:00
intrigeri
00a9b8c176
po follow-up
2009-03-28 06:43:31 -04:00
intrigeri
e55d7cf572
answering Joey
2009-03-28 11:13:22 +01:00
intrigeri
19f3093c49
po: answering Joey
2009-03-28 11:10:17 +01:00
simonraven
b8e08458c9
2009-03-28 03:27:47 -04:00
simonraven
3840d3d8f8
2009-03-28 03:20:57 -04:00
Joey Hess
44688008ef
another question
2009-03-27 17:40:58 -04:00
Joey Hess
2852cf14a2
review
2009-03-27 15:51:13 -04:00
Joey Hess
c8237b4351
response
2009-03-27 14:54:36 -04:00
Joey Hess
32008f8fce
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2009-03-27 13:45:54 -04:00
Joey Hess
260ee2a283
use md5sum for page_to_id
...
The munged ids were looking pretty nasty, and were not completly guaranteed
to be unique. So a md5sum seems like a better approach. (Would have used
sha1, but md5 is in perl core.)
2009-03-27 13:44:31 -04:00
simonraven
375b53c26e
typo
2009-03-26 20:37:49 -04:00
Joey Hess
10822a22b3
comments: Fix anchor ids to be legal xhtml. Closes : #521339
...
Well, that was a PITA.
Luckily, this doesn't break guids to comments in rss feeds,
though it does change the links.
I haven't put in a warning about needing to rebuild to get
this fix. It's probably good enough for new comments to get the
fix, without a lot of mass rebuilding.
2009-03-26 16:45:53 -04:00
Joey Hess
3481a35953
response
2009-03-26 14:12:55 -04:00
Joey Hess
c46d3f8c79
update zack.css from gitweb and repoint link to it
2009-03-26 14:11:51 -04:00
Joey Hess
014fbf266f
fix link truncation
2009-03-26 14:08:14 -04:00
Joey Hess
de116df11b
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2009-03-26 14:04:42 -04:00
Joey Hess
503d83ffbc
comments: Fix too loose test for comments pages that matched normal pages with "comment_" in their name. Closes : #521322
2009-03-26 14:04:28 -04:00
http://stefano.zacchiroli.myopenid.com/
20071c3945
2009-03-26 13:30:34 -04:00
http://stefano.zacchiroli.myopenid.com/
f2a1c1bfb4
2009-03-26 13:21:03 -04:00
simonraven
f11ba52564
2009-03-26 13:18:24 -04:00
http://stefano.zacchiroli.myopenid.com/
5900c7f170
2009-03-26 13:18:02 -04:00
http://haruschi.myopenid.com/
66c354ec27
2009-03-26 11:55:47 -04:00
simonraven
102553d6a7
2009-03-26 01:43:43 -04:00
Joey Hess
9e4adba63a
css: Add clear: both to inlinefooter.
...
If an inlined page contains a floating element, this ensures
that the footer appears beneath it, and prevents the floating element from
possibly leaking down to the next inlined page.
2009-03-25 18:04:45 -04:00
Joey Hess
5ec9c7af75
response
2009-03-25 16:25:02 -04:00
simonraven
ba59ed5e69
2009-03-25 14:34:25 -04:00
http://fredofromstart.myopenid.com/
35a5ecb85d
2009-03-25 03:16:39 -04:00
chrysn
ca862d5127
inline autotitles: open issue
2009-03-24 18:23:44 -04:00
Joey Hess
4538747649
Updated French translation (Jean-Luc Coulon). Closes : #521072
2009-03-24 15:52:37 -04:00
chrysn
be5d113383
create link from todo lists to structured page data
2009-03-24 13:26:23 -04:00
http://jmtd.net/
2c37e8915a
thanks for the tip
2009-03-24 13:00:34 -04:00
http://jmtd.net/
7455e8cea9
+test
2009-03-24 12:34:00 -04:00
chrysn
fcf72069cb
inline autotitles: additional patch
2009-03-24 10:55:27 +01:00
chrysn
16735bd194
(corrected bug in inline autotitle description)
2009-03-24 09:20:18 +01:00
chrysn
ce81e2e286
(urls for inline autotitle)
2009-03-24 08:25:35 +01:00
chrysn
82281d1aef
wishlist, patch: inline autotitles
2009-03-24 08:21:22 +01:00
salamonv
19d04c309b
2009-03-23 14:54:29 -04:00
salamonv
4f9bb662e4
2009-03-23 14:53:45 -04:00
Joey Hess
10a9c00151
git, mercurial: Fix --getctime to return file creation time, not last commit time.
2009-03-20 16:36:51 -04:00
Joey Hess
ee973d0b46
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2009-03-20 16:34:49 -04:00
Joey Hess
a2c0423e54
fix rcs_getctime to return first, not last, change time
...
This was being buggy and returning the file's last change time, not its
creation time.
(I checked all the others (except tla) and they're ok.)
2009-03-20 16:32:37 -04:00
Joey Hess
2c86616a6a
fix rcs_getctime to return first, not last, change time
...
This was being buggy and returning the file's last change time, not its
creation time.
2009-03-20 16:24:19 -04:00
chrysn
1d9b58b0d4
(replace github link with ikwiki gitweb link so that github branch can go away)
2009-03-20 05:30:28 -04:00
tschwinge
3534d524ab
ikiwiki's notion of time
2009-03-19 17:31:53 -04:00
Joey Hess
deca107db5
response
2009-03-19 16:17:09 -04:00
Joey Hess
78845566b5
add Sort::Naturally to suggests and use cpan link
2009-03-19 16:14:14 -04:00