Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | (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 | 2008-11-20 |
| | | | | | | | | | 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/") | ||
* | 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-20 |
| | |||
* | 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-19 |
|/ | |||
* | 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/ | 2008-11-18 |
| | | | | plugins/contrib/comments.mdwn | ||
* | update for rename of plugins/contrib/postcomment.mdwn to ↵ | http://smcv.pseudorandom.co.uk/ | 2008-11-18 |
| | | | | plugins/contrib/comments.mdwn | ||
* | 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 | 2008-11-18 |
| | | | | | Can't escape things to entities if the template then escapes the entities. (aggregate doesn't have this problem.) | ||
* | improve escaping of wikilinks and preprocessor directives | Joey Hess | 2008-11-18 |
| | | | | The old method failed for '[' x 3. | ||
* | Change deb dependencies to list Text::Markdown before markdown (really this ↵ | Joey Hess | 2008-11-17 |
| | | | | time). | ||
* | 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 | 2008-11-17 |
| | | | | | | | 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. | ||
* | where can I pull this from? | Joey Hess | 2008-11-17 |
| | |||
* | initial comments | Joey Hess | 2008-11-17 |
| | | | | Done inline on the page, `scuse. | ||
* | don't need libxml-atom-perl now | Joey Hess | 2008-11-17 |
| | |||
* | response | Joey Hess | 2008-11-17 |
| | |||
* | use HTML::Entities | Joey Hess | 2008-11-17 |
| | |||
* | modify to skip tests if the neccessary perl modules are not available | Joey Hess | 2008-11-17 |
| | |||
* | use perl modules up front | Joey Hess | 2008-11-17 |
| | | | | | | | | | The old code actually did the same thing, just obfuscated -- since the eval use wasn't quoted, it used the modules on load. Thus, the error (not to mentioned the return) was bypassed, and it just failed on load. But that seems like the right thing to do, really, so just made it clearer that's what happens. | ||
* | thoughts | Joey Hess | 2008-11-17 |
| | |||
* | adding htmlbalance; housekeeping | Joey Hess | 2008-11-17 |
| | | | | | Used the contrib version of the plugin page since it seemed better than the other one. | ||
* | Merge commit 'smcv/htmlbalance' | Joey Hess | 2008-11-17 |
|\ |