AD7six
|
5af1835722
|
adding tests for #6003
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7995 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 23:40:47 +00:00 |
|
AD7six
|
56afb72825
|
changing $model for $Model to follow conventions ($Model is an object)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7994 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 23:21:53 +00:00 |
|
AD7six
|
eec4d15898
|
fixes #5971 - Error generated by behavior if invoking overloaded method from within the behavior
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7993 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 23:19:59 +00:00 |
|
TommyO
|
67b9a80bcf
|
Fix simple problem with substr where warning was being thrown
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7992 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 23:05:51 +00:00 |
|
mark_story
|
b94a85e938
|
Altering Helper::url() to enforce escaped query strings for generated urls.
Tests added to Html::link(). Fixes #5982
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7991 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 22:41:47 +00:00 |
|
TommyO
|
de1d1ae3bd
|
Fixed asset.timestamp inconsistency for css files.
Added tests to confirm css linking.
Closes #5990. Fixes #5991
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7990 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 22:19:11 +00:00 |
|
mark_story
|
287968934f
|
Fixing next()/prev() when paginating multiple models. Added tests from 'hummer'. Fixes #5970
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7989 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 22:08:11 +00:00 |
|
gwoo
|
c53c28760f
|
closes #5968, refs #5798, reverts [7893], when dependent is true, conditions are not respected on HABTM associations when deleting parent record. [7893] would result in orphaned records. If more fine grained control is needed, create a model for the join table and handle it on an application/applicaiton basis.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7988 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 22:01:01 +00:00 |
|
mark_story
|
7c87d36d74
|
Updating Router::queryString() and Router::url() to allow additional parameters to force escaping of & used in query strings. Tests added. Refs #5982
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7987 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 21:38:11 +00:00 |
|
mark_story
|
ba42eb05c1
|
Fixing broken tests refs #5687
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7986 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 20:37:31 +00:00 |
|
gwoo
|
c0f767a3aa
|
fixes #5976, Xcache::clear()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7985 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 19:33:30 +00:00 |
|
gwoo
|
6026e75009
|
fixing preg error in Router::normalize cause by last commit
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7984 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 18:27:14 +00:00 |
|
mark_story
|
6c243e1106
|
Fixing pirate spelling in model.test.php. Thanks to 'teknoid' for the patch. Fixes #6002
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7983 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 18:04:31 +00:00 |
|
mark_story
|
c4fe08415b
|
Removing ob_start() calls from cake_reporter. Significantly reduces memory usage of test suite. Fixes #5972
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7982 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 18:00:18 +00:00 |
|
gwoo
|
52318f9d17
|
fixes #5978, Router::normalize url generation
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7981 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 17:55:48 +00:00 |
|
gwoo
|
ff340d33ce
|
fixes #5926, table prefix on acl tables when overriding constructor
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7980 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 17:43:46 +00:00 |
|
gwoo
|
e496fc9434
|
updating auth component and test with additional checks for missing data
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7979 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 05:21:26 +00:00 |
|
mark_story
|
4a636b93a8
|
Fixing showQuery() when there is $error = false. Tests from 'zackenbarsch' added. Fixes #5983
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7978 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 04:12:46 +00:00 |
|
mark_story
|
628a79aba6
|
Making direction flag in Set::sort() case insensitive. Test updated. Fixes #5992
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7977 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 04:06:01 +00:00 |
|
phpnut
|
a6250ad648
|
Adding fix when a invalid session is destroyed in CakeSession::_checkValid(); and session data wrote after the session is destroyed no longer being available because the session data was wrote using the old session id
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7976 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 03:52:37 +00:00 |
|
mark_story
|
7b12272253
|
Fixing issues with am times and form test.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7975 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-13 18:42:08 +00:00 |
|
mark_story
|
cc88680d17
|
Adding array cast to $check. Fixes issues when non arrays are validated with Validation::multiple. Tests added. Fixes #5986
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7974 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-13 18:41:04 +00:00 |
|
mark_story
|
b0e23ddc7d
|
Adding additional tests to requestAction() for requests with named parameters.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7973 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-07 20:16:52 +00:00 |
|
mark_story
|
6c258c0f93
|
Fixing Auth's handling of params when loginAction is an array. Tests updated. Fixes #5961
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7972 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-06 03:20:11 +00:00 |
|
the_undefined
|
186a87b514
|
Improved doc comment for greater clarity regarding attribute matching
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7971 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-05 16:15:10 +00:00 |
|
gwoo
|
0751251181
|
updating email tests to match previous change.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7970 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-02 22:50:28 +00:00 |
|
gwoo
|
4f0256f9cd
|
fixes #5904, changing email component to use initialize instead of startup, so it can be used in other components more easily
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7969 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-02 22:47:38 +00:00 |
|
mark_story
|
7421729159
|
Removing DB2 specific documentation. Docs updated in cookbook.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7968 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-31 15:30:11 +00:00 |
|
mark_story
|
79c791548f
|
Fixing formHelper::hour when specifying a strtotime compatible string for the selected value. Tests added Fixes #5941
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7967 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-30 16:20:38 +00:00 |
|
mark_story
|
94b9bcae89
|
Fixing habtm with uuid join tables with an auto model. Tests & model classes added. model test runs slightly more smoothly on postgres as well. Fixes #5940
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7966 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-30 16:09:25 +00:00 |
|
phishy
|
afe9970157
|
Fixes #5939
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7965 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-29 21:37:01 +00:00 |
|
mark_story
|
af799e179a
|
Adding missed model classes fixes #5940
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7963 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-29 03:20:05 +00:00 |
|
gwoo
|
18353519ed
|
tagging version 1.2.0.7962
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7962 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-25 23:30:33 +00:00 |
|
gwoo
|
fafc429a8f
|
merging changes to trunk and updating version number
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7961 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-25 23:21:36 +00:00 |
|
nate
|
963da7411b
|
Adding missing models to Model test case.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7960 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-25 22:51:10 +00:00 |
|
nate
|
ad208ff8c3
|
Refactoring previous fix to revert markup changes in HtmlHelper, updating FormHelper tests to comply with coding standard, correcting bad assertions, fixing issue with field types being mis-identified if duplicate names are used, fixes #5919
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7959 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-25 22:13:06 +00:00 |
|
nate
|
1deae7a586
|
Updating Validation::url() with $strict parameter to require URL scheme, fixes #5536
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7958 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-25 22:11:06 +00:00 |
|
nate
|
b2b46c3fa4
|
Implementing $safe mode for RequestHandlerComponent::getClientIP(), which ignores HTTP_X_FORWARDED_FOR, fixes #5842
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7957 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-25 22:02:36 +00:00 |
|
gwoo
|
c60e624403
|
closes #5271, removing root docs directory. adding README
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7956 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-25 18:05:56 +00:00 |
|
gwoo
|
4f799a7141
|
closes #5121, updating home.ctp
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7955 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-25 18:02:06 +00:00 |
|
nate
|
d5b157ed94
|
Fixing undefined variable in first if block branch, fixes #5921
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7954 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-24 05:40:05 +00:00 |
|
mark_story
|
b063f22f31
|
Fixing habtm joins for tables with two uuid fields, no primary key and a defined join model. Adding fixtures.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7953 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-23 23:28:08 +00:00 |
|
mark_story
|
0c29a7e1b1
|
Updating Schema shell so before() and after() are properly triggered. Fixes #5918
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7952 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-23 20:30:20 +00:00 |
|
nate
|
61850b1be1
|
Cleaning up test code formatting, adding fix for POST hash validation of checkbox lists, fixes #5903, test cases added.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7951 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-23 08:13:00 +00:00 |
|
TommyO
|
f7a62bc80d
|
Fixed bug where filename did not match between cache engine and dispatcher in some cases.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7950 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-22 19:01:17 +00:00 |
|
mark_story
|
60e3c6caa4
|
Removing unecessary Mock object creation.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7949 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-22 04:31:21 +00:00 |
|
mark_story
|
943bb53dda
|
Correcting callback firing of helpers in view. Tests added fixes #5906
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7948 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-21 22:14:48 +00:00 |
|
gwoo
|
3eb9f65e99
|
fixes #5909, return for __() for translate behavior errors
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7947 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-21 17:32:30 +00:00 |
|
mark_story
|
a88aeef826
|
Applying patch from 'rafaelbandeira3'. Removes redundant DS in path. Fixes #5902
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7946 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-19 23:30:13 +00:00 |
|
gwoo
|
0e458ff30b
|
merge fixes to trunk and updating version number
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7945 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-19 02:16:01 +00:00 |
|