Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | (no commit message) | simonraven | 2009-03-28 |
| | |||
* | 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 |
|\ | |||
| * | typo | simonraven | 2009-03-26 |
| | | |||
* | | use md5sum for page_to_id | Joey Hess | 2009-03-27 |
|/ | | | | | | 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.) | ||
* | comments: Fix anchor ids to be legal xhtml. Closes: #521339 | Joey Hess | 2009-03-26 |
| | | | | | | | | | | | 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. | ||
* | 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 |
|\ | |||
| * | (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-26 |
| | | |||
* | | comments: Fix too loose test for comments pages that matched normal pages ↵ | Joey Hess | 2009-03-26 |
|/ | | | | with "comment_" in their name. Closes: #521322 | ||
* | css: Add clear: both to inlinefooter. | Joey Hess | 2009-03-25 |
| | | | | | | 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. | ||
* | response | Joey Hess | 2009-03-25 |
| | |||
* | (no commit message) | simonraven | 2009-03-25 |
| | |||
* | (no commit message) | http://fredofromstart.myopenid.com/ | 2009-03-25 |
| | |||
* | 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-24 |
| | |||
* | (no commit message) | salamonv | 2009-03-23 |
| | |||
* | (no commit message) | salamonv | 2009-03-23 |
| | |||
* | git, mercurial: Fix --getctime to return file creation time, not last commit ↵ | Joey Hess | 2009-03-20 |
| | | | | time. | ||
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2009-03-20 |
|\ | |||
| * | (replace github link with ikwiki gitweb link so that github branch can go away) | chrysn | 2009-03-20 |
| | | |||
| * | ikiwiki's notion of time | tschwinge | 2009-03-19 |
| | | |||
* | | fix rcs_getctime to return first, not last, change time | Joey Hess | 2009-03-20 |
| | | | | | | | | | | | | | | 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.) | ||
* | | fix rcs_getctime to return first, not last, change time | Joey Hess | 2009-03-20 |
|/ | | | | | This was being buggy and returning the file's last change time, not its creation time. | ||
* | response | Joey Hess | 2009-03-19 |
| | |||
* | add Sort::Naturally to suggests and use cpan link | Joey Hess | 2009-03-19 |
| | |||
* | remove biometrische-ausweise.ch, no evidence this site uses ikiwiki | Joey Hess | 2009-03-19 |
| | | | | | | 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. | ||
* | comment | Joey Hess | 2009-03-19 |
| | |||
* | inline: Fix urls to feed when feedfile is used on an index page. | Joey Hess | 2009-03-19 |
| | | | | | | 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.) | ||
* | title_natural patch merged | Joey Hess | 2009-03-19 |
| | |||
* | avoid crashing if Sort::Naturally is not installed | Joey Hess | 2009-03-19 |
| | |||
* | implement sort=title_natural for inline | chrysn | 2009-03-19 |
| | | | | | adds a new sorting order, title_natural, that uses Sort::Naturally's ncmp function to provide better sorting for inlines | ||
* | github error and comment | Joey Hess | 2009-03-19 |
| | |||
* | poll vote (Accept only OpenID for logins) | 134.226.112.43 | 2009-03-19 |
| |