José Lorenzo Rodríguez
|
0824348db1
|
Removing Controller::output property and refactoring methods to not use it. CakeResponse::body() should be used instead
|
2010-08-01 01:13:41 -04:30 |
|
José Lorenzo Rodríguez
|
1b5808420f
|
Removing Dispatcher::header() as it is now longer used
|
2010-08-01 00:49:16 -04:30 |
|
José Lorenzo Rodríguez
|
f9c97383e9
|
Refactored Controller::disableCache() to use the CakeResponse object, method was also deprecated
|
2010-08-01 00:16:50 -04:30 |
|
José Lorenzo Rodríguez
|
60f504a470
|
Refactored Controller::header() to use the CakeResponse object, deprecated Controller::header() and Controller::httpCodes()
|
2010-08-01 00:13:00 -04:30 |
|
José Lorenzo Rodríguez
|
9d104fee73
|
Refactoring Controller::redirect() to use the CakeResponse object
|
2010-08-01 00:10:46 -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
|
95bc6a7bba
|
Refactoring Dispatcher to use the response class when delivering assets
|
2010-07-31 20:50:57 -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
|
d4131152cd
|
Merge branch '2.0-request' of github.com:cakephp/cakephp into 2.0-request
|
2010-07-31 14:14:03 -04:30 |
|
José Lorenzo Rodríguez
|
2a4b30dba9
|
Implementing CakeResponse::header() method
|
2010-07-31 14:13:21 -04:30 |
|
mark_story
|
509a9e14e2
|
Fixing condition missing a model name in the TreeBehavior. Fixes #961
|
2010-07-31 14:29:00 -04:00 |
|
José Lorenzo Rodríguez
|
a2eac24ec0
|
Removing second parameter from CakeResponse, the response should not be magical
|
2010-07-31 13:10:37 -04:30 |
|
José Lorenzo Rodríguez
|
159ac2038e
|
Testing remaining implemented methods
|
2010-07-31 13:04:53 -04:30 |
|
mark_story
|
9f718de0b6
|
Reverting changes made in [60ab9800e2 ]. Restoring use of isset() and $_SESSION = null. Fixes #971
|
2010-07-31 13:09:40 -04:00 |
|
mark_story
|
522446e0c2
|
Fixing issues where route elements could not have '-' in the parameter name because of limitations in pcre named capturing subpatterns. Tests added. Fixes #974
|
2010-07-31 13:03:45 -04:00 |
|
José Lorenzo Rodríguez
|
2c7b21b977
|
Completinng mime types array
|
2010-07-31 12:33:39 -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 |
|
mark_story
|
86cae09d79
|
Merge branch '1.3' of github.com:cakephp/cakephp into 1.3
|
2010-07-31 11:59:21 -04:00 |
|
ADmad
|
d04b327469
|
Fixing test case as it was error prone. Assuming the first value of $plugins array to be 'plugin_js' was incorrect.
|
2010-07-31 21:08:10 +05:30 |
|
mark_story
|
5efddf9a41
|
Adding a test case for route params with hyphens. Refs #974
|
2010-07-31 11:23:02 -04:00 |
|
mark_story
|
d0feaf8985
|
Merge branch '2.0-request' of github.com:cakephp/cakephp into 2.0-request
Conflicts:
cake/libs/controller/components/auth.php
|
2010-07-31 11:08:20 -04:00 |
|
mark_story
|
373bebb128
|
Updating test suite to properly handle parent_id situations. Fixes #881
|
2010-07-29 22:26:30 -04:00 |
|
mark_story
|
ac9721d582
|
Wrapping long lines.
|
2010-07-29 22:07:45 -04:00 |
|
mark_story
|
2b1efafe65
|
Applying optimization from 'michaelc' to reduce number of strtolower() calls in AclBehavior. Fixes #972
|
2010-07-29 22:04:22 -04:00 |
|
mark_story
|
3bda2ce100
|
Adding tests for database imports causing duplicated db prefix. Adding a workaround for the duplicated prefix name.
Fixes #962
|
2010-07-29 22:01:12 -04:00 |
|
José Lorenzo Rodríguez Urdaneta
|
ffd7066fa4
|
Adding the CakeREquest object with initial function signatures and parameters
|
2010-07-29 00:54:16 -04:30 |
|
mark_story
|
a9bb4eefae
|
Fixing failing test caused by registry pollution.
Adding a test case to prove that unqualified column names work with postgresql. Closes #930
|
2010-07-29 00:06:11 -04:00 |
|
mark_story
|
596c751ea3
|
Converting spaces to tabs.
|
2010-07-28 23:42:36 -04:00 |
|
ADmad
|
6527e9269a
|
Fixing detection and automatic appending of extension '.js' to urls in call to HtmlHelper::script(). Closes #965
|
2010-07-29 02:11:00 +05:30 |
|
José Lorenzo Rodríguez Urdaneta
|
69ee014a60
|
Merge branch '2.0' into 2.0-session
|
2010-07-27 22:27:17 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
1c8ad1d1cc
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2010-07-27 22:26:06 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
4c71dd845e
|
Merge remote branch 'origin/2.0' into 2.0-request
Conflicts:
cake/libs/controller/components/auth.php
cake/tests/cases/libs/controller/components/auth.test.php
|
2010-07-27 22:02:08 -04:30 |
|
mark_story
|
272b327dc3
|
Fixing issue where $error would be set to an array.
|
2010-07-27 22:27:44 -04:00 |
|
mark_story
|
19d8c9e6bb
|
Removing a call to __setError() that isn't an error.
|
2010-07-27 22:27:44 -04:00 |
|
mark_story
|
8db0a19585
|
Refactoring duplicated logic into a method.
|
2010-07-27 22:27:44 -04:00 |
|
mark_story
|
ef586d9917
|
Updating test case to use autoRegenerate.
|
2010-07-27 22:27:43 -04:00 |
|
mark_story
|
f5bf4c5552
|
Changing config value name to more accurately represent what it does.
|
2010-07-27 22:27:43 -04:00 |
|
mark_story
|
6ff7ad68c9
|
Fixing some infinite loop issues in the test cases for CakeSession.
|
2010-07-27 22:27:43 -04:00 |
|
mark_story
|
b3febb483e
|
Fixing incorrect use of Cache::gc(). It has no parameters for now.
|
2010-07-27 22:27:43 -04:00 |
|
mark_story
|
2f1aa0a97f
|
Making CakeHtmlReporter dump a stack trace when an exception is caught.
|
2010-07-27 22:27:43 -04:00 |
|
mark_story
|
81f6f43193
|
Moving a few things around to better replicate how CakeSession behaved in 1.3. Also fixes the countdown & session id regeneration feature. Still need to write a test case for it though.
|
2010-07-27 22:27:43 -04:00 |
|
mark_story
|
d2097c514f
|
Fixing issue where infinite loops would occur when a session was first created.
|
2010-07-27 22:27:43 -04:00 |
|
mark_story
|
977ffa96be
|
Removing dead properties and methods from SessionComponent.
Sessions should be started as soon as the component is constructed. So there is no reason to have an active()/activate() method.
|
2010-07-27 22:27:43 -04:00 |
|
mark_story
|
574bfe6b67
|
Changing clear of $_SESSION to null instead of array(), makes checks later easier. Removing _checkValid call from destroy and making it run in start(), as destroy() calls start().
|
2010-07-27 22:27:43 -04:00 |
|
mark_story
|
a857e4505c
|
Adding files from previous commit.
|
2010-07-27 22:27:43 -04:00 |
|