mark_story
|
9c41efd6fe
|
Adding NumberHelper::addFormat and test cases. Refs #5630
|
2009-09-10 22:54:49 -04:00 |
|
mark_story
|
818e7340f7
|
Adding test cases from #5630
|
2009-09-10 22:29:10 -04:00 |
|
renan.saddam
|
7c100f3b75
|
Fixing notice error message. Fixes #34
|
2009-09-10 23:26:54 -03:00 |
|
mark_story
|
5f6015c3c4
|
Updating file headers and removing @static.
|
2009-09-10 22:23:48 -04:00 |
|
renan.saddam
|
4ec75c6052
|
Merge branch '1.3-misc' of code.cakephp.org:cakephp into 1.3-misc
|
2009-09-10 12:32:52 -03:00 |
|
renan.saddam
|
2e8bbd5eb1
|
Adding docblock for the new variable used for logging. Making the CakeLog::handleError logs the same output as in Debugger::handleError.
|
2009-09-10 12:32:21 -03:00 |
|
mark_story
|
0065005f95
|
Fixing custom error class not being used if error for field is a named index. Test case added. Fixes #76
|
2009-09-10 09:57:23 -04:00 |
|
nate
|
fd6538fc72
|
Changes Model::find() to allow modification of DataSource connection during callbacks.
|
2009-09-10 09:28:55 -04:00 |
|
jperras
|
c48d9794f6
|
Fixing incorrect optional parameters passed to TreeBehavior::children() in TreeBehavior test case. Fixes errors & test failures when running under PHP 5.3.
|
2009-09-09 21:15:22 -04:00 |
|
mark_story
|
4766f62029
|
Merge branch '1.3-logging' into 1.3-misc
|
2009-09-09 11:08:18 -04:00 |
|
predominant
|
115ae3f1df
|
Updating CakePHP version.
|
2009-09-09 19:12:00 +10:00 |
|
mark_story
|
095102c6bd
|
Merge branch '1.2'
|
2009-09-09 00:38:36 -04:00 |
|
jperras
|
fb10085dab
|
Updating version number.
|
2009-09-09 00:21:07 -04:00 |
|
jperras
|
5a432c6f71
|
Applying fix from Ceeram for updateAll joins on model relations with no foreign key. Fixes #69.
|
2009-09-09 00:00:53 -04:00 |
|
mark_story
|
c08153e1bd
|
Fixing deprecation notices for php5.3
|
2009-09-08 23:17:29 -04:00 |
|
mark_story
|
d0e6a79f82
|
Updating file headers.
Adding CakeLog::handleError which will log errors when debug = 0.
Test cases added.
|
2009-09-07 23:59:31 -04:00 |
|
mark_story
|
cac09481ac
|
Removing support for DEBUG constant. Use Configure::write('debug', 2) instead.
Adding 'log' interaction to error reporting settings controlled by Configure::write().
|
2009-09-07 23:28:50 -04:00 |
|
mark_story
|
90b6272a14
|
Updating test case for new values in error reporting.
|
2009-09-07 22:53:08 -04:00 |
|
mark_story
|
11ceae2e96
|
Merge branch '1.3' into 1.3-logging
|
2009-09-07 22:41:31 -04:00 |
|
mark_story
|
91503f8f8a
|
Adding patch from jperras to fix issues with non 'app' APP_DIR values.
|
2009-09-07 18:33:16 -04:00 |
|
mark_story
|
f078517002
|
Adding new error_reporting setting to ShellDispatcher.
|
2009-09-07 16:17:41 -04:00 |
|
mark_story
|
036bb620fa
|
Removing error flags from test.php.
|
2009-09-07 16:13:25 -04:00 |
|
nate
|
b2d13fce40
|
Moving error flags to core bootstrap to avoid extra changes in user files, fixing error in previous commit.
|
2009-09-07 15:12:39 -04:00 |
|
mark_story
|
12e0652943
|
Merge branch '1.2' of dev@code.cakephp.org:cakephp into 1.2
|
2009-09-07 14:47:53 -04:00 |
|
mark_story
|
6821e7cec9
|
Fixing failing test because of unfilled SVN tag expansions.
|
2009-09-07 14:45:24 -04:00 |
|
mark_story
|
9445bd1604
|
Updating test case for new values in error reporting.
|
2009-09-07 14:41:57 -04:00 |
|
mark_story
|
5bfda28d39
|
Adding E_DEPRECATED to console environment.
|
2009-09-07 14:28:03 -04:00 |
|
nate
|
a5c00de3bd
|
Applying PHP 5.3 compatibility patch from. Please update your config/core.php, webroot/index.php and webroot/test.php accordingly.
|
2009-09-07 14:25:22 -04:00 |
|
jperras
|
daadac03cc
|
Merge branch 'bug-22-schema-shell' into 1.2
|
2009-09-07 12:34:12 -04:00 |
|
jperras
|
24351b5a21
|
Backporting bugfix for #22 from 1.3-console to 1.2. Adds schema shell test cases, fixes for schema object references, i18n of schema schell output strings.
|
2009-09-07 12:24:38 -04:00 |
|
jperras
|
0c28d2cc86
|
Merge branch '1.2' of code.cakephp.org:cakephp into 1.2
|
2009-09-07 11:21:15 -04:00 |
|
jperras
|
4dc656fd91
|
Updating EmailComponent smtp HELO handling to account for non-existence of HTTP_HOST environment variable when PHP SAPI is CLI. Fixes #41.
|
2009-09-07 11:18:11 -04:00 |
|
mark_story
|
b75779ec06
|
Updating documentation for __xxx methods. Updating LC_* doc references. Updating other doc blocks for various methods in basics.php Fixes #2.
|
2009-09-07 00:18:08 -04:00 |
|
jperras
|
2484179e36
|
DboMssql::value() now returns NULL for numeric column types (float, integer, binary) when the column data is empty. Fixes #28.
|
2009-09-06 13:57:24 -04:00 |
|
mark_story
|
b8d3aae474
|
Fixing path to home page template.
|
2009-09-06 01:04:38 -04:00 |
|
mark_story
|
bcbdb1cf1d
|
Fixing issue where admin revere routing was possibly unsuccessful due to differences in action param between route and url arrays. Fixes #44 and #6173
|
2009-09-05 01:06:18 -04:00 |
|
Ali Farhadi
|
12457ac6f9
|
Adding testcase for bug #44
|
2009-09-05 00:53:06 -04:00 |
|
AD7six
|
e47316e74f
|
Correcting App::import usage
|
2009-09-04 11:58:20 -07:00 |
|
mark_story
|
4f4411126c
|
Fixing empty arrays being dropped with Set::sort(). Fixed #67
|
2009-09-03 23:09:27 -04:00 |
|
mark_story
|
b5a38d69a5
|
Merge branch '1.2-dirty' into 1.2
|
2009-09-03 22:47:45 -04:00 |
|
mark_story
|
cf3521737f
|
Fixing selected with interval not selecting the correct option. Fixes #70.
|
2009-09-03 22:47:17 -04:00 |
|
mark_story
|
ce7864920f
|
Adding ability to add arbitrary attributes to HtmlHelper::scriptBlock. Test case added.
|
2009-09-03 13:50:53 -04:00 |
|
mark_story
|
ead3b0ecf6
|
Allowing HtmlHelper::script() to take an array of options, allows for custom attributes to be added to script include tags. Test cases added. Fixes #2955
|
2009-09-03 13:45:39 -04:00 |
|
mark_story
|
c963d5cc43
|
Updating file headers.
|
2009-09-03 12:43:13 -04:00 |
|
mark_story
|
2ff5334347
|
Minor refactor to remove method calls to Inflector::camelize.
Adding tests to ensure references are maintained.
|
2009-09-03 09:37:25 -04:00 |
|
evilbloodydemon
|
75695341fa
|
Helpers addressed by $this->Helper->func()
|
2009-09-03 00:58:26 -04:00 |
|
renan.saddam
|
0e9007e060
|
Making sure we are not making non-uniques and non-primary keys index. Also changing basic fixture schema to make tests pass.
|
2009-09-02 22:07:58 -03:00 |
|
mark_story
|
1b063d6218
|
Reformatting code in CakeSession.
|
2009-09-01 23:25:03 -04:00 |
|
mark_story
|
c0a19ced14
|
Adding DboSource::getLog() and test case.
|
2009-09-01 23:23:47 -04:00 |
|
AD7six
|
888d359274
|
strtolower - ing bake flash messages
|
2009-09-02 00:59:00 +02:00 |
|