evilbloodydemon
5abd00e636
Fixed undefined variable
2011-05-17 15:29:21 +04:00
mark_story
b6ef1305df
Backporting changes made to Memcache in 2.0 to address issues with persistent
...
connections. Refs #1705
2011-05-13 22:10:58 -04:00
mark_story
f65cf55f4f
Revert "Merge pull request #45 from joeytrapp/router-reverse"
...
This reverts commit eb1e040ae9
, reversing
changes made to e53407c595
.
2011-05-10 20:46:18 -04:00
Mark Story
eb1e040ae9
Merge pull request #45 from joeytrapp/router-reverse
...
Generate full url from Router::reverse(). Fixes #1638
2011-05-10 17:43:29 -07:00
romaimperator
50ec7e6fdf
Fixed a bug in the dateTime function that prevented the proper hour from being selected because the check for past noon required seconds to be set and they weren't
...
Signed-off-by: mark_story <mark@mark-story.com>
2011-05-09 22:21:58 -04:00
mark_story
1cdf55f8b2
Fixing whitespace and adding doc comment.
2011-05-08 08:47:32 -04:00
Luís Armando
66de46cd5b
Fix ticket #825 . Related with session set to cache.
2011-05-08 08:35:34 -04:00
Ceeram
9e4ecba12a
fixed error when passing false for $conditions, closes #1685
2011-05-08 08:23:09 -04:00
Mariano Iglesias
cc5670a33f
Fixing issue with wrong internationalization of time ago expressions in TimeHelper. Fixes #1663
2011-04-29 15:48:00 -03:00
mark_story
5273080962
Merge branch 'torifat-set' into 1.3
2011-04-27 22:42:02 -04:00
Rifat Nabi
7812223eb5
fixed! ticket #989 , Set::extract replacing first index with an index of same key [0] one step lower
2011-04-27 15:21:25 +06:00
Simon Males
f3ff494196
Fixed documentation typo: 'received'
...
Signed-off-by: mark_story <mark@mark-story.com>
2011-04-21 23:51:21 -04:00
mark_story
9914258807
Applying patch from 'Stefano Rosanelli' which fixes Xml::toArray() greatly improving
...
its ability to convert xml documents. Fixes #1667
2011-04-21 22:38:41 -04:00
mark_story
3a7f44e04c
Updating the doc blocks for TreeBehavior::moveup/movedown to indicate that
...
number can be either an integer or a boolean.
Fixes #1655
2011-04-19 21:02:33 -04:00
mark_story
12c245609e
Fixing XmlHelper overwriting its Xml property when creating an open element with elem()
...
Fixes #1642
2011-04-16 16:56:32 -04:00
mark_story
4395e8acc1
Fixing formatting, and updating test to better reflect what would normally happen.
2011-04-16 15:56:40 -04:00
tylerseymour
13c64f1707
Fix issue where values are not recursively deleted. ie:
...
$this->Cookie->write('User.email', 'test@example.com');
$this->Cookie->delete('User');
The cookie for User.email would not be removed (despite being removed from the __values array.
Fixes #1651
Signed-off-by: mark_story <mark@mark-story.com>
2011-04-16 15:16:34 -04:00
mark_story
9f51c4ccfc
Updating API docs for FormHelper::input() fixes #1649
2011-04-13 18:48:29 -04:00
Juan Basso
2c4ed9bfc2
Fixed the input name when multiple is setted to false.
2011-04-13 00:32:15 -04:00
mark_story
7d15c9d93a
Fixing CakeSocket::write() to better work with fwrite() oddities
...
where fwrite() won't actually write all the content, instead only part
of the content would be written. All content should be written now.
Fixes #1616
2011-04-07 20:07:36 -04:00
Joey Trapp
6a8322a272
Added a flag to Router::reverse that is passed on to the Router::url call
2011-04-04 15:11:47 -05:00
Mark Story
27952ebc9a
Fixing missing array cast that could result in warnings from array_merge
...
if a model or behavior returned false from a beforeValidate callback.
Fixes #1629
2011-04-03 11:01:55 -04:00
Mark Story
a0321a723b
Updating documentation for ClassRegistry::init() to not imply that it
...
can be used to construct non model objects. Fixes #1633
2011-04-03 10:50:05 -04:00
mark_story
fbab7bd9c3
Fixing linking of emails that are missing tld's. They should not be turned into links. Test added. Fixes #1622
2011-03-27 19:09:46 -04:00
mark_story
6cc1688d4e
Fixing issue where DboMysql would perform joins on delete queries even if the conditions did not require joins. Added a more intelligent join detector, that removes joins if all the conditions are simple. This will only be able to optimize array conditions.
...
Test cases added. Fixes #1571
2011-03-24 23:25:56 -04:00
mark_story
532555b94b
Fixing order condition quoting to allow fields with - in them. Fixes #1599
2011-03-24 22:28:11 -04:00
mark_story
b8e560b8b4
Merge remote branch 'ceeram/1.3-authuser' into 1.3
2011-03-23 21:31:13 -04:00
Ceeram
c902d4c060
Auth enhancement, less calls to user()
2011-03-23 15:34:02 +01:00
ADmad
69e5854f0a
Applying patch from 'Eärendil' to add option 'hiddenField' for FormHelper::select() for use with 'multiple'=>'checkbox'. Test cases added. Closes #1161
2011-03-21 19:18:53 +05:30
mark_story
33afe21aa7
Updating version numbers to 1.3.8
2011-03-20 16:10:00 -04:00
mark_story
da84f04bb0
Fixing typo in doc block.
2011-03-19 11:55:53 -04:00
mark_story
9c860d2ce8
Changing how CakeLog registers itself as the error handler, this fixes issues with e-accelerator on some platforms. Fixes #1597 , fixes #1087
2011-03-19 08:54:07 -04:00
ADmad
0f341c7114
Fixed bug where default class name 'checkbox' was dropped in case of validation error for div wrapping checkbox for multiple checkboxes
2011-03-11 20:20:55 +05:30
mark_story
5bb173013e
Adding doc block info for Cache::config.
2011-03-07 22:17:52 -05:00
Clément Hallet
e2b37d8ec9
Allow to disable cache gc. By using a falsey value for probability
...
you can disable cache gc calls.
2011-03-07 22:06:46 -05:00
mark_story
7853189328
Adding 'style' as a known html attribute. Fixes #1573
2011-03-07 21:58:11 -05:00
mark_story
2e76d32cf9
Fixing transposition of parameters to setLastError. Fixes #1570
2011-03-03 20:46:43 -05:00
mark_story
197c9bf912
Making empty string create empty submit buttons. This applies to both Form->submit() and Form->end(). Tests added. Fixes #1569
2011-03-02 20:27:57 -05:00
Ceeram
e9011badb5
Ensure both node() and afterSave() use ->name
...
Fixes #1564
2011-02-28 21:43:33 -05:00
mark_story
b80955c9fe
Adding newlines to the builtin email template. Fixes issues with long lines. Refs #857
2011-02-25 18:50:50 -05:00
mark_story
e05c6cd83f
Fixing issue where actions starting with a prefix but not followed by an _ would get mangled when going through router::url().
...
Fixes #1556
2011-02-24 16:43:13 -05:00
mark_story
139d6b3133
Changing the checks surrounding dataExpression to use empty() instead of isset() so unexpected things don't happen if you ever use dataExpression = false. Fixes #1521
2011-02-23 21:15:39 -05:00
mark_story
9367a10522
Merge branch '1.3' of github.com:cakephp/cakephp into 1.3
2011-02-23 21:07:10 -05:00
Juan Basso
52163b4b05
Allowing strings in cc and bcc. Fixes #1553 .
2011-02-22 21:23:15 -03:00
Victor Widell
d0b7d3355d
$this->data[$habtmKey] could be a string, meaning $this->data[$habtmKey][$habtmKey] would be the first character of that string. Probably not what you want.
...
Fixes #1549
Signed-off-by: mark_story <mark@mark-story.com>
2011-02-21 10:39:55 -05:00
0x20h
0e7f2efdb1
Fixing notice errors caused by accessing headers in po files that
...
don't exist. Fixes #1515
Signed-off-by: mark_story <mark@mark-story.com>
2011-02-16 22:13:51 -05:00
mark_story
42c2f3011b
Applying fix from 'Mark Mitchell' to expose PeriodicalExecuter in the callback. Fixes #1529
2011-02-11 21:49:00 -05:00
mark_story
71f76080a2
Fixing issue where creating cookies in the beforeFilter would result in
...
cookies with the wrong expiry time. Thanks 'RabidFire' for the patch. Fixes #1523
2011-02-09 21:19:15 -05:00
mark_story
9a940709ab
Removing unsupported options from PrototypeEngine. Fixes #1516
2011-02-07 20:59:01 -05:00
mark_story
584116524b
Fixing range option for prototype engine. Fixes #1509
2011-02-07 19:19:50 -05:00