mark_story
|
e8678b38ac
|
Adding specific conditions to model->delete's call to dbo->delete. This
helps fix a race condition where dbo->defaultConditions could cause
additional data loss. Fixes #250
|
2010-11-08 21:50:45 -05:00 |
|
Ceeram
|
bc7770aa83
|
removing useless calls to mapActions()
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-11-07 23:16:41 -05:00 |
|
mark_story
|
e431e86aa4
|
Fixing issue found by Felix Wilhelm(flxm) where users could send potentially dangerous or corrupted serialized objects to SecurityComponent, potentially allowing manipulation of file map caches. Test case added.
|
2010-11-07 20:53:04 -05:00 |
|
ADmad
|
eb76ab95f2
|
Fixed issue where Model::saveAll() would incorrectly commit a transaction which was not started in that function call itself.
|
2010-11-06 09:33:50 +05:30 |
|
mark_story
|
268dae722e
|
Reverting change from [16387f1961 ]. Using
the constant caused a number of issues for several other people. Refs #1231
|
2010-11-05 22:31:41 -04:00 |
|
mark_story
|
d56b812181
|
Fixing issue where an array to string conversion error could occur if you had multiple values for a model's primary key and you created a matching form. Tests added.
Fixes #1257
|
2010-11-04 21:08:40 -04:00 |
|
ADmad
|
81ce6f40b9
|
Added test cases showing usage of 'full_base' key for url generation. Refs #1256
|
2010-11-04 17:59:23 +05:30 |
|
mark_story
|
d1403b0da8
|
Changing NumberHelper::currency() to format < 1euro based on the suggestions from 'Joel Haasnoot'. Instead of 99c you will get €0,99.
Test cases updated. Fixes #1253
|
2010-11-02 21:56:24 -04:00 |
|
mark_story
|
2403d7fedc
|
Applying updates to skel/core.php. Fixes #1255
|
2010-11-02 21:43:33 -04:00 |
|
Nigel
|
3dc1f6edfa
|
Fixed the minutes into seconds for session timeout Fixes #1255
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-11-02 21:42:06 -04:00 |
|
Mark Story
|
e6aeae8935
|
Fixing issue where value in difference array was always the string value instead of the original value.
|
2010-10-31 22:44:45 -04:00 |
|
Mark Story
|
b86bec14b5
|
Removing dead code in EmailComponent.
Fixes #1248
|
2010-10-31 00:00:54 -04:00 |
|
Mark Story
|
d5f582beee
|
Merge branch 'master' of http://github.com/kwiky/cakephp into kwicky
|
2010-10-30 00:29:21 -04:00 |
|
mark_story
|
086cf279ba
|
Applying doc block changes to app/config/core.php as well. Fixes #1138
|
2010-10-29 00:16:42 -04:00 |
|
mark_story
|
18bffe8600
|
Applying doc block changes from 'teknoid'. Fixes #1239
|
2010-10-29 00:15:48 -04:00 |
|
mark_story
|
f29bb562cb
|
Adding a test for saving blank fields on a model. Closes #1243.
|
2010-10-29 00:13:09 -04:00 |
|
mark_story
|
f5fd069583
|
Applying patch from 'Justas Butkus' to fix CakeSchema::compare()
Fixes issues with comparing null == '' and adds a new protected method to handle null aware array difference generation.
Tests added.
Fixes #1206
|
2010-10-27 23:03:31 -04:00 |
|
mark_story
|
16387f1961
|
Applying patch from 'Utoxin' that removes hardcoded 'app' string from Dispatcher. Fixes #1231
|
2010-10-27 22:42:12 -04:00 |
|
mark_story
|
3639f52117
|
Adding a test for containable modifying return. Refs #1219
|
2010-10-26 21:39:48 -04:00 |
|
Steve Grosbois
|
bc3a9e8a3a
|
Removing a dot at the end of a message in mission_action.ctp because there is no dot in the same message in all other errors view, this can help for traductors
|
2010-10-25 11:43:03 +02:00 |
|
SKAhack
|
9f2d33aa88
|
meta characters don't match on regex string
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-10-24 21:42:11 -04:00 |
|
SKAhack
|
23f1c8e1c7
|
Fix regex match when regex included meta characters
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-10-24 21:42:04 -04:00 |
|
mark_story
|
4496a0a0bb
|
Reformatting code to use tabs.
Fixing issue with float comparison.
Fixes #219
|
2010-10-24 19:43:41 -04:00 |
|
C. James Callaway
|
b8f0dda964
|
Updating to match ticket, using radians() SQL function.
|
2010-10-24 19:39:18 -04:00 |
|
C. James Callaway
|
a429287c19
|
Adding testcase for ticket #219
|
2010-10-24 19:38:23 -04:00 |
|
Graham Weldon
|
d3e0ddbb0e
|
Update copyright years.
|
2010-10-25 07:58:22 +11:00 |
|
Victor Castell
|
141b05e588
|
Updated copyright years in skel aplication template
|
2010-10-25 07:57:15 +11:00 |
|
mark_story
|
a16f4c5248
|
Updating version numbers for 1.3.5
|
2010-10-24 13:56:45 -04:00 |
|
mark_story
|
54854c493b
|
Changing output buffering, as ajaxtest was making output and breaking tests in group contexts.
|
2010-10-24 00:39:46 -04:00 |
|
mark_story
|
155bfe6293
|
Fixing failing test caused by setting an expiry value outside of the PECL extensions limits.
|
2010-10-24 00:05:27 -04:00 |
|
Juan Basso
|
deb20d4cf2
|
Fixed the PHPDoc.
|
2010-10-21 14:56:05 -02:00 |
|
Toni Uebernickel
|
b04f87f62d
|
fixed E_NOTICE undefined variable in CakeCliReporter::paintException
|
2010-10-21 14:56:04 -02:00 |
|
mark_story
|
7c296211ef
|
Making generating schema for connections with prefixes work correctly. The prefix needs to be removed so that when tables are created or updated they do not get the prefix added twice.
Moving tests around. Fixes #1180
|
2010-10-20 23:17:04 -04:00 |
|
mark_story
|
498417203b
|
Making DboSource::fields() use cacheMethod() so it respects $cacheMethods.
Test added.
Fixes #1211
|
2010-10-20 22:28:31 -04:00 |
|
mark_story
|
077d1c5ad5
|
Applying patch from 'hashmich' to fix issues with slideUp and slideDown effects in prototype engine.
Tests updated.
Fixes #1213
|
2010-10-20 22:07:53 -04:00 |
|
ADmad
|
ffc77aa588
|
Adding "function_exists" check before using "ini_set" in Debugger::__construct(). Fixes #1209
|
2010-10-20 02:16:17 +05:30 |
|
mark_story
|
1c25e627ad
|
Applying patch from 'Mark Mitchell' fixes issues with sending Email via smtp. Which were incorrect based on previous patches given for ticket #1100.
Fixes #1205, Fixes #1204
|
2010-10-18 22:06:12 -04:00 |
|
mark_story
|
61864a3b76
|
Adding some missing documentation and cleaning up code inside FormHelper::select().
|
2010-10-16 13:40:27 -04:00 |
|
mark_story
|
c35ef7dbab
|
Making class attribute bubble down into FormHelper::__selectOption().
Fixes issue where you couldn't change the classname of checkbox options.
Fixes #1202
|
2010-10-16 13:32:04 -04:00 |
|
mark_story
|
67874bd906
|
Fixing issue where defining a pattern for :action would create an optional route parameter that wouldn't respect its pattern.
Added the default action value only when a pattern isn't defined.
Added tests to CakeRoute and Router to cover this case.
Fixes #1197
|
2010-10-14 21:54:44 -04:00 |
|
mark_story
|
025090fbe9
|
Applying patch from 'dragonfly' to improve help output for AclShell.
Fixes #1198
|
2010-10-14 21:25:15 -04:00 |
|
mark_story
|
6529e0e2b4
|
Making optiongroup elements follow the escape parameter.
Tests added.
Fixes #1191
|
2010-10-13 21:59:53 -04:00 |
|
mark_story
|
3f2109f3c3
|
Applying patch from 'dragonfly' to fix issue where FormHelper would always append an argument even if one was supplied.
Test Added
Fixes #1155
|
2010-10-13 21:36:05 -04:00 |
|
mark_story
|
a0a84d1a8d
|
Changing pattern used to read digest auth data. Allows emails to be used as usernames.
This also adds the realm to the return value of SecurityComponent::parseDigestAuth(). Fixes #1181
|
2010-10-11 22:35:47 -04:00 |
|
mark_story
|
d56416456c
|
Applying patch from 'Justas Butkus' to DboSource
Fixes issues where reconnect could issue warnings related to
array_merge. Fixes #1182
|
2010-10-11 21:52:10 -04:00 |
|
ADmad
|
62161203f2
|
Fixed issue where FormHelper::radio() and FormHelper::select() with option "multiple"=>"checkbox" would generate tag with invalid "id" attribute if a value was non alphanumeric
|
2010-10-10 23:16:48 +05:30 |
|
Phally
|
0d86302404
|
Fixed issue with Set::extract() where conditions containing a space and a slash would fail. Fixes #1185
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-10-08 23:28:23 -04:00 |
|
Phally
|
0e5613f63d
|
Fixed Set::extract() where single numeric keys (everything not 0) were skipped. Fixes #1175
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-10-07 20:33:31 -04:00 |
|
mark_story
|
36737e6419
|
Adding documentation for new xml options. Adding a default setting to fix all the E_NOTICE errors triggered in [503b7cf5d7 ]
Fixes #284
|
2010-10-02 19:20:43 -04:00 |
|
teknoid
|
503b7cf5d7
|
Adding slug option to avoid auto-slug of tags. Test included. Addresses #284
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-10-02 19:16:07 -04:00 |
|