mark_story
|
0cc1d84737
|
Removing use of e() from core and test suite.
|
2009-10-21 12:57:03 -04:00 |
|
mark_story
|
0e23fdfbb3
|
Fixing infinitely nesting stack frames when TreeBehavior::reorder() is called and the models $cacheQueries = true and there are a sizable number of records being manipulated.
Test cases added.
Fixes #188
|
2009-10-21 00:22:36 -04:00 |
|
mark_story
|
c6f783ebfe
|
Fixing issues with CakeTestCase test case and debug = 3. Fixes #189
|
2009-10-20 22:19:32 -04:00 |
|
mark_story
|
3922f136da
|
Making DboMysqlTest pass when a connection with a prefix is used. Fixes #185
|
2009-10-19 20:54:02 -04:00 |
|
mark_story
|
52180d50c5
|
Merge branch '1.2' of dev@code.cakephp.org:cakephp into 1.2
|
2009-10-19 16:40:45 -04:00 |
|
mark_story
|
79e96e5aef
|
Updating localePaths path. Fixes #184
|
2009-10-19 16:36:44 -04:00 |
|
jperras
|
ae342c6f2c
|
Fixing skip in previous commit: if skip condition evaluates to true, to prevent a fatal error from being produced.
|
2009-10-19 13:22:14 -04:00 |
|
jperras
|
daafac8a64
|
Merge branch '1.2' of code.cakephp.org:cakephp into 1.2
|
2009-10-19 12:51:32 -04:00 |
|
jperras
|
7ff3fcc4c4
|
Adding skip for non-existence of DateTimeZone class in time helper tests.
|
2009-10-19 12:51:06 -04:00 |
|
mark_story
|
2675bbcd53
|
Fixing FormHelper::__selectOptions incorrectly selecting options due to type juggling. Fixes #167
|
2009-10-18 22:05:17 -04:00 |
|
mark_story
|
a36c2ec5bb
|
Removing self inclusions for test cases. Refs #174
|
2009-10-16 09:21:33 -04:00 |
|
renan.saddam
|
43dbf71624
|
Doing a little optimization for php 5.1 <, also fixing tests on Windows. Fixes #155.
|
2009-10-15 18:09:58 -03:00 |
|
mark_story
|
082156f9a1
|
Fixing FormHelper::input() label's for attribute when a datetime type is created and dateFormat or timeFormat is set to NONE. Fixes #168
|
2009-10-14 21:17:00 -04:00 |
|
mark_story
|
604b7e0a10
|
Splitting a long test for FormHelper up into smaller test cases.
|
2009-10-14 20:10:32 -04:00 |
|
mark_story
|
a4d09a806c
|
Adding tests for previous commit, showing alteration of \ into DS.
|
2009-10-13 00:01:09 -04:00 |
|
mark_story
|
e5a99b2685
|
Updating RequestHandler::renderAs() to respect DS constant, fixing issues on PHP4 + Windows. Fixes #97
|
2009-10-12 23:55:40 -04:00 |
|
mark_story
|
3bf94e6a28
|
Updating documentation for Model methods to improve api parsing.
Removing redundant include.
|
2009-10-05 20:42:37 -04:00 |
|
mark_story
|
c47e899ba1
|
Fixing HtmlHelper::css, and JavascriptHelper::link so that files containing the asset extension always get the extension added. Test cases added. Refs #139
|
2009-10-02 12:53:20 -04:00 |
|
mark_story
|
f12cbdba38
|
Fixing CacheHelper and multiple cake:nocache tags in a view file, breaking cake:nocache following $content_for_layout. Fixes #136
|
2009-10-01 01:03:47 -04:00 |
|
mark_story
|
7d4510b959
|
Merge branch '1.2' of dev@code.cakephp.org:cakephp into 1.2
|
2009-09-30 14:26:38 -04:00 |
|
mark_story
|
5f49a0f25c
|
Updating path handling inside i18n. Removes the extra DS that was appended to some paths. Fixes #126
|
2009-09-30 14:25:56 -04:00 |
|
mark_story
|
6dbba17d1b
|
Fixing issues with DboSource::execute() where queries would not be run if stats = false in the options. Tests added.
|
2009-09-30 00:37:06 -04:00 |
|
mark_story
|
bcb5e42aab
|
Adding test for previous commit.
|
2009-09-28 18:11:04 -04:00 |
|
mark_story
|
508d737b6a
|
Updating HtmlHelper::css, JavascriptHelper::link to not replace multiple occurences of CSS_URL or JS_URL when using Asset.filter settings.
Test cases added.
Thanks to 'robustsolution' for the patch.
Fixes #105
|
2009-09-26 14:22:12 -04:00 |
|
mark_story
|
06cf97459a
|
Fixing XmlHelper::elem() when value is null and cdata = true. Removing empty invalid tag.
Test cases added.
Fixes #127
|
2009-09-24 22:43:31 -04:00 |
|
jperras
|
eb43faf7cc
|
Adding connection manager tests to database group test.
|
2009-09-24 16:29:35 -04:00 |
|
jperras
|
4bf5244073
|
Adding tests for ConnectionManager, and fixing a missing return value for ConnectionManager::loadDataSource().
|
2009-09-24 16:26:56 -04:00 |
|
mark_story
|
022f8ccaa2
|
Making conditions easier to read.
Adding additional test for image timestamping.
Refs #108
|
2009-09-22 19:04:40 -04:00 |
|
ADmad
|
07a89cd953
|
Updated Html and Javascript helpers to suffix asset urls with timestamp even when the app is run off a subfolder on the domain
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-09-22 18:57:30 -04:00 |
|
renan.saddam
|
7116c01642
|
Fixing Xml::toArray() when blank nodes are provided. Fixes #87.
|
2009-09-22 17:58:12 -03:00 |
|
renan.saddam
|
317049b736
|
Fixing bug when value is '0', it was generating a blank node.
|
2009-09-17 23:08:32 -03:00 |
|
mark_story
|
e0b6b25365
|
Fixing inherited public properties not being set in SessionHelper.
Adding tests for SessionHelper construction and the setting of inherited properties. Fixes #94
|
2009-09-17 19:57:56 -04: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 |
|
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 |
|
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
|
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 |
|
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
|
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 |
|
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 |
|
Ali Farhadi
|
12457ac6f9
|
Adding testcase for bug #44
|
2009-09-05 00:53:06 -04: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 |
|
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
|
fb476f17cc
|
Fixing Set::extract run against hasMany records that are the result of a find('first'). Test case added.
|
2009-09-01 13:18:20 -04:00 |
|
mark_story
|
a678a603c0
|
Simplifying message generation.
Fixing inflection of model names.
Adding tests for flash page generation. Refs #64
|
2009-08-31 13:48:32 -04:00 |
|
mark_story
|
2dca77cbcb
|
Updating Scaffold to merge hasAndBelongsToMany keys when generating field lists for scaffolded forms. Fixes #48
|
2009-08-25 23:34:19 -04:00 |
|