Rachman Chavik
|
e59bff2729
|
prevent deletion of views/cache/empty in test runs
|
2012-02-23 22:20:23 +07:00 |
|
Ceeram
|
2e2ee3b096
|
another attempy to set correc order for expected and result in assert, definitely time for some coffee
|
2012-02-22 22:31:28 +01:00 |
|
Ceeram
|
d5cdc46661
|
fixed expected and result order in asserts, also added extra test
|
2012-02-22 22:25:24 +01:00 |
|
Ceeram
|
44ea3fb122
|
testcase for incorrect merge of post data
|
2012-02-22 21:53:51 +01:00 |
|
Mark Story
|
b7302850b5
|
Merge pull request #467 from tPl0ch/2.1-required-update-create
Added support for simplified required validation on 'create' or 'update'. Fixes #230.
|
2012-02-22 09:43:13 -08:00 |
|
José Lorenzo Rodríguez
|
74d837bef3
|
Merge pull request #512 from shama/patch-test-fixes
Fix missing class errors with ComponentCollectionTest and DbAclTest
|
2012-02-22 03:48:40 -08:00 |
|
Mark Story
|
cee8f2cebb
|
Merge pull request #508 from shama/patch-app-build
Updates to App::build() uses
|
2012-02-21 19:48:21 -08:00 |
|
Kyle Robinson Young
|
962fe7c571
|
Fix missing class errors
|
2012-02-18 06:32:48 -08:00 |
|
Mark Story
|
f138c73a77
|
Merge pull request #483 from tigrang/getCrumbList-enhancement
Added `startText` feature to HtmlHelper::getCrumbList()
|
2012-02-21 18:24:16 -08:00 |
|
mark_story
|
6684b775cd
|
Fix failing tests.
|
2012-02-21 20:45:44 -05:00 |
|
Mark Story
|
c2d753ffb4
|
Merge pull request #500 from shama/patch-visibility
Add missing visibility keywords
|
2012-02-21 17:36:36 -08:00 |
|
Mark Story
|
540f6669fd
|
Merge pull request #498 from shama/patch-loadFixtures
Remove unnecessary loadFixtures() calls
|
2012-02-21 17:28:52 -08:00 |
|
Mark Story
|
d7026204d5
|
Merge pull request #497 from shama/patch-crossSchemaTest
Cleaning up ModelCrossSchemaHabtm test case
|
2012-02-21 17:27:01 -08:00 |
|
ceeram
|
6eb4f39afd
|
Merge pull request #499 from shama/patch-dbAcl-uses
Use ComponentCollection and AclComponent on DbAclTest to avoid error
|
2012-02-21 01:20:52 -08:00 |
|
Mark Story
|
fe4f0009c9
|
Merge pull request #495 from shama/patch-cakeplugin-loadall
Load specific test plugins rather than all to avoid conflicts
|
2012-02-20 20:43:41 -08:00 |
|
Kyle Robinson Young
|
32e7943b00
|
Fix merge conflict with 62f8dea
|
2012-02-18 04:39:32 -08:00 |
|
Kyle Robinson Young
|
22582aee63
|
Upgrade legacy uses of App::build() types
|
2012-02-18 04:31:29 -08:00 |
|
Kyle Robinson Young
|
c4829dc3b8
|
Use App::RESET instead of true with App::build()
|
2012-02-18 04:04:54 -08:00 |
|
Kyle Robinson Young
|
45ec5d73c5
|
Add missing visibility keywords
|
2012-02-16 23:13:12 -08:00 |
|
Jose Lorenzo Rodriguez
|
ea79ba81a4
|
Adding a simpler solution to the missing view files problem without altering the built paths in App
|
2012-02-20 15:39:03 -04:30 |
|
Jose Lorenzo Rodriguez
|
cec9d2e615
|
Revert "Adding bake skeleton's view directory to view paths list to avoid promlems with existing installation due to file moving done in earlier commit."
This reverts commit 5c792aa831 .
|
2012-02-20 15:21:03 -04:30 |
|
Mark Story
|
9e8152f949
|
Merge pull request #417 from 0x20h/php-acl
PHP config file based ACL implementation
|
2012-02-19 19:34:56 -08:00 |
|
mark_story
|
943d928084
|
Merge branch '2.0' into 2.1
|
2012-02-18 22:19:38 -05:00 |
|
mark_story
|
89df484fc5
|
Remove un-necessary Set::merge().
Using Set::merge() on an empty array causes issues with out of order
numeric keys. Only merge if necessary.
Fixes #2595
|
2012-02-18 22:18:16 -05:00 |
|
mark_story
|
20229eeb43
|
Merge branch '2.0' into 2.1
|
2012-02-18 11:22:18 -05:00 |
|
mark_story
|
fce70df6ff
|
Fix failing tests.
rawurlencode() and urlencode() handle utf8 differently.
|
2012-02-18 11:18:03 -05:00 |
|
mark_story
|
2f51ef00ed
|
Add failing tests for patches from 'teddyzeenny'.
|
2012-02-18 10:53:47 -05:00 |
|
euromark
|
77624552eb
|
added missing assertText methods to assert cross OS
|
2012-02-17 23:36:57 +01:00 |
|
Majna
|
c40d132f81
|
Fix Folder::tree() when excluding dot files or folders.
When 'exclude' param is array('.') files/folders are not skipped. Added test.
|
2012-02-17 20:46:52 +01:00 |
|
Kyle Robinson Young
|
0c27a26cb8
|
Use ComponentCollection and AclComponent on DbAclTest to avoid error
|
2012-02-16 22:57:31 -08:00 |
|
Kyle Robinson Young
|
75882507bc
|
Remove unnecessary loadFixtures() calls
|
2012-02-16 22:37:18 -08:00 |
|
Kyle Robinson Young
|
95b8675637
|
Cleaning up ModelCrossSchemaHabtm test case
|
2012-02-16 22:25:53 -08:00 |
|
Kyle Robinson Young
|
4141a3ab5b
|
Load specific test plugins rather than all to avoid conflicts
|
2012-02-16 20:03:44 -08:00 |
|
Tigran Gabrielyan
|
af2fd03590
|
Added startText feature to HtmlHelper::getCrumbList()
|
2012-02-16 19:17:43 -08:00 |
|
mark_story
|
14228fa469
|
Fix more tests to use assertTextEquals()
Refs #2148
|
2012-02-16 21:51:56 -05:00 |
|
euromark
|
2afece41a0
|
email component osFix removal due to new assertTextEquals
|
2012-02-16 21:34:43 -05:00 |
|
Kyle Robinson Young
|
9fdc17eb1f
|
Fix failing AuthComponent test
|
2012-02-16 15:58:42 -08:00 |
|
Majna
|
d41e5621b7
|
Fix missing and invalid assertions in tests.
Remove unused variables and dead code.
|
2012-02-16 19:28:21 +01:00 |
|
ADmad
|
5c792aa831
|
Adding bake skeleton's view directory to view paths list to avoid promlems with existing installation due to file moving done in earlier commit.
|
2012-02-16 18:15:12 +05:30 |
|
ADmad
|
bda05293d7
|
Fixed failing test cases
|
2012-02-16 02:22:20 +05:30 |
|
mark_story
|
6fda055a1e
|
Move initialize logic to __construct().
Fixes #2582
|
2012-02-15 14:15:44 -05:00 |
|
mark_story
|
27367b491a
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/Test/Case/View/Helper/TextHelperTest.php
lib/Cake/View/Helper/TextHelper.php
|
2012-02-14 21:55:21 -05:00 |
|
Rachman Chavik
|
5eb1979b04
|
rename protected variable to $_engine
|
2012-02-14 23:28:57 +07:00 |
|
Rachman Chavik
|
fe479c636c
|
adding tests for engine overrides
|
2012-02-14 23:28:57 +07:00 |
|
Vinícius Krolow
|
07adcfe2f7
|
fixing regex of autoLinks to work with urls that have www
|
2012-02-14 11:08:37 -02:00 |
|
Rachman Chavik
|
d6fd051fb4
|
changing methods in CakeTime class to static
|
2012-02-14 09:34:36 +07:00 |
|
Rachman Chavik
|
9624c27ef4
|
changing methods in CakeNumber class to static
|
2012-02-14 09:34:36 +07:00 |
|
Rachman Chavik
|
abd6d22445
|
changing methods in String class to static
|
2012-02-14 09:34:36 +07:00 |
|
mark_story
|
25ee90ace4
|
Fix failing tests.
|
2012-02-13 21:28:07 -05:00 |
|
mark_story
|
76711c9f71
|
Add missing rawurlencode()
When routes fail to match because of unknown named parameters,
values that needed urlencoding were missing it.
Fixes #2572
|
2012-02-13 21:16:57 -05:00 |
|