mark_story
|
1371cefc3d
|
Applying patch from 'thatcode' to fix an issue where FormHelper::datetime() would not use 'default' or 'value' keys like other inputs would. This corrects an unintentional inconsistency in the methods. Test cases added. Fixes #988
|
2010-08-09 23:49:18 -04:00 |
|
mark_story
|
29ddffa2d3
|
Fixing regression in DboMysqlBase where describe() was no longer pulling out fieldParameters. A test case has been added to catch any future regressions. Fixes #991
|
2010-08-09 23:25:32 -04:00 |
|
mark_story
|
ccfb1d179a
|
Expanding test and fixing issue where the return of Folder::create() would be incorrect even though the directory was properly created. Fixes #996
|
2010-08-09 22:56:41 -04:00 |
|
mark_story
|
d6e3c318cd
|
Merge branch '1.3' of github.com:cakephp/cakephp into 1.3
|
2010-08-04 23:59:17 -04:00 |
|
mark_story
|
a04fe5f81d
|
Making Router::reverse() strip out additional framework internal parameters that are specific to requestAction. Refs #977
|
2010-08-04 23:35:49 -04:00 |
|
xbuzz
|
f2f2987743
|
Fixed 'convertEntities' to links in RSS. Fixes #959
|
2010-08-04 22:03:44 -03:00 |
|
Dirk Brünsicke
|
712ca6d5b5
|
Fixing bug in String::insert that produces unexpected results with
multiple keys that start with the same substring. Fixes #984
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-08-03 22:38:45 -04:00 |
|
José Lorenzo Rodríguez
|
7e1426e743
|
Fixing doc block
|
2010-08-02 19:25:04 -04:30 |
|
José Lorenzo Rodríguez
|
e7c7008781
|
Changing behavior of RequestHandlerComponent::responseType(), it will return the current content type set int the response object
It will not return null as default as it did prior 2.0
|
2010-08-02 19:21:52 -04:30 |
|
José Lorenzo Rodríguez
|
1acbf15c00
|
Removing RequestHandlerComponent::_header() method
|
2010-08-02 19:17:43 -04:30 |
|
José Lorenzo Rodríguez
|
cb63cd171c
|
Fixing typo
|
2010-08-02 19:12:58 -04:30 |
|
José Lorenzo Rodríguez
|
bbbb81e10a
|
Adding CakeResponse::download() method
|
2010-08-02 19:10:38 -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
|
4fd032bc10
|
Refactoring RequestHandlerComponent::mapType() and added response object property to the component
|
2010-08-02 19:07:26 -04:30 |
|
José Lorenzo Rodríguez
|
040740c05d
|
Changing the order for comparisson checking on some types, when looking for a mime type
|
2010-08-02 19:04:53 -04:30 |
|
Juan Basso
|
ae2fa908c5
|
Dont use private attributes as tables in CakeSchema. Fixes #7
|
2010-08-02 00:22:46 -03:00 |
|
mark_story
|
3099a15f17
|
Removing old check for view == 'Theme'. This allows Scaffold to work well with Themed controllers. Test case added. Fixes #255
|
2010-08-01 22:25:29 -04:00 |
|
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
|
077f71aaa1
|
Refactoring controller rendering to use the CakeResponse object
|
2010-08-01 01:38:45 -04:30 |
|
Juan Basso
|
7e7a2c57e2
|
Fixing changes made in commit 522446e to works with PHP 5.2-. Refs #974
|
2010-08-01 02:55:30 -03:00 |
|
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
|
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
|
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 |
|
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
|
2b1efafe65
|
Applying optimization from 'michaelc' to reduce number of strtolower() calls in AclBehavior. Fixes #972
|
2010-07-29 22:04:22 -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 |
|
Juan Basso
|
527446a3d1
|
Changing the RequestHandler to use new Xml class.
|
2010-07-28 21:29:12 -03:00 |
|
Juan Basso
|
53f8353f92
|
Updating Set to use new Xml class.
|
2010-07-28 19:53:52 -03:00 |
|
Juan Basso
|
b862d68016
|
Support to namespaces in Xml::toArray.
|
2010-07-28 19:46:35 -03:00 |
|
Juan Basso
|
f4d5230dfa
|
Fixing the read for toArray of content when have child or attribute in xml.
|
2010-07-28 18:53:36 -03:00 |
|
Juan Basso
|
8f1bdd5378
|
Change to RssHelper use Xml class instead XmlHelper.
|
2010-07-28 17:47:02 -03: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 |
|