Jose Lorenzo Rodriguez
222870a26e
Moving Core related tests
2011-04-10 16:10:36 -04:30
Jose Lorenzo Rodriguez
fcdf9ce81f
Moving configure related tests
2011-04-10 16:08:16 -04:30
Jose Lorenzo Rodriguez
98bb39f476
Moving cache related tests
2011-04-10 16:06:20 -04:30
Jose Lorenzo Rodriguez
974a153818
Moving tests files to follow the naming schema and to mirror the new internal CakePHP structure
2011-04-10 15:59:26 -04:30
Jose Lorenzo Rodriguez
50b47c8729
Renaming constants and fixing the last error related to folder renaming
2011-04-10 15:32:45 -04:30
Jose Lorenzo Rodriguez
7f2734d053
Starting to migrate internal tests files to the new file schema, and fixing related tests
2011-04-10 15:02:19 -04:30
Jose Lorenzo Rodriguez
6737380deb
Partial migration of folders to camelcase in app
2011-03-22 00:46:51 -04:30
Jose Lorenzo Rodriguez
ac0ec44f51
Fixing some extract console tests
2011-03-21 01:26:07 -04:30
Jose Lorenzo Rodriguez
c9ae3c26c4
Removing more code from test app home.ctp file so testing becomes easier
2011-03-21 01:12:32 -04:30
Jose Lorenzo Rodriguez
b68bc7d4aa
Removing session helper usage in default layout of test app to avoid haing to mock an additional class
2011-03-21 00:50:43 -04:30
AD7six
32df3156a7
consolidate cake_error and cake_developer to simply "cake_dev"
...
it's a lot easier for adding new translations to think:
is it for the end user?
use 'cake' as the domain
is it for the developer
use 'cake_dev' as the domain
is it for the console
use 'cake_console' as the domain
also neatly avoids the "this message is an error, and it's in
cake_developer, why?" - question (because cake_error was intended for
anything which is used in trigger_error/exceptions, not a variable named
$error
2011-03-20 16:38:31 +01:00
AD7six
7fa52710f3
correct tests to use correct language domains.
...
updated test_app default.ctp and home.ctp to be (almost) identical to
the files shipped in the core
2011-03-19 18:52:43 +01:00
AD7six
52f3d75df3
syncronize translations in this test with the class it's testing
2011-03-19 18:48:00 +01:00
AD7six
a90ca69202
remove translation domains from this test.
...
Baked output will not contain __d('cake' - the output is project
specific
2011-03-19 18:46:00 +01:00
AD7six
d66ad0bc60
remove translation from this test
...
you can't compare the result of a translation to a fixed string and be
sure it's going to pass.
2011-03-19 18:43:44 +01:00
AD7six
e492bce64f
Merge branch '2.0-translations' of github.com:AD7six/cakephp into 2.0-class-loading
2011-03-16 17:08:15 +01:00
AD7six
64e71de52a
Merge branch '2.0-class-loading' of github.com:cakephp/cakephp into 2.0-class-loading
2011-03-16 17:07:22 +01:00
AD7six
39c7d03319
Merge branch '2.0-class-loading' into 2.0-translations
...
Conflicts:
lib/Cake/Console/Command/Task/ControllerTask.php
lib/Cake/Console/Command/Task/ProjectTask.php
lib/Cake/Core/Configure.php
lib/Cake/View/pages/home.ctp
2011-03-16 12:29:39 +01:00
Jose Lorenzo Rodriguez
3f7928fccc
Changing paths againg form datasources sub packages,
...
Updating database.php.default file
Fixing view generation task
2011-03-16 00:14:37 -04:00
Jose Lorenzo Rodriguez
a1f5fe706a
Udatint TestTask test
2011-03-15 22:59:18 -04:00
Jose Lorenzo Rodriguez
9293361562
Updating ControllerTask to crete files with new naming conventions
2011-03-15 22:23:51 -04:00
Jose Lorenzo Rodriguez
b0a7a109e9
Updating ModelTask to crete files following the new namings
2011-03-15 22:14:10 -04:00
Jose Lorenzo Rodriguez
2e2f5ea2a5
Merge remote-tracking branch 'origin/2.0' into 2.0-class-loading
2011-03-15 21:13:45 -04:00
Jose Lorenzo Rodriguez
b6b03cb379
Adding files missing from previous commit
2011-03-15 21:13:33 -04:00
Jose Lorenzo Rodriguez
0cd51de827
Merge remote-tracking branch 'origin/2.0' into 2.0-class-loading
2011-03-12 23:49:02 -04:30
AD7six
a204ac7005
translation changes for tests.
...
excludes basics and i18n
2011-03-12 20:08:25 +01:00
Jose Lorenzo Rodriguez
ecc6a22b3b
Adding tests for loading classes from the libs folder
2011-03-12 01:56:34 -04:30
Jose Lorenzo Rodriguez
2bbac9e9b0
Fixing Folder class tests
2011-03-12 00:52:23 -04:30
Jose Lorenzo Rodriguez
d890896777
Updating Lib package usage in App::load()
2011-03-12 00:40:43 -04:30
Jose Lorenzo Rodriguez
c188d1a91c
Fixing Dispatcher tests after recent changes in App::core()
2011-03-12 00:29:44 -04:30
Jose Lorenzo Rodriguez
db089ac220
Implementing vendor loading and refactoring code in App::import()
2011-03-11 23:21:34 -04:30
Jose Lorenzo Rodriguez
5a57f2c3c3
Re-implmenting file loading in App::import(), search it is not longer recursive... if it ever was
2011-03-11 18:57:11 -04:30
Jose Lorenzo Rodriguez
6ac87eef68
Making more App::import() tests pass
2011-03-11 18:18:58 -04:30
Jose Lorenzo Rodriguez
0bf51d92ca
Improving App::import() to make importing from plugins work again
2011-03-11 01:31:01 -04:30
Jose Lorenzo Rodriguez
e6b253ec0f
Starting to write a new App::import() that keeps where possible the backwards compatibility
2011-03-11 00:50:14 -04:30
Jose Lorenzo Rodriguez
90b01b7ec3
Merge remote-tracking branch 'origin/2.0' into 2.0-class-loading
2011-03-10 23:17:54 -04:30
Jose Lorenzo Rodriguez
472257c347
Removing unused variables and properly testing more methods in App class
2011-03-09 23:33:03 -04:30
Jose Lorenzo Rodriguez
21286cb8c2
Updating tests for App::objects()
2011-03-09 22:29:52 -04:30
Jose Lorenzo Rodriguez
38d33e4a9a
Improving tests for App::core()
2011-03-09 22:15:20 -04:30
Jose Lorenzo Rodriguez
022702506e
Properly testing the App::build() method and bugfixing some issues
2011-03-09 22:11:13 -04:30
Jose Lorenzo Rodriguez
f05a105dfb
Fixing the HelperCollection test
2011-03-09 21:39:05 -04:30
Jose Lorenzo Rodriguez
75e5496983
Merge remote-tracking branch 'origin/2.0' into 2.0-class-loading
2011-03-09 12:58:49 -04:30
Jose Lorenzo Rodriguez
ca32143292
Fixing the ControllerTestCase tests
2011-03-09 01:05:58 -04:30
Jose Lorenzo Rodriguez
7b7dabce48
Merge remote-tracking branch 'origin/2.0' into 2.0-class-loading
2011-03-09 00:26:18 -04:30
Jose Lorenzo Rodriguez
a1fe95e072
REverting some changes made to constants
2011-03-08 17:32:22 -04:30
Jose Lorenzo Rodriguez
6dee1277c4
Fixing the AclShell test
2011-03-08 15:13:49 -04:30
Jose Lorenzo Rodriguez
234d781f77
Fixing the ConsoleErrorHandler test
2011-03-08 14:46:21 -04:30
Jose Lorenzo Rodriguez
d2a38787a2
Fixing the ConsoleOptionParser test
2011-03-08 14:45:23 -04:30
Jose Lorenzo Rodriguez
848c9039e5
Fixing ConsoleOutput test
2011-03-08 14:44:03 -04:30
Jose Lorenzo Rodriguez
9f189d39db
Fixing the HelpFormatter test
2011-03-08 14:43:00 -04:30