Thomas Ploch
bea666bb12
Removed JsBaseEngineHelper::$useNative. Removed json_encode() emulation from JsBaseEngineHelper::object(). Removed unnessecary call to get_object_vars() in JsBaseEngineHelper::object(). Removed unnessecary tests for equalness of emulation and native json_encode(). Added test for correct encoding of objects to JsHelper test case. Fixes #704
2011-04-26 22:35:33 -04:00
Juan Basso
1523ff6874
Moved the CakeEmail to Network/Email. Now this class have similar structure of HttpSocket.
2011-04-26 22:20:35 -04:00
evilbloodydemon
df57b15f89
Removed undefined variable in App::core, made test pass on Windows.
...
Signed-off-by: mark_story <mark@mark-story.com>
2011-04-26 22:18:51 -04:00
Juan Basso
1962e40c9a
Added tests to get with queryparams and custom configs. Refs #1674 .
2011-04-26 22:10:24 -04:00
Thomas Ploch
9db411d9e4
Added HttpSocket::config['request']['uri'] as parameter in HttpSocket::_parseUri() called by HttpSocket::get(). Now creates correct request array for GET if query params are given and the default request should be used. Fixes #1674 . No tests modified since behaviour didn't change.
2011-04-26 19:15:25 -04:00
José Lorenzo Rodríguez
c4c35f2539
Merged pull request #62 from evilbloodydemon/unused-vars.
...
Fixed typo in variable name
2011-04-26 10:53:16 -07:00
evilbloodydemon
1d7d20768f
Fixed typo in variable name
2011-04-26 21:44:37 +04:00
mark_story
b31f25fb8b
Fixing issues rendering repeat errors coming from the rendering of an error page (like a missing helper).
...
Test added. Fixes #1671
2011-04-25 21:09:53 -04:00
Renan Gonçalves
170ba71850
Changing the visiblity from private to protected, for extensibility sake.
2011-04-25 22:08:12 +02:00
Renan Gonçalves
9da76a8655
Fixing a couple of typos from last commit.
2011-04-25 21:35:27 +02:00
Renan Gonçalves
abbe5aaea2
Updating console to use i18n'ed strings.
2011-04-25 21:24:16 +02:00
Renan Gonçalves
3251faf8e9
Expliciting methods visibility.
...
No need to keep track of line anymore, token_get_all (PHP 5.2.2) returns it.
... and fixing some grammar typos on the way.
2011-04-25 21:24:07 +02:00
Renan Gonçalves
cd3529c986
Implementing support to multiline string in __*() calls.
2011-04-25 21:23:56 +02:00
Juan Basso
43a95a79fc
Fixed the tests to run in Windows and different browsers.
2011-04-24 23:40:48 -04:00
Juan Basso
6ec61746fd
Added the email folder to all network tests.
2011-04-24 23:40:46 -04:00
Juan Basso
96dd4a5c80
Fixed the tests in ThemeView and View that was affected by email changes.
2011-04-24 23:40:43 -04:00
Jose Lorenzo Rodriguez
3bb8833d82
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
2011-04-24 00:59:05 -04:30
Jose Lorenzo Rodriguez
cc9c6b8fa6
Adding missing file from last commit
2011-04-24 00:58:42 -04:30
Jose Lorenzo Rodriguez
dfb669ab8e
Allowing plugins to offer ExceptionRenderer classes
2011-04-24 00:56:48 -04:30
Juan Basso
7a13856e69
Fixed tests related with emails.
2011-04-24 01:10:33 -04:00
Juan Basso
24fbaafe01
Merge with 2.0-email.
2011-04-23 22:36:55 -04:00
Juan Basso
dc7808e63a
Changed to use only the CAKE constant.
2011-04-23 22:29:05 -04:00
Juan Basso
6a7b42f1eb
Renamed the default X-Mailer value.
2011-04-22 23:39:11 -04:00
Jose Lorenzo Rodriguez
682ec29b9b
Moving tests around in the AllTests suite and making the CakeSocket tests pass again
2011-04-22 19:53:38 -04:30
Jose Lorenzo Rodriguez
97b57e9249
Fixing controller tests after validation changes
2011-04-22 17:16:38 -04:30
Jose Lorenzo Rodriguez
d9d5651ef5
Fixing a Multibyte test
2011-04-22 17:08:44 -04:30
Jose Lorenzo Rodriguez
1d384ec68f
Reverting change for console help, and improving it so it returns help for the command intended to be run
2011-04-22 16:46:32 -04:30
Jose Lorenzo Rodriguez
63fd35b384
Merge branch 'unused-vars' of https://github.com/evilbloodydemon/cakephp into evilbloodydemon-unused-vars
2011-04-22 16:27:14 -04:30
Jose Lorenzo Rodriguez
3c4f616737
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
2011-04-22 16:10:06 -04:30
Jose Lorenzo Rodriguez
fa1d7da56e
Making shells return help if a ConsoleException is catched, like when passing bad parameters
2011-04-22 16:08:26 -04:30
AD7six
ac00dcbde2
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
2011-04-22 22:29:32 +02:00
AD7six
658a1872ce
show testcases sorted alphabetically
2011-04-22 22:29:02 +02:00
mark_story
9ce80c4f4a
Adding files I forgot to commit :(
2011-04-22 16:03:42 -04:00
evilbloodydemon
f9db4270c6
Unused variables in Utility removed
2011-04-23 00:02:10 +04:00
evilbloodydemon
3c9cb3b97d
Unused variables in Routing removed
2011-04-23 00:02:09 +04:00
evilbloodydemon
ad73c7038c
Unused variables in Network removed
2011-04-23 00:02:08 +04:00
evilbloodydemon
255dc1c44b
Unused variables in I18n removed
2011-04-23 00:02:07 +04:00
evilbloodydemon
d484d90fe5
Unused variables in Controller removed
2011-04-23 00:02:06 +04:00
evilbloodydemon
cebcd64090
Unused variables in Console removed
2011-04-23 00:02:06 +04:00
evilbloodydemon
b6c4b8abb5
Unused variables in Core removed
2011-04-23 00:02:05 +04:00
AD7six
bb99f9bc13
removing clear from welcome
...
while it's superficially useful to start from a clean screen - it's
not actually helpful.
Quite often cake will issue setup errors which a user will not see
because they are immediately cleared. Users continue using the cli
unaware that they have (possibly significant) problems
2011-04-22 21:53:02 +02:00
Jose Lorenzo Rodriguez
495611b313
Fixing location of shared plugins folder
2011-04-22 15:14:37 -04:30
Jose Lorenzo Rodriguez
bb41ce8a6a
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
2011-04-22 14:48:44 -04:30
mark_story
8eb24edb9e
Fixing paths and asserts for ShellTest.
2011-04-22 12:57:19 -04:00
mark_story
30dc37fada
Moving testsuites around to match packages. Adding more package suites.
2011-04-22 12:45:37 -04:00
mark_story
103a34777a
Fixing Engine tests not running.
2011-04-22 10:42:00 -04:00
Jose Lorenzo Rodriguez
8ff0330789
Preventing possible errors caused by sending headers when testing on cli
2011-04-22 09:03:55 -04:30
Jose Lorenzo Rodriguez
d8933fb773
Small change in use of App::build() in ErrorHanlderTest
2011-04-22 08:47:28 -04:30
mark_story
fd55066dd9
Fixing failing tests in ObjectTest.
2011-04-22 08:16:13 -04:00
mark_story
dbb3149c08
Merge branch '2.0-hiddenclass' into 2.0
2011-04-21 22:25:31 -04:00