Commit graph

10281 commits

Author SHA1 Message Date
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
mark_story
f4d8a7eff1 Making Configure::load merge by default. Adding a test case for overwriting. Fixes #1618 2011-04-02 10:00:59 -04:00
dereuromark
dd245747e8 merge configs instead of overriding them completely 2011-03-29 04:39:35 +02:00
Ceeram
2c79450228 Nicer baked webroot/index.php and test.php. Fixes #1621
Signed-off-by: mark_story <mark@mark-story.com>
2011-03-27 19:18:07 -04:00
Ceeram
77730b0b9b removed some more dead links to trac 2011-03-26 22:34:03 +01:00
Ceeram
7e550231d7 removed dead links to trac.cakephp.org 2011-03-26 20:40:03 +01:00
Ceeram
9102321112 removing links to code.cakephp.org/tickets 2011-03-26 20:27:36 +01:00
mark_story
893ced5c30 Removing reference operators from function signatures. Fixes #1223 2011-03-26 00:04:25 -04:00
Ceeram
d0e574cbba added extra tests for changed view file extension 2011-03-25 23:27:42 -04:00
mark_story
0bab8f8e14 Removing deprecated parameter from Inflector::slug(), use Inflector::rules() instead. 2011-03-23 22:31:27 -04:00
Ceeram
e0be31093f renamed missing_conenction.php to missing_connection.php 2011-03-23 21:47:50 -04:00
mark_story
b1318f8ab8 Merge remote branch 'ceeram/2.0-1607' into 2.0 2011-03-23 21:43:36 -04:00
Ceeram
9f223f9ebc fixed failing testcase for Auth component, closes #1607 2011-03-23 23:48:22 +01:00
Ceeram
0acbba8faa Auth enhancement, less calls to user() 2011-03-23 15:39:12 +01:00
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
433e9e7177 Fixing typos in time helper translations 2011-03-21 00:57:37 -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
Jose Lorenzo Rodriguez
5c91827c44 Fixing typo in controller task 2011-03-21 00:45:05 -04:30
mark_story
9dd39bb32c Fixing some typos and adding some missing information. 2011-03-20 21:44:15 -04:00
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
128407fb4a corect a bad habbit
don't request the same thing 3 times - request it once and use 3 times.
removed the almost duplicate translation too.
2011-03-19 18:41:50 +01:00
AD7six
ca254dae98 update language domains used in standard views 2011-03-19 18:40:36 +01:00
AD7six
5725a23a56 use the domain cake_developer and cake_error as appropriate 2011-03-19 18:35:14 +01:00
AD7six
2078dbccaa use the cake_console domain for everything related to the cli
using big po files causes a lot of noise to be loaded whenver the
langauge domain is touched - therefore avoid any cli messages from being
loaded by web requests at all.
2011-03-19 18:32:35 +01:00
AD7six
d2badbeb22 update language domains
no domain - the thing being translated comes from the app - so let the
user handle that
cake - end user
cake_error - error messages
2011-03-19 18:29:31 +01:00
AD7six
a3447592d5 updating langauge domains
cake - end user
cake_error - error messages
cake_developer - not an error just for the developer
2011-03-19 18:23:01 +01:00
AD7six
1f6346c58f using cake_error for error messages 2011-03-19 18:18:14 +01:00
AD7six
268c061a2e t
dividing language domains

cake - end user
cake_error - error messages
cake_developer - not an error, just for the developer
2011-03-19 18:16:12 +01:00
AD7six
b19ca3c95e using the domain cake_error for messages intended for the developer 2011-03-19 18:09:58 +01:00
AD7six
f95340b361 use the domain cake_error for error message intended for the developer 2011-03-19 18:07:05 +01:00
AD7six
9b092f4bf2 using the domain cake_error for messages not intended for end users 2011-03-19 18:00:24 +01:00
AD7six
2fc8d88916 using the domain cake_error for error messages.
These are error message for developers
2011-03-19 17:58:47 +01:00
AD7six
b90939f659 documentation correction 2011-03-19 17:51:46 +01:00
mark_story
f33329ae43 Merge branch 'acl-behavior' into 2.0
Conflicts:
	cake/libs/model/behaviors/acl.php
	cake/tests/cases/libs/model/behaviors/acl.test.php
2011-03-19 10:14:10 -04:00
mark_story
4118477c0a Merge branch '1.3' into merger
Conflicts:
	cake/console/templates/default/views/index.ctp
	cake/libs/cache.php
	cake/libs/cake_log.php
	cake/libs/cake_socket.php
	cake/libs/view/helpers/form.php
	cake/libs/view/helpers/js.php
	cake/tests/cases/libs/view/helpers/js.test.php
	cake/tests/lib/reporter/cake_cli_reporter.php
2011-03-19 09:08:28 -04:00
mark_story
9c860d2ce8 Changing how CakeLog registers itself as the error handler, this fixes issues with e-accelerator on some platforms. Fixes #1597, fixes #1087 2011-03-19 08:54:07 -04:00
mark_story
6d2b31d4d1 Fixing issues with plugin models used in habtm 'with' keys. Fixes #1548 2011-03-19 08:45:10 -04:00
Jamie Mill
cf0e9c0a31 Fixing undefined var and docblock error in CakeCliReporter->paintException(). 2011-03-17 19:15:08 +00: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