From cb53dc61b0f2d2e16ece7db4742ab7613932c6dd Mon Sep 17 00:00:00 2001 From: phpnut Date: Tue, 1 Jan 2008 22:18:17 +0000 Subject: [PATCH] "Closes #2897, Built-in file validation. Implemented Validation::extension(); and Vaidation::range(); Updated copyright notices in all files" git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6296 3807eeeb-6ff5-0310-8944-8be069107fe0 --- app/config/acl.ini.php | 4 +- app/config/bootstrap.php | 4 +- app/config/core.php | 4 +- app/config/database.php.default | 4 +- app/config/inflections.php | 4 +- app/config/routes.php | 4 +- app/config/sql/db_acl.php | 4 +- app/config/sql/i18n.php | 6 +- app/config/sql/sessions.php | 4 +- app/index.php | 4 +- app/webroot/css.php | 4 +- app/webroot/css/cake.generic.css | 4 +- app/webroot/index.php | 4 +- app/webroot/js/vendors.php | 4 +- app/webroot/test.php | 4 +- cake/basics.php | 4 +- cake/bootstrap.php | 4 +- cake/config/config.php | 4 +- cake/config/paths.php | 4 +- cake/config/unicode/casefolding/0000_007f.php | 4 +- cake/config/unicode/casefolding/0080_00ff.php | 4 +- cake/config/unicode/casefolding/0100_017f.php | 4 +- cake/config/unicode/casefolding/0180_024F.php | 4 +- cake/config/unicode/casefolding/0300_036f.php | 4 +- cake/config/unicode/casefolding/0370_03ff.php | 4 +- cake/config/unicode/casefolding/0400_04ff.php | 4 +- cake/config/unicode/casefolding/0500_052f.php | 4 +- cake/config/unicode/casefolding/0530_058f.php | 4 +- .../unicode/casefolding/10400_1044f.php | 4 +- cake/config/unicode/casefolding/10a0_10ff.php | 4 +- cake/config/unicode/casefolding/1e00_1eff.php | 4 +- cake/config/unicode/casefolding/1f00_1fff.php | 4 +- cake/config/unicode/casefolding/2100_214f.php | 4 +- cake/config/unicode/casefolding/2150_218f.php | 4 +- cake/config/unicode/casefolding/2460_24ff.php | 4 +- cake/config/unicode/casefolding/2c00_2c5f.php | 4 +- cake/config/unicode/casefolding/2c60_2c7f.php | 4 +- cake/config/unicode/casefolding/2c80_2cff.php | 4 +- cake/config/unicode/casefolding/fb00_fb4f.php | 4 +- cake/config/unicode/casefolding/ff00_ffef.php | 4 +- cake/console/cake.php | 4 +- cake/console/error.php | 4 +- cake/console/libs/acl.php | 4 +- cake/console/libs/api.php | 4 +- cake/console/libs/bake.php | 4 +- cake/console/libs/console.php | 4 +- cake/console/libs/i18n.php | 4 +- cake/console/libs/schema.php | 4 +- cake/console/libs/shell.php | 4 +- cake/console/libs/tasks/controller.php | 4 +- cake/console/libs/tasks/db_config.php | 4 +- cake/console/libs/tasks/extract.php | 4 +- cake/console/libs/tasks/model.php | 4 +- cake/console/libs/tasks/plugin.php | 4 +- cake/console/libs/tasks/project.php | 4 +- cake/console/libs/tasks/view.php | 4 +- .../libs/templates/skel/app_controller.php | 4 +- .../libs/templates/skel/app_helper.php | 4 +- .../console/libs/templates/skel/app_model.php | 4 +- .../libs/templates/skel/config/acl.ini.php | 4 +- .../libs/templates/skel/config/bootstrap.php | 4 +- .../libs/templates/skel/config/core.php | 4 +- .../skel/config/database.php.default | 4 +- .../templates/skel/config/inflections.php | 4 +- .../libs/templates/skel/config/routes.php | 4 +- .../libs/templates/skel/config/sql/db_acl.php | 4 +- .../libs/templates/skel/config/sql/i18n.php | 6 +- .../templates/skel/config/sql/sessions.php | 4 +- .../skel/controllers/pages_controller.php | 4 +- cake/console/libs/templates/skel/index.php | 4 +- .../views/elements/email/html/default.ctp | 4 +- .../views/elements/email/text/default.ctp | 4 +- .../templates/skel/views/layouts/ajax.ctp | 4 +- .../templates/skel/views/layouts/default.ctp | 4 +- .../skel/views/layouts/email/html/default.ctp | 4 +- .../skel/views/layouts/email/text/default.ctp | 4 +- .../templates/skel/views/layouts/flash.ctp | 4 +- .../libs/templates/skel/webroot/css.php | 4 +- .../skel/webroot/css/cake.generic.css | 4 +- .../libs/templates/skel/webroot/index.php | 4 +- .../templates/skel/webroot/js/vendors.php | 4 +- .../libs/templates/skel/webroot/test.php | 4 +- cake/console/libs/templates/views/form.ctp | 4 +- cake/console/libs/templates/views/index.ctp | 6 +- cake/console/libs/templates/views/view.ctp | 4 +- cake/dispatcher.php | 4 +- cake/libs/cache.php | 4 +- cake/libs/cache/apc.php | 4 +- cake/libs/cache/file.php | 4 +- cake/libs/cache/memcache.php | 4 +- cake/libs/cache/model.php | 4 +- cake/libs/cache/xcache.php | 4 +- cake/libs/cake_log.php | 4 +- cake/libs/class_registry.php | 4 +- cake/libs/configure.php | 4 +- cake/libs/controller/app_controller.php | 4 +- cake/libs/controller/component.php | 4 +- cake/libs/controller/components/acl.php | 4 +- cake/libs/controller/components/auth.php | 4 +- cake/libs/controller/components/cookie.php | 4 +- cake/libs/controller/components/email.php | 4 +- .../controller/components/request_handler.php | 4 +- cake/libs/controller/components/security.php | 4 +- cake/libs/controller/components/session.php | 4 +- cake/libs/controller/controller.php | 4 +- cake/libs/controller/pages_controller.php | 4 +- cake/libs/controller/scaffold.php | 4 +- cake/libs/debugger.php | 4 +- cake/libs/error.php | 4 +- cake/libs/file.php | 4 +- cake/libs/flay.php | 4 +- cake/libs/folder.php | 4 +- cake/libs/http_socket.php | 4 +- cake/libs/i18n.php | 4 +- cake/libs/inflector.php | 4 +- cake/libs/l10n.php | 4 +- cake/libs/magic_db.php | 24 ++-- cake/libs/model/app_model.php | 4 +- cake/libs/model/behavior.php | 4 +- cake/libs/model/behaviors/acl.php | 4 +- cake/libs/model/behaviors/translate.php | 4 +- cake/libs/model/behaviors/tree.php | 4 +- cake/libs/model/connection_manager.php | 4 +- cake/libs/model/datasources/datasource.php | 4 +- cake/libs/model/datasources/dbo/dbo_adodb.php | 4 +- cake/libs/model/datasources/dbo/dbo_db2.php | 2 +- .../model/datasources/dbo/dbo_firebird.php | 4 +- cake/libs/model/datasources/dbo/dbo_mssql.php | 6 +- cake/libs/model/datasources/dbo/dbo_mysql.php | 4 +- .../libs/model/datasources/dbo/dbo_mysqli.php | 4 +- cake/libs/model/datasources/dbo/dbo_odbc.php | 4 +- .../libs/model/datasources/dbo/dbo_oracle.php | 4 +- .../model/datasources/dbo/dbo_postgres.php | 4 +- .../libs/model/datasources/dbo/dbo_sqlite.php | 4 +- .../libs/model/datasources/dbo/dbo_sybase.php | 4 +- cake/libs/model/datasources/dbo_source.php | 6 +- cake/libs/model/db_acl.php | 4 +- cake/libs/model/model.php | 4 +- cake/libs/model/schema.php | 4 +- cake/libs/object.php | 4 +- cake/libs/overloadable.php | 4 +- cake/libs/overloadable_php4.php | 4 +- cake/libs/overloadable_php5.php | 4 +- cake/libs/router.php | 4 +- cake/libs/sanitize.php | 4 +- cake/libs/security.php | 4 +- cake/libs/session.php | 4 +- cake/libs/set.php | 4 +- cake/libs/socket.php | 4 +- cake/libs/string.php | 4 +- cake/libs/validation.php | 107 +++++++++++------- cake/libs/view/elements/dump.ctp | 4 +- .../libs/view/elements/email/html/default.ctp | 4 +- .../libs/view/elements/email/text/default.ctp | 4 +- cake/libs/view/errors/error404.ctp | 4 +- cake/libs/view/errors/missing_action.ctp | 4 +- .../view/errors/missing_component_class.ctp | 4 +- .../view/errors/missing_component_file.ctp | 4 +- cake/libs/view/errors/missing_connection.ctp | 4 +- cake/libs/view/errors/missing_controller.ctp | 4 +- .../libs/view/errors/missing_helper_class.ctp | 4 +- cake/libs/view/errors/missing_helper_file.ctp | 4 +- cake/libs/view/errors/missing_layout.ctp | 4 +- cake/libs/view/errors/missing_model.ctp | 4 +- cake/libs/view/errors/missing_scaffolddb.ctp | 4 +- cake/libs/view/errors/missing_table.ctp | 4 +- cake/libs/view/errors/missing_view.ctp | 4 +- cake/libs/view/errors/private_action.ctp | 4 +- cake/libs/view/errors/scaffold_error.ctp | 4 +- cake/libs/view/helper.php | 4 +- cake/libs/view/helpers/ajax.php | 4 +- cake/libs/view/helpers/app_helper.php | 4 +- cake/libs/view/helpers/cache.php | 4 +- cake/libs/view/helpers/form.php | 4 +- cake/libs/view/helpers/html.php | 4 +- cake/libs/view/helpers/javascript.php | 4 +- cake/libs/view/helpers/js.php | 4 +- cake/libs/view/helpers/number.php | 4 +- cake/libs/view/helpers/paginator.php | 4 +- cake/libs/view/helpers/rss.php | 4 +- cake/libs/view/helpers/session.php | 4 +- cake/libs/view/helpers/text.php | 4 +- cake/libs/view/helpers/time.php | 4 +- cake/libs/view/helpers/xml.php | 4 +- cake/libs/view/layouts/ajax.ctp | 4 +- cake/libs/view/layouts/default.ctp | 4 +- cake/libs/view/layouts/email/html/default.ctp | 4 +- cake/libs/view/layouts/email/text/default.ctp | 4 +- cake/libs/view/layouts/flash.ctp | 4 +- cake/libs/view/media.php | 4 +- cake/libs/view/pages/home.ctp | 4 +- cake/libs/view/scaffolds/edit.ctp | 4 +- cake/libs/view/scaffolds/index.ctp | 4 +- cake/libs/view/scaffolds/view.ctp | 4 +- cake/libs/view/theme.php | 4 +- cake/libs/view/view.php | 4 +- cake/libs/xml.php | 4 +- cake/tests/cases/dispatcher.test.php | 4 +- cake/tests/cases/libs/cache.test.php | 4 +- cake/tests/cases/libs/cache/apc.test.php | 8 +- cake/tests/cases/libs/cache/file.test.php | 4 +- cake/tests/cases/libs/cache/memcache.test.php | 6 +- cake/tests/cases/libs/cache/model.test.php | 4 +- cake/tests/cases/libs/cache/xcache.test.php | 6 +- cake/tests/cases/libs/cake_log.test.php | 4 +- cake/tests/cases/libs/class_registry.test.php | 4 +- cake/tests/cases/libs/configure.test.php | 4 +- .../cases/libs/controller/component.test.php | 4 +- .../libs/controller/components/acl.test.php | 4 +- .../libs/controller/components/auth.test.php | 4 +- .../controller/components/cookie.test.php | 4 +- .../libs/controller/components/email.test.php | 4 +- .../components/request_handler.test.php | 4 +- .../controller/components/security.test.php | 4 +- .../controller/components/session.test.php | 4 +- .../cases/libs/controller/controller.test.php | 4 +- .../libs/controller/pages_controller.php | 4 +- .../cases/libs/controller/scaffold.test.php | 4 +- cake/tests/cases/libs/debugger.test.php | 4 +- cake/tests/cases/libs/error.test.php | 66 +++++------ cake/tests/cases/libs/file.test.php | 4 +- cake/tests/cases/libs/flay.test.php | 4 +- cake/tests/cases/libs/folder.test.php | 4 +- cake/tests/cases/libs/http_socket.test.php | 40 +++---- cake/tests/cases/libs/i18n.test.php | 4 +- cake/tests/cases/libs/inflector.test.php | 6 +- cake/tests/cases/libs/l10n.test.php | 4 +- cake/tests/cases/libs/loader.test.php | 4 +- cake/tests/cases/libs/magic_db.test.php | 10 +- .../libs/model/behaviors/translate.test.php | 4 +- .../cases/libs/model/behaviors/tree.test.php | 4 +- .../model/datasources/dbo/dbo_mssql.test.php | 4 +- .../model/datasources/dbo/dbo_mysql.test.php | 4 +- .../datasources/dbo/dbo_postgres.test.php | 4 +- .../model/datasources/dbo_source.test.php | 4 +- cake/tests/cases/libs/model/db_acl.test.php | 4 +- cake/tests/cases/libs/model/model.test.php | 4 +- cake/tests/cases/libs/model/schema.test.php | 4 +- cake/tests/cases/libs/object.test.php | 4 +- cake/tests/cases/libs/overloadable.test.php | 4 +- cake/tests/cases/libs/router.test.php | 4 +- cake/tests/cases/libs/sanitize.test.php | 4 +- cake/tests/cases/libs/security.test.php | 4 +- cake/tests/cases/libs/session.test.php | 4 +- cake/tests/cases/libs/set.test.php | 4 +- cake/tests/cases/libs/socket.test.php | 4 +- cake/tests/cases/libs/string.test.php | 4 +- cake/tests/cases/libs/validation.test.php | 48 +++++++- cake/tests/cases/libs/view/helper.test.php | 4 +- .../cases/libs/view/helpers/ajax.test.php | 4 +- .../cases/libs/view/helpers/cache.test.php | 4 +- .../cases/libs/view/helpers/form.test.php | 26 ++--- .../cases/libs/view/helpers/html.test.php | 28 ++--- .../libs/view/helpers/javascript.test.php | 26 ++--- .../tests/cases/libs/view/helpers/js.test.php | 4 +- .../cases/libs/view/helpers/number.test.php | 4 +- .../libs/view/helpers/paginator.test.php | 4 +- .../cases/libs/view/helpers/rss.test.php | 8 +- .../cases/libs/view/helpers/session.test.php | 4 +- .../cases/libs/view/helpers/text.test.php | 4 +- .../cases/libs/view/helpers/time.test.php | 4 +- .../cases/libs/view/helpers/xml.test.php | 4 +- cake/tests/cases/libs/view/theme.test.php | 4 +- cake/tests/cases/libs/view/view.test.php | 6 +- cake/tests/cases/libs/xml.test.php | 6 +- cake/tests/fixtures/aco_action_fixture.php | 4 +- cake/tests/fixtures/aco_fixture.php | 4 +- cake/tests/fixtures/advertisement_fixture.php | 4 +- .../fixtures/another_article_fixture.php | 4 +- cake/tests/fixtures/apple_fixture.php | 4 +- cake/tests/fixtures/aro_fixture.php | 4 +- cake/tests/fixtures/aros_aco_fixture.php | 4 +- .../fixtures/article_featured_fixture.php | 4 +- .../article_featureds_tags_fixture.php | 4 +- cake/tests/fixtures/article_fixture.php | 4 +- cake/tests/fixtures/articles_tag_fixture.php | 4 +- cake/tests/fixtures/attachment_fixture.php | 4 +- cake/tests/fixtures/auth_user_fixture.php | 4 +- cake/tests/fixtures/author_fixture.php | 4 +- cake/tests/fixtures/bid_fixture.php | 4 +- .../fixtures/cache_test_model_fixture.php | 4 +- cake/tests/fixtures/category_fixture.php | 4 +- .../fixtures/category_thread_fixture.php | 4 +- cake/tests/fixtures/comment_fixture.php | 4 +- cake/tests/fixtures/device_fixture.php | 4 +- .../fixtures/device_type_category_fixture.php | 4 +- cake/tests/fixtures/device_type_fixture.php | 4 +- .../fixtures/document_directory_fixture.php | 4 +- cake/tests/fixtures/document_fixture.php | 4 +- .../exterior_type_category_fixture.php | 4 +- cake/tests/fixtures/feature_set_fixture.php | 4 +- cake/tests/fixtures/featured_fixture.php | 4 +- cake/tests/fixtures/home_fixture.php | 4 +- cake/tests/fixtures/image_fixture.php | 4 +- cake/tests/fixtures/item_fixture.php | 4 +- .../fixtures/items_portfolio_fixture.php | 4 +- cake/tests/fixtures/join_thing_fixture.php | 4 +- cake/tests/fixtures/message_fixture.php | 4 +- cake/tests/fixtures/number_tree_fixture.php | 4 +- cake/tests/fixtures/portfolio_fixture.php | 4 +- cake/tests/fixtures/post_fixture.php | 4 +- cake/tests/fixtures/posts_tag_fixture.php | 4 +- cake/tests/fixtures/primary_model_fixture.php | 4 +- cake/tests/fixtures/project_fixture.php | 4 +- cake/tests/fixtures/sample_fixture.php | 4 +- .../fixtures/secondary_model_fixture.php | 4 +- .../tests/fixtures/something_else_fixture.php | 4 +- cake/tests/fixtures/something_fixture.php | 4 +- cake/tests/fixtures/syfile_fixture.php | 4 +- cake/tests/fixtures/tag_fixture.php | 4 +- cake/tests/fixtures/thread_fixture.php | 4 +- cake/tests/fixtures/translate_fixture.php | 4 +- .../fixtures/translate_table_fixture.php | 4 +- .../fixtures/translated_item_fixture.php | 4 +- cake/tests/fixtures/user_fixture.php | 4 +- cake/tests/groups/cache.group.php | 4 +- cake/tests/groups/components.group.php | 4 +- cake/tests/groups/configure.group.php | 4 +- cake/tests/groups/helpers.group.php | 4 +- cake/tests/groups/lib.group.php | 4 +- cake/tests/groups/lib_controller.group.php | 4 +- cake/tests/groups/model.group.php | 4 +- cake/tests/groups/no_database.group.php | 4 +- cake/tests/groups/routing_system.group.php | 4 +- cake/tests/groups/view.group.php | 4 +- cake/tests/lib/cake_reporter.php | 4 +- cake/tests/lib/cake_test_case.php | 4 +- cake/tests/lib/cake_test_fixture.php | 4 +- cake/tests/lib/cake_test_model.php | 4 +- cake/tests/lib/cake_web_test_case.php | 4 +- cake/tests/lib/cli_reporter.php | 4 +- cake/tests/lib/content.php | 4 +- cake/tests/lib/footer.php | 4 +- cake/tests/lib/header.php | 4 +- cake/tests/lib/simpletest.php | 4 +- cake/tests/lib/test_manager.php | 4 +- .../vendors/sample/sample_plugin.php | 4 +- .../views/helpers/test_plugin_helper.php | 4 +- .../helpers/test_plugin_other_helper.php | 4 +- cake/tests/test_app/vendors/sample/sample.php | 4 +- cake/tests/test_app/views/layouts/ajax.ctp | 4 +- cake/tests/test_app/views/layouts/default.ctp | 4 +- cake/tests/test_app/views/layouts/flash.ctp | 4 +- .../views/posts/test_nocache_tags.ctp | 4 +- index.php | 4 +- 345 files changed, 909 insertions(+), 836 deletions(-) diff --git a/app/config/acl.ini.php b/app/config/acl.ini.php index cb8f325df..1607e4b2c 100644 --- a/app/config/acl.ini.php +++ b/app/config/acl.ini.php @@ -7,7 +7,7 @@ ; * PHP versions 4 and 5 ; * ; * CakePHP(tm) : Rapid Development Framework -; * Copyright 2005-2007, Cake Software Foundation, Inc. +; * Copyright 2005-2008, Cake Software Foundation, Inc. ; * 1785 E. Sahara Avenue, Suite 490-204 ; * Las Vegas, Nevada 89104 ; * @@ -15,7 +15,7 @@ ; * Redistributions of files must retain the above copyright notice. ; * ; * @filesource -; * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. +; * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. ; * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project ; * @package cake ; * @subpackage cake.app.config diff --git a/app/config/bootstrap.php b/app/config/bootstrap.php index e502809c3..f79ed28c7 100644 --- a/app/config/bootstrap.php +++ b/app/config/bootstrap.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app.config diff --git a/app/config/core.php b/app/config/core.php index 93600ad1b..037db6f8b 100644 --- a/app/config/core.php +++ b/app/config/core.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app.config diff --git a/app/config/database.php.default b/app/config/database.php.default index 67de32e06..bd06199a8 100644 --- a/app/config/database.php.default +++ b/app/config/database.php.default @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app.config diff --git a/app/config/inflections.php b/app/config/inflections.php index ecc7d2aa1..9e38dd2a6 100644 --- a/app/config/inflections.php +++ b/app/config/inflections.php @@ -9,7 +9,7 @@ * PHP versions 4 and % * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app.config diff --git a/app/config/routes.php b/app/config/routes.php index 3c799128c..13f4a747e 100644 --- a/app/config/routes.php +++ b/app/config/routes.php @@ -10,7 +10,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -18,7 +18,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app.config diff --git a/app/config/sql/db_acl.php b/app/config/sql/db_acl.php index 13aaabf2a..2e4c5e5fa 100644 --- a/app/config/sql/db_acl.php +++ b/app/config/sql/db_acl.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app.config.sql diff --git a/app/config/sql/i18n.php b/app/config/sql/i18n.php index 082a1e9a0..c750e2bc2 100644 --- a/app/config/sql/i18n.php +++ b/app/config/sql/i18n.php @@ -1,4 +1,4 @@ - - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app.config.sql diff --git a/app/config/sql/sessions.php b/app/config/sql/sessions.php index 59fee54f7..60084479e 100644 --- a/app/config/sql/sessions.php +++ b/app/config/sql/sessions.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app.config.sql diff --git a/app/index.php b/app/index.php index febb07ce2..b17d2ae41 100644 --- a/app/index.php +++ b/app/index.php @@ -4,7 +4,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -12,7 +12,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app diff --git a/app/webroot/css.php b/app/webroot/css.php index 433f13f8e..6862b855a 100644 --- a/app/webroot/css.php +++ b/app/webroot/css.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app.webroot diff --git a/app/webroot/css/cake.generic.css b/app/webroot/css/cake.generic.css index 7b34404ff..4040d00de 100644 --- a/app/webroot/css/cake.generic.css +++ b/app/webroot/css/cake.generic.css @@ -4,7 +4,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -12,7 +12,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app.webroot.css diff --git a/app/webroot/index.php b/app/webroot/index.php index f0ff13696..039697f38 100644 --- a/app/webroot/index.php +++ b/app/webroot/index.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app.webroot diff --git a/app/webroot/js/vendors.php b/app/webroot/js/vendors.php index a927b68ce..ac7d4682a 100644 --- a/app/webroot/js/vendors.php +++ b/app/webroot/js/vendors.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app.webroot.js diff --git a/app/webroot/test.php b/app/webroot/test.php index 965c3e41e..4ac8ab56c 100644 --- a/app/webroot/test.php +++ b/app/webroot/test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake * @subpackage cake.cake.tests.libs diff --git a/cake/basics.php b/cake/basics.php index a34e05992..499c052a2 100644 --- a/cake/basics.php +++ b/cake/basics.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake diff --git a/cake/bootstrap.php b/cake/bootstrap.php index 561597204..b3bb119e2 100644 --- a/cake/bootstrap.php +++ b/cake/bootstrap.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake diff --git a/cake/config/config.php b/cake/config/config.php index 38baf5496..c00b32d04 100644 --- a/cake/config/config.php +++ b/cake/config/config.php @@ -6,7 +6,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -14,7 +14,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app.config diff --git a/cake/config/paths.php b/cake/config/paths.php index b6d5f507a..16163193b 100644 --- a/cake/config/paths.php +++ b/cake/config/paths.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.app.config diff --git a/cake/config/unicode/casefolding/0000_007f.php b/cake/config/unicode/casefolding/0000_007f.php index 50a27761e..f4915a8c8 100644 --- a/cake/config/unicode/casefolding/0000_007f.php +++ b/cake/config/unicode/casefolding/0000_007f.php @@ -12,7 +12,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -20,7 +20,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.config.unicode.casefolding diff --git a/cake/config/unicode/casefolding/0080_00ff.php b/cake/config/unicode/casefolding/0080_00ff.php index 0d4a8a0fb..b7b54fcd6 100644 --- a/cake/config/unicode/casefolding/0080_00ff.php +++ b/cake/config/unicode/casefolding/0080_00ff.php @@ -12,7 +12,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -20,7 +20,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.config.unicode.casefolding diff --git a/cake/config/unicode/casefolding/0100_017f.php b/cake/config/unicode/casefolding/0100_017f.php index 403b502e0..1a8b6cfbd 100644 --- a/cake/config/unicode/casefolding/0100_017f.php +++ b/cake/config/unicode/casefolding/0100_017f.php @@ -12,7 +12,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -20,7 +20,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.config.unicode.casefolding diff --git a/cake/config/unicode/casefolding/0180_024F.php b/cake/config/unicode/casefolding/0180_024F.php index 7013878db..991f2fb7b 100644 --- a/cake/config/unicode/casefolding/0180_024F.php +++ b/cake/config/unicode/casefolding/0180_024F.php @@ -12,7 +12,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -20,7 +20,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.config.unicode.casefolding diff --git a/cake/config/unicode/casefolding/0300_036f.php b/cake/config/unicode/casefolding/0300_036f.php index 6ad3f3d8d..524a0c12f 100644 --- a/cake/config/unicode/casefolding/0300_036f.php +++ b/cake/config/unicode/casefolding/0300_036f.php @@ -12,7 +12,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -20,7 +20,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.config.unicode.casefolding diff --git a/cake/config/unicode/casefolding/0370_03ff.php b/cake/config/unicode/casefolding/0370_03ff.php index 006bbc892..4f0cd9914 100644 --- a/cake/config/unicode/casefolding/0370_03ff.php +++ b/cake/config/unicode/casefolding/0370_03ff.php @@ -12,7 +12,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -20,7 +20,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.config.unicode.casefolding diff --git a/cake/config/unicode/casefolding/0400_04ff.php b/cake/config/unicode/casefolding/0400_04ff.php index 01c95d0ee..2f5c77c8c 100644 --- a/cake/config/unicode/casefolding/0400_04ff.php +++ b/cake/config/unicode/casefolding/0400_04ff.php @@ -12,7 +12,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -20,7 +20,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.config.unicode.casefolding diff --git a/cake/config/unicode/casefolding/0500_052f.php b/cake/config/unicode/casefolding/0500_052f.php index 9e33e17aa..a4f6747a2 100644 --- a/cake/config/unicode/casefolding/0500_052f.php +++ b/cake/config/unicode/casefolding/0500_052f.php @@ -12,7 +12,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -20,7 +20,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.config.unicode.casefolding diff --git a/cake/config/unicode/casefolding/0530_058f.php b/cake/config/unicode/casefolding/0530_058f.php index 0a18f0aab..96e767dc2 100644 --- a/cake/config/unicode/casefolding/0530_058f.php +++ b/cake/config/unicode/casefolding/0530_058f.php @@ -12,7 +12,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -20,7 +20,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.config.unicode.casefolding diff --git a/cake/config/unicode/casefolding/10400_1044f.php b/cake/config/unicode/casefolding/10400_1044f.php index 455e45824..7e34bbf81 100644 --- a/cake/config/unicode/casefolding/10400_1044f.php +++ b/cake/config/unicode/casefolding/10400_1044f.php @@ -12,7 +12,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -20,7 +20,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.config.unicode.casefolding diff --git a/cake/config/unicode/casefolding/10a0_10ff.php b/cake/config/unicode/casefolding/10a0_10ff.php index 0de92f832..cc6e6b433 100644 --- a/cake/config/unicode/casefolding/10a0_10ff.php +++ b/cake/config/unicode/casefolding/10a0_10ff.php @@ -12,7 +12,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -20,7 +20,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.config.unicode.casefolding diff --git a/cake/config/unicode/casefolding/1e00_1eff.php b/cake/config/unicode/casefolding/1e00_1eff.php index d622905d4..4390efd96 100644 --- a/cake/config/unicode/casefolding/1e00_1eff.php +++ b/cake/config/unicode/casefolding/1e00_1eff.php @@ -12,7 +12,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -20,7 +20,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.config.unicode.casefolding diff --git a/cake/config/unicode/casefolding/1f00_1fff.php b/cake/config/unicode/casefolding/1f00_1fff.php index 13aab2a8d..f73e03ea0 100644 --- a/cake/config/unicode/casefolding/1f00_1fff.php +++ b/cake/config/unicode/casefolding/1f00_1fff.php @@ -12,7 +12,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -20,7 +20,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.config.unicode.casefolding diff --git a/cake/config/unicode/casefolding/2100_214f.php b/cake/config/unicode/casefolding/2100_214f.php index 37433ff30..9bd666001 100644 --- a/cake/config/unicode/casefolding/2100_214f.php +++ b/cake/config/unicode/casefolding/2100_214f.php @@ -12,7 +12,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -20,7 +20,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.config.unicode.casefolding diff --git a/cake/config/unicode/casefolding/2150_218f.php b/cake/config/unicode/casefolding/2150_218f.php index dec994592..0483b7105 100644 --- a/cake/config/unicode/casefolding/2150_218f.php +++ b/cake/config/unicode/casefolding/2150_218f.php @@ -12,7 +12,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -20,7 +20,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.config.unicode.casefolding diff --git a/cake/config/unicode/casefolding/2460_24ff.php b/cake/config/unicode/casefolding/2460_24ff.php index 7ecdc65e2..4278132a6 100644 --- a/cake/config/unicode/casefolding/2460_24ff.php +++ b/cake/config/unicode/casefolding/2460_24ff.php @@ -12,7 +12,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -20,7 +20,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.config.unicode.casefolding diff --git a/cake/config/unicode/casefolding/2c00_2c5f.php b/cake/config/unicode/casefolding/2c00_2c5f.php index 40c276b15..fd88a07be 100644 --- a/cake/config/unicode/casefolding/2c00_2c5f.php +++ b/cake/config/unicode/casefolding/2c00_2c5f.php @@ -12,7 +12,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -20,7 +20,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.config.unicode.casefolding diff --git a/cake/config/unicode/casefolding/2c60_2c7f.php b/cake/config/unicode/casefolding/2c60_2c7f.php index 78aca7512..43a22822e 100644 --- a/cake/config/unicode/casefolding/2c60_2c7f.php +++ b/cake/config/unicode/casefolding/2c60_2c7f.php @@ -12,7 +12,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -20,7 +20,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.config.unicode.casefolding diff --git a/cake/config/unicode/casefolding/2c80_2cff.php b/cake/config/unicode/casefolding/2c80_2cff.php index 59a277357..b3d4d8aed 100644 --- a/cake/config/unicode/casefolding/2c80_2cff.php +++ b/cake/config/unicode/casefolding/2c80_2cff.php @@ -12,7 +12,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -20,7 +20,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.config.unicode.casefolding diff --git a/cake/config/unicode/casefolding/fb00_fb4f.php b/cake/config/unicode/casefolding/fb00_fb4f.php index 21c6541da..8a9f531ef 100644 --- a/cake/config/unicode/casefolding/fb00_fb4f.php +++ b/cake/config/unicode/casefolding/fb00_fb4f.php @@ -12,7 +12,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -20,7 +20,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.config.unicode.casefolding diff --git a/cake/config/unicode/casefolding/ff00_ffef.php b/cake/config/unicode/casefolding/ff00_ffef.php index 55864276e..b1243774c 100644 --- a/cake/config/unicode/casefolding/ff00_ffef.php +++ b/cake/config/unicode/casefolding/ff00_ffef.php @@ -12,7 +12,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -20,7 +20,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.config.unicode.casefolding diff --git a/cake/console/cake.php b/cake/console/cake.php index 97000e02d..1481c191c 100644 --- a/cake/console/cake.php +++ b/cake/console/cake.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.console diff --git a/cake/console/error.php b/cake/console/error.php index 4ca091629..d60e3b44a 100644 --- a/cake/console/error.php +++ b/cake/console/error.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.console diff --git a/cake/console/libs/acl.php b/cake/console/libs/acl.php index 04891ec93..de7bb5707 100644 --- a/cake/console/libs/acl.php +++ b/cake/console/libs/acl.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.console.libs diff --git a/cake/console/libs/api.php b/cake/console/libs/api.php index 2a6679095..7409a2188 100644 --- a/cake/console/libs/api.php +++ b/cake/console/libs/api.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.console.libs diff --git a/cake/console/libs/bake.php b/cake/console/libs/bake.php index 17379d66f..577d4cd7f 100644 --- a/cake/console/libs/bake.php +++ b/cake/console/libs/bake.php @@ -10,7 +10,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -18,7 +18,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.console.libs diff --git a/cake/console/libs/console.php b/cake/console/libs/console.php index c97ddd28b..7f755f7dc 100644 --- a/cake/console/libs/console.php +++ b/cake/console/libs/console.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.console.libs diff --git a/cake/console/libs/i18n.php b/cake/console/libs/i18n.php index 52905aad4..f3a16db53 100644 --- a/cake/console/libs/i18n.php +++ b/cake/console/libs/i18n.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.console.libs diff --git a/cake/console/libs/schema.php b/cake/console/libs/schema.php index e6d30dbf8..b9a18829a 100644 --- a/cake/console/libs/schema.php +++ b/cake/console/libs/schema.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.console.libs diff --git a/cake/console/libs/shell.php b/cake/console/libs/shell.php index 0dd19f27d..1b0c9bfe4 100644 --- a/cake/console/libs/shell.php +++ b/cake/console/libs/shell.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.console.libs diff --git a/cake/console/libs/tasks/controller.php b/cake/console/libs/tasks/controller.php index bb34bc2ea..37865db96 100644 --- a/cake/console/libs/tasks/controller.php +++ b/cake/console/libs/tasks/controller.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.console.libs.tasks diff --git a/cake/console/libs/tasks/db_config.php b/cake/console/libs/tasks/db_config.php index b99a670c4..bb81ef552 100644 --- a/cake/console/libs/tasks/db_config.php +++ b/cake/console/libs/tasks/db_config.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.console.libs.tasks diff --git a/cake/console/libs/tasks/extract.php b/cake/console/libs/tasks/extract.php index 9c13c1ea7..82b048380 100644 --- a/cake/console/libs/tasks/extract.php +++ b/cake/console/libs/tasks/extract.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.console.libs diff --git a/cake/console/libs/tasks/model.php b/cake/console/libs/tasks/model.php index ae736a113..2ad597143 100644 --- a/cake/console/libs/tasks/model.php +++ b/cake/console/libs/tasks/model.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.console.libs.tasks diff --git a/cake/console/libs/tasks/plugin.php b/cake/console/libs/tasks/plugin.php index 2237e81e5..03985cf29 100644 --- a/cake/console/libs/tasks/plugin.php +++ b/cake/console/libs/tasks/plugin.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.console.libs.tasks diff --git a/cake/console/libs/tasks/project.php b/cake/console/libs/tasks/project.php index 774b154dc..76554fa20 100644 --- a/cake/console/libs/tasks/project.php +++ b/cake/console/libs/tasks/project.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.scripts.bake diff --git a/cake/console/libs/tasks/view.php b/cake/console/libs/tasks/view.php index c72b68645..d9361481b 100644 --- a/cake/console/libs/tasks/view.php +++ b/cake/console/libs/tasks/view.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.console.libs.tasks diff --git a/cake/console/libs/templates/skel/app_controller.php b/cake/console/libs/templates/skel/app_controller.php index c207aa2af..14582fc99 100644 --- a/cake/console/libs/templates/skel/app_controller.php +++ b/cake/console/libs/templates/skel/app_controller.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app diff --git a/cake/console/libs/templates/skel/app_helper.php b/cake/console/libs/templates/skel/app_helper.php index ced8aef96..f429ab6e5 100644 --- a/cake/console/libs/templates/skel/app_helper.php +++ b/cake/console/libs/templates/skel/app_helper.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake diff --git a/cake/console/libs/templates/skel/app_model.php b/cake/console/libs/templates/skel/app_model.php index b43e90e20..bdc76ae88 100644 --- a/cake/console/libs/templates/skel/app_model.php +++ b/cake/console/libs/templates/skel/app_model.php @@ -10,7 +10,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -18,7 +18,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app diff --git a/cake/console/libs/templates/skel/config/acl.ini.php b/cake/console/libs/templates/skel/config/acl.ini.php index cb8f325df..1607e4b2c 100644 --- a/cake/console/libs/templates/skel/config/acl.ini.php +++ b/cake/console/libs/templates/skel/config/acl.ini.php @@ -7,7 +7,7 @@ ; * PHP versions 4 and 5 ; * ; * CakePHP(tm) : Rapid Development Framework -; * Copyright 2005-2007, Cake Software Foundation, Inc. +; * Copyright 2005-2008, Cake Software Foundation, Inc. ; * 1785 E. Sahara Avenue, Suite 490-204 ; * Las Vegas, Nevada 89104 ; * @@ -15,7 +15,7 @@ ; * Redistributions of files must retain the above copyright notice. ; * ; * @filesource -; * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. +; * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. ; * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project ; * @package cake ; * @subpackage cake.app.config diff --git a/cake/console/libs/templates/skel/config/bootstrap.php b/cake/console/libs/templates/skel/config/bootstrap.php index e502809c3..f79ed28c7 100644 --- a/cake/console/libs/templates/skel/config/bootstrap.php +++ b/cake/console/libs/templates/skel/config/bootstrap.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app.config diff --git a/cake/console/libs/templates/skel/config/core.php b/cake/console/libs/templates/skel/config/core.php index 5bd2e9206..b4ae06295 100644 --- a/cake/console/libs/templates/skel/config/core.php +++ b/cake/console/libs/templates/skel/config/core.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app.config diff --git a/cake/console/libs/templates/skel/config/database.php.default b/cake/console/libs/templates/skel/config/database.php.default index 67de32e06..bd06199a8 100644 --- a/cake/console/libs/templates/skel/config/database.php.default +++ b/cake/console/libs/templates/skel/config/database.php.default @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app.config diff --git a/cake/console/libs/templates/skel/config/inflections.php b/cake/console/libs/templates/skel/config/inflections.php index ecc7d2aa1..9e38dd2a6 100644 --- a/cake/console/libs/templates/skel/config/inflections.php +++ b/cake/console/libs/templates/skel/config/inflections.php @@ -9,7 +9,7 @@ * PHP versions 4 and % * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app.config diff --git a/cake/console/libs/templates/skel/config/routes.php b/cake/console/libs/templates/skel/config/routes.php index 3c799128c..13f4a747e 100644 --- a/cake/console/libs/templates/skel/config/routes.php +++ b/cake/console/libs/templates/skel/config/routes.php @@ -10,7 +10,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -18,7 +18,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app.config diff --git a/cake/console/libs/templates/skel/config/sql/db_acl.php b/cake/console/libs/templates/skel/config/sql/db_acl.php index 13aaabf2a..2e4c5e5fa 100644 --- a/cake/console/libs/templates/skel/config/sql/db_acl.php +++ b/cake/console/libs/templates/skel/config/sql/db_acl.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app.config.sql diff --git a/cake/console/libs/templates/skel/config/sql/i18n.php b/cake/console/libs/templates/skel/config/sql/i18n.php index 082a1e9a0..c750e2bc2 100644 --- a/cake/console/libs/templates/skel/config/sql/i18n.php +++ b/cake/console/libs/templates/skel/config/sql/i18n.php @@ -1,4 +1,4 @@ - - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app.config.sql diff --git a/cake/console/libs/templates/skel/config/sql/sessions.php b/cake/console/libs/templates/skel/config/sql/sessions.php index 59fee54f7..60084479e 100644 --- a/cake/console/libs/templates/skel/config/sql/sessions.php +++ b/cake/console/libs/templates/skel/config/sql/sessions.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app.config.sql diff --git a/cake/console/libs/templates/skel/controllers/pages_controller.php b/cake/console/libs/templates/skel/controllers/pages_controller.php index d6a2c9200..ec2e327c1 100644 --- a/cake/console/libs/templates/skel/controllers/pages_controller.php +++ b/cake/console/libs/templates/skel/controllers/pages_controller.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.controller diff --git a/cake/console/libs/templates/skel/index.php b/cake/console/libs/templates/skel/index.php index febb07ce2..b17d2ae41 100644 --- a/cake/console/libs/templates/skel/index.php +++ b/cake/console/libs/templates/skel/index.php @@ -4,7 +4,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -12,7 +12,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app diff --git a/cake/console/libs/templates/skel/views/elements/email/html/default.ctp b/cake/console/libs/templates/skel/views/elements/email/html/default.ctp index 4bf8f4286..30ca306d4 100644 --- a/cake/console/libs/templates/skel/views/elements/email/html/default.ctp +++ b/cake/console/libs/templates/skel/views/elements/email/html/default.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.elements.email.html diff --git a/cake/console/libs/templates/skel/views/elements/email/text/default.ctp b/cake/console/libs/templates/skel/views/elements/email/text/default.ctp index ab9a1ffec..e6a5b84cd 100644 --- a/cake/console/libs/templates/skel/views/elements/email/text/default.ctp +++ b/cake/console/libs/templates/skel/views/elements/email/text/default.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.elements.email.text diff --git a/cake/console/libs/templates/skel/views/layouts/ajax.ctp b/cake/console/libs/templates/skel/views/layouts/ajax.ctp index b69838d65..22be0d248 100644 --- a/cake/console/libs/templates/skel/views/layouts/ajax.ctp +++ b/cake/console/libs/templates/skel/views/layouts/ajax.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.layouts diff --git a/cake/console/libs/templates/skel/views/layouts/default.ctp b/cake/console/libs/templates/skel/views/layouts/default.ctp index ba1fde18c..f6f0863e7 100644 --- a/cake/console/libs/templates/skel/views/layouts/default.ctp +++ b/cake/console/libs/templates/skel/views/layouts/default.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.console.libs.templates.skel.views.layouts diff --git a/cake/console/libs/templates/skel/views/layouts/email/html/default.ctp b/cake/console/libs/templates/skel/views/layouts/email/html/default.ctp index aaee9eca4..de733922c 100644 --- a/cake/console/libs/templates/skel/views/layouts/email/html/default.ctp +++ b/cake/console/libs/templates/skel/views/layouts/email/html/default.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.layouts.email.html diff --git a/cake/console/libs/templates/skel/views/layouts/email/text/default.ctp b/cake/console/libs/templates/skel/views/layouts/email/text/default.ctp index fc8f68222..02dea2fc8 100644 --- a/cake/console/libs/templates/skel/views/layouts/email/text/default.ctp +++ b/cake/console/libs/templates/skel/views/layouts/email/text/default.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.layouts.email.text diff --git a/cake/console/libs/templates/skel/views/layouts/flash.ctp b/cake/console/libs/templates/skel/views/layouts/flash.ctp index b39b71171..f7c19a3b1 100644 --- a/cake/console/libs/templates/skel/views/layouts/flash.ctp +++ b/cake/console/libs/templates/skel/views/layouts/flash.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.layouts diff --git a/cake/console/libs/templates/skel/webroot/css.php b/cake/console/libs/templates/skel/webroot/css.php index 433f13f8e..6862b855a 100644 --- a/cake/console/libs/templates/skel/webroot/css.php +++ b/cake/console/libs/templates/skel/webroot/css.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app.webroot diff --git a/cake/console/libs/templates/skel/webroot/css/cake.generic.css b/cake/console/libs/templates/skel/webroot/css/cake.generic.css index a641d1c67..e019c07d6 100644 --- a/cake/console/libs/templates/skel/webroot/css/cake.generic.css +++ b/cake/console/libs/templates/skel/webroot/css/cake.generic.css @@ -4,7 +4,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -12,7 +12,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app.webroot.css diff --git a/cake/console/libs/templates/skel/webroot/index.php b/cake/console/libs/templates/skel/webroot/index.php index 67c5782b4..0bdb2e241 100644 --- a/cake/console/libs/templates/skel/webroot/index.php +++ b/cake/console/libs/templates/skel/webroot/index.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app.webroot diff --git a/cake/console/libs/templates/skel/webroot/js/vendors.php b/cake/console/libs/templates/skel/webroot/js/vendors.php index a927b68ce..ac7d4682a 100644 --- a/cake/console/libs/templates/skel/webroot/js/vendors.php +++ b/cake/console/libs/templates/skel/webroot/js/vendors.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.app.webroot.js diff --git a/cake/console/libs/templates/skel/webroot/test.php b/cake/console/libs/templates/skel/webroot/test.php index 4963748cb..9502a7919 100644 --- a/cake/console/libs/templates/skel/webroot/test.php +++ b/cake/console/libs/templates/skel/webroot/test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake * @subpackage cake.cake.tests.libs diff --git a/cake/console/libs/templates/views/form.ctp b/cake/console/libs/templates/views/form.ctp index 455d7dd6b..4400fac45 100644 --- a/cake/console/libs/templates/views/form.ctp +++ b/cake/console/libs/templates/views/form.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.console.libs.templates.views diff --git a/cake/console/libs/templates/views/index.ctp b/cake/console/libs/templates/views/index.ctp index 3d11e3258..135d56075 100644 --- a/cake/console/libs/templates/views/index.ctp +++ b/cake/console/libs/templates/views/index.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.console.libs.templates.views @@ -89,7 +89,7 @@ echo "\n"; $done = array(); foreach ($associations as $type => $data) { foreach($data as $alias => $details) { - if ($details['controller'] != $this->name && !in_array($details['controller'], $done)) { + if ($details['controller'] != $this->name && !in_array($details['controller'], $done)) { echo "\t\t
  • link(__('List ".Inflector::humanize($details['controller'])."', true), array('controller'=> '{$details['controller']}', 'action'=>'index')); ?>
  • \n"; echo "\t\t
  • link(__('New ".Inflector::humanize(Inflector::underscore($alias))."', true), array('controller'=> '{$details['controller']}', 'action'=>'add')); ?>
  • \n"; $done[] = $details['controller']; diff --git a/cake/console/libs/templates/views/view.ctp b/cake/console/libs/templates/views/view.ctp index 782a9b75f..9b0281f95 100644 --- a/cake/console/libs/templates/views/view.ctp +++ b/cake/console/libs/templates/views/view.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.console.libs.templates.views diff --git a/cake/dispatcher.php b/cake/dispatcher.php index ec1e87d39..58ae1760e 100644 --- a/cake/dispatcher.php +++ b/cake/dispatcher.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake diff --git a/cake/libs/cache.php b/cake/libs/cache.php index 2d49e5eba..3503dfb5a 100644 --- a/cake/libs/cache.php +++ b/cake/libs/cache.php @@ -7,7 +7,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -15,7 +15,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/libs/cache/apc.php b/cake/libs/cache/apc.php index 13073cebd..bbd456fe8 100644 --- a/cake/libs/cache/apc.php +++ b/cake/libs/cache/apc.php @@ -7,7 +7,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -15,7 +15,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.cache diff --git a/cake/libs/cache/file.php b/cake/libs/cache/file.php index 6c8be6916..1cb3f0a30 100644 --- a/cake/libs/cache/file.php +++ b/cake/libs/cache/file.php @@ -7,7 +7,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -15,7 +15,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.cache diff --git a/cake/libs/cache/memcache.php b/cake/libs/cache/memcache.php index 4f456db8a..e4e21ac35 100644 --- a/cake/libs/cache/memcache.php +++ b/cake/libs/cache/memcache.php @@ -7,7 +7,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -15,7 +15,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.cache diff --git a/cake/libs/cache/model.php b/cake/libs/cache/model.php index 7a01ff869..c4d7010e3 100644 --- a/cake/libs/cache/model.php +++ b/cake/libs/cache/model.php @@ -7,7 +7,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -15,7 +15,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.cache diff --git a/cake/libs/cache/xcache.php b/cake/libs/cache/xcache.php index 3d26452fb..3659a3db5 100644 --- a/cake/libs/cache/xcache.php +++ b/cake/libs/cache/xcache.php @@ -7,7 +7,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -15,7 +15,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.cache diff --git a/cake/libs/cake_log.php b/cake/libs/cake_log.php index 9a38084c6..947d4a52b 100644 --- a/cake/libs/cake_log.php +++ b/cake/libs/cake_log.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/libs/class_registry.php b/cake/libs/class_registry.php index c57473987..a3e354965 100644 --- a/cake/libs/class_registry.php +++ b/cake/libs/class_registry.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/libs/configure.php b/cake/libs/configure.php index 52858c277..59596a103 100644 --- a/cake/libs/configure.php +++ b/cake/libs/configure.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/libs/controller/app_controller.php b/cake/libs/controller/app_controller.php index bce9f73f3..a97c8c068 100644 --- a/cake/libs/controller/app_controller.php +++ b/cake/libs/controller/app_controller.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake diff --git a/cake/libs/controller/component.php b/cake/libs/controller/component.php index 13e6d45cc..5a2733dd3 100644 --- a/cake/libs/controller/component.php +++ b/cake/libs/controller/component.php @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.controller diff --git a/cake/libs/controller/components/acl.php b/cake/libs/controller/components/acl.php index 0871c3b3f..317d9cb01 100644 --- a/cake/libs/controller/components/acl.php +++ b/cake/libs/controller/components/acl.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.controller.components diff --git a/cake/libs/controller/components/auth.php b/cake/libs/controller/components/auth.php index 0f231b4ff..7e61f6aca 100644 --- a/cake/libs/controller/components/auth.php +++ b/cake/libs/controller/components/auth.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.controller.components diff --git a/cake/libs/controller/components/cookie.php b/cake/libs/controller/components/cookie.php index ad99de54e..88685bdba 100644 --- a/cake/libs/controller/components/cookie.php +++ b/cake/libs/controller/components/cookie.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.controller.components diff --git a/cake/libs/controller/components/email.php b/cake/libs/controller/components/email.php index c100a6110..51bffbd93 100644 --- a/cake/libs/controller/components/email.php +++ b/cake/libs/controller/components/email.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.controller.components diff --git a/cake/libs/controller/components/request_handler.php b/cake/libs/controller/components/request_handler.php index afffdd9e6..067e3e676 100644 --- a/cake/libs/controller/components/request_handler.php +++ b/cake/libs/controller/components/request_handler.php @@ -8,7 +8,7 @@ * needs of a handheld computer and a desktop machine. * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.controller.components diff --git a/cake/libs/controller/components/security.php b/cake/libs/controller/components/security.php index 4fb348c8a..e5f573ded 100644 --- a/cake/libs/controller/components/security.php +++ b/cake/libs/controller/components/security.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.controller.components diff --git a/cake/libs/controller/components/session.php b/cake/libs/controller/components/session.php index be9f7ece6..89fd38494 100644 --- a/cake/libs/controller/components/session.php +++ b/cake/libs/controller/components/session.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.controller.components diff --git a/cake/libs/controller/controller.php b/cake/libs/controller/controller.php index ad192672e..142f687f6 100644 --- a/cake/libs/controller/controller.php +++ b/cake/libs/controller/controller.php @@ -6,7 +6,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -14,7 +14,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.controller diff --git a/cake/libs/controller/pages_controller.php b/cake/libs/controller/pages_controller.php index d6a2c9200..ec2e327c1 100644 --- a/cake/libs/controller/pages_controller.php +++ b/cake/libs/controller/pages_controller.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.controller diff --git a/cake/libs/controller/scaffold.php b/cake/libs/controller/scaffold.php index c1a1912b6..8122559de 100644 --- a/cake/libs/controller/scaffold.php +++ b/cake/libs/controller/scaffold.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.controller diff --git a/cake/libs/debugger.php b/cake/libs/debugger.php index a0ea04cdb..30c44d398 100644 --- a/cake/libs/debugger.php +++ b/cake/libs/debugger.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/libs/error.php b/cake/libs/error.php index c38b577fe..1940cfc71 100644 --- a/cake/libs/error.php +++ b/cake/libs/error.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/libs/file.php b/cake/libs/file.php index 0140caea6..9a7edcc79 100644 --- a/cake/libs/file.php +++ b/cake/libs/file.php @@ -6,7 +6,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -14,7 +14,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/libs/flay.php b/cake/libs/flay.php index 8b09ab5dd..2deec8f9e 100644 --- a/cake/libs/flay.php +++ b/cake/libs/flay.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/libs/folder.php b/cake/libs/folder.php index 23489c5b5..ebfe0ed0c 100644 --- a/cake/libs/folder.php +++ b/cake/libs/folder.php @@ -6,7 +6,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -14,7 +14,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/libs/http_socket.php b/cake/libs/http_socket.php index 5926521f1..3aa2355ee 100644 --- a/cake/libs/http_socket.php +++ b/cake/libs/http_socket.php @@ -6,7 +6,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -14,7 +14,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/libs/i18n.php b/cake/libs/i18n.php index 7589f7cd0..22f8cfd56 100644 --- a/cake/libs/i18n.php +++ b/cake/libs/i18n.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/libs/inflector.php b/cake/libs/inflector.php index 1087f4801..9e7367740 100644 --- a/cake/libs/inflector.php +++ b/cake/libs/inflector.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/libs/l10n.php b/cake/libs/l10n.php index e13e92083..352af2c63 100644 --- a/cake/libs/l10n.php +++ b/cake/libs/l10n.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/libs/magic_db.php b/cake/libs/magic_db.php index 160280698..bc47f4585 100644 --- a/cake/libs/magic_db.php +++ b/cake/libs/magic_db.php @@ -6,7 +6,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -14,7 +14,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs @@ -168,7 +168,7 @@ class MagicDb extends Object { } $matches[] = $magic; } - + return $matches; } } @@ -197,7 +197,7 @@ class MagicFileResource extends Object{ /** * undocumented function * - * @param unknown $file + * @param unknown $file * @return void * @access public */ @@ -211,7 +211,7 @@ class MagicFileResource extends Object{ /** * undocumented function * - * @param unknown $magic + * @param unknown $magic * @return void * @access public */ @@ -223,8 +223,8 @@ class MagicFileResource extends Object{ /** * undocumented function * - * @param unknown $type - * @param unknown $length + * @param unknown $type + * @param unknown $length * @return void * @access public */ @@ -238,8 +238,8 @@ class MagicFileResource extends Object{ /** * undocumented function * - * @param unknown $type - * @param unknown $expected + * @param unknown $type + * @param unknown $expected * @return void * @access public */ @@ -257,8 +257,8 @@ class MagicFileResource extends Object{ /** * undocumented function * - * @param unknown $offset - * @param unknown $whence + * @param unknown $offset + * @param unknown $whence * @return void * @access public */ @@ -269,7 +269,7 @@ class MagicFileResource extends Object{ } return $this->offset; } - + if (!ctype_digit($offset)) { return false; } diff --git a/cake/libs/model/app_model.php b/cake/libs/model/app_model.php index 4ae9f9aff..63a07d019 100644 --- a/cake/libs/model/app_model.php +++ b/cake/libs/model/app_model.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake diff --git a/cake/libs/model/behavior.php b/cake/libs/model/behavior.php index 75c35631d..7cc3afe22 100644 --- a/cake/libs/model/behavior.php +++ b/cake/libs/model/behavior.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.model diff --git a/cake/libs/model/behaviors/acl.php b/cake/libs/model/behaviors/acl.php index c2f8ea888..791541830 100644 --- a/cake/libs/model/behaviors/acl.php +++ b/cake/libs/model/behaviors/acl.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP : Rapid Development Framework - * Copyright (c) 2006, Cake Software Foundation, Inc. + * Copyright 2006-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright (c) 2006, Cake Software Foundation, Inc. + * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project * @package cake * @subpackage cake.cake.libs.model.behaviors diff --git a/cake/libs/model/behaviors/translate.php b/cake/libs/model/behaviors/translate.php index e92a6fe78..37298a484 100644 --- a/cake/libs/model/behaviors/translate.php +++ b/cake/libs/model/behaviors/translate.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.model.behaviors diff --git a/cake/libs/model/behaviors/tree.php b/cake/libs/model/behaviors/tree.php index a1114e612..96ee1be0d 100644 --- a/cake/libs/model/behaviors/tree.php +++ b/cake/libs/model/behaviors/tree.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP : Rapid Development Framework - * Copyright (c) 2006, Cake Software Foundation, Inc. + * Copyright 2006-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright (c) 2006, Cake Software Foundation, Inc. + * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project * @package cake * @subpackage cake.cake.libs.model.behaviors diff --git a/cake/libs/model/connection_manager.php b/cake/libs/model/connection_manager.php index 91d404ec9..87375bacb 100644 --- a/cake/libs/model/connection_manager.php +++ b/cake/libs/model/connection_manager.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.model diff --git a/cake/libs/model/datasources/datasource.php b/cake/libs/model/datasources/datasource.php index 7513f66f9..7bcd9b388 100644 --- a/cake/libs/model/datasources/datasource.php +++ b/cake/libs/model/datasources/datasource.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.model.datasources diff --git a/cake/libs/model/datasources/dbo/dbo_adodb.php b/cake/libs/model/datasources/dbo/dbo_adodb.php index 8873c46ad..c1b0faf57 100644 --- a/cake/libs/model/datasources/dbo/dbo_adodb.php +++ b/cake/libs/model/datasources/dbo/dbo_adodb.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.model.datasources.dbo diff --git a/cake/libs/model/datasources/dbo/dbo_db2.php b/cake/libs/model/datasources/dbo/dbo_db2.php index 02c5481d5..90e0951c8 100644 --- a/cake/libs/model/datasources/dbo/dbo_db2.php +++ b/cake/libs/model/datasources/dbo/dbo_db2.php @@ -18,7 +18,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.model.datasources.dbo diff --git a/cake/libs/model/datasources/dbo/dbo_firebird.php b/cake/libs/model/datasources/dbo/dbo_firebird.php index 817bfdb1b..b51ac441c 100644 --- a/cake/libs/model/datasources/dbo/dbo_firebird.php +++ b/cake/libs/model/datasources/dbo/dbo_firebird.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.model.dbo diff --git a/cake/libs/model/datasources/dbo/dbo_mssql.php b/cake/libs/model/datasources/dbo/dbo_mssql.php index 0bb1f515b..6ad7f6bf6 100644 --- a/cake/libs/model/datasources/dbo/dbo_mssql.php +++ b/cake/libs/model/datasources/dbo/dbo_mssql.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.model.datasources.dbo @@ -516,7 +516,7 @@ class DboMssql extends DboSource { */ function renderStatement($type, $data) { extract($data); - + if (strtolower($type) == 'select') { if (preg_match('/offset\s+([0-9]+)/i', $limit, $offset)) { $limit = preg_replace('/\s*offset.*$/i', '', $limit); diff --git a/cake/libs/model/datasources/dbo/dbo_mysql.php b/cake/libs/model/datasources/dbo/dbo_mysql.php index 22b93860c..879c6793e 100644 --- a/cake/libs/model/datasources/dbo/dbo_mysql.php +++ b/cake/libs/model/datasources/dbo/dbo_mysql.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.model.datasources.dbo diff --git a/cake/libs/model/datasources/dbo/dbo_mysqli.php b/cake/libs/model/datasources/dbo/dbo_mysqli.php index 22dff265b..0a5655b63 100644 --- a/cake/libs/model/datasources/dbo/dbo_mysqli.php +++ b/cake/libs/model/datasources/dbo/dbo_mysqli.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.model.datasources.dbo diff --git a/cake/libs/model/datasources/dbo/dbo_odbc.php b/cake/libs/model/datasources/dbo/dbo_odbc.php index f46ab1cfe..11c504373 100644 --- a/cake/libs/model/datasources/dbo/dbo_odbc.php +++ b/cake/libs/model/datasources/dbo/dbo_odbc.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.model.dbo diff --git a/cake/libs/model/datasources/dbo/dbo_oracle.php b/cake/libs/model/datasources/dbo/dbo_oracle.php index a0fd754ac..e52263739 100644 --- a/cake/libs/model/datasources/dbo/dbo_oracle.php +++ b/cake/libs/model/datasources/dbo/dbo_oracle.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.model.datasources.dbo diff --git a/cake/libs/model/datasources/dbo/dbo_postgres.php b/cake/libs/model/datasources/dbo/dbo_postgres.php index 7490f36a6..5485aa627 100644 --- a/cake/libs/model/datasources/dbo/dbo_postgres.php +++ b/cake/libs/model/datasources/dbo/dbo_postgres.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.model.datasources.dbo diff --git a/cake/libs/model/datasources/dbo/dbo_sqlite.php b/cake/libs/model/datasources/dbo/dbo_sqlite.php index 07717c159..42d026b33 100644 --- a/cake/libs/model/datasources/dbo/dbo_sqlite.php +++ b/cake/libs/model/datasources/dbo/dbo_sqlite.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.model.datasources.dbo diff --git a/cake/libs/model/datasources/dbo/dbo_sybase.php b/cake/libs/model/datasources/dbo/dbo_sybase.php index c88057534..d58afe014 100644 --- a/cake/libs/model/datasources/dbo/dbo_sybase.php +++ b/cake/libs/model/datasources/dbo/dbo_sybase.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.model.datasources.dbo diff --git a/cake/libs/model/datasources/dbo_source.php b/cake/libs/model/datasources/dbo_source.php index 2444bbc24..07f9e8652 100644 --- a/cake/libs/model/datasources/dbo_source.php +++ b/cake/libs/model/datasources/dbo_source.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.model.datasources @@ -1250,7 +1250,7 @@ class DboSource extends DataSource { * Renders a final SQL statement by putting together the component parts in the correct order * * @param string $type - * @param array $data + * @param array $data * @return string */ function renderStatement($type, $data) { diff --git a/cake/libs/model/db_acl.php b/cake/libs/model/db_acl.php index 22a757305..e3835afc9 100644 --- a/cake/libs/model/db_acl.php +++ b/cake/libs/model/db_acl.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.model diff --git a/cake/libs/model/model.php b/cake/libs/model/model.php index 53f966f4f..b0aa39ffe 100644 --- a/cake/libs/model/model.php +++ b/cake/libs/model/model.php @@ -8,7 +8,7 @@ * PHP versions 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.model diff --git a/cake/libs/model/schema.php b/cake/libs/model/schema.php index 43a28f722..16d3c1250 100644 --- a/cake/libs/model/schema.php +++ b/cake/libs/model/schema.php @@ -6,7 +6,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -14,7 +14,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/libs/object.php b/cake/libs/object.php index d23c81087..5cbb5849c 100644 --- a/cake/libs/object.php +++ b/cake/libs/object.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/libs/overloadable.php b/cake/libs/overloadable.php index 4b5b107ae..0c540edf1 100644 --- a/cake/libs/overloadable.php +++ b/cake/libs/overloadable.php @@ -6,7 +6,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -14,7 +14,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/libs/overloadable_php4.php b/cake/libs/overloadable_php4.php index a732a2dc8..b10dce3bf 100644 --- a/cake/libs/overloadable_php4.php +++ b/cake/libs/overloadable_php4.php @@ -6,7 +6,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -14,7 +14,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/libs/overloadable_php5.php b/cake/libs/overloadable_php5.php index 9d04c0b33..ed7252b67 100644 --- a/cake/libs/overloadable_php5.php +++ b/cake/libs/overloadable_php5.php @@ -6,7 +6,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -14,7 +14,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/libs/router.php b/cake/libs/router.php index c7f94bcd5..77c9ea4b8 100644 --- a/cake/libs/router.php +++ b/cake/libs/router.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/libs/sanitize.php b/cake/libs/sanitize.php index 430d8a483..45c666729 100644 --- a/cake/libs/sanitize.php +++ b/cake/libs/sanitize.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/libs/security.php b/cake/libs/security.php index 80b006d07..4b7a10350 100644 --- a/cake/libs/security.php +++ b/cake/libs/security.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/libs/session.php b/cake/libs/session.php index d1c76f6c3..7d251cb9b 100644 --- a/cake/libs/session.php +++ b/cake/libs/session.php @@ -11,7 +11,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -19,7 +19,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/libs/set.php b/cake/libs/set.php index c224653a8..eaa867700 100644 --- a/cake/libs/set.php +++ b/cake/libs/set.php @@ -6,7 +6,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -14,7 +14,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/libs/socket.php b/cake/libs/socket.php index 53469ee81..80864e4c6 100644 --- a/cake/libs/socket.php +++ b/cake/libs/socket.php @@ -6,7 +6,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -14,7 +14,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/libs/string.php b/cake/libs/string.php index eae2d24ac..d65134dd2 100644 --- a/cake/libs/string.php +++ b/cake/libs/string.php @@ -7,7 +7,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -15,7 +15,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/libs/validation.php b/cake/libs/validation.php index 4c7944fcb..13f1e2c8a 100644 --- a/cake/libs/validation.php +++ b/cake/libs/validation.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs @@ -219,7 +219,6 @@ class Validation extends Object { if (is_array($check)) { $_this->_extract($check); } - $_this->check = str_replace(array('-', ' '), '', $_this->check); if (strlen($_this->check) < 13) { @@ -231,20 +230,19 @@ class Validation extends Object { return $_this->_luhn(); } } - - $cards = array('all' => array('amex' => '/^3[4|7]\\d{13}$/', - 'bankcard' => '/^56(10\\d\\d|022[1-5])\\d{10}$/', - 'diners' => '/^(?:3(0[0-5]|[68]\\d)\\d{11})|(?:5[1-5]\\d{14})$/', - 'disc' => '/^(?:6011|650\\d)\\d{12}$/', - 'electron' => '/^(?:417500|4917\\d{2}|4913\\d{2})\\d{10}$/', - 'enroute' => '/^2(?:014|149)\\d{11}$/', - 'jcb' => '/^(3\\d{4}|2100|1800)\\d{11}$/', - 'maestro' => '/^(?:5020|6\\d{3})\\d{12}$/', - 'mc' => '/^5[1-5]\\d{14}$/', - 'solo' => '/^(6334[5-9][0-9]|6767[0-9]{2})\\d{10}(\\d{2,3})?$/', - 'switch' => '/^(?:49(03(0[2-9]|3[5-9])|11(0[1-2]|7[4-9]|8[1-2])|36[0-9]{2})\\d{10}(\\d{2,3})?)|(?:564182\\d{10}(\\d{2,3})?)|(6(3(33[0-4][0-9])|759[0-9]{2})\\d{10}(\\d{2,3})?)$/', - 'visa' => '/^4\\d{12}(\\d{3})?$/', - 'voyager' => '/^8699[0-9]{11}$/'), + $cards = array('all' => array('amex' => '/^3[4|7]\\d{13}$/', + 'bankcard' => '/^56(10\\d\\d|022[1-5])\\d{10}$/', + 'diners' => '/^(?:3(0[0-5]|[68]\\d)\\d{11})|(?:5[1-5]\\d{14})$/', + 'disc' => '/^(?:6011|650\\d)\\d{12}$/', + 'electron' => '/^(?:417500|4917\\d{2}|4913\\d{2})\\d{10}$/', + 'enroute' => '/^2(?:014|149)\\d{11}$/', + 'jcb' => '/^(3\\d{4}|2100|1800)\\d{11}$/', + 'maestro' => '/^(?:5020|6\\d{3})\\d{12}$/', + 'mc' => '/^5[1-5]\\d{14}$/', + 'solo' => '/^(6334[5-9][0-9]|6767[0-9]{2})\\d{10}(\\d{2,3})?$/', + 'switch' => '/^(?:49(03(0[2-9]|3[5-9])|11(0[1-2]|7[4-9]|8[1-2])|36[0-9]{2})\\d{10}(\\d{2,3})?)|(?:564182\\d{10}(\\d{2,3})?)|(6(3(33[0-4][0-9])|759[0-9]{2})\\d{10}(\\d{2,3})?)$/', + 'visa' => '/^4\\d{12}(\\d{3})?$/', + 'voyager' => '/^8699[0-9]{11}$/'), 'fast' => '/^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6011[0-9]{12}|3(?:0[0-5]|[68][0-9])[0-9]{11}|3[47][0-9]{13})$/'); if (is_array($_this->type)) { @@ -451,7 +449,7 @@ class Validation extends Object { * @return boolean Success * @access public */ - function email($check, $deep = false, $regex= null) { + function email($check, $deep = false, $regex = null) { $_this =& Validation::getInstance(); $_this->__reset(); $_this->check = $check; @@ -485,13 +483,35 @@ class Validation extends Object { * @param mixed $check Value to check * @param mixed $comparedTo Value to compare * @access public - * @todo Implement */ function equalTo($check, $comparedTo) { return ($check === $comparedTo); } /** - * Check that value is a file. + * Check that value has a valid file extenstion. + * + * @param mixed $check Value to check + * @param array $extensions file extenstions to allow + * @access public + */ + function extension($check, $extensions = array('gif', 'jpeg', 'png', 'jpg')) { + if (is_array($check)) { + foreach ($check as $value) { + if (Validation::extension($value, $extensions) === false) { + return false; + } + return true; + } + } + $extension = strtolower(array_pop(explode('.', $check))); + + if (in_array($extension, array_map('strtolower', $extensions))) { + return true; + } + return false; + } +/** + * Check that value is a file type. * * @param mixed $check Value to check * @access public @@ -574,28 +594,11 @@ class Validation extends Object { * @access public * @todo Implement */ - function multiple($check, $type, $regex= null) { + function multiple($check, $type, $regex = null) { //Validate a select object for a selected index past 0. //Validate a select against a list of restriced indexes. //Validate a multiple-select for the quantity selected. } -/** - * Validate that a number is in specified range. - * - * @param string $check Value to check - * @param integer $lower Lower limit - * @param integer $upper Upper limit - * @access public - * @todo Implement - */ - function number($check, $lower = null, $upper = null ) { - if (isset($lower) && isset($upper) && $lower > $upper) { - //error - } - if (is_float($check)) { - - } - } /** * Checks if a value is numeric. * @@ -643,7 +646,7 @@ class Validation extends Object { * @return boolean Success * @access public */ - function postal($check, $regex= null, $country = null) { + function postal($check, $regex = null, $country = null) { $_this =& Validation::getInstance(); if (is_array($check)) { $_this->_extract($check); @@ -672,6 +675,32 @@ class Validation extends Object { } return $_this->_check(); } +/** + * Validate that a number is in specified range. + * if $lower and $upper are not set, will return true if + * $check is a legal finite on this platform + * + * @param string $check Value to check + * @param integer $lower Lower limit + * @param integer $upper Upper limit + * @access public + */ + function range($check, $lower = null, $upper = null ) { + if (!is_numeric($check)) { + return false; + } + if (isset($lower) && isset($upper)) { + if ($lower > $upper) { + return false; + } + if ($check > $lower && $check < $upper) { + return true; + } + } elseif (is_finite($check)) { + return true; + } + return false; + } /** * Checks that a value is a valid Social Security Number. * diff --git a/cake/libs/view/elements/dump.ctp b/cake/libs/view/elements/dump.ctp index 1d5d26570..5d05465ad 100644 --- a/cake/libs/view/elements/dump.ctp +++ b/cake/libs/view/elements/dump.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.elements diff --git a/cake/libs/view/elements/email/html/default.ctp b/cake/libs/view/elements/email/html/default.ctp index 4bf8f4286..30ca306d4 100644 --- a/cake/libs/view/elements/email/html/default.ctp +++ b/cake/libs/view/elements/email/html/default.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.elements.email.html diff --git a/cake/libs/view/elements/email/text/default.ctp b/cake/libs/view/elements/email/text/default.ctp index ab9a1ffec..e6a5b84cd 100644 --- a/cake/libs/view/elements/email/text/default.ctp +++ b/cake/libs/view/elements/email/text/default.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.elements.email.text diff --git a/cake/libs/view/errors/error404.ctp b/cake/libs/view/errors/error404.ctp index 0a646d060..8e375b306 100644 --- a/cake/libs/view/errors/error404.ctp +++ b/cake/libs/view/errors/error404.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.errors diff --git a/cake/libs/view/errors/missing_action.ctp b/cake/libs/view/errors/missing_action.ctp index c32de8938..b8c11fd6e 100644 --- a/cake/libs/view/errors/missing_action.ctp +++ b/cake/libs/view/errors/missing_action.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.errors diff --git a/cake/libs/view/errors/missing_component_class.ctp b/cake/libs/view/errors/missing_component_class.ctp index ac151d797..d46e78af1 100644 --- a/cake/libs/view/errors/missing_component_class.ctp +++ b/cake/libs/view/errors/missing_component_class.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.errors diff --git a/cake/libs/view/errors/missing_component_file.ctp b/cake/libs/view/errors/missing_component_file.ctp index 7a0256e08..f3cbfe6c5 100644 --- a/cake/libs/view/errors/missing_component_file.ctp +++ b/cake/libs/view/errors/missing_component_file.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.errors diff --git a/cake/libs/view/errors/missing_connection.ctp b/cake/libs/view/errors/missing_connection.ctp index b4409f1ed..8fcc95060 100644 --- a/cake/libs/view/errors/missing_connection.ctp +++ b/cake/libs/view/errors/missing_connection.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.errors diff --git a/cake/libs/view/errors/missing_controller.ctp b/cake/libs/view/errors/missing_controller.ctp index 4b03b87fd..1df580aee 100644 --- a/cake/libs/view/errors/missing_controller.ctp +++ b/cake/libs/view/errors/missing_controller.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.errors diff --git a/cake/libs/view/errors/missing_helper_class.ctp b/cake/libs/view/errors/missing_helper_class.ctp index c6f7ca34b..a1c0d3067 100644 --- a/cake/libs/view/errors/missing_helper_class.ctp +++ b/cake/libs/view/errors/missing_helper_class.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.errors diff --git a/cake/libs/view/errors/missing_helper_file.ctp b/cake/libs/view/errors/missing_helper_file.ctp index d8d7a798b..fe57ecce1 100644 --- a/cake/libs/view/errors/missing_helper_file.ctp +++ b/cake/libs/view/errors/missing_helper_file.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.errors diff --git a/cake/libs/view/errors/missing_layout.ctp b/cake/libs/view/errors/missing_layout.ctp index 83208f499..7c69412ed 100644 --- a/cake/libs/view/errors/missing_layout.ctp +++ b/cake/libs/view/errors/missing_layout.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.errors diff --git a/cake/libs/view/errors/missing_model.ctp b/cake/libs/view/errors/missing_model.ctp index 38c2fc8b4..a72957674 100644 --- a/cake/libs/view/errors/missing_model.ctp +++ b/cake/libs/view/errors/missing_model.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.errors diff --git a/cake/libs/view/errors/missing_scaffolddb.ctp b/cake/libs/view/errors/missing_scaffolddb.ctp index daea67652..88cd3ae6f 100644 --- a/cake/libs/view/errors/missing_scaffolddb.ctp +++ b/cake/libs/view/errors/missing_scaffolddb.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.errors diff --git a/cake/libs/view/errors/missing_table.ctp b/cake/libs/view/errors/missing_table.ctp index ff00d84f5..2da94bf70 100644 --- a/cake/libs/view/errors/missing_table.ctp +++ b/cake/libs/view/errors/missing_table.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.errors diff --git a/cake/libs/view/errors/missing_view.ctp b/cake/libs/view/errors/missing_view.ctp index 772240001..3a9372dc3 100644 --- a/cake/libs/view/errors/missing_view.ctp +++ b/cake/libs/view/errors/missing_view.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.errors diff --git a/cake/libs/view/errors/private_action.ctp b/cake/libs/view/errors/private_action.ctp index 57bfd0793..542651890 100644 --- a/cake/libs/view/errors/private_action.ctp +++ b/cake/libs/view/errors/private_action.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.errors diff --git a/cake/libs/view/errors/scaffold_error.ctp b/cake/libs/view/errors/scaffold_error.ctp index 6663a1b67..c0436ad73 100644 --- a/cake/libs/view/errors/scaffold_error.ctp +++ b/cake/libs/view/errors/scaffold_error.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.errors diff --git a/cake/libs/view/helper.php b/cake/libs/view/helper.php index 865ea0be8..c34d6d705 100644 --- a/cake/libs/view/helper.php +++ b/cake/libs/view/helper.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view diff --git a/cake/libs/view/helpers/ajax.php b/cake/libs/view/helpers/ajax.php index 26d537010..5706c6469 100644 --- a/cake/libs/view/helpers/ajax.php +++ b/cake/libs/view/helpers/ajax.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.helpers diff --git a/cake/libs/view/helpers/app_helper.php b/cake/libs/view/helpers/app_helper.php index ced8aef96..f429ab6e5 100644 --- a/cake/libs/view/helpers/app_helper.php +++ b/cake/libs/view/helpers/app_helper.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake diff --git a/cake/libs/view/helpers/cache.php b/cake/libs/view/helpers/cache.php index 7d81e7fe2..ab08b5fdb 100644 --- a/cake/libs/view/helpers/cache.php +++ b/cake/libs/view/helpers/cache.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.helpers diff --git a/cake/libs/view/helpers/form.php b/cake/libs/view/helpers/form.php index a2e2258bd..1e369a5e2 100644 --- a/cake/libs/view/helpers/form.php +++ b/cake/libs/view/helpers/form.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.helpers diff --git a/cake/libs/view/helpers/html.php b/cake/libs/view/helpers/html.php index b06194905..80bbe5ea4 100644 --- a/cake/libs/view/helpers/html.php +++ b/cake/libs/view/helpers/html.php @@ -6,7 +6,7 @@ * Simplifies the construction of HTML elements. * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -14,7 +14,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.helpers diff --git a/cake/libs/view/helpers/javascript.php b/cake/libs/view/helpers/javascript.php index a2cfa2698..39f4287d7 100644 --- a/cake/libs/view/helpers/javascript.php +++ b/cake/libs/view/helpers/javascript.php @@ -7,7 +7,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -15,7 +15,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.helpers diff --git a/cake/libs/view/helpers/js.php b/cake/libs/view/helpers/js.php index 6b5c9aa02..e695eeab1 100644 --- a/cake/libs/view/helpers/js.php +++ b/cake/libs/view/helpers/js.php @@ -7,7 +7,7 @@ * PHP versions 4 and 5 * * CakePHP : Rapid Development Framework - * Copyright (c) 2006, Cake Software Foundation, Inc. + * Copyright 2006-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -15,7 +15,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright (c) 2006, Cake Software Foundation, Inc. + * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project * @package cake * @subpackage cake.cake.libs.view.helpers diff --git a/cake/libs/view/helpers/number.php b/cake/libs/view/helpers/number.php index 6241f5dbf..937b7fdcb 100644 --- a/cake/libs/view/helpers/number.php +++ b/cake/libs/view/helpers/number.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.helpers diff --git a/cake/libs/view/helpers/paginator.php b/cake/libs/view/helpers/paginator.php index 9c4c936df..751317ef5 100644 --- a/cake/libs/view/helpers/paginator.php +++ b/cake/libs/view/helpers/paginator.php @@ -6,7 +6,7 @@ * Generates pagination links * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -14,7 +14,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.helpers diff --git a/cake/libs/view/helpers/rss.php b/cake/libs/view/helpers/rss.php index 7d61dd977..4cfe27477 100644 --- a/cake/libs/view/helpers/rss.php +++ b/cake/libs/view/helpers/rss.php @@ -6,7 +6,7 @@ * Simplifies the output of RSS feeds. * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -14,7 +14,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.helpers diff --git a/cake/libs/view/helpers/session.php b/cake/libs/view/helpers/session.php index 09a0f0bf5..f4c3293c4 100644 --- a/cake/libs/view/helpers/session.php +++ b/cake/libs/view/helpers/session.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.helpers diff --git a/cake/libs/view/helpers/text.php b/cake/libs/view/helpers/text.php index 6191c64e2..1182197ce 100644 --- a/cake/libs/view/helpers/text.php +++ b/cake/libs/view/helpers/text.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.helpers diff --git a/cake/libs/view/helpers/time.php b/cake/libs/view/helpers/time.php index 7f2f7518d..6dc1bea21 100644 --- a/cake/libs/view/helpers/time.php +++ b/cake/libs/view/helpers/time.php @@ -7,7 +7,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -15,7 +15,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.helpers diff --git a/cake/libs/view/helpers/xml.php b/cake/libs/view/helpers/xml.php index 0afafe824..fa6b32e34 100644 --- a/cake/libs/view/helpers/xml.php +++ b/cake/libs/view/helpers/xml.php @@ -6,7 +6,7 @@ * Simplifies the output of XML documents. * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -14,7 +14,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.helpers diff --git a/cake/libs/view/layouts/ajax.ctp b/cake/libs/view/layouts/ajax.ctp index b69838d65..22be0d248 100644 --- a/cake/libs/view/layouts/ajax.ctp +++ b/cake/libs/view/layouts/ajax.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.layouts diff --git a/cake/libs/view/layouts/default.ctp b/cake/libs/view/layouts/default.ctp index d784e6493..9dd72289b 100644 --- a/cake/libs/view/layouts/default.ctp +++ b/cake/libs/view/layouts/default.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.layouts diff --git a/cake/libs/view/layouts/email/html/default.ctp b/cake/libs/view/layouts/email/html/default.ctp index aaee9eca4..de733922c 100644 --- a/cake/libs/view/layouts/email/html/default.ctp +++ b/cake/libs/view/layouts/email/html/default.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.layouts.email.html diff --git a/cake/libs/view/layouts/email/text/default.ctp b/cake/libs/view/layouts/email/text/default.ctp index fc8f68222..02dea2fc8 100644 --- a/cake/libs/view/layouts/email/text/default.ctp +++ b/cake/libs/view/layouts/email/text/default.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.layouts.email.text diff --git a/cake/libs/view/layouts/flash.ctp b/cake/libs/view/layouts/flash.ctp index e34ee46bf..3fe525bce 100644 --- a/cake/libs/view/layouts/flash.ctp +++ b/cake/libs/view/layouts/flash.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.layouts diff --git a/cake/libs/view/media.php b/cake/libs/view/media.php index c2c528f36..19da0f100 100644 --- a/cake/libs/view/media.php +++ b/cake/libs/view/media.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view diff --git a/cake/libs/view/pages/home.ctp b/cake/libs/view/pages/home.ctp index 47ac20944..d929fe15b 100644 --- a/cake/libs/view/pages/home.ctp +++ b/cake/libs/view/pages/home.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.pages diff --git a/cake/libs/view/scaffolds/edit.ctp b/cake/libs/view/scaffolds/edit.ctp index acc5caa59..d1d1c7aec 100644 --- a/cake/libs/view/scaffolds/edit.ctp +++ b/cake/libs/view/scaffolds/edit.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.scaffolds diff --git a/cake/libs/view/scaffolds/index.ctp b/cake/libs/view/scaffolds/index.ctp index 5bce40ee0..a02421821 100644 --- a/cake/libs/view/scaffolds/index.ctp +++ b/cake/libs/view/scaffolds/index.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.console.libs.templates.views diff --git a/cake/libs/view/scaffolds/view.ctp b/cake/libs/view/scaffolds/view.ctp index ccacc288f..c10e45336 100644 --- a/cake/libs/view/scaffolds/view.ctp +++ b/cake/libs/view/scaffolds/view.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.scaffolds diff --git a/cake/libs/view/theme.php b/cake/libs/view/theme.php index bd137d2ff..45680f2d4 100644 --- a/cake/libs/view/theme.php +++ b/cake/libs/view/theme.php @@ -6,7 +6,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -14,7 +14,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view diff --git a/cake/libs/view/view.php b/cake/libs/view/view.php index e46f77df7..d661eaacd 100644 --- a/cake/libs/view/view.php +++ b/cake/libs/view/view.php @@ -7,7 +7,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -15,7 +15,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view diff --git a/cake/libs/xml.php b/cake/libs/xml.php index 986df8668..812c66f91 100644 --- a/cake/libs/xml.php +++ b/cake/libs/xml.php @@ -9,7 +9,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -17,7 +17,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/tests/cases/dispatcher.test.php b/cake/tests/cases/dispatcher.test.php index 12d498f68..07c7df1b7 100644 --- a/cake/tests/cases/dispatcher.test.php +++ b/cake/tests/cases/dispatcher.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases diff --git a/cake/tests/cases/libs/cache.test.php b/cake/tests/cases/libs/cache.test.php index 12fffe6fd..572814ed5 100644 --- a/cake/tests/cases/libs/cache.test.php +++ b/cake/tests/cases/libs/cache.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs diff --git a/cake/tests/cases/libs/cache/apc.test.php b/cake/tests/cases/libs/cache/apc.test.php index dbb50b583..78ddbdb1c 100644 --- a/cake/tests/cases/libs/cache/apc.test.php +++ b/cake/tests/cases/libs/cache/apc.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.cache @@ -42,7 +42,7 @@ class APCEngineTest extends UnitTestCase { } $this->skipif ($skip, 'APCEngineTest not implemented'); } - + function setUp() { Cache::config('apc', array('engine'=>'Apc')); } @@ -91,7 +91,7 @@ class APCEngineTest extends UnitTestCase { $result = Cache::delete('delete_test'); $this->assertTrue($result); } - + function tearDown() { Cache::config('default'); } diff --git a/cake/tests/cases/libs/cache/file.test.php b/cake/tests/cases/libs/cache/file.test.php index ff72d9b1f..65abbd42a 100644 --- a/cake/tests/cases/libs/cache/file.test.php +++ b/cake/tests/cases/libs/cache/file.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.cache diff --git a/cake/tests/cases/libs/cache/memcache.test.php b/cake/tests/cases/libs/cache/memcache.test.php index 511e3acd1..6e09269d5 100644 --- a/cake/tests/cases/libs/cache/memcache.test.php +++ b/cake/tests/cases/libs/cache/memcache.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.cache @@ -109,7 +109,7 @@ class MemcacheEngineTest extends UnitTestCase { $result = Cache::delete('delete_test'); $this->assertTrue($result); } - + function tearDown() { Cache::config('default'); } diff --git a/cake/tests/cases/libs/cache/model.test.php b/cake/tests/cases/libs/cache/model.test.php index 1d6b4daf0..d942adf6c 100644 --- a/cake/tests/cases/libs/cache/model.test.php +++ b/cake/tests/cases/libs/cache/model.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.cache diff --git a/cake/tests/cases/libs/cache/xcache.test.php b/cake/tests/cases/libs/cache/xcache.test.php index 80e929b66..618e096ab 100644 --- a/cake/tests/cases/libs/cache/xcache.test.php +++ b/cake/tests/cases/libs/cache/xcache.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.cache @@ -102,7 +102,7 @@ class XcacheEngineTest extends UnitTestCase { $result = Cache::delete('delete_test'); $this->assertTrue($result); } - + function tearDown() { Cache::config('default'); } diff --git a/cake/tests/cases/libs/cake_log.test.php b/cake/tests/cases/libs/cake_log.test.php index 4913dbda2..80bf80956 100644 --- a/cake/tests/cases/libs/cake_log.test.php +++ b/cake/tests/cases/libs/cake_log.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs diff --git a/cake/tests/cases/libs/class_registry.test.php b/cake/tests/cases/libs/class_registry.test.php index a449e725f..48c512cc8 100644 --- a/cake/tests/cases/libs/class_registry.test.php +++ b/cake/tests/cases/libs/class_registry.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs diff --git a/cake/tests/cases/libs/configure.test.php b/cake/tests/cases/libs/configure.test.php index 6a94bd91f..2e8b82259 100644 --- a/cake/tests/cases/libs/configure.test.php +++ b/cake/tests/cases/libs/configure.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs diff --git a/cake/tests/cases/libs/controller/component.test.php b/cake/tests/cases/libs/controller/component.test.php index 123498321..cf90df900 100644 --- a/cake/tests/cases/libs/controller/component.test.php +++ b/cake/tests/cases/libs/controller/component.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.controller diff --git a/cake/tests/cases/libs/controller/components/acl.test.php b/cake/tests/cases/libs/controller/components/acl.test.php index 0cc2083a6..17eda6aa7 100644 --- a/cake/tests/cases/libs/controller/components/acl.test.php +++ b/cake/tests/cases/libs/controller/components/acl.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.controller.components diff --git a/cake/tests/cases/libs/controller/components/auth.test.php b/cake/tests/cases/libs/controller/components/auth.test.php index 6261c99cf..5fbe6d831 100644 --- a/cake/tests/cases/libs/controller/components/auth.test.php +++ b/cake/tests/cases/libs/controller/components/auth.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake * @subpackage cake.cake.tests.cases.libs.controller.components diff --git a/cake/tests/cases/libs/controller/components/cookie.test.php b/cake/tests/cases/libs/controller/components/cookie.test.php index 422ee3181..bead8cc7d 100644 --- a/cake/tests/cases/libs/controller/components/cookie.test.php +++ b/cake/tests/cases/libs/controller/components/cookie.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.controller.components diff --git a/cake/tests/cases/libs/controller/components/email.test.php b/cake/tests/cases/libs/controller/components/email.test.php index dceab00c3..426ab20e3 100644 --- a/cake/tests/cases/libs/controller/components/email.test.php +++ b/cake/tests/cases/libs/controller/components/email.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake * @subpackage cake.cake.tests.cases.libs.controller.components diff --git a/cake/tests/cases/libs/controller/components/request_handler.test.php b/cake/tests/cases/libs/controller/components/request_handler.test.php index e383ce802..b00481a7c 100644 --- a/cake/tests/cases/libs/controller/components/request_handler.test.php +++ b/cake/tests/cases/libs/controller/components/request_handler.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.controller.components diff --git a/cake/tests/cases/libs/controller/components/security.test.php b/cake/tests/cases/libs/controller/components/security.test.php index 5d4f54c86..c15b881f6 100644 --- a/cake/tests/cases/libs/controller/components/security.test.php +++ b/cake/tests/cases/libs/controller/components/security.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.controller.components diff --git a/cake/tests/cases/libs/controller/components/session.test.php b/cake/tests/cases/libs/controller/components/session.test.php index 4435bf1e7..c8cd6a08d 100644 --- a/cake/tests/cases/libs/controller/components/session.test.php +++ b/cake/tests/cases/libs/controller/components/session.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.controller.components diff --git a/cake/tests/cases/libs/controller/controller.test.php b/cake/tests/cases/libs/controller/controller.test.php index 5a3c2363c..5d7685de5 100644 --- a/cake/tests/cases/libs/controller/controller.test.php +++ b/cake/tests/cases/libs/controller/controller.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.controller diff --git a/cake/tests/cases/libs/controller/pages_controller.php b/cake/tests/cases/libs/controller/pages_controller.php index 2a1b4f976..3433af8b3 100644 --- a/cake/tests/cases/libs/controller/pages_controller.php +++ b/cake/tests/cases/libs/controller/pages_controller.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.controller diff --git a/cake/tests/cases/libs/controller/scaffold.test.php b/cake/tests/cases/libs/controller/scaffold.test.php index f595025e6..99497d238 100644 --- a/cake/tests/cases/libs/controller/scaffold.test.php +++ b/cake/tests/cases/libs/controller/scaffold.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.controller diff --git a/cake/tests/cases/libs/debugger.test.php b/cake/tests/cases/libs/debugger.test.php index 2a41cc4d1..f5170090d 100644 --- a/cake/tests/cases/libs/debugger.test.php +++ b/cake/tests/cases/libs/debugger.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs diff --git a/cake/tests/cases/libs/error.test.php b/cake/tests/cases/libs/error.test.php index 75e352fc8..a7f2f2048 100644 --- a/cake/tests/cases/libs/error.test.php +++ b/cake/tests/cases/libs/error.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs @@ -34,69 +34,69 @@ uses('error'); * @subpackage cake.tests.cases.libs */ class ErrorHandlerTest extends UnitTestCase { - + function skip() { $this->skipif (true, 'ErrorHandlerTest not implemented'); } - + function testError() { - + } - + function testError404() { - + } - + function testMissingController() { - + } - + function testMissingAction() { - + } - + function testPrivateAction() { - + } - + function testMissingTable() { - + } - + function testMissingDatabase() { - + } - + function testMissingView() { - + } - + function testMissingLayout() { - + } - + function testMissingConnection() { - + } - + function testMissingHelperFile() { - + } - + function testMissingHelperClass() { - + } - + function testMissingComponentFile() { - + } - + function testMissingComponentClass() { - + } - + function testMissingModel() { - + } } ?> \ No newline at end of file diff --git a/cake/tests/cases/libs/file.test.php b/cake/tests/cases/libs/file.test.php index dfa46a0ec..35b71cabb 100644 --- a/cake/tests/cases/libs/file.test.php +++ b/cake/tests/cases/libs/file.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs diff --git a/cake/tests/cases/libs/flay.test.php b/cake/tests/cases/libs/flay.test.php index 1bd7f04ac..5c86ae730 100644 --- a/cake/tests/cases/libs/flay.test.php +++ b/cake/tests/cases/libs/flay.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs diff --git a/cake/tests/cases/libs/folder.test.php b/cake/tests/cases/libs/folder.test.php index 3fee3fff0..a538cd489 100644 --- a/cake/tests/cases/libs/folder.test.php +++ b/cake/tests/cases/libs/folder.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs diff --git a/cake/tests/cases/libs/http_socket.test.php b/cake/tests/cases/libs/http_socket.test.php index faacb1338..9dba486c3 100755 --- a/cake/tests/cases/libs/http_socket.test.php +++ b/cake/tests/cases/libs/http_socket.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs @@ -153,11 +153,11 @@ class HttpSocketTest extends UnitTestCase { */ function testRequest() { $this->Socket->reset(); - + $this->Socket->reset(); $response = $this->Socket->request(true); $this->assertFalse($response); - + $tests = array( 0 => array( 'request' => 'http://www.cakephp.org/?foo=bar' @@ -333,7 +333,7 @@ class HttpSocketTest extends UnitTestCase { ) ) ); - + $expectation = array(); foreach ($tests as $i => $test) { if (strpos($i, 'reset') === 0) { @@ -342,15 +342,15 @@ class HttpSocketTest extends UnitTestCase { } continue; } - + if (isset($test['expectation'])) { $expectation = Set::merge($expectation, $test['expectation']); } $this->Socket->request($test['request']); - + $raw = $expectation['request']['raw']; $expectation['request']['raw'] = $expectation['request']['line'].$expectation['request']['header']."\r\n".$raw; - + $r = array('config' => $this->Socket->config, 'request' => $this->Socket->request); $v = $this->assertIdentical($r, $expectation, '%s in test #'.$i.' '); if (!$v) { @@ -406,9 +406,9 @@ class HttpSocketTest extends UnitTestCase { function testUrl() { $this->Socket->reset(true); - + $this->assertIdentical($this->Socket->url(true), false); - + $url = $this->Socket->url('www.cakephp.org'); $this->assertIdentical($url, 'http://www.cakephp.org/'); @@ -416,7 +416,7 @@ class HttpSocketTest extends UnitTestCase { $this->assertIdentical($url, 'https://www.cakephp.org/posts/add'); $url = $this->Socket->url('http://www.cakephp/search?q=socket', '/%path?%query'); $this->assertIdentical($url, '/search?q=socket'); - + $this->Socket->config['request']['uri']['host'] = 'bakery.cakephp.org'; $url = $this->Socket->url(); $this->assertIdentical($url, 'http://bakery.cakephp.org/'); @@ -424,24 +424,24 @@ class HttpSocketTest extends UnitTestCase { $this->Socket->configUri('http://www.cakephp.org'); $url = $this->Socket->url('/search?q=bar'); $this->assertIdentical($url, 'http://www.cakephp.org/search?q=bar'); - + $url = $this->Socket->url(array('host' => 'www.foobar.org', 'query' => array('q' => 'bar'))); $this->assertIdentical($url, 'http://www.foobar.org/?q=bar'); - + $url = $this->Socket->url(array('path' => '/supersearch', 'query' => array('q' => 'bar'))); $this->assertIdentical($url, 'http://www.cakephp.org/supersearch?q=bar'); - + $this->Socket->configUri('http://www.google.com'); $url = $this->Socket->url('/search?q=socket'); $this->assertIdentical($url, 'http://www.google.com/search?q=socket'); - + $url = $this->Socket->url(); $this->assertIdentical($url, 'http://www.google.com/'); $this->Socket->configUri('https://www.google.com'); $url = $this->Socket->url('/search?q=socket'); $this->assertIdentical($url, 'https://www.google.com/search?q=socket'); - + $this->Socket->reset(); $this->Socket->configUri('www.google.com:443'); $url = $this->Socket->url('/search?q=socket'); @@ -452,7 +452,7 @@ class HttpSocketTest extends UnitTestCase { $url = $this->Socket->url('/search?q=socket'); $this->assertIdentical($url, 'http://www.google.com:8080/search?q=socket'); } - + function testGet() { $this->RequestSocket->reset(); @@ -821,7 +821,7 @@ class HttpSocketTest extends UnitTestCase { 'port' => 59, 'host' => 'www.cakephp.org' )); - + $uri = $this->Socket->parseUri(array('scheme' => 'http', 'host' => 'www.google.com', 'port' => 8080), array('scheme' => array('http', 'https'), 'host' => 'www.google.com', 'port' => array(80, 443))); $this->assertIdentical($uri, array( 'scheme' => 'http', @@ -1118,12 +1118,12 @@ class HttpSocketTest extends UnitTestCase { ) ); $this->assertEqual($cookies, $expected); - + $header['Set-Cookie'][] = 'cakephp=great; Secure'; $expected['cakephp'] = array('value' => 'great', 'secure' => true); $cookies = $this->Socket->parseCookies($header); $this->assertEqual($cookies, $expected); - + $header['Set-Cookie'] = 'foo=bar'; unset($expected['people'], $expected['cakephp']); $cookies = $this->Socket->parseCookies($header); diff --git a/cake/tests/cases/libs/i18n.test.php b/cake/tests/cases/libs/i18n.test.php index 6432ed07f..e130516e4 100644 --- a/cake/tests/cases/libs/i18n.test.php +++ b/cake/tests/cases/libs/i18n.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs diff --git a/cake/tests/cases/libs/inflector.test.php b/cake/tests/cases/libs/inflector.test.php index 2664c31e2..17cf8b4ba 100644 --- a/cake/tests/cases/libs/inflector.test.php +++ b/cake/tests/cases/libs/inflector.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs @@ -281,7 +281,7 @@ class InflectorTest extends UnitTestCase { $result = $this->Inflector->slug('Foo Bar: Not just for breakfast any-more'); $expected = 'Foo_Bar_Not_just_for_breakfast_any_more'; $this->assertEqual($result, $expected); - + $result = $this->Inflector->slug('this/is/a/path'); $expected = 'this_is_a_path'; $this->assertEqual($result, $expected); diff --git a/cake/tests/cases/libs/l10n.test.php b/cake/tests/cases/libs/l10n.test.php index 7bcf1241a..ea25c262f 100644 --- a/cake/tests/cases/libs/l10n.test.php +++ b/cake/tests/cases/libs/l10n.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs diff --git a/cake/tests/cases/libs/loader.test.php b/cake/tests/cases/libs/loader.test.php index 21b488343..0cb23c79c 100644 --- a/cake/tests/cases/libs/loader.test.php +++ b/cake/tests/cases/libs/loader.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs diff --git a/cake/tests/cases/libs/magic_db.test.php b/cake/tests/cases/libs/magic_db.test.php index 231b99a89..626552136 100644 --- a/cake/tests/cases/libs/magic_db.test.php +++ b/cake/tests/cases/libs/magic_db.test.php @@ -6,7 +6,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -14,7 +14,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs @@ -58,10 +58,10 @@ class MagicDbTest extends UnitTestCase { function testAnalyze() { $r = $this->Db->read(MagicDbTestData::get('magic.db')); $this->assertTrue($r === true); - + $r = $this->Db->analyze(array()); $this->assertTrue($r === false); - + $r = $this->Db->analyze(WWW_ROOT.'img'.DS.'cake.icon.gif'); // TODO: Check several serialized file samples for accurate detection } @@ -125,7 +125,7 @@ class MagicDbTest extends UnitTestCase { $r = $this->Db->toArray('foo'); $this->assertTrue($r === array()); - + $r = $this->Db->toArray(MagicDbTestData::get('magic.snippet.db')); $this->assertTrue($r === MagicDbTestData::get('magic.snippet.db.result')); } diff --git a/cake/tests/cases/libs/model/behaviors/translate.test.php b/cake/tests/cases/libs/model/behaviors/translate.test.php index 888b9ea28..7e5ec706e 100644 --- a/cake/tests/cases/libs/model/behaviors/translate.test.php +++ b/cake/tests/cases/libs/model/behaviors/translate.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.model.behaviors diff --git a/cake/tests/cases/libs/model/behaviors/tree.test.php b/cake/tests/cases/libs/model/behaviors/tree.test.php index 30426ffa4..9a2579704 100644 --- a/cake/tests/cases/libs/model/behaviors/tree.test.php +++ b/cake/tests/cases/libs/model/behaviors/tree.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.model.behaviors diff --git a/cake/tests/cases/libs/model/datasources/dbo/dbo_mssql.test.php b/cake/tests/cases/libs/model/datasources/dbo/dbo_mssql.test.php index a11fe4786..cb7062336 100644 --- a/cake/tests/cases/libs/model/datasources/dbo/dbo_mssql.test.php +++ b/cake/tests/cases/libs/model/datasources/dbo/dbo_mssql.test.php @@ -6,7 +6,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -14,7 +14,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/tests/cases/libs/model/datasources/dbo/dbo_mysql.test.php b/cake/tests/cases/libs/model/datasources/dbo/dbo_mysql.test.php index 35bcb65b1..8c61ddf12 100644 --- a/cake/tests/cases/libs/model/datasources/dbo/dbo_mysql.test.php +++ b/cake/tests/cases/libs/model/datasources/dbo/dbo_mysql.test.php @@ -6,7 +6,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -14,7 +14,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/tests/cases/libs/model/datasources/dbo/dbo_postgres.test.php b/cake/tests/cases/libs/model/datasources/dbo/dbo_postgres.test.php index d3082a806..aed87c038 100644 --- a/cake/tests/cases/libs/model/datasources/dbo/dbo_postgres.test.php +++ b/cake/tests/cases/libs/model/datasources/dbo/dbo_postgres.test.php @@ -6,7 +6,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -14,7 +14,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs diff --git a/cake/tests/cases/libs/model/datasources/dbo_source.test.php b/cake/tests/cases/libs/model/datasources/dbo_source.test.php index 4455e2745..b2defa5e6 100644 --- a/cake/tests/cases/libs/model/datasources/dbo_source.test.php +++ b/cake/tests/cases/libs/model/datasources/dbo_source.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.model.datasources diff --git a/cake/tests/cases/libs/model/db_acl.test.php b/cake/tests/cases/libs/model/db_acl.test.php index a557ed093..f06e85c5d 100644 --- a/cake/tests/cases/libs/model/db_acl.test.php +++ b/cake/tests/cases/libs/model/db_acl.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.controller.components.dbacl.models diff --git a/cake/tests/cases/libs/model/model.test.php b/cake/tests/cases/libs/model/model.test.php index c71fa5913..6d4f07027 100644 --- a/cake/tests/cases/libs/model/model.test.php +++ b/cake/tests/cases/libs/model/model.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.model diff --git a/cake/tests/cases/libs/model/schema.test.php b/cake/tests/cases/libs/model/schema.test.php index 07a144847..26ef5325e 100644 --- a/cake/tests/cases/libs/model/schema.test.php +++ b/cake/tests/cases/libs/model/schema.test.php @@ -7,7 +7,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -15,7 +15,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs diff --git a/cake/tests/cases/libs/object.test.php b/cake/tests/cases/libs/object.test.php index 6714a6ce4..fad405e89 100644 --- a/cake/tests/cases/libs/object.test.php +++ b/cake/tests/cases/libs/object.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs diff --git a/cake/tests/cases/libs/overloadable.test.php b/cake/tests/cases/libs/overloadable.test.php index d548a8378..517b3f03c 100644 --- a/cake/tests/cases/libs/overloadable.test.php +++ b/cake/tests/cases/libs/overloadable.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs diff --git a/cake/tests/cases/libs/router.test.php b/cake/tests/cases/libs/router.test.php index 1f8190ffe..4c1ad0115 100644 --- a/cake/tests/cases/libs/router.test.php +++ b/cake/tests/cases/libs/router.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs diff --git a/cake/tests/cases/libs/sanitize.test.php b/cake/tests/cases/libs/sanitize.test.php index 4508254b5..d757f3e56 100644 --- a/cake/tests/cases/libs/sanitize.test.php +++ b/cake/tests/cases/libs/sanitize.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs diff --git a/cake/tests/cases/libs/security.test.php b/cake/tests/cases/libs/security.test.php index a90146c13..3d8d3871d 100644 --- a/cake/tests/cases/libs/security.test.php +++ b/cake/tests/cases/libs/security.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs diff --git a/cake/tests/cases/libs/session.test.php b/cake/tests/cases/libs/session.test.php index b9006b84d..651f11f5d 100644 --- a/cake/tests/cases/libs/session.test.php +++ b/cake/tests/cases/libs/session.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs diff --git a/cake/tests/cases/libs/set.test.php b/cake/tests/cases/libs/set.test.php index b8e5b1578..2611a877a 100644 --- a/cake/tests/cases/libs/set.test.php +++ b/cake/tests/cases/libs/set.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs diff --git a/cake/tests/cases/libs/socket.test.php b/cake/tests/cases/libs/socket.test.php index e0f0c71c5..10aeeb722 100644 --- a/cake/tests/cases/libs/socket.test.php +++ b/cake/tests/cases/libs/socket.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs diff --git a/cake/tests/cases/libs/string.test.php b/cake/tests/cases/libs/string.test.php index 7905c504c..80c9fc716 100644 --- a/cake/tests/cases/libs/string.test.php +++ b/cake/tests/cases/libs/string.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs diff --git a/cake/tests/cases/libs/validation.test.php b/cake/tests/cases/libs/validation.test.php index 0f02bf791..23ebe9909 100644 --- a/cake/tests/cases/libs/validation.test.php +++ b/cake/tests/cases/libs/validation.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs @@ -1205,7 +1205,17 @@ class ValidationTestCase extends UnitTestCase { $this->assertTrue(Validation::url('http://cakephp.org')); $this->assertTrue(Validation::url('http://www.cakephp.org/somewhere#anchor')); $this->assertTrue(Validation::url('http://192.168.0.1')); + $this->assertTrue(Validation::url('https://www.cakephp.org')); + $this->assertTrue(Validation::url('https://cakephp.org')); + $this->assertTrue(Validation::url('https://www.cakephp.org/somewhere#anchor')); + $this->assertTrue(Validation::url('https://192.168.0.1')); + $this->assertTrue(Validation::url('ftps://www.cakephp.org/pub/cake')); + $this->assertTrue(Validation::url('ftps://cakephp.org/pub/cake')); $this->assertTrue(Validation::url('ftps://192.168.0.1/pub/cake')); + $this->assertTrue(Validation::url('ftp://www.cakephp.org/pub/cake')); + $this->assertTrue(Validation::url('ftp://cakephp.org/pub/cake')); + $this->assertTrue(Validation::url('ftp://192.168.0.1/pub/cake')); + $this->assertFalse(Validation::url('ftps://256.168.0.1/pub/cake')); $this->assertFalse(Validation::url('ftp://256.168.0.1/pub/cake')); $this->assertTrue(Validation::url('https://my.gizmoproject.com/gizmo/app?class=MySip;proc=start')); $this->assertTrue(Validation::url('www.domain.tld')); @@ -1237,5 +1247,39 @@ class ValidationTestCase extends UnitTestCase { $this->assertFalse(Validation::custom('.2345', VALID_NUMBER)); $this->assertFalse(Validation::custom('12345.', VALID_NUMBER)); } + + function testRange() { + $this->assertFalse(Validation::range(20, 100, 1)); + $this->assertTrue(Validation::range(20, 1, 100)); + $this->assertFalse(Validation::range(.5, 1, 100)); + $this->assertTrue(Validation::range(.5, 0, 100)); + $this->assertTrue(Validation::range(5)); + $this->assertTrue(Validation::range(-5, -10, 1)); + $this->assertFalse(Validation::range('word')); + } + + function testxtension() { + $this->assertTrue(Validation::extension('extension.jpeg')); + $this->assertTrue(Validation::extension('extension.JPEG')); + $this->assertTrue(Validation::extension('extension.gif')); + $this->assertTrue(Validation::extension('extension.GIF')); + $this->assertTrue(Validation::extension('extension.png')); + $this->assertTrue(Validation::extension('extension.jpg')); + $this->assertTrue(Validation::extension('extension.JPG')); + $this->assertFalse(Validation::file('noextension')); + $this->assertTrue(Validation::extension('extension.pdf', array('PDF'))); + $this->assertFalse(Validation::extension('extension.jpg', array('GIF'))); + $this->assertTrue(Validation::extension(array('extension.JPG', 'extension.gif', 'extension.png'))); + $this->assertTrue(Validation::extension(array('file' => array('name' => 'file.jpg')))); + $this->assertTrue(Validation::extension(array('file1' => array('name' => 'file.jpg'), + 'file2' => array('name' => 'file.jpg'), + 'file3' => array('name' => 'file.jpg')))); + $this->assertFalse(Validation::extension(array('file1' => array('name' => 'file.jpg'), + 'file2' => array('name' => 'file.jpg'), + 'file3' => array('name' => 'file.jpg')), array('gif'))); + + $this->assertFalse(Validation::extension(array('noextension', 'extension.JPG', 'extension.gif', 'extension.png'))); + $this->assertFalse(Validation::extension(array('extension.pdf', 'extension.JPG', 'extension.gif', 'extension.png'))); + } } ?> \ No newline at end of file diff --git a/cake/tests/cases/libs/view/helper.test.php b/cake/tests/cases/libs/view/helper.test.php index 8e468abed..87b9eb79a 100755 --- a/cake/tests/cases/libs/view/helper.test.php +++ b/cake/tests/cases/libs/view/helper.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs diff --git a/cake/tests/cases/libs/view/helpers/ajax.test.php b/cake/tests/cases/libs/view/helpers/ajax.test.php index 7c573f6d5..176b226a4 100644 --- a/cake/tests/cases/libs/view/helpers/ajax.test.php +++ b/cake/tests/cases/libs/view/helpers/ajax.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.view.helpers diff --git a/cake/tests/cases/libs/view/helpers/cache.test.php b/cake/tests/cases/libs/view/helpers/cache.test.php index 96675a502..996f1bd5b 100644 --- a/cake/tests/cases/libs/view/helpers/cache.test.php +++ b/cake/tests/cases/libs/view/helpers/cache.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.view.helpers diff --git a/cake/tests/cases/libs/view/helpers/form.test.php b/cake/tests/cases/libs/view/helpers/form.test.php index 5a7053ab4..941235d2d 100644 --- a/cake/tests/cases/libs/view/helpers/form.test.php +++ b/cake/tests/cases/libs/view/helpers/form.test.php @@ -7,24 +7,24 @@ * * PHP versions 4 and 5 * - * CakePHP Test Suite - * Copyright (c) 2006, Larry E. Masters Shorewood, IL. 60431 - * Author(s): Larry E. Masters aka PhpNut + * CakePHP(tm) Tests + * Copyright 2006-2008, Cake Software Foundation, Inc. + * 1785 E. Sahara Avenue, Suite 490-204 + * Las Vegas, Nevada 89104 * * Licensed under The Open Group Test Suite License * Redistributions of files must retain the above copyright notice. * * @filesource - * @author Larry E. Masters aka PhpNut - * @copyright Copyright (c) 2006, Larry E. Masters Shorewood, IL. 60431 - * @link http://www.phpnut.com/projects/ - * @package test_suite - * @subpackage test_suite.cases.app - * @since CakePHP Test Suite v 1.0.0.0 - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License + * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. + * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests + * @package cake.tests + * @subpackage cake.tests.cases.libs.view.helpers + * @since CakePHP(tm) v 1.2.0.4206 + * @version $Revision$ + * @modifiedby $LastChangedBy$ + * @lastmodified $Date$ + * @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License */ if (!defined('CAKEPHP_UNIT_TEST_EXECUTION')) { define('CAKEPHP_UNIT_TEST_EXECUTION', 1); diff --git a/cake/tests/cases/libs/view/helpers/html.test.php b/cake/tests/cases/libs/view/helpers/html.test.php index 76cd899dd..4174ffcab 100644 --- a/cake/tests/cases/libs/view/helpers/html.test.php +++ b/cake/tests/cases/libs/view/helpers/html.test.php @@ -7,24 +7,24 @@ * * PHP versions 4 and 5 * - * CakePHP Test Suite - * Copyright (c) 2006, Larry E. Masters Shorewood, IL. 60431 - * Author(s): Larry E. Masters aka PhpNut + * CakePHP(tm) Tests + * Copyright 2006-2008, Cake Software Foundation, Inc. + * 1785 E. Sahara Avenue, Suite 490-204 + * Las Vegas, Nevada 89104 * * Licensed under The Open Group Test Suite License * Redistributions of files must retain the above copyright notice. * * @filesource - * @author Larry E. Masters aka PhpNut - * @copyright Copyright (c) 2006, Larry E. Masters Shorewood, IL. 60431 - * @link http://www.phpnut.com/projects/ - * @package test_suite - * @subpackage test_suite.cases.app - * @since CakePHP Test Suite v 1.0.0.0 - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License + * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. + * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests + * @package cake.tests + * @subpackage cake.tests.cases.libs.view.helpers + * @since CakePHP(tm) v 1.2.0.4206 + * @version $Revision$ + * @modifiedby $LastChangedBy$ + * @lastmodified $Date$ + * @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License */ uses('view'.DS.'helpers'.DS.'app_helper', 'class_registry', 'controller'.DS.'controller', 'model'.DS.'model', 'view'.DS.'helper', 'view'.DS.'helpers'.DS.'html', 'view'.DS.'helpers'.DS.'form'); @@ -118,7 +118,7 @@ class HtmlHelperTest extends UnitTestCase { $this->assertPattern('/^]+type="text\/css"[^<>]+\/>$/', $result); $this->assertPattern('/^]+href="http:\/\/.*\/screen\.css\?1234"[^<>]+\/>$/', $result); $this->assertNoPattern('/^]+[^rel|type|href]=[^<>]*>/', $result); - + Configure::write('Asset.timestamp', true); $result = $this->Html->css('cake.generic'); $this->assertPattern('/^]+href=".*css\/cake\.generic\.css\?[0-9]+"[^<>]+\/>$/', $result); diff --git a/cake/tests/cases/libs/view/helpers/javascript.test.php b/cake/tests/cases/libs/view/helpers/javascript.test.php index c062a4bf8..e9afb55fc 100644 --- a/cake/tests/cases/libs/view/helpers/javascript.test.php +++ b/cake/tests/cases/libs/view/helpers/javascript.test.php @@ -7,24 +7,24 @@ * * PHP versions 4 and 5 * - * CakePHP Test Suite - * Copyright (c) 2006, Larry E. Masters Shorewood, IL. 60431 - * Author(s): Larry E. Masters aka PhpNut + * CakePHP(tm) Tests + * Copyright 2006-2008, Cake Software Foundation, Inc. + * 1785 E. Sahara Avenue, Suite 490-204 + * Las Vegas, Nevada 89104 * * Licensed under The Open Group Test Suite License * Redistributions of files must retain the above copyright notice. * * @filesource - * @author Larry E. Masters aka PhpNut - * @copyright Copyright (c) 2006, Larry E. Masters Shorewood, IL. 60431 - * @link http://www.phpnut.com/projects/ - * @package test_suite - * @subpackage test_suite.cases.app - * @since CakePHP Test Suite v 1.0.0.0 - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License + * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. + * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests + * @package cake.tests + * @subpackage cake.tests.cases.libs.view.helpers + * @since CakePHP(tm) v 1.2.0.4206 + * @version $Revision$ + * @modifiedby $LastChangedBy$ + * @lastmodified $Date$ + * @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License */ uses('view'.DS.'helpers'.DS.'app_helper', 'view'.DS.'helper', 'view'.DS.'helpers'.DS.'javascript','view'.DS.'view', 'view'.DS.'helpers'.DS.'html', 'view'.DS.'helpers'.DS.'form', 'class_registry', 'controller'.DS.'controller'); diff --git a/cake/tests/cases/libs/view/helpers/js.test.php b/cake/tests/cases/libs/view/helpers/js.test.php index 0132804c0..cbf3362e5 100644 --- a/cake/tests/cases/libs/view/helpers/js.test.php +++ b/cake/tests/cases/libs/view/helpers/js.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.view.helpers diff --git a/cake/tests/cases/libs/view/helpers/number.test.php b/cake/tests/cases/libs/view/helpers/number.test.php index 1c0fbb972..ff7dd8a20 100644 --- a/cake/tests/cases/libs/view/helpers/number.test.php +++ b/cake/tests/cases/libs/view/helpers/number.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.view.helpers diff --git a/cake/tests/cases/libs/view/helpers/paginator.test.php b/cake/tests/cases/libs/view/helpers/paginator.test.php index 31e8ee049..6cb69e4c3 100644 --- a/cake/tests/cases/libs/view/helpers/paginator.test.php +++ b/cake/tests/cases/libs/view/helpers/paginator.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.view.helpers diff --git a/cake/tests/cases/libs/view/helpers/rss.test.php b/cake/tests/cases/libs/view/helpers/rss.test.php index 87447852e..047b603c8 100644 --- a/cake/tests/cases/libs/view/helpers/rss.test.php +++ b/cake/tests/cases/libs/view/helpers/rss.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.view.helpers @@ -97,7 +97,7 @@ class RssTest extends UnitTestCase { array('title' => 'title2', 'guid' => 'http://www.example.com/guid2', 'link' => 'http://www.example.com/link2', 'description' => 'description2'), array('title' => 'title3', 'guid' => 'http://www.example.com/guid3', 'link' => 'http://www.example.com/link3', 'description' => 'description3') ); - + $result = $this->Rss->items($items); $this->assertPattern('/^.*<\/item>.*<\/item>.*<\/item>$/', $result); $this->assertPattern('/.*title1<\/title>.*<\/item>/', $result); @@ -112,7 +112,7 @@ class RssTest extends UnitTestCase { $this->assertPattern('/<item>.*<guid>' . str_replace('/', '\/', 'http://www.example.com/guid3') . '<\/guid>.*<\/item>/', $result); $this->assertPattern('/<item>.*<link>' . str_replace('/', '\/', 'http://www.example.com/link3') . '<\/link>.*<\/item>/', $result); $this->assertPattern('/<item>.*<description>description3<\/description>.*<\/item>/', $result); - + $result = $this->Rss->items(array()); $this->assertEqual($result, ''); } diff --git a/cake/tests/cases/libs/view/helpers/session.test.php b/cake/tests/cases/libs/view/helpers/session.test.php index 977ea5a5a..cf07f3d76 100644 --- a/cake/tests/cases/libs/view/helpers/session.test.php +++ b/cake/tests/cases/libs/view/helpers/session.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.view.helpers diff --git a/cake/tests/cases/libs/view/helpers/text.test.php b/cake/tests/cases/libs/view/helpers/text.test.php index 99bffd187..eb5393919 100644 --- a/cake/tests/cases/libs/view/helpers/text.test.php +++ b/cake/tests/cases/libs/view/helpers/text.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.view.helpers diff --git a/cake/tests/cases/libs/view/helpers/time.test.php b/cake/tests/cases/libs/view/helpers/time.test.php index 3149e08ca..953fe0715 100644 --- a/cake/tests/cases/libs/view/helpers/time.test.php +++ b/cake/tests/cases/libs/view/helpers/time.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.view.helpers diff --git a/cake/tests/cases/libs/view/helpers/xml.test.php b/cake/tests/cases/libs/view/helpers/xml.test.php index 912019717..9772d3a32 100644 --- a/cake/tests/cases/libs/view/helpers/xml.test.php +++ b/cake/tests/cases/libs/view/helpers/xml.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs.view.helpers diff --git a/cake/tests/cases/libs/view/theme.test.php b/cake/tests/cases/libs/view/theme.test.php index 92b3b6c21..d873fc3d7 100644 --- a/cake/tests/cases/libs/view/theme.test.php +++ b/cake/tests/cases/libs/view/theme.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs diff --git a/cake/tests/cases/libs/view/view.test.php b/cake/tests/cases/libs/view/view.test.php index 3d5524f60..114d0a839 100644 --- a/cake/tests/cases/libs/view/view.test.php +++ b/cake/tests/cases/libs/view/view.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs @@ -310,7 +310,7 @@ class ViewTest extends UnitTestCase { ob_start(); $View->render(false, 'flash'); $result = ob_get_clean(); - + $expected = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> diff --git a/cake/tests/cases/libs/xml.test.php b/cake/tests/cases/libs/xml.test.php index 2f03714a4..7bc4bf74d 100644 --- a/cake/tests/cases/libs/xml.test.php +++ b/cake/tests/cases/libs/xml.test.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.cases.libs @@ -70,7 +70,7 @@ class XMLTest extends UnitTestCase { array( 'Project' => array( 'id' => 2, - 'title' => null, + 'title' => null, 'client_id' => 2, 'show' => 1, 'is_spotlight' => null, diff --git a/cake/tests/fixtures/aco_action_fixture.php b/cake/tests/fixtures/aco_action_fixture.php index 373842ea8..ed196f688 100644 --- a/cake/tests/fixtures/aco_action_fixture.php +++ b/cake/tests/fixtures/aco_action_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/aco_fixture.php b/cake/tests/fixtures/aco_fixture.php index 661aa830e..a83ed31a6 100644 --- a/cake/tests/fixtures/aco_fixture.php +++ b/cake/tests/fixtures/aco_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/advertisement_fixture.php b/cake/tests/fixtures/advertisement_fixture.php index 69c923337..93c9f8203 100644 --- a/cake/tests/fixtures/advertisement_fixture.php +++ b/cake/tests/fixtures/advertisement_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/another_article_fixture.php b/cake/tests/fixtures/another_article_fixture.php index 50b556bde..1c393a0ef 100644 --- a/cake/tests/fixtures/another_article_fixture.php +++ b/cake/tests/fixtures/another_article_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/apple_fixture.php b/cake/tests/fixtures/apple_fixture.php index 49e40b9dd..c3d9af2d8 100644 --- a/cake/tests/fixtures/apple_fixture.php +++ b/cake/tests/fixtures/apple_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/aro_fixture.php b/cake/tests/fixtures/aro_fixture.php index 132c50f5f..2184455a2 100644 --- a/cake/tests/fixtures/aro_fixture.php +++ b/cake/tests/fixtures/aro_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/aros_aco_fixture.php b/cake/tests/fixtures/aros_aco_fixture.php index 606346117..31be6c0db 100644 --- a/cake/tests/fixtures/aros_aco_fixture.php +++ b/cake/tests/fixtures/aros_aco_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/article_featured_fixture.php b/cake/tests/fixtures/article_featured_fixture.php index 5e41f278e..11092cad7 100644 --- a/cake/tests/fixtures/article_featured_fixture.php +++ b/cake/tests/fixtures/article_featured_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/article_featureds_tags_fixture.php b/cake/tests/fixtures/article_featureds_tags_fixture.php index 669fa13b8..1791493b5 100644 --- a/cake/tests/fixtures/article_featureds_tags_fixture.php +++ b/cake/tests/fixtures/article_featureds_tags_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/article_fixture.php b/cake/tests/fixtures/article_fixture.php index e45506993..873c63280 100644 --- a/cake/tests/fixtures/article_fixture.php +++ b/cake/tests/fixtures/article_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/articles_tag_fixture.php b/cake/tests/fixtures/articles_tag_fixture.php index 8dbdcc851..70a4a5939 100644 --- a/cake/tests/fixtures/articles_tag_fixture.php +++ b/cake/tests/fixtures/articles_tag_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/attachment_fixture.php b/cake/tests/fixtures/attachment_fixture.php index e34ecc429..740b4859a 100644 --- a/cake/tests/fixtures/attachment_fixture.php +++ b/cake/tests/fixtures/attachment_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/auth_user_fixture.php b/cake/tests/fixtures/auth_user_fixture.php index 07d453b94..9c3663ca1 100644 --- a/cake/tests/fixtures/auth_user_fixture.php +++ b/cake/tests/fixtures/auth_user_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/author_fixture.php b/cake/tests/fixtures/author_fixture.php index a280b480f..65ba1f17c 100644 --- a/cake/tests/fixtures/author_fixture.php +++ b/cake/tests/fixtures/author_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/bid_fixture.php b/cake/tests/fixtures/bid_fixture.php index 065018731..da40ffbf3 100644 --- a/cake/tests/fixtures/bid_fixture.php +++ b/cake/tests/fixtures/bid_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/cache_test_model_fixture.php b/cake/tests/fixtures/cache_test_model_fixture.php index e9ff51cab..ecdabbbf4 100644 --- a/cake/tests/fixtures/cache_test_model_fixture.php +++ b/cake/tests/fixtures/cache_test_model_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/category_fixture.php b/cake/tests/fixtures/category_fixture.php index 9aebbc780..82eae9d2c 100644 --- a/cake/tests/fixtures/category_fixture.php +++ b/cake/tests/fixtures/category_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/category_thread_fixture.php b/cake/tests/fixtures/category_thread_fixture.php index bd66de9f8..e315e9457 100644 --- a/cake/tests/fixtures/category_thread_fixture.php +++ b/cake/tests/fixtures/category_thread_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/comment_fixture.php b/cake/tests/fixtures/comment_fixture.php index c69ffbfc7..3bd812bba 100644 --- a/cake/tests/fixtures/comment_fixture.php +++ b/cake/tests/fixtures/comment_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/device_fixture.php b/cake/tests/fixtures/device_fixture.php index 769beeb58..30d35f932 100644 --- a/cake/tests/fixtures/device_fixture.php +++ b/cake/tests/fixtures/device_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/device_type_category_fixture.php b/cake/tests/fixtures/device_type_category_fixture.php index 6d229b9e0..76cbddb2c 100644 --- a/cake/tests/fixtures/device_type_category_fixture.php +++ b/cake/tests/fixtures/device_type_category_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/device_type_fixture.php b/cake/tests/fixtures/device_type_fixture.php index 321bfe68f..1ad7b6d34 100644 --- a/cake/tests/fixtures/device_type_fixture.php +++ b/cake/tests/fixtures/device_type_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/document_directory_fixture.php b/cake/tests/fixtures/document_directory_fixture.php index 9c8c4617e..054401671 100644 --- a/cake/tests/fixtures/document_directory_fixture.php +++ b/cake/tests/fixtures/document_directory_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/document_fixture.php b/cake/tests/fixtures/document_fixture.php index bbd5b7f4b..5e3b1928b 100644 --- a/cake/tests/fixtures/document_fixture.php +++ b/cake/tests/fixtures/document_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/exterior_type_category_fixture.php b/cake/tests/fixtures/exterior_type_category_fixture.php index 6775b1b5d..e6d560401 100644 --- a/cake/tests/fixtures/exterior_type_category_fixture.php +++ b/cake/tests/fixtures/exterior_type_category_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/feature_set_fixture.php b/cake/tests/fixtures/feature_set_fixture.php index ebd196580..a06cec31c 100644 --- a/cake/tests/fixtures/feature_set_fixture.php +++ b/cake/tests/fixtures/feature_set_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/featured_fixture.php b/cake/tests/fixtures/featured_fixture.php index a97f5f855..b1fff3dff 100644 --- a/cake/tests/fixtures/featured_fixture.php +++ b/cake/tests/fixtures/featured_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/home_fixture.php b/cake/tests/fixtures/home_fixture.php index f3f07de0b..ba448511f 100644 --- a/cake/tests/fixtures/home_fixture.php +++ b/cake/tests/fixtures/home_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/image_fixture.php b/cake/tests/fixtures/image_fixture.php index 93197107b..4dfcd6e23 100644 --- a/cake/tests/fixtures/image_fixture.php +++ b/cake/tests/fixtures/image_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/item_fixture.php b/cake/tests/fixtures/item_fixture.php index 572386827..54e05710e 100644 --- a/cake/tests/fixtures/item_fixture.php +++ b/cake/tests/fixtures/item_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/items_portfolio_fixture.php b/cake/tests/fixtures/items_portfolio_fixture.php index d1e7f7b24..8e6b32432 100644 --- a/cake/tests/fixtures/items_portfolio_fixture.php +++ b/cake/tests/fixtures/items_portfolio_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/join_thing_fixture.php b/cake/tests/fixtures/join_thing_fixture.php index 6cfcedf2e..ca4886f34 100644 --- a/cake/tests/fixtures/join_thing_fixture.php +++ b/cake/tests/fixtures/join_thing_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/message_fixture.php b/cake/tests/fixtures/message_fixture.php index 6e86be662..be7d45bb7 100644 --- a/cake/tests/fixtures/message_fixture.php +++ b/cake/tests/fixtures/message_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/number_tree_fixture.php b/cake/tests/fixtures/number_tree_fixture.php index 170a09d64..7706e85ef 100644 --- a/cake/tests/fixtures/number_tree_fixture.php +++ b/cake/tests/fixtures/number_tree_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/portfolio_fixture.php b/cake/tests/fixtures/portfolio_fixture.php index da5f22614..59208e907 100644 --- a/cake/tests/fixtures/portfolio_fixture.php +++ b/cake/tests/fixtures/portfolio_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/post_fixture.php b/cake/tests/fixtures/post_fixture.php index f13da02b2..06af1d3c9 100644 --- a/cake/tests/fixtures/post_fixture.php +++ b/cake/tests/fixtures/post_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/posts_tag_fixture.php b/cake/tests/fixtures/posts_tag_fixture.php index cc694d34c..cfc5fe0c9 100644 --- a/cake/tests/fixtures/posts_tag_fixture.php +++ b/cake/tests/fixtures/posts_tag_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/primary_model_fixture.php b/cake/tests/fixtures/primary_model_fixture.php index 7472c38da..320ce9dea 100644 --- a/cake/tests/fixtures/primary_model_fixture.php +++ b/cake/tests/fixtures/primary_model_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/project_fixture.php b/cake/tests/fixtures/project_fixture.php index f68acfe48..cd831c77a 100644 --- a/cake/tests/fixtures/project_fixture.php +++ b/cake/tests/fixtures/project_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/sample_fixture.php b/cake/tests/fixtures/sample_fixture.php index 2baf827e8..629cf8bde 100644 --- a/cake/tests/fixtures/sample_fixture.php +++ b/cake/tests/fixtures/sample_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/secondary_model_fixture.php b/cake/tests/fixtures/secondary_model_fixture.php index 0fde09444..07d206ac4 100644 --- a/cake/tests/fixtures/secondary_model_fixture.php +++ b/cake/tests/fixtures/secondary_model_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/something_else_fixture.php b/cake/tests/fixtures/something_else_fixture.php index 547e58510..9524a03df 100644 --- a/cake/tests/fixtures/something_else_fixture.php +++ b/cake/tests/fixtures/something_else_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/something_fixture.php b/cake/tests/fixtures/something_fixture.php index 6dfe4dea4..2958da37d 100644 --- a/cake/tests/fixtures/something_fixture.php +++ b/cake/tests/fixtures/something_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/syfile_fixture.php b/cake/tests/fixtures/syfile_fixture.php index 08e4c125d..811003265 100644 --- a/cake/tests/fixtures/syfile_fixture.php +++ b/cake/tests/fixtures/syfile_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/tag_fixture.php b/cake/tests/fixtures/tag_fixture.php index 9c0fe8d80..69b3ecbf1 100644 --- a/cake/tests/fixtures/tag_fixture.php +++ b/cake/tests/fixtures/tag_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/thread_fixture.php b/cake/tests/fixtures/thread_fixture.php index 3b5303ce5..d5c0cb80d 100644 --- a/cake/tests/fixtures/thread_fixture.php +++ b/cake/tests/fixtures/thread_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/translate_fixture.php b/cake/tests/fixtures/translate_fixture.php index b6622cbb7..552c34391 100644 --- a/cake/tests/fixtures/translate_fixture.php +++ b/cake/tests/fixtures/translate_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/translate_table_fixture.php b/cake/tests/fixtures/translate_table_fixture.php index 7ccdd01f6..de4cc3585 100644 --- a/cake/tests/fixtures/translate_table_fixture.php +++ b/cake/tests/fixtures/translate_table_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/translated_item_fixture.php b/cake/tests/fixtures/translated_item_fixture.php index ab1963e0f..763ab235e 100644 --- a/cake/tests/fixtures/translated_item_fixture.php +++ b/cake/tests/fixtures/translated_item_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/fixtures/user_fixture.php b/cake/tests/fixtures/user_fixture.php index aab1dd50e..d49bfc979 100644 --- a/cake/tests/fixtures/user_fixture.php +++ b/cake/tests/fixtures/user_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.fixtures diff --git a/cake/tests/groups/cache.group.php b/cake/tests/groups/cache.group.php index f5853da4b..a9aca8c11 100644 --- a/cake/tests/groups/cache.group.php +++ b/cake/tests/groups/cache.group.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.groups diff --git a/cake/tests/groups/components.group.php b/cake/tests/groups/components.group.php index d6d47f255..54e8da32c 100644 --- a/cake/tests/groups/components.group.php +++ b/cake/tests/groups/components.group.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.groups diff --git a/cake/tests/groups/configure.group.php b/cake/tests/groups/configure.group.php index fc8561f31..1eab3b999 100644 --- a/cake/tests/groups/configure.group.php +++ b/cake/tests/groups/configure.group.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.groups diff --git a/cake/tests/groups/helpers.group.php b/cake/tests/groups/helpers.group.php index f96240543..1e36ab496 100644 --- a/cake/tests/groups/helpers.group.php +++ b/cake/tests/groups/helpers.group.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.groups diff --git a/cake/tests/groups/lib.group.php b/cake/tests/groups/lib.group.php index fae42656b..8e484b4a4 100644 --- a/cake/tests/groups/lib.group.php +++ b/cake/tests/groups/lib.group.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.groups diff --git a/cake/tests/groups/lib_controller.group.php b/cake/tests/groups/lib_controller.group.php index 5822e9627..5142fa801 100644 --- a/cake/tests/groups/lib_controller.group.php +++ b/cake/tests/groups/lib_controller.group.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.groups diff --git a/cake/tests/groups/model.group.php b/cake/tests/groups/model.group.php index 607e47d9b..a5fa0e081 100644 --- a/cake/tests/groups/model.group.php +++ b/cake/tests/groups/model.group.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.groups diff --git a/cake/tests/groups/no_database.group.php b/cake/tests/groups/no_database.group.php index 8d4cae31f..cc96e2195 100644 --- a/cake/tests/groups/no_database.group.php +++ b/cake/tests/groups/no_database.group.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.groups diff --git a/cake/tests/groups/routing_system.group.php b/cake/tests/groups/routing_system.group.php index f52b1437f..6d65da0db 100644 --- a/cake/tests/groups/routing_system.group.php +++ b/cake/tests/groups/routing_system.group.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.groups diff --git a/cake/tests/groups/view.group.php b/cake/tests/groups/view.group.php index 67bd709ac..01801623e 100644 --- a/cake/tests/groups/view.group.php +++ b/cake/tests/groups/view.group.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.groups diff --git a/cake/tests/lib/cake_reporter.php b/cake/tests/lib/cake_reporter.php index bd9701e48..d3b1773b7 100644 --- a/cake/tests/lib/cake_reporter.php +++ b/cake/tests/lib/cake_reporter.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake * @subpackage cake.cake.tests.libs diff --git a/cake/tests/lib/cake_test_case.php b/cake/tests/lib/cake_test_case.php index 94bf0e8db..87ca10d13 100644 --- a/cake/tests/lib/cake_test_case.php +++ b/cake/tests/lib/cake_test_case.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake * @subpackage cake.cake.tests.libs diff --git a/cake/tests/lib/cake_test_fixture.php b/cake/tests/lib/cake_test_fixture.php index d825867cd..78983705b 100644 --- a/cake/tests/lib/cake_test_fixture.php +++ b/cake/tests/lib/cake_test_fixture.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake * @subpackage cake.cake.tests.libs diff --git a/cake/tests/lib/cake_test_model.php b/cake/tests/lib/cake_test_model.php index a912e79aa..85989886c 100644 --- a/cake/tests/lib/cake_test_model.php +++ b/cake/tests/lib/cake_test_model.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake * @subpackage cake.cake.tests.libs diff --git a/cake/tests/lib/cake_web_test_case.php b/cake/tests/lib/cake_web_test_case.php index b1573b6e0..a1bcf5478 100644 --- a/cake/tests/lib/cake_web_test_case.php +++ b/cake/tests/lib/cake_web_test_case.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake * @subpackage cake.cake.tests.lib diff --git a/cake/tests/lib/cli_reporter.php b/cake/tests/lib/cli_reporter.php index 1f6ae4da5..08a46be53 100644 --- a/cake/tests/lib/cli_reporter.php +++ b/cake/tests/lib/cli_reporter.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake * @subpackage cake.cake.tests.libs diff --git a/cake/tests/lib/content.php b/cake/tests/lib/content.php index cc972c0d1..bde790b12 100644 --- a/cake/tests/lib/content.php +++ b/cake/tests/lib/content.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake * @subpackage cake.cake.tests.lib diff --git a/cake/tests/lib/footer.php b/cake/tests/lib/footer.php index 7d2c8d21c..b43d7b949 100644 --- a/cake/tests/lib/footer.php +++ b/cake/tests/lib/footer.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake * @subpackage cake.cake.tests.lib diff --git a/cake/tests/lib/header.php b/cake/tests/lib/header.php index 7e24b2bda..db2d32986 100644 --- a/cake/tests/lib/header.php +++ b/cake/tests/lib/header.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake * @subpackage cake.cake.tests.lib diff --git a/cake/tests/lib/simpletest.php b/cake/tests/lib/simpletest.php index 915a52688..6cb43180c 100644 --- a/cake/tests/lib/simpletest.php +++ b/cake/tests/lib/simpletest.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake * @subpackage cake.cake.tests.libs diff --git a/cake/tests/lib/test_manager.php b/cake/tests/lib/test_manager.php index de1b92018..06c74d2f0 100644 --- a/cake/tests/lib/test_manager.php +++ b/cake/tests/lib/test_manager.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake * @subpackage cake.cake.tests.lib diff --git a/cake/tests/test_app/plugins/test_plugin/vendors/sample/sample_plugin.php b/cake/tests/test_app/plugins/test_plugin/vendors/sample/sample_plugin.php index c2727c41e..ae5237f89 100644 --- a/cake/tests/test_app/plugins/test_plugin/vendors/sample/sample_plugin.php +++ b/cake/tests/test_app/plugins/test_plugin/vendors/sample/sample_plugin.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.test_app.plugins.test_plugin.vendors.sample diff --git a/cake/tests/test_app/plugins/test_plugin/views/helpers/test_plugin_helper.php b/cake/tests/test_app/plugins/test_plugin/views/helpers/test_plugin_helper.php index a9af23c48..c5888e131 100644 --- a/cake/tests/test_app/plugins/test_plugin/views/helpers/test_plugin_helper.php +++ b/cake/tests/test_app/plugins/test_plugin/views/helpers/test_plugin_helper.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.test_app.plugins.test_plugin.views.helpers diff --git a/cake/tests/test_app/plugins/test_plugin/views/helpers/test_plugin_other_helper.php b/cake/tests/test_app/plugins/test_plugin/views/helpers/test_plugin_other_helper.php index 38b8f1685..d159b6798 100644 --- a/cake/tests/test_app/plugins/test_plugin/views/helpers/test_plugin_other_helper.php +++ b/cake/tests/test_app/plugins/test_plugin/views/helpers/test_plugin_other_helper.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.test_app.plugins.test_plugin.views.helpers diff --git a/cake/tests/test_app/vendors/sample/sample.php b/cake/tests/test_app/vendors/sample/sample.php index 9e291c43d..486185584 100644 --- a/cake/tests/test_app/vendors/sample/sample.php +++ b/cake/tests/test_app/vendors/sample/sample.php @@ -8,7 +8,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests * @package cake.tests * @subpackage cake.tests.test_app.vendors.sample diff --git a/cake/tests/test_app/views/layouts/ajax.ctp b/cake/tests/test_app/views/layouts/ajax.ctp index b69838d65..22be0d248 100755 --- a/cake/tests/test_app/views/layouts/ajax.ctp +++ b/cake/tests/test_app/views/layouts/ajax.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.layouts diff --git a/cake/tests/test_app/views/layouts/default.ctp b/cake/tests/test_app/views/layouts/default.ctp index 2433b0d35..5bca0150b 100755 --- a/cake/tests/test_app/views/layouts/default.ctp +++ b/cake/tests/test_app/views/layouts/default.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.pages diff --git a/cake/tests/test_app/views/layouts/flash.ctp b/cake/tests/test_app/views/layouts/flash.ctp index b39b71171..f7c19a3b1 100755 --- a/cake/tests/test_app/views/layouts/flash.ctp +++ b/cake/tests/test_app/views/layouts/flash.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.layouts diff --git a/cake/tests/test_app/views/posts/test_nocache_tags.ctp b/cake/tests/test_app/views/posts/test_nocache_tags.ctp index e24d8702b..0c78a4a3f 100644 --- a/cake/tests/test_app/views/posts/test_nocache_tags.ctp +++ b/cake/tests/test_app/views/posts/test_nocache_tags.ctp @@ -5,7 +5,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @subpackage cake.cake.libs.view.templates.pages diff --git a/index.php b/index.php index 74e090931..15391b471 100644 --- a/index.php +++ b/index.php @@ -10,7 +10,7 @@ * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2005-2007, Cake Software Foundation, Inc. + * Copyright 2005-2008, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * @@ -18,7 +18,7 @@ * Redistributions of files must retain the above copyright notice. * * @filesource - * @copyright Copyright 2005-2007, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package cake * @since CakePHP(tm) v 0.2.9