summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-30Fix documentation of anonok_pagespec. Closes: #521793Joey Hess
2009-03-29done reviewing po.pmJoey Hess
(Still a few bits I haven't bothered fully comprehending in detail.)
2009-03-29commentJoey Hess
2009-03-29another issueJoey Hess
2009-03-29Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
Conflicts: doc/plugins/contrib/po.mdwn
2009-03-29reviewJoey Hess
2009-03-29clarification on autotitle (todo title seems unclear in retrospect)chrysn
2009-03-29bit more tweakinesssimonraven
2009-03-29minor formatting tweakssimonraven
2009-03-28po follow-upintrigeri
2009-03-28answering Joeyintrigeri
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.)