aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* (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 unnecessarilyJoey Hess2008-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/")
* responseJoey Hess2008-11-20
|
* test commithttp://joey.kitenet.net/2008-11-20
|
* essaywriter: nice try, but your spam was recognised and removedJoey Hess2008-11-20
|
* does change to ikiwiki.cgi locking help?http://schmonz.livejournal.com/2008-11-19
|
* Merge branch 'master' of file:///srv/git/ikiwiki.infoJoey Hess2008-11-19
|\
| * Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-11-19
| |\
| * | French translation update from Philippe Batailler. Closes: #506250Joey Hess2008-11-19
| | |
* | | (no commit message)essaywriter2008-11-19
| | |
* | | (no commit message)essaywriter2008-11-19
| | |
* | | (no commit message)essaywriter2008-11-19
| |/ |/|
* | wishlist from IRChttp://smcv.pseudorandom.co.uk/2008-11-19
| |
* | respond to joey, some more suggestionshttp://smcv.pseudorandom.co.uk/2008-11-19
| |
* | Client side cookie detection with javascript?http://www.cse.unsw.edu.au/~willu/2008-11-19
|/
* another thoughtJoey Hess2008-11-18
|
* responsesJoey Hess2008-11-18
|
* avoid uninitialized value warningJoey Hess2008-11-18
|
* respond, sheeshJoey Hess2008-11-18
|
* Further detailshttp://mjr.towers.org.uk/2008-11-18
|
* auto-hosting siteshttp://mjr.towers.org.uk/2008-11-18
|
* (no commit message)http://smcv.pseudorandom.co.uk/2008-11-18
|
* Fix linkhttp://smcv.pseudorandom.co.uk/2008-11-18
|
* Raw HTML now allowed, joeyh convinced me :-)http://smcv.pseudorandom.co.uk/2008-11-18
|
* updatehttp://smcv.pseudorandom.co.uk/2008-11-18
|
* Fix link to htmlbalancehttp://smcv.pseudorandom.co.uk/2008-11-18
|
* updatehttp://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.mdwnhttp://smcv.pseudorandom.co.uk/2008-11-18
|
* (no commit message)http://technorati.com/people/technorati/drajt2008-11-18
|
* responsehttp://smcv.pseudorandom.co.uk/2008-11-18
|
* html escaping complicationJoey Hess2008-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 directivesJoey Hess2008-11-18
| | | | The old method failed for '[' x 3.
* Change deb dependencies to list Text::Markdown before markdown (really this ↵Joey Hess2008-11-17
| | | | time).
* stuffhttps://id.launchpad.net/882/bielawski12008-11-17
|
* (no commit message)https://id.launchpad.net/882/bielawski12008-11-17
|
* call decode_utf8 inside evalJoey Hess2008-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 Hess2008-11-17
|
* initial commentsJoey Hess2008-11-17
| | | | Done inline on the page, `scuse.
* don't need libxml-atom-perl nowJoey Hess2008-11-17
|
* responseJoey Hess2008-11-17
|
* use HTML::EntitiesJoey Hess2008-11-17
|
* modify to skip tests if the neccessary perl modules are not availableJoey Hess2008-11-17
|
* use perl modules up frontJoey Hess2008-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.
* thoughtsJoey Hess2008-11-17
|
* adding htmlbalance; housekeepingJoey Hess2008-11-17
| | | | | Used the contrib version of the plugin page since it seemed better than the other one.
* Merge commit 'smcv/htmlbalance'Joey Hess2008-11-17
|\