Upgrade to KH 3.3.0

This commit is contained in:
Deon George
2012-11-22 14:25:06 +11:00
parent e5e67a59bb
commit 5bd1841571
1455 changed files with 114353 additions and 9466 deletions

View File

@@ -48,7 +48,7 @@ function koggle(elem)
}
</script>
<div id="kohana_error">
<h1><span class="type"><?php echo $type ?> [ <?php echo $code ?> ]:</span> <span class="message"><?php echo html::chars($message) ?></span></h1>
<h1><span class="type"><?php echo $class ?> [ <?php echo $code ?> ]:</span> <span class="message"><?php echo HTML::chars($message) ?></span></h1>
<div id="<?php echo $error_id ?>" class="content">
<p><span class="file"><?php echo Debug::path($file) ?> [ <?php echo $line ?> ]</span></p>
<?php echo Debug::source($file, $line) ?>

View File

@@ -8,7 +8,7 @@ file_put_contents('logo.php', "<?php
/**
* Kohana Logo, base64_encoded PNG
*
* @copyright (c) 2008-2011 Kohana Team
* @copyright (c) 2008-2012 Kohana Team
* @license http://kohanaframework.org/license
*/
return array('mime' => 'image/png', 'data' => '{$data}'); ?>");

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,4 @@
<?php defined('SYSPATH') or die('No direct script access.') ?>
<?php defined('SYSPATH') OR die('No direct script access.') ?>
<style type="text/css">
<?php include Kohana::find_file('views', 'profiler/style', 'css') ?>