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 |
|
José Lorenzo Rodríguez
|
bf22928b6a
|
Improving the CakeResponse::cache() method
|
2010-10-03 19:27:08 -04:30 |
|
José Lorenzo Rodríguez
|
0ba5023f3a
|
Updating testcase and fixing small bug in last commit
|
2010-10-03 16:48:07 -04:30 |
|
mark_story
|
2b1bc99eb5
|
Fixing failing tests in auth and scaffold.
Fixing more tests that had stray buffers.
|
2010-09-25 22:27:31 -04:00 |
|
mark_story
|
92b57d81ee
|
Moving common setup and teardown functionality in to CakeTestCase.
Removing repeated setup/teardown logic from test cases.
Switching tests to use setup/teardown instead of startTest/endTest.
|
2010-09-25 21:36:49 -04:00 |
|
José Lorenzo Rodríguez
|
4a8e44b419
|
Adding test case for CakeResponse::mapType()
|
2010-08-02 19:33:09 -04:30 |
|
José Lorenzo Rodríguez
|
8968204cb5
|
Adding test method for CakeResponse::download()
|
2010-08-02 19:16:19 -04:30 |
|
José Lorenzo Rodríguez
|
5fb320f31d
|
Refactoring RequestHandler methods to use the response object
|
2010-08-02 19:10:01 -04:30 |
|
José Lorenzo Rodríguez
|
87eb1ec697
|
Adding the ability to add custom content types to CakeResponse
|
2010-08-01 14:22:02 -04:30 |
|
José Lorenzo Rodríguez
|
3ab4e09e11
|
Moving Controller::httpCodes() to CakeResponse
|
2010-08-01 00:09:09 -04:30 |
|
José Lorenzo Rodríguez
|
754c0776f8
|
Skipping response compression test when running in web tester
|
2010-07-31 20:59:04 -04:30 |
|
José Lorenzo Rodríguez
|
abafdb037b
|
Implementing the CakeResponse::compress() method
|
2010-07-31 19:30:25 -04:30 |
|
José Lorenzo Rodríguez
|
8780f0b33d
|
Implementing CakeResponse::cache()
|
2010-07-31 18:31:50 -04:30 |
|
José Lorenzo Rodríguez
|
5ba0e43aa3
|
Implementing CakeResponse::disableCache()
|
2010-07-31 17:40:49 -04:30 |
|
José Lorenzo Rodríguez
|
20d1e483cc
|
Implementing and tesing CakeResponse::send()
|
2010-07-31 16:58:13 -04:30 |
|
José Lorenzo Rodríguez
|
d1808db0df
|
Changing the encoding method for "charset"
|
2010-07-31 14:40:58 -04:30 |
|
José Lorenzo Rodríguez
|
2a4b30dba9
|
Implementing CakeResponse::header() method
|
2010-07-31 14:13:21 -04:30 |
|
José Lorenzo Rodríguez
|
159ac2038e
|
Testing remaining implemented methods
|
2010-07-31 13:04:53 -04:30 |
|
José Lorenzo Rodríguez
|
f432de830c
|
Implementing some function in the response object, adding test case
|
2010-07-31 12:33:02 -04:30 |
|