mark_story
|
1111829e99
|
Fixing issue in __saveMulti() where unique was not always honoured. Thanks for the patch 'Jafinto'. Tests added. Closes #6006
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8001 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-16 04:09:44 +00:00 |
|
renan.saddam
|
9aabc8c893
|
Removing non-used extract() from missingDatabase()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8000 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-15 02:33:50 +00:00 |
|
AD7six
|
b9ea171429
|
fixes #6003 tree behavior fails with uuids
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7997 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-15 00:50:01 +00:00 |
|
AD7six
|
704188e2b9
|
correcting shorthand if else statement
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7996 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-15 00:01:19 +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 |
|
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
|
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
|
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 |
|
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
|
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 |
|
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
|
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 |
|
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 |
|
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 |
|
nate
|
e2c087f34b
|
Fixing failing tests in JavascriptHelper.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7944 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-19 01:30:02 +00:00 |
|
nate
|
a5b7276696
|
Correcting DboSource::order() identifier quoting, correcting bad DboSource tests, fixes #5900
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7942 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-18 20:49:25 +00:00 |
|
mark_story
|
ac87db981a
|
Fixing typos in doc blocks. Fixes #5898
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7941 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-18 14:31:53 +00:00 |
|
phpnut
|
eb653b8cba
|
Closes #5792, Inflector optimization by returning replaced values instead of assining before returning
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7940 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-18 01:35:27 +00:00 |
|
phpnut
|
d5b86bc4bf
|
Closes #5733, Avoid delegation overhead in Folder::correctSlashFor();
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7939 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-18 00:27:10 +00:00 |
|
phpnut
|
7f30d75739
|
Closes #5735, Replace preg_match in Folder::isSlashTerm
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7938 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-18 00:22:57 +00:00 |
|
phpnut
|
3daa7c9e1f
|
Closes #5734, Call static methods in Folder statically
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7937 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-18 00:17:19 +00:00 |
|
phpnut
|
e102144d42
|
Closes #5820, Duplicate value in result of Configure::corePaths();
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7936 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-18 00:12:27 +00:00 |
|
gwoo
|
4dbd8e6791
|
updating to Set::extract() to fix containable test fails, added set cases to match usage in containable.test
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7934 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-17 21:33:11 +00:00 |
|
john
|
a1046de895
|
Couple of syntax fixes - missing semicolon and usage of empty() inside a conditional.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7933 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-17 18:09:32 +00:00 |
|
nate
|
870c4e87ca
|
Fixing code formatting in JavascriptHelper to wrap at 100 characters, small return-home-early refactoring.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7931 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-17 16:08:31 +00:00 |
|
nate
|
3129d5411f
|
Correcting return value for Auth::redirect(), fixes #5893
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7930 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-17 07:30:55 +00:00 |
|
nate
|
8eade1adb3
|
Fixing code formatting to wrap at 100 characters, adding fix for ticket #5596, counterCache now decrements properly when foreign key value changes.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7927 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-17 04:13:45 +00:00 |
|