mark_story
|
cc81f6d062
|
Fixing strict errors in Set class.
|
2010-12-12 17:37:31 -05:00 |
|
mark_story
|
df21d19c4c
|
Making a bunch of properties public so containable can hack around. Need to refactor and fix visibility issues.
Fixing failing tests in containable.
|
2010-12-12 15:48:36 -05:00 |
|
mark_story
|
10c358742b
|
Making modParams ignore null results.
Test added.
|
2010-12-12 15:33:24 -05:00 |
|
mark_story
|
a05baaa76e
|
Removing BehaviorCollection::trigger() so it uses the parent method.
Updating model to use the new behaviorcollection trigger method signature.
|
2010-12-12 15:03:23 -05:00 |
|
mark_story
|
81e009b816
|
Fixing additional strict warnings.
|
2010-12-12 15:02:38 -05:00 |
|
mark_story
|
33b8a35b75
|
Fixing strict warnings in TreeBehavior and a few other classes.
|
2010-12-12 14:56:48 -05:00 |
|
mark_story
|
b135e38072
|
Adding documentation.
|
2010-12-12 14:12:55 -05:00 |
|
mark_story
|
96968f7194
|
Moving the modParams option into ObjectCollection, so it can replace the specific trigger method in BehaviorCollection.
Changed how break behaves, so it is works better with modParams and collectReturn options.
Tests updated and expanded.
|
2010-12-12 14:10:22 -05:00 |
|
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
|
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 |
|
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 |
|
José Lorenzo Rodríguez
|
66145db2a9
|
Fixing class loading for bake tasks
|
2010-12-07 19:50:56 -04:30 |
|