Create branch register_actions.
authorFlorian Ragwitz <rafl@debian.org>
Thu, 19 Feb 2009 05:16:12 +0000 (05:16 +0000)
committerFlorian Ragwitz <rafl@debian.org>
Thu, 19 Feb 2009 05:16:12 +0000 (05:16 +0000)
commitae29b412955743885e80350085167b54b69672da
tree6ead8fe17f20a653973f2ac0d9f45bc7203c149a
parente16a6c4e6c4d49e73b5286b3186616af14f3f554
Create branch register_actions.
151 files changed:
Changes
IDEAS [new file with mode: 0644]
Makefile.PL
README [new file with mode: 0644]
TODO [new file with mode: 0644]
lib/Catalyst.pm
lib/Catalyst/Action.pm
lib/Catalyst/ActionChain.pm
lib/Catalyst/ActionContainer.pm
lib/Catalyst/AttrContainer.pm
lib/Catalyst/Base.pm
lib/Catalyst/ClassData.pm [new file with mode: 0644]
lib/Catalyst/Component.pm
lib/Catalyst/Component/ApplicationAttribute.pm [new file with mode: 0644]
lib/Catalyst/Controller.pm
lib/Catalyst/DispatchType.pm
lib/Catalyst/DispatchType/Chained.pm
lib/Catalyst/DispatchType/Default.pm
lib/Catalyst/DispatchType/Index.pm
lib/Catalyst/DispatchType/Path.pm
lib/Catalyst/DispatchType/Regex.pm
lib/Catalyst/Dispatcher.pm
lib/Catalyst/Engine.pm
lib/Catalyst/Engine/CGI.pm
lib/Catalyst/Engine/FastCGI.pm
lib/Catalyst/Engine/HTTP.pm
lib/Catalyst/Engine/HTTP/Restarter.pm
lib/Catalyst/Engine/HTTP/Restarter/Watcher.pm
lib/Catalyst/Exception.pm
lib/Catalyst/Log.pm
lib/Catalyst/Manual.pm
lib/Catalyst/Manual/Installation.pod
lib/Catalyst/Manual/Installation/CentOS4.pod
lib/Catalyst/Model.pm
lib/Catalyst/ROADMAP.pod
lib/Catalyst/Request.pm
lib/Catalyst/Request/Upload.pm
lib/Catalyst/Response.pm
lib/Catalyst/Runtime.pm
lib/Catalyst/Stats.pm
lib/Catalyst/Test.pm
lib/Catalyst/Upgrading.pod [new file with mode: 0644]
lib/Catalyst/Utils.pm
lib/Catalyst/View.pm
t/03podcoverage.t
t/04critic.rc [deleted file]
t/04critic.t
t/aggregate.t [new file with mode: 0644]
t/aggregate/live_component_controller_action_action.t [moved from t/live_component_controller_action_action.t with 99% similarity]
t/aggregate/live_component_controller_action_auto.t [moved from t/live_component_controller_action_auto.t with 99% similarity]
t/aggregate/live_component_controller_action_begin.t [moved from t/live_component_controller_action_begin.t with 97% similarity]
t/aggregate/live_component_controller_action_chained.t [moved from t/live_component_controller_action_chained.t with 97% similarity]
t/aggregate/live_component_controller_action_default.t [moved from t/live_component_controller_action_default.t with 98% similarity]
t/aggregate/live_component_controller_action_detach.t [moved from t/live_component_controller_action_detach.t with 98% similarity]
t/aggregate/live_component_controller_action_end.t [moved from t/live_component_controller_action_end.t with 97% similarity]
t/aggregate/live_component_controller_action_forward.t [moved from t/live_component_controller_action_forward.t with 99% similarity]
t/aggregate/live_component_controller_action_global.t [moved from t/live_component_controller_action_global.t with 98% similarity]
t/aggregate/live_component_controller_action_go.t [moved from t/live_component_controller_action_go.t with 99% similarity]
t/aggregate/live_component_controller_action_index.t [moved from t/live_component_controller_action_index.t with 99% similarity]
t/aggregate/live_component_controller_action_inheritance.t [moved from t/live_component_controller_action_inheritance.t with 99% similarity]
t/aggregate/live_component_controller_action_local.t [moved from t/live_component_controller_action_local.t with 99% similarity]
t/aggregate/live_component_controller_action_multipath.t [moved from t/live_component_controller_action_multipath.t with 95% similarity]
t/aggregate/live_component_controller_action_path.t [moved from t/live_component_controller_action_path.t with 99% similarity]
t/aggregate/live_component_controller_action_private.t [moved from t/live_component_controller_action_private.t with 98% similarity]
t/aggregate/live_component_controller_action_regexp.t [moved from t/live_component_controller_action_regexp.t with 99% similarity]
t/aggregate/live_component_controller_action_streaming.t [moved from t/live_component_controller_action_streaming.t with 93% similarity]
t/aggregate/live_component_controller_action_visit.t [moved from t/live_component_controller_action_visit.t with 99% similarity]
t/aggregate/live_component_controller_args.t [moved from t/live_component_controller_args.t with 98% similarity]
t/aggregate/live_component_controller_moose.t [moved from t/live_component_controller_moose.t with 56% similarity]
t/aggregate/live_engine_request_auth.t [moved from t/live_engine_request_auth.t with 96% similarity]
t/aggregate/live_engine_request_body.t [moved from t/live_engine_request_body.t with 78% similarity]
t/aggregate/live_engine_request_body_demand.t [moved from t/live_engine_request_body_demand.t with 98% similarity]
t/aggregate/live_engine_request_cookies.t [moved from t/live_engine_request_cookies.t with 97% similarity]
t/aggregate/live_engine_request_headers.t [moved from t/live_engine_request_headers.t with 98% similarity]
t/aggregate/live_engine_request_parameters.t [moved from t/live_engine_request_parameters.t with 87% similarity]
t/aggregate/live_engine_request_uploads.t [moved from t/live_engine_request_uploads.t with 75% similarity]
t/aggregate/live_engine_request_uri.t [moved from t/live_engine_request_uri.t with 88% similarity]
t/aggregate/live_engine_response_cookies.t [moved from t/live_engine_response_cookies.t with 98% similarity]
t/aggregate/live_engine_response_errors.t [moved from t/live_engine_response_errors.t with 98% similarity]
t/aggregate/live_engine_response_headers.t [moved from t/live_engine_response_headers.t with 98% similarity]
t/aggregate/live_engine_response_large.t [moved from t/live_engine_response_large.t with 95% similarity]
t/aggregate/live_engine_response_print.t [new file with mode: 0644]
t/aggregate/live_engine_response_redirect.t [moved from t/live_engine_response_redirect.t with 98% similarity]
t/aggregate/live_engine_response_status.t [moved from t/live_engine_response_status.t with 98% similarity]
t/aggregate/live_engine_setup_basics.t [moved from t/live_engine_setup_basics.t with 89% similarity]
t/aggregate/live_engine_setup_plugins.t [moved from t/live_engine_setup_plugins.t with 90% similarity]
t/aggregate/live_loop.t [moved from t/live_loop.t with 94% similarity]
t/aggregate/live_plugin_loaded.t [moved from t/live_plugin_loaded.t with 91% similarity]
t/aggregate/live_priorities.t [moved from t/live_priorities.t with 98% similarity]
t/aggregate/live_recursion.t [moved from t/live_recursion.t with 95% similarity]
t/aggregate/unit_core_action_for.t [moved from t/unit_core_action_for.t with 68% similarity]
t/aggregate/unit_core_component_layers.t [moved from t/unit_core_component_layers.t with 78% similarity]
t/aggregate/unit_core_uri_for_action.t [moved from t/unit_core_uri_for_action.t with 92% similarity]
t/aggregate/unit_core_uri_for_multibytechar.t [moved from t/unit_core_uri_for_multibytechar.t with 93% similarity]
t/c3_mro.t
t/caf_backcompat.t [new file with mode: 0644]
t/cdi_backcompat_plugin_accessor_override.t [new file with mode: 0644]
t/lib/CDICompatTestPlugin.pm [new file with mode: 0644]
t/lib/Catalyst/Action/TestAfter.pm
t/lib/Catalyst/Action/TestBefore.pm
t/lib/Catalyst/Plugin/Test/Errors.pm
t/lib/Catalyst/Plugin/Test/Headers.pm
t/lib/Catalyst/Plugin/Test/Plugin.pm
t/lib/NullPackage.pm [new file with mode: 0644]
t/lib/TestApp.pm
t/lib/TestApp/Action/TestBefore.pm
t/lib/TestApp/Action/TestMyAction.pm
t/lib/TestApp/Controller/Action/Chained.pm
t/lib/TestApp/Controller/Action/Forward.pm
t/lib/TestApp/Controller/Action/Streaming.pm
t/lib/TestApp/Controller/Dump.pm
t/lib/TestApp/Controller/Engine/Response/Print.pm [new file with mode: 0644]
t/lib/TestApp/Controller/Fork.pm
t/lib/TestApp/Controller/Immutable.pm [new file with mode: 0644]
t/lib/TestApp/Controller/Immutable/HardToReload.pm [new file with mode: 0644]
t/lib/TestApp/DispatchType/CustomPostLoad.pm [new file with mode: 0644]
t/lib/TestApp/DispatchType/CustomPreLoad.pm [new file with mode: 0644]
t/lib/TestApp/Model/Foo.pm
t/lib/TestApp/Plugin/AddDispatchTypes.pm [new file with mode: 0644]
t/lib/TestApp/RequestBaseBug.pm [new file with mode: 0644]
t/lib/TestApp/View/Dump.pm
t/lib/TestApp/View/Dump/Body.pm [new file with mode: 0644]
t/lib/TestAppDoubleAutoBug.pm
t/live_catalyst_test.t [new file with mode: 0644]
t/live_fork.t
t/live_stats.t
t/meta_method_unneeded.t [new file with mode: 0644]
t/optional_apache-cgi-rewrite.pl
t/optional_apache-cgi.pl
t/optional_apache-fastcgi-non-root.pl
t/optional_apache-fastcgi.pl
t/optional_http-server-restart.t
t/optional_http-server.t
t/optional_lighttpd-fastcgi-non-root.t
t/optional_lighttpd-fastcgi.t
t/optional_memleak.t
t/optional_stress.t
t/optional_threads.t
t/plugin_new_method_backcompat.t [new file with mode: 0644]
t/unit_core_classdata.t [new file with mode: 0644]
t/unit_core_component.t
t/unit_core_component_loading.t
t/unit_core_component_mro.t [new file with mode: 0644]
t/unit_core_mvc.t
t/unit_core_plugin.t
t/unit_core_setup.t [new file with mode: 0644]
t/unit_core_uri_for.t
t/unit_dispatcher_requestargs_restore.t [new file with mode: 0644]
t/unit_load_catalyst_test.t
t/unit_stats.t
t/unit_utils_load_class.t