Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-23 | Update to CSV link issue | https://brian.may.myopenid.com// | |
2008-11-23 | generalization of recentchanges_link | http://smcv.pseudorandom.co.uk/ | |
2008-11-23 | (no commit message) | http://smcv.pseudorandom.co.uk/ | |
2008-11-22 | Unbalanced </p> appears in some situations, particularly with htmltidy | http://smcv.pseudorandom.co.uk/ | |
2008-11-22 | links broken in CSV files | https://brian.may.myopenid.com// | |
2008-11-20 | (no commit message) | http://www.iredale.net/b/ | |
2008-11-20 | (no commit message) | http://www.iredale.net/b/ | |
2008-11-20 | (no commit message) | http://www.iredale.net/b/ | |
2008-11-20 | avoid adding ./ to urls unnecessarily | Joey Hess | |
This avoids constructing urls like "./../foo/". The leading "../" avoids any colon confusion already. I noticed in my logs that certain badly written web spiders (hello again, Yahoo!) fail to follow urls like ikiwiki was constructing to the right place (instead ending up at "./foo/") | |||
2008-11-20 | response | Joey Hess | |
2008-11-20 | test commit | http://joey.kitenet.net/ | |
2008-11-20 | essaywriter: nice try, but your spam was recognised and removed | Joey Hess | |
2008-11-19 | does change to ikiwiki.cgi locking help? | http://schmonz.livejournal.com/ | |
2008-11-19 | Merge branch 'master' of file:///srv/git/ikiwiki.info | Joey Hess | |
2008-11-19 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-11-19 | French translation update from Philippe Batailler. Closes: #506250 | Joey Hess | |
2008-11-19 | (no commit message) | essaywriter | |
2008-11-19 | (no commit message) | essaywriter | |
2008-11-19 | (no commit message) | essaywriter | |
2008-11-19 | wishlist from IRC | http://smcv.pseudorandom.co.uk/ | |
2008-11-19 | respond to joey, some more suggestions | http://smcv.pseudorandom.co.uk/ | |
2008-11-19 | Client side cookie detection with javascript? | http://www.cse.unsw.edu.au/~willu/ | |
2008-11-18 | another thought | Joey Hess | |
2008-11-18 | responses | Joey Hess | |
2008-11-18 | avoid uninitialized value warning | Joey Hess | |
2008-11-18 | respond, sheesh | Joey Hess | |
2008-11-18 | Further details | http://mjr.towers.org.uk/ | |
2008-11-18 | auto-hosting sites | http://mjr.towers.org.uk/ | |
2008-11-18 | (no commit message) | http://smcv.pseudorandom.co.uk/ | |
2008-11-18 | Fix link | http://smcv.pseudorandom.co.uk/ | |
2008-11-18 | Raw HTML now allowed, joeyh convinced me :-) | http://smcv.pseudorandom.co.uk/ | |
2008-11-18 | update | http://smcv.pseudorandom.co.uk/ | |
2008-11-18 | Fix link to htmlbalance | http://smcv.pseudorandom.co.uk/ | |
2008-11-18 | update | http://smcv.pseudorandom.co.uk/ | |
2008-11-18 | update for rename of plugins/contrib/postcomment.mdwn to ↵ | http://smcv.pseudorandom.co.uk/ | |
plugins/contrib/comments.mdwn | |||
2008-11-18 | update for rename of plugins/contrib/postcomment.mdwn to ↵ | http://smcv.pseudorandom.co.uk/ | |
plugins/contrib/comments.mdwn | |||
2008-11-18 | rename plugins/contrib/postcomment.mdwn to plugins/contrib/comments.mdwn | http://smcv.pseudorandom.co.uk/ | |
2008-11-18 | (no commit message) | http://technorati.com/people/technorati/drajt | |
2008-11-18 | response | http://smcv.pseudorandom.co.uk/ | |
2008-11-18 | html escaping complication | Joey Hess | |
Can't escape things to entities if the template then escapes the entities. (aggregate doesn't have this problem.) | |||
2008-11-18 | improve escaping of wikilinks and preprocessor directives | Joey Hess | |
The old method failed for '[' x 3. | |||
2008-11-17 | Change deb dependencies to list Text::Markdown before markdown (really this ↵ | Joey Hess | |
time). | |||
2008-11-17 | stuff | https://id.launchpad.net/882/bielawski1 | |
2008-11-17 | (no commit message) | https://id.launchpad.net/882/bielawski1 | |
2008-11-17 | call decode_utf8 inside eval | Joey Hess | |
holger reported that decode_utf8 was crashing with perl 5.8.8. Earlier, I thought that passing 0 to the function avoided this with old perls, but that was apparently not enough, it still crashes. So, put it inside the eval, so we can at least recover from it crashing. | |||
2008-11-17 | where can I pull this from? | Joey Hess | |
2008-11-17 | initial comments | Joey Hess | |
Done inline on the page, `scuse. | |||
2008-11-17 | don't need libxml-atom-perl now | Joey Hess | |
2008-11-17 | response | Joey Hess | |
2008-11-17 | use HTML::Entities | Joey Hess | |