Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-29 | done reviewing po.pm | Joey Hess | |
(Still a few bits I haven't bothered fully comprehending in detail.) | |||
2009-03-29 | comment | Joey Hess | |
2009-03-29 | another issue | Joey Hess | |
2009-03-29 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
Conflicts: doc/plugins/contrib/po.mdwn | |||
2009-03-29 | review | Joey Hess | |
2009-03-29 | clarification on autotitle (todo title seems unclear in retrospect) | chrysn | |
2009-03-29 | bit more tweakiness | simonraven | |
2009-03-29 | minor formatting tweaks | simonraven | |
2009-03-28 | po follow-up | intrigeri | |
2009-03-28 | answering Joey | intrigeri | |
2009-03-28 | po: answering Joey | intrigeri | |
2009-03-28 | (no commit message) | simonraven | |
2009-03-28 | (no commit message) | simonraven | |
2009-03-27 | another question | Joey Hess | |
2009-03-27 | review | Joey Hess | |
2009-03-27 | response | Joey Hess | |
2009-03-27 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-03-27 | use md5sum for page_to_id | Joey 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-26 | typo | simonraven | |
2009-03-26 | comments: Fix anchor ids to be legal xhtml. Closes: #521339 | Joey 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-26 | response | Joey Hess | |
2009-03-26 | update zack.css from gitweb and repoint link to it | Joey Hess | |
2009-03-26 | fix link truncation | Joey Hess | |
2009-03-26 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-03-26 | comments: 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-25 | css: 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-25 | response | Joey Hess | |
2009-03-25 | (no commit message) | simonraven | |
2009-03-25 | (no commit message) | http://fredofromstart.myopenid.com/ | |
2009-03-24 | inline autotitles: open issue | chrysn | |
2009-03-24 | Updated French translation (Jean-Luc Coulon). Closes: #521072 | Joey Hess | |
2009-03-24 | create link from todo lists to structured page data | chrysn | |
2009-03-24 | thanks for the tip | http://jmtd.net/ | |
2009-03-24 | +test | http://jmtd.net/ | |
2009-03-24 | inline autotitles: additional patch | chrysn | |
2009-03-24 | (corrected bug in inline autotitle description) | chrysn | |
2009-03-24 | (urls for inline autotitle) | chrysn | |
2009-03-24 | wishlist, patch: inline autotitles | chrysn | |
2009-03-23 | (no commit message) | salamonv | |
2009-03-23 | (no commit message) | salamonv | |
2009-03-20 | git, mercurial: Fix --getctime to return file creation time, not last commit ↵ | Joey Hess | |
time. | |||
2009-03-20 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-03-20 | fix rcs_getctime to return first, not last, change time | Joey 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-20 | fix rcs_getctime to return first, not last, change time | Joey Hess | |
This was being buggy and returning the file's last change time, not its creation time. |