predominant
|
f63f15812e
|
Merge remote branch 'origin/1.3' into 1.3
|
2010-05-30 01:13:40 +10:00 |
|
predominant
|
f06f0dae8b
|
Numerous "Enter description here" block comments updated to have meaningful descriptions.
|
2010-05-30 01:10:48 +10:00 |
|
Juan Basso
|
e02cb81a67
|
Reading a smtp response until EOL. Fixes #378
|
2010-05-29 12:04:29 -03:00 |
|
mark_story
|
8b6c974cd0
|
Making FileEngine not greedily clear files in a directory that may belong to another cache configuration. Tests added. Fixes #754
|
2010-05-27 00:01:17 -04:00 |
|
mark_story
|
cd255d5031
|
Merge branch '1.3' of github.com:cakephp/cakephp into 1.3
|
2010-05-25 23:08:06 -04:00 |
|
Martin Radosta
|
64adfacd3e
|
Making DboSource::order() accept an expression object. Fixes issues with
sql parsing over quoting special SQL syntax. Tests added. Fixes #747
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-05-25 23:07:29 -04:00 |
|
Juan Basso
|
bc3e745673
|
Support to EHLO in SMTP server for EmailComponent. Fixes #54, #712, #737
|
2010-05-24 22:24:58 -03:00 |
|
Juan Basso
|
2d44929598
|
Optimization on dbo datasource to not repeat ids in find. Fixes #601
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-05-23 17:22:55 -04:00 |
|
ADmad
|
7d51952801
|
Removing protected var CakeSession::_started and instead session_id() is now used to check if session is started in CakeSession::started(). This fixes issue where CakeSession::started() returned incorrect value when used across multiple objects. Closes #731
|
2010-05-23 02:14:07 +05:30 |
|
tarcisio
|
06c1b583f8
|
fix typo in CakeLog::config()
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-05-22 10:49:37 -04:00 |
|
mark_story
|
29f2223c6d
|
Removing hardcoded '__' for virtualField separators. Making it an instance property instead. This allows the customization of the separator if needed. Tests added for DboMysql. Refs #655, #730
|
2010-05-22 00:58:54 -04:00 |
|
mark_story
|
23d4bafd39
|
Fixing inflection of words ending in causes. Fixes #736
|
2010-05-21 23:49:49 -04:00 |
|
mark_story
|
82250efc3e
|
Updating doc blocks for FormHelper::input() refs #735
|
2010-05-20 22:58:20 -04:00 |
|
predominant
|
3a81a9e6f2
|
Remove unnecessary spaces.
|
2010-05-20 12:17:52 +10:00 |
|
Robert Sworder
|
385ceb434e
|
When using Digest Authentication the passwords do not need to be md5 hashed. Removed incorrect comment.
Fixes #733
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-05-18 22:19:33 -04:00 |
|
Juan Basso
|
a94b9ee95b
|
Update various links. Closes #392
|
2010-05-18 22:15:13 -03:00 |
|
mark_story
|
3a60aa07de
|
Fixing issues where setting jQueryObject did not affect request() and its connected methods.
Tests added.
Fixes #728
|
2010-05-17 18:25:50 -04:00 |
|
mark_story
|
4915645fb1
|
Applying patch from 'Daren Thomas' fixes issues where sorting on virtualFields did not work properly when using aliased sort link keys. Tests added. Fixes #680
|
2010-05-16 23:42:14 -04:00 |
|
Mark Story
|
353c600cd7
|
Removing unreachable code. Fixes #614
|
2010-05-13 23:38:26 -04:00 |
|
Mark Story
|
046c233a34
|
Adding Welsh to the supported lists of locales in l10n. Thanks to 'DanAbel' for the 'patch'. Fixes #714
|
2010-05-13 22:13:59 -04:00 |
|
Mark Story
|
79839c07d2
|
Fixing issues where ModelBehavior::detach() would not detach behaviors when a plugin.name was provided. This change makes detach() work like attach(). Tests added. Fixes #711
|
2010-05-11 23:08:14 -04:00 |
|
Mark Story
|
6add43a4bc
|
Fixing issue where id = null could cause SQL errors when saving more than one record with a null id. Fixes #675
|
2010-05-11 22:40:56 -04:00 |
|
ADmad
|
3539660cd0
|
Space is now properly added inbetween when 'asc'/'desc' class is appended to user defined css class in PaginatorHelper::sort. Fixes #710
|
2010-05-12 00:42:02 +05:30 |
|
Mark Story
|
6e355312bb
|
Fixing issue where Config.timeout wouldn't correctly countdown when many quick requests were sent.
|
2010-05-11 00:39:10 -04:00 |
|
Richard Sbresny
|
b04a3f8514
|
Switched over to using the previously unused Security::inactiveMins() method for getting timeout modifiers
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-05-11 00:14:20 -04:00 |
|
Richard Sbresny
|
5cf08cbe92
|
Updated default values to reflect the static values previously set
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-05-11 00:12:15 -04:00 |
|
Richard Sbresny
|
c62ae5e48a
|
Included timeout multiplier factor to be used not just inside a session start
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-05-11 00:11:44 -04:00 |
|
Richard Sbresny
|
a4950f6940
|
Updated session timeout calculations to use the security level from core.php as the multiplier.
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-05-11 00:11:20 -04:00 |
|
Robert Sworder
|
ec10a01504
|
Changing home.ctp to remove references to 1.2. Fixes #705
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-05-10 23:48:12 -04:00 |
|
predominant
|
1ec220dac2
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
|
Mark Story
|
1a7dce3af6
|
Updating DboMysql to fix an issue where virtualFields that were simple
aliases to fields on other tables would end up in the wrong place.
Tests added. Fixes #655
|
2010-05-07 23:26:13 -04:00 |
|
Mark Story
|
0930b5c63c
|
Adding more documentation for JsHelper::submit(). Closes #681
|
2010-05-07 21:26:44 -04:00 |
|
Mark Story
|
1c3415759a
|
Fixing 'Only variables should be assigned by reference' errors in php4 in form helper. Fixes #643
|
2010-05-06 22:11:31 -04:00 |
|
Mark Story
|
1c1c511853
|
Changing how email validation methods are applied, to fix issues where getmxrr() exists but the domain being validated does not have MX records correctly configured. Fixes #634
|
2010-05-06 21:43:58 -04:00 |
|
predominant
|
719836c41d
|
Updated doc block for added HTTP Status.
|
2010-05-05 10:09:47 +10:00 |
|
Mark Story
|
ce10c85367
|
Making Sanitize::stripScripts() to remove multi-line script and style blocks. Fixes #657
|
2010-05-03 22:33:20 -04:00 |
|
Mark Story
|
95dbae8acf
|
Making RequestHandler component carry along a passed status code. This fixes issues where RequestHandler hijacks an redirect(). Fixes #658
|
2010-05-03 22:07:13 -04:00 |
|
Mark Story
|
c48f6d6536
|
Fixing safe parameter from leaking into request() calls in JsHelper::submit() and JsHelper::link(). Fixes #656
|
2010-05-02 21:17:10 -04:00 |
|
ADmad
|
f386dca6d8
|
Controller::loadModel() now returns true when model is succesfully instantiated as stated in docblock. Added test case.
|
2010-05-02 05:34:38 +05:30 |
|
Mark Story
|
257665eb5b
|
Updating doc blocks for bindModel and unbindModel, explaining that associations are only reset when find() is called. Refs #652
|
2010-05-01 17:37:23 -04:00 |
|
José Lorenzo Rodríguez
|
ad51115e12
|
Fixing bug where required class would be added to form fields when using single rule syntax in $validate even if allowEmpty is set to true
Closes #654
|
2010-04-30 16:42:59 -04:30 |
|
Mark Story
|
734e4fa87a
|
Removing the conditional check around including custom session configuration files. This fixes issues where requestAction could cause loss of session settings, and improves the end developers ability to customize the session. Custom session files should ensure that classes/functions are conditionally declared. Fixes #374, #541
|
2010-04-29 21:40:12 -04:00 |
|
ADmad
|
afd67e534b
|
Fixing parse error created in commit [6d092552e5 ]. Closes #647
|
2010-04-30 03:52:39 +05:30 |
|
Mark Story
|
6d092552e5
|
Updating bake templates and Scaffold to use less sprintf() and more complete sentences in i18n strings. This should make translations easier to do in a gender correct way. Fixes #210
|
2010-04-28 23:56:07 -04:00 |
|
Mark Story
|
328c58635b
|
Fixing inflection of words ending in analysis. Fixes #619
|
2010-04-27 23:03:37 -04:00 |
|
Mark Story
|
2fab47e740
|
Updating doc block for EmailComponent::send(). Fixes #633
|
2010-04-27 22:50:34 -04:00 |
|
Mark Story
|
bd485c77d3
|
Merge branch '1.3' of github.com:cakephp/cakephp1x into 1.3
|
2010-04-27 22:42:54 -04:00 |
|
Mark Story
|
bb239e3816
|
Fixing parse error in php4 for MediaView. Also fixing undefined variable error in Dispatcher. Fixes #628
|
2010-04-27 22:42:33 -04:00 |
|
Mark Story
|
af6435ece8
|
Fixing issue where table name was not using fully qualified table names, causing issues with models using table prefixes. Tests added. Fixes #623
|
2010-04-25 00:22:57 -07:00 |
|
predominant
|
1c064788c5
|
Updated vesion numbers to 1.3.0
|
2010-04-25 14:27:29 +10:00 |
|