Update Kohana to 3.1.3.1

This commit is contained in:
Deon George
2011-05-16 22:47:16 +10:00
parent 8b658b497a
commit ff2370c368
401 changed files with 14070 additions and 10213 deletions

View File

@@ -1,4 +1,4 @@
<?php defined('SYSPATH') or die('No direct access allowed.');
<?php defined('SYSPATH') or die('No direct script access.');
/**
* Credit card validation configuration.
*

View File

@@ -0,0 +1,9 @@
<?php defined('SYSPATH') or die('No direct script access.');
return array(
CURLOPT_USERAGENT => 'Mozilla/5.0 (compatible; Kohana v'.Kohana::VERSION.' +http://kohanaframework.org/)',
CURLOPT_CONNECTTIMEOUT => 5,
CURLOPT_TIMEOUT => 5,
CURLOPT_HEADERFUNCTION => array('Request_Client_External', '_parse_headers'),
CURLOPT_HEADER => FALSE,
);

View File

@@ -1,13 +1,16 @@
<?php defined('SYSPATH') or die('No direct access allowed.');
<?php defined('SYSPATH') or die('No direct script access.');
return array(
'uncountable' => array(
'access',
'advice',
'aircraft',
'art',
'baggage',
'bison',
'dances',
'deer',
'equipment',
'fish',
'fuel',
@@ -21,6 +24,7 @@ return array(
'luggage',
'media',
'money',
'moose',
'music',
'news',
'patience',
@@ -28,6 +32,7 @@ return array(
'pollution',
'research',
'rice',
'salmon',
'sand',
'series',
'sheep',
@@ -35,6 +40,7 @@ return array(
'spam',
'species',
'staff',
'swine',
'toothpaste',
'traffic',
'understanding',

View File

@@ -1,4 +1,4 @@
<?php defined('SYSPATH') or die('No direct access allowed.');
<?php defined('SYSPATH') or die('No direct script access.');
/**
* A list of mime types. Our list is generally more complete and accurate than
* the operating system MIME list.
@@ -17,6 +17,7 @@ return array
'aif' => array('audio/x-aiff'),
'aifc' => array('audio/x-aiff'),
'aiff' => array('audio/x-aiff'),
'amf' => array('application/x-amf'),
'asf' => array('video/x-ms-asf'),
'asr' => array('video/x-ms-asf'),
'asx' => array('video/x-ms-asf'),

View File

@@ -1,4 +1,4 @@
<?php defined('SYSPATH') or die('No direct access allowed.');
<?php defined('SYSPATH') or die('No direct script access.');
return array(
@@ -88,6 +88,8 @@ return array(
'blackBerry' => 'BlackBerry',
'motorola' => 'Motorola',
'iphone' => 'iPhone',
'ipad' => 'iPad',
'ipod' => 'iPod',
'android' => 'Android',
),