Merge 'fix_request_uri' into 'trunk'
authorTomas Doran <bobtfish@bobtfish.net>
Sat, 15 May 2010 09:42:58 +0000 (09:42 +0000)
committerTomas Doran <bobtfish@bobtfish.net>
Sat, 15 May 2010 09:42:58 +0000 (09:42 +0000)
commitfe1a113a20160130f82d2a3deba5a515577e8922
tree31f67da1654958ca563f19266861292f63be8947
parent01c5eab062ebbebf3ad21decd56e00fa105570a7
parentff341e2c02785b543ec0439eab40cd8fa7f27490
Merge 'fix_request_uri' into 'trunk'

r13208@spaceinvaders (orig r13172):  t0m | 2010-04-19 09:54:56 +0200
Branch to try and fix the request uri stuff.

r13209@spaceinvaders (orig r13173):  t0m | 2010-04-19 09:58:37 +0200
Just add comments to tests, no functional changes
r13210@spaceinvaders (orig r13174):  t0m | 2010-04-19 09:59:14 +0200
Get it mostly working, except uri_for is still buggered
r15488@spaceinvaders (orig r13192):  t0m | 2010-05-03 00:26:22 +0200
Revert to old behaviour, allow config for new behaviour. Config option name is rubbish, needs fixing
r15532@spaceinvaders (orig r13236):  t0m | 2010-05-09 01:09:01 +0200
I hate this name less. Others may feel differently
r15556@spaceinvaders (orig r13260):  t0m | 2010-05-15 10:52:16 +0200
Simplify madness some more, back to how it looked in the original fix_path_info_decoding branch so that we aren't using dodgy heuristics to determine the path. Alter the prepare_path tests so that they're testing the appropriate config option so that we now have tests for both code paths
r15557@spaceinvaders (orig r13261):  t0m | 2010-05-15 11:20:16 +0200
Add a pile of docs for the new use_request_uri_for_path setting
r15558@spaceinvaders (orig r13262):  t0m | 2010-05-15 11:38:06 +0200
Add recommendation