/[Apache-SVN]
ViewVC logotype

Revision 980840


Jump to revision: Previous Next
Author: toby
Date: Fri Jul 30 15:31:00 2010 UTC (13 years, 11 months ago)
Changed paths: 106 (showing only 100; show all)
Log Message:
- Fixed: Adjusted source headers of MvcTools to Apache license.

Changed paths

Path Details
Directoryincubator/zetacomponents/trunk/MvcTools/design/controller.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/design/dispatcher-configuration.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/design/dispatcher.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/design/request-accept.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/design/request-authentication.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/design/request-file.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/design/request-filter.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/design/request-parser.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/design/request-raw-http.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/design/request-raw-mail.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/design/request-raw.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/design/request-user-agent.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/design/request.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/design/response-filter.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/design/response.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/design/result-filter.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/design/router.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/dispatchers/configurable.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/exceptions/action_not_found.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/exceptions/controller.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/exceptions/exception.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/exceptions/fatal_error_loop.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/exceptions/filter_has_no_options.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/exceptions/infinite_loop.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/exceptions/invalid_configuration.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/exceptions/invalid_encoding.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/exceptions/missing_route_argument.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/exceptions/named_route_not_found.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/exceptions/named_route_not_reversable.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/exceptions/no_routes.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/exceptions/no_zones.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/exceptions/regexp_route.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/exceptions/route_not_found.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/interfaces/controller.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/interfaces/dispatcher.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/interfaces/dispatcher_configuration.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/interfaces/request_filter.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/interfaces/request_parser.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/interfaces/response_filter.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/interfaces/response_writer.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/interfaces/result_filter.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/interfaces/result_status_object.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/interfaces/reversed_route.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/interfaces/route.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/interfaces/view_handler.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/mvc_autoload.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/request_parsers/http.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/response_filters/gzdeflate.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/response_filters/gzip.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/response_filters/recode.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/response_writers/http.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/result_types/external_redirect.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/result_types/unauthorized.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/router.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/routes/catchall.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/routes/rails.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/routes/regexp.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/structs/filter_definition.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/structs/internal_redirect.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/structs/request.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/structs/request_accept.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/structs/request_authentication.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/structs/request_cookie.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/structs/request_file.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/structs/request_raw_http.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/structs/request_user_agent.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/structs/response.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/structs/result.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/structs/result_cache.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/structs/result_content.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/structs/result_content_disposition.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/structs/result_cookie.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/structs/routing_information.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/view.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/view_handlers/json.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/src/view_handlers/php.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/tests/controller.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/tests/dispatchers/configurable.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/tests/request_parsers/http.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/tests/response_filters/gzdeflate.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/tests/response_filters/gzip.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/tests/response_filters/recode.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/tests/response_writers/http.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/tests/router.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/tests/routes/catchall.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/tests/routes/rails.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/tests/routes/regexp.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/tests/structs/external_redirect.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/tests/structs/filter_definition.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/tests/structs/internal_redirect.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/tests/structs/request.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/tests/structs/request_accept.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/tests/structs/request_authentication.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/tests/structs/request_file.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/tests/structs/request_raw_http.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/tests/structs/request_user_agent.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/tests/structs/response.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/tests/structs/result.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/tests/structs/result_cache.php modified , text changed
Directoryincubator/zetacomponents/trunk/MvcTools/tests/structs/result_content.php modified , text changed
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26