Show
Ignore:
Timestamp:
11/18/2007 03:13:52 AM (13 months ago)
Author:
Shadowhand
Message:

Batch of core changes:

  • Added a configuration file for profiler, to enable/disable specific profiler information
  • Implemented configuration handling in Profiler and views/kohana_profiler.php
  • Added system/models/form.php and views/kohana_form.php, see: http://kohanaphp.com/tutorials/quick_forms.html
  • text::random('unique') now uses sha1, instead of md5
  • Added a couple of missing connect() calls in Database
  • Added Database::list_fields() and Database_Mysql::list_fields()
  • Fixed Database_Mysql::escape_table()
  • Changed Loader::helper() to just do a Log::add('debug') instead of actually loading the helper
  • Updated some comment styles to prepare for Kodoc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/core/Benchmark.php

    r939 r1168  
    11<?php defined('SYSPATH') or die('No direct script access.'); 
    2 /* 
    3  * Class: Benchmark 
    4  *  Simple benchmarking. 
     2/** 
     3 * Simple benchmarking. 
    54 * 
    65 * Kohana Source Code: