mark_story
|
e958e6c25f
|
Fix strict and warning errors from type hints.
|
2012-02-25 20:06:48 -05:00 |
|
euromark
|
973dce916a
|
php5 corrections
|
2012-02-25 19:46:07 -05:00 |
|
euromark
|
42762fffa9
|
fix broken test
|
2012-02-25 19:46:06 -05:00 |
|
euromark
|
45112088a1
|
type hinting models
|
2012-02-25 19:46:06 -05:00 |
|
euromark
|
22452f61f8
|
type hinting controllers and views
|
2012-02-25 19:46:06 -05:00 |
|
euromark
|
38c3e30a1e
|
visibility attributes
|
2012-02-25 19:46:06 -05:00 |
|
euromark
|
e94d307ee1
|
code conventions
|
2012-02-25 19:46:05 -05:00 |
|
mark_story
|
ed22c17eba
|
Fix path in Testsuite.
|
2012-02-23 20:09:11 -05:00 |
|
Kyle Robinson Young
|
ea652394c7
|
Move DbAcl and IniAcl into Acl subfolder and rename Model/DbAclTest to AclNodeTest
|
2012-02-23 10:45:32 -08:00 |
|
Mark Story
|
94db313e39
|
Merge pull request #516 from dogmatic69/tree-behavior-optimization
Tree behavior optimization
Fixes #2600
|
2012-02-23 09:27:41 -08:00 |
|
Mark Story
|
3a391529d2
|
Merge pull request #520 from dogmatic69/2610
Closes #2610
|
2012-02-23 09:26:11 -08:00 |
|
Mark Story
|
1ddc8f6489
|
Merge pull request #519 from shama/patch-vis-convention
Correct convention with public visibility
|
2012-02-23 09:23:13 -08:00 |
|
Mark Story
|
66fd891503
|
Merge pull request #518 from shama/patch-cake-request-test
Fix failing tests with CakeRequest when ran in webrunner
|
2012-02-23 09:22:23 -08:00 |
|
Rachman Chavik
|
e59bff2729
|
prevent deletion of views/cache/empty in test runs
|
2012-02-23 22:20:23 +07:00 |
|
dogmatic69
|
c02912261b
|
setting recursive to -1
|
2012-02-23 11:36:44 +00:00 |
|
dogmatic69
|
2787052bdd
|
adding a truncate test for a url as explained in #2610
|
2012-02-23 11:17:58 +00:00 |
|
Kyle Robinson Young
|
c202859523
|
Correct convention with public visibility
|
2012-02-23 00:03:31 -08:00 |
|
Kyle Robinson Young
|
86fafd0ae5
|
Fix failing tests with CakeRequest when ran in webrunner
|
2012-02-22 23:50:13 -08:00 |
|
Rachman Chavik
|
c6449f649f
|
adding missing ','
|
2012-02-23 09:08:17 +07:00 |
|
Rachman Chavik
|
b545d8b201
|
fix getSchemaName() for Sqlserver.
Closes #2609.
|
2012-02-23 08:25:07 +07:00 |
|
dogmatic69
|
74a84c96f1
|
optimization of tree behavior as per ticket #2600
|
2012-02-23 00:56:20 +00:00 |
|
Ceeram
|
55b8f66095
|
fixing incorrect post data
|
2012-02-22 22:49:42 +01: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 |
|
Stef van den Ham
|
98b84ce40b
|
Fixed typo in TestSuiteShell
|
2012-02-22 09:38:59 +01:00 |
|
Mark Story
|
e5205a8dcc
|
Merge pull request #511 from tigrang/crumb-list-opt
Moving duplicate logic to a new method
|
2012-02-21 19:50:35 -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 |
|
Tigran Gabrielyan
|
95ba5f45a5
|
Keeping code dry in HtmlHelper::getCrumbs/getCrumbList
|
2012-02-21 11:38:13 -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
|
3e79038b06
|
Merge pull request #505 from shama/patch-htaccess
Remove extraneous space in .htaccess
|
2012-02-21 17:40:58 -08: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 |
|
ADmad
|
007ac45b26
|
Merge pull request #496 from shama/patch-loadSingle-docblock
Fix docblock of CakeFixtureManager::loadSingle()
|
2012-02-20 22:06:47 -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
|
962fe7c571
|
Fix missing class errors
|
2012-02-18 06:32:48 -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
|
1312cdaedf
|
Remove extraneous space in .htaccess
|
2012-02-17 21:32:09 -08:00 |
|
Kyle Robinson Young
|
45ec5d73c5
|
Add missing visibility keywords
|
2012-02-16 23:13:12 -08:00 |
|
Jose Lorenzo Rodriguez
|
a9c279aab0
|
Update version number to 2.1.0-RC
|
2012-02-20 18:10:22 -04:30 |
|
Jose Lorenzo Rodriguez
|
715c848577
|
Bringing theme code up to date with 2.0, cleaning logic a bit
|
2012-02-20 17:21:04 -04:30 |
|
Jose Lorenzo Rodriguez
|
6918b70ec3
|
REmoving usage of deprecated ThemeView
|
2012-02-20 16:49:16 -04:30 |
|
Jose Lorenzo Rodriguez
|
02fa1ae60b
|
Fixing a few failing test cases
|
2012-02-20 16:17:59 -04:30 |
|