summaryrefslogtreecommitdiff
path: root/repoze/bfg/request.py
AgeCommit message (Expand)Author
2009-11-23- The ``repoze.bfg.scripting.get_root`` API now uses a 'real' WebObChris McDonough
2009-11-21- "Hybrid mode" applications (applications which explicitly usedChris McDonough
2009-11-19Checkpoint: move most zcml route and view directive tests to test_configuration.Chris McDonough
2009-11-04- The ``bfgshell`` command did not function properly; it was stillChris McDonough
2009-11-01Unused import.Chris McDonough
2009-10-30FeaturesChris McDonough
2009-10-29- The ``repoze.bfg.request.Request`` class, which is a subclass ofChris McDonough
2009-10-23- Added ``max_age`` parameter to ``authtktauthenticationpolicy`` ZCMLChris McDonough
2009-09-18Compulsive import reorderings.Chris McDonough
2009-09-06Merge multiview2 branch to HEAD.Chris McDonough
2009-06-24Merge noroutes branch to trunk.Chris McDonough
2009-06-22- Adding ``*path_info`` to a route no longer changes the PATH_INFO forChris McDonough
2009-06-21Make views that do not have a route_name match when any route is used.Chris McDonough
2009-06-18repoze.bfg.request.get_request -> repoze.bfg.threadlocal.get_current_requestChris McDonough
2009-06-11Merge unifyroutesandtraversal branch into trunkChris McDonough
2009-06-02Note non-APIness.Chris McDonough
2009-06-02- Add ``repoze.bfg.request.current_request`` function. This functionChris McDonough
2009-05-31- The ``request_type`` argument of ZCML ``view`` declarations andChris McDonough
2009-04-11- The default request charset encoding is now ``utf-8``. As a result,Chris McDonough
2009-01-20Warn against using in user code.Chris McDonough
2009-01-20# We use 'precooked' Request subclasses that correspond to HTTPChris McDonough