From 1dce095546b117f0d36f9c20a3d27341ea10af6f Mon Sep 17 00:00:00 2001 From: phpnut Date: Sat, 17 Sep 2005 02:22:07 +0000 Subject: [PATCH] merging changes from sandboxes git-svn-id: https://svn.cakephp.org/repo/trunk/cake@856 3807eeeb-6ff5-0310-8944-8be069107fe0 --- app/views/layouts/default.thtml | 12 +- app/views/layouts/flash.thtml | 8 +- app/views/pages/home.thtml | 18 +- config/core.php | 3 + config/tags.ini.php | 2 +- index.php | 2 +- libs/bake.php | 2 +- libs/basics.php | 82 +++++++- libs/cache.php | 195 +++++++++--------- libs/class_registry.php | 37 ++-- libs/controller.php | 30 +-- .../templates/scaffolds/edit.thtml | 7 +- .../templates/scaffolds/list.thtml | 16 +- .../controllers/templates/scaffolds/new.thtml | 2 +- .../templates/scaffolds/show.thtml | 15 +- libs/dbo/dbo_mysql.php | 14 +- libs/dispatcher.php | 85 ++++---- libs/file.php | 32 ++- libs/flay.php | 95 +++++---- libs/folder.php | 3 +- libs/helpers/ajax.php | 13 +- libs/helpers/html.php | 17 +- libs/helpers/javascript.php | 23 ++- libs/model.php | 22 +- libs/neat_array.php | 40 ++-- libs/sanitize.php | 110 +++++----- libs/scaffold.php | 72 ++++--- libs/view.php | 5 +- public/img/bg_fade.gif | Bin 0 -> 1147 bytes public/img/bg_header.gif | Bin 0 -> 531 bytes public/img/logo.png | Bin 0 -> 27968 bytes public/img/red_box.gif | Bin 0 -> 45 bytes public/index.php | 2 +- tests/core/cases/libs/inflector.test.php | 3 +- vendors/simpletest/simple_test.php | 10 + 35 files changed, 549 insertions(+), 428 deletions(-) create mode 100644 public/img/bg_fade.gif create mode 100644 public/img/bg_header.gif create mode 100644 public/img/logo.png create mode 100644 public/img/red_box.gif diff --git a/app/views/layouts/default.thtml b/app/views/layouts/default.thtml index 32b3e5e8b..28b9d27de 100644 --- a/app/views/layouts/default.thtml +++ b/app/views/layouts/default.thtml @@ -1,18 +1,18 @@ - <?=$title_for_layout?> - charsetTag('UTF-8')?> - cssTag('default')?> - cssTag('forms')?> + <?php echo $title_for_layout?> + charsetTag('UTF-8')?> + cssTag('default')?> + cssTag('forms')?>
- +

- +

diff --git a/app/views/layouts/flash.thtml b/app/views/layouts/flash.thtml index f32a024cb..df81eddbb 100644 --- a/app/views/layouts/flash.thtml +++ b/app/views/layouts/flash.thtml @@ -1,10 +1,10 @@ -<?=$page_title?> +<?php echo $page_title?> - +