mark_story
|
d14d148948
|
Making scaffold form view names consistent with those used in bake.
Renaming test_app files.
Fixes #501
|
2010-12-12 13:18:28 -05:00 |
|
mark_story
|
11df32148f
|
Updating scaffold templates to use post forms for delete buttons. Updating test case.
|
2010-12-12 13:13:00 -05:00 |
|
mark_story
|
495061537f
|
Changing Scaffold to use exceptions to indicate error states.
Starting to convert record deletion to POST only.
|
2010-12-12 12:59:25 -05:00 |
|
mark_story
|
661195db6c
|
Updating __() use in scaffold to take advantage of sprintf() being built into __() now.
|
2010-12-12 12:44:48 -05:00 |
|
mark_story
|
daffe3adb2
|
Making baked code throw 404 errors when you try to edit, delete, or view records that do not exist. Updated tests.
|
2010-12-12 12:37:02 -05:00 |
|
mark_story
|
f200ee3d99
|
Adding upgrade command for fixing request object access.
|
2010-12-11 23:46:39 -05:00 |
|
mark_story
|
2253bf1942
|
Adding a function to upgrade removed basics functions.
|
2010-12-11 23:38:23 -05:00 |
|
mark_story
|
05bc08d932
|
Making helper command be able to replace plugin helpers too.
|
2010-12-11 23:19:07 -05:00 |
|
mark_story
|
2d1dea1692
|
Fixing plugin helper updates.
Adding docblocks
Using native iterators instead of Folder class.
Adding more to the help.
|
2010-12-11 23:13:21 -05:00 |
|
mark_story
|
44c080d5ad
|
Making all core classes throw CakeException subclasses, this allows developers to catch framework exceptions with one catch.
Adding package specific exceptions.
Replacing generic exceptions in the codebase with CakeException + package exceptions.
|
2010-12-11 19:26:10 -05:00 |
|
Jeremy Harris
|
7ed19eae88
|
Allowed comma-delimited list in smtp $to var to be consistent with standard mail delivery. Fixes #1353
|
2010-12-11 15:11:54 -08:00 |
|
Jeremy Harris
|
b3f55bfd29
|
Added shorter timeout to fsockopen checks
|
2010-12-11 13:23:23 -08:00 |
|
Juan Basso
|
d332f0624f
|
Making the cookies independent for each host.
|
2010-12-11 16:49:19 -02:00 |
|
mark_story
|
6c0efb62e7
|
Adding a base HttpException for all the various HttpExceptions that cake provides, this should make it easier to write concise catch blocks.
|
2010-12-11 13:38:09 -05:00 |
|
mark_story
|
60ada4432a
|
Making unknown errors with codes higher than 500 render as error500.
Test added.
|
2010-12-11 13:30:29 -05:00 |
|
mark_story
|
504b4d495f
|
Adding stack traces to logged exceptions, as I forgot them last time around.
|
2010-12-11 12:47:16 -05:00 |
|
Juan Basso
|
eeafb55d31
|
Support to download requests.
|
2010-12-11 14:44:45 -02:00 |
|
mark_story
|
fe81b84bcb
|
Adding some help text for the upgrade shell.
|
2010-12-11 11:00:09 -05:00 |
|
evilbloodydemon
|
c1d99017e9
|
upgrade shell - option to specify extensions
|
2010-12-11 18:14:54 +03:00 |
|
evilbloodydemon
|
d414755036
|
upgrade shell - refactoring
|
2010-12-11 18:13:59 +03:00 |
|
evilbloodydemon
|
65269bba19
|
upgrade shell - helpers subcommand
|
2010-12-11 18:13:21 +03:00 |
|
evilbloodydemon
|
92f92ac051
|
upgrade shell - added ability to upgrade app separately from plugins
|
2010-12-11 18:12:40 +03:00 |
|
José Lorenzo Rodríguez
|
8e5bd76752
|
Fixing several errors when running the testsuite
|
2010-12-11 01:17:55 -04:30 |
|
José Lorenzo Rodríguez
|
4389764050
|
Fixing core path
|
2010-12-11 01:13:42 -04:30 |
|
José Lorenzo Rodríguez
|
4e722ddb74
|
Fixing some constants to load the web testsuite
|
2010-12-11 01:13:01 -04:30 |
|
mark_story
|
9bfd170443
|
Making behaviour of debug() consistent between cli and web.
|
2010-12-10 23:35:22 -05:00 |
|
mark_story
|
ceca179184
|
Fixing more tests that were failing post merge.
|
2010-12-10 23:17:42 -05:00 |
|
mark_story
|
1e108748e9
|
Fixing validation methods + features lost in [f51ce734 ] due to a bad
merge.
Fixing additional tests to reflect changes in 2.0
|
2010-12-10 22:52:22 -05:00 |
|
mark_story
|
b9f0fc0724
|
Merge branch '1.3' into merger
Conflicts:
cake/dispatcher.php
cake/libs/cake_session.php
cake/libs/controller/components/cookie.php
cake/libs/controller/components/email.php
cake/libs/controller/controller.php
cake/libs/controller/scaffold.php
cake/libs/set.php
cake/libs/validation.php
cake/libs/view/view.php
cake/tests/cases/dispatcher.test.php
cake/tests/cases/libs/controller/components/security.test.php
cake/tests/cases/libs/controller/controller.test.php
cake/tests/cases/libs/validation.test.php
cake/tests/cases/libs/view/view.test.php
|
2010-12-10 22:24:31 -05:00 |
|
Juan Basso
|
453c5364c2
|
Putting the auth and proxy data in request attribute after request.
|
2010-12-10 10:44:28 -02:00 |
|
José Lorenzo Rodríguez
|
2907765404
|
Replacing almost all remaining uses of App::import
|
2010-12-10 01:53:27 -04:30 |
|
José Lorenzo Rodríguez
|
e57b3d8e74
|
Merge remote branch 'origin/2.0' into 2.0-class-loading
Conflicts:
lib/Cake/View/Helper.php
|
2010-12-10 01:25:00 -04:30 |
|
Juan Basso
|
d97103d739
|
Making the format attribute customizable in helpers.
|
2010-12-10 02:42:38 -02:00 |
|
Graham Weldon
|
0deaa6eee0
|
Update basics test for debug() changes.
|
2010-12-10 15:39:50 +11:00 |
|
mark_story
|
1548b7badb
|
Expanding and correcting the doc block for ObjectCollection.
|
2010-12-09 23:22:08 -05:00 |
|
mark_story
|
d7e62b88bc
|
Adding test cases for using helpers in nested elements from email
templates. Closes #1355
|
2010-12-09 22:34:20 -05:00 |
|
mark_story
|
a830632071
|
Changing View::element() to not overwrite viewVars with helpers that
have the same name.
Test added.
Fixes #1354
|
2010-12-09 22:06:23 -05:00 |
|
Graham Weldon
|
e9907cb9da
|
Made debug() output html-safe strings by default.
|
2010-12-10 12:53:45 +11:00 |
|
Graham Weldon
|
33d2f9a6ed
|
Refs #621. Provides default maxLimit for pagination to prevent url manipulation causing long queries.
|
2010-12-10 12:22:12 +11:00 |
|
José Lorenzo Rodríguez
|
f540920b76
|
More App::imports converted
|
2010-12-09 01:25:24 -04:30 |
|
José Lorenzo Rodríguez
|
f84351dd07
|
More replacements of App::import to App::uses
|
2010-12-09 00:43:11 -04:30 |
|
José Lorenzo Rodríguez
|
b8344ecd33
|
Replacing some of the App::import by App::uses
|
2010-12-08 23:15:18 -04:30 |
|
jblotus
|
48f32a11e0
|
Fixed incorrect docblock. Fixes #1350
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-12-08 22:08:43 -05:00 |
|
José Lorenzo Rodríguez
|
848461f7a0
|
Making the testsuite run again
|
2010-12-08 01:49:36 -04:30 |
|
José Lorenzo Rodríguez
|
4a287faa1e
|
Moving the tests folder
|
2010-12-08 01:36:38 -04:30 |
|
José Lorenzo Rodríguez
|
4c9ad2dec8
|
Starting the tedious process of moving the testsuite and tests
|
2010-12-08 00:34:45 -04:30 |
|
José Lorenzo Rodríguez
|
02ad049559
|
Fixing more shells, and updating code in home.ctp
|
2010-12-07 20:42:50 -04:30 |
|
José Lorenzo Rodríguez
|
7828f7d2fb
|
Lazy loading connections in ConnectionManager, changing some class names and imports
|
2010-12-07 19:59:07 -04:30 |
|
José Lorenzo Rodríguez
|
09120b715c
|
Modifying index.php so the framework is able to bootstrap itself again
|
2010-12-07 19:58:09 -04:30 |
|
José Lorenzo Rodríguez
|
1c368abc1a
|
Adding back cache loading for "objects" in App class
|
2010-12-07 19:51:26 -04:30 |
|