summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-28po: answering Joeyintrigeri
2009-03-28(no commit message)simonraven
2009-03-28(no commit message)simonraven
2009-03-27another questionJoey Hess
2009-03-27reviewJoey Hess
2009-03-27responseJoey Hess
2009-03-27Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-03-27use md5sum for page_to_idJoey Hess
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-26typosimonraven
2009-03-26comments: Fix anchor ids to be legal xhtml. Closes: #521339Joey Hess
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-26responseJoey Hess
2009-03-26update zack.css from gitweb and repoint link to itJoey Hess
2009-03-26fix link truncationJoey Hess
2009-03-26Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-03-26comments: Fix too loose test for comments pages that matched normal pages ↵Joey Hess
with "comment_" in their name. Closes: #521322
2009-03-26(no commit message)http://stefano.zacchiroli.myopenid.com/
2009-03-26(no commit message)http://stefano.zacchiroli.myopenid.com/
2009-03-26(no commit message)simonraven
2009-03-26(no commit message)http://stefano.zacchiroli.myopenid.com/
2009-03-26(no commit message)http://haruschi.myopenid.com/
2009-03-26(no commit message)simonraven
2009-03-25css: Add clear: both to inlinefooter.Joey Hess
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-25responseJoey Hess
2009-03-25(no commit message)simonraven
2009-03-25(no commit message)http://fredofromstart.myopenid.com/
2009-03-24inline autotitles: open issuechrysn
2009-03-24Updated French translation (Jean-Luc Coulon). Closes: #521072Joey Hess
2009-03-24create link from todo lists to structured page datachrysn
2009-03-24thanks for the tiphttp://jmtd.net/
2009-03-24+testhttp://jmtd.net/
2009-03-24inline autotitles: additional patchchrysn
2009-03-24(corrected bug in inline autotitle description)chrysn
2009-03-24(urls for inline autotitle)chrysn
2009-03-24wishlist, patch: inline autotitleschrysn
2009-03-23(no commit message)salamonv
2009-03-23(no commit message)salamonv
2009-03-20git, mercurial: Fix --getctime to return file creation time, not last commit ↵Joey Hess
time.
2009-03-20Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-03-20fix rcs_getctime to return first, not last, change timeJoey Hess
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-20fix rcs_getctime to return first, not last, change timeJoey Hess
This was being buggy and returning the file's last change time, not its creation time.
2009-03-20(replace github link with ikwiki gitweb link so that github branch can go away)chrysn
2009-03-19ikiwiki's notion of timetschwinge
2009-03-19responseJoey Hess
2009-03-19add Sort::Naturally to suggests and use cpan linkJoey Hess
2009-03-19remove biometrische-ausweise.ch, no evidence this site uses ikiwikiJoey Hess
I apologize if I'm mistaken, but I can find no evidence this site uses ikiwiki at all. If you are using ikiwiki somehow, I'd be interested to know how.
2009-03-19commentJoey Hess
2009-03-19inline: Fix urls to feed when feedfile is used on an index page.Joey Hess
It would be better to use urlto() here, but will_render has not yet been called on the feed files at this point, so it won't work. (And reorganizing so it can be is tricky.)
2009-03-19title_natural patch mergedJoey Hess
2009-03-19avoid crashing if Sort::Naturally is not installedJoey Hess
2009-03-19implement sort=title_natural for inlinechrysn
adds a new sorting order, title_natural, that uses Sort::Naturally's ncmp function to provide better sorting for inlines