Jose Lorenzo Rodriguez
998b04d438
Moving recently created files
2011-04-11 23:19:49 -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
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
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
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
AD7six
a204ac7005
translation changes for tests.
...
excludes basics and i18n
2011-03-12 20:08:25 +01:00
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
48b3593a25
Fixing the CommandList shell, renaming the TestSuiteShell to TestsuiteShell for BC
2011-03-08 14:15:44 -04:30
José Lorenzo Rodríguez
deae38546b
Fixing App::objects() and App::setObjects() so all dispatcher tests pass
2011-02-22 00:44:33 -04:30
José Lorenzo Rodríguez
72c6e0cd58
Fixing Cache tests
2011-01-31 00:47:30 -04:30
José Lorenzo Rodríguez
ff5a809b29
Fixing log engines loading
2011-01-31 00:14:20 -04:30
José Lorenzo Rodríguez
bff6343979
Adding the session datasources apth to App::build(), in the future look into registering only the top level packages
...
Fixing CakeSession tests
2011-01-31 00:02:17 -04:30
José Lorenzo Rodríguez
33cbdefd8c
Moving config tests assets and adding missing view path in View tests case
2011-01-30 23:39:07 -04:30
José Lorenzo Rodríguez
61e7cafe32
Fixing HelperCollection tests after merging 2.0 branch in
2011-01-28 01:33:08 -04:30
José Lorenzo Rodríguez
d9c99b5ef6
Merge remote branch 'origin/2.0' into 2.0-class-loading
...
Conflicts:
cake/tests/cases/libs/controller_test_case.test.php
lib/Cake/Controller/ComponentCollection.php
lib/Cake/Model/ConnectionManager.php
lib/Cake/TestSuite/Fixture/CakeTestFixture.php
lib/Cake/View/pages/home.ctp
2011-01-22 01:00:15 -04:30
José Lorenzo Rodríguez
be83288806
Fixing App::objects() so it will accept again the plugin syntax fro retreiving plugin objects
2011-01-08 23:44:24 -04:30
José Lorenzo Rodríguez
465330a96d
Fixing some package locations and a parse error
2011-01-08 22:57:27 -04:30
José Lorenzo Rodríguez
caa29646ce
Fixes for making mpass all ConnectionManager Tests
2011-01-06 00:09:11 -04:30
José Lorenzo Rodríguez
630a3ef223
Renaming test datasources to start making pass ConnectionManager tests
2011-01-06 00:08:39 -04:30
José Lorenzo Rodríguez
4c0e06c451
Merge remote branch 'origin/2.0' into 2.0-class-loading
...
Conflicts:
cake/bootstrap.php
cake/libs/view/helpers/js.php
lib/Cake/Model/AclNode.php
lib/Cake/Model/ConnectionManager.php
lib/Cake/bootstrap.php
lib/Cake/tests/cases/libs/controller/controller.test.php
2011-01-02 02:00:03 -04:30
José Lorenzo Rodríguez
6bd735955d
Fixing CacheHelper test
2010-12-21 22:15:21 -04:30
José Lorenzo Rodríguez
5e6926f01b
Fixing some helper and views related tests
2010-12-21 22:13:22 -04:30
José Lorenzo Rodríguez
5efa201b9b
Moving recently created files into the new folders
2010-12-18 21:52:03 -04:30
José Lorenzo Rodríguez
07e43bb0f8
Merge remote branch 'origin/2.0' into 2.0-class-loading
...
Conflicts:
cake/libs/view/scaffolds/edit.ctp
cake/libs/view/scaffolds/form.ctp
cake/tests/test_app/plugins/test_plugin/views/tests/scaffold.edit.ctp
cake/tests/test_app/plugins/test_plugin/views/tests/scaffold.form.ctp
cake/tests/test_app/views/posts/scaffold.edit.ctp
cake/tests/test_app/views/posts/scaffold.form.ctp
lib/Cake/Error/ErrorHandler.php
lib/Cake/Model/Behavior/TranslateBehavior.php
lib/Cake/Model/Datasource/CakeSession.php
lib/Cake/Routing/Router.php
lib/Cake/TestSuite/TestManager.php
lib/Cake/View/scaffolds/edit.ctp
lib/Cake/tests/cases/console/shells/bake.test.php
lib/Cake/tests/cases/libs/cake_log.test.php
lib/Cake/tests/cases/libs/cake_request.test.php
lib/Cake/tests/cases/libs/view/helpers/number.test.php
lib/Cake/tests/test_app/plugins/test_plugin/views/tests/scaffold.edit.ctp
lib/Cake/tests/test_app/views/posts/scaffold.edit.ctp
2010-12-15 01:13:05 -04:30
José Lorenzo Rodríguez
4a287faa1e
Moving the tests folder
2010-12-08 01:36:38 -04:30