Commit graph

10723 commits

Author SHA1 Message Date
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
Simon Males
f3ff494196 Fixed documentation typo: 'received'
Signed-off-by: mark_story <mark@mark-story.com>
2011-04-21 23:51:21 -04:00
mark_story
9914258807 Applying patch from 'Stefano Rosanelli' which fixes Xml::toArray() greatly improving
its ability to convert xml documents.  Fixes #1667
2011-04-21 22:38:41 -04:00
mark_story
dbb3149c08 Merge branch '2.0-hiddenclass' into 2.0 2011-04-21 22:25:31 -04:00
Jose Lorenzo Rodriguez
bb8c41d1e4 Fixing more tests related to changes on model validation 2011-04-21 19:12:16 -04:30
Jose Lorenzo Rodriguez
d788301ec9 Fixing failing tests due to recent changes in model validation 2011-04-21 19:01:15 -04:30
Jose Lorenzo Rodriguez
e2591537ed Fixing error in Task tests 2011-04-21 18:57:21 -04:30
Jose Lorenzo Rodriguez
8dc675335a Small refactoring, and adding some App::uses() to avoid problems 2011-04-21 17:56:03 -04:30
Jose Lorenzo Rodriguez
a8c2dbfd72 Fixing tests related to PluginTask 2011-04-21 17:55:35 -04:30
Jose Lorenzo Rodriguez
cf73c1da3a Removing refactoring artifact in TestsuiteShell 2011-04-21 13:31:34 -04:30
Jose Lorenzo Rodriguez
1014806c7b Colorful error if not PHPUnit is found 2011-04-21 13:28:49 -04:30
Jose Lorenzo Rodriguez
8fa73e9650 Throwing an exception if no PHPUnit is installed and running from console 2011-04-21 13:26:50 -04:30
Juan Basso
636b48024d Updated the EmailComponent test to be compatible with CakeEmail changes. 2011-04-21 00:09:33 -04:00
Juan Basso
ddb54b67df Updated the method name in email component. 2011-04-21 00:00:58 -04:00
Juan Basso
fac5ae50d0 Moved the emails templates from elements to views. Renamed the path in layouts to keep the same name. Fixes #1415. 2011-04-20 23:47:21 -04:00
Juan Basso
599d631f2f Adapted to support mimetype and contentId in the attachments. Fixes #1201. 2011-04-20 21:51:30 -04:00
mark_story
d124b6c05d Removing class from being excluded from the attributes applied to hidden inputs. Fixes #1124 2011-04-20 21:37:47 -04:00
Simon Males
5687483d5c Fixed documentation typo: 'received' 2011-04-20 17:25:25 -07:00
Renan Gonçalves
4409ca0e28 Fixing typo on file name. 2011-04-20 23:50:54 +02:00
Jose Lorenzo Rodriguez
b1e74cff5b Fixing more path generation for plugins, and typo from previous commit 2011-04-20 11:32:16 -04:30
Juan Basso
be4b9fcd02 The MIME version can be used in all types of e-mail. Fixes #14. 2011-04-19 21:47:48 -04:00
mark_story
3a7f44e04c Updating the doc blocks for TreeBehavior::moveup/movedown to indicate that
number can be either an integer or a boolean.
Fixes #1655
2011-04-19 21:02:33 -04:00
Juan Basso
1fee549063 Ooops, removed debug call. 2011-04-19 20:25:09 -04:00
Juan Basso
e0b4623065 Added support to sender email. Fixes #13. 2011-04-19 20:24:51 -04:00
Juan Basso
baba9fd270 Fixed phpdoc. 2011-04-19 19:48:52 -04:00
Juan Basso
98afe4e09b Renamed the method fastSend to deliver. 2011-04-19 17:07:38 -04:00
evilbloodydemon
8443b66986 PhpDoc and naming fixes 2011-04-19 17:04:49 -04:00
Jose Lorenzo Rodriguez
147b04ab59 Fixing more paths in skel directory for project generation 2011-04-19 13:04:12 -04:30
Jose Lorenzo Rodriguez
254225372a Fixing problem with skel generation in project task 2011-04-19 12:14:02 -04:30
Juan Basso
1004b1a168 Fixed the set of boundary. 2011-04-19 09:22:42 -04:00
mark_story
63275626ee Adding backwards compatible cookie reading back into CookieComponent.
Cookie values using the 1.x formatting will be read, and upon next write
be converted to json encoded values.
Fixes #1593
2011-04-18 22:07:45 -04:00
mark_story
d4ff39206a Making CookieComponent use json_encode instead of a custom
serialization.  Fixes issues where values containing | or , would be
handled incorrectly.  Fixes #1593
2011-04-18 22:07:45 -04:00
ADmad
961208c9be Fixed incorrect Controller object property name usage in Email component. Closes #1661 2011-04-19 00:38:51 +05:30