Juan Basso
|
9bbaf153f7
|
Setting cookies in a single line. Fixes #48
|
2010-06-23 00:10:21 -03:00 |
|
mark_story
|
5945edd983
|
Removing strtolower call that was breaking autolinks for URL shorteners. Tests added. Fixes #838
|
2010-06-21 21:17:37 -04:00 |
|
Juan Basso
|
26d20b6d62
|
Fixing wrap for html mode in e-mails. Fixes #663
|
2010-06-21 00:37:25 -03:00 |
|
Juan Basso
|
2a4489cdf2
|
Naming conventions to datasources with plugins. Fixes #819
|
2010-06-20 23:53:54 -03:00 |
|
mark_story
|
2db510d1c1
|
Modifying Controller::validateErrors so it can accept and validate arbitrary model objects, not just those attached to the controller. Test cases updated, fixes #832
|
2010-06-20 21:47:34 -04:00 |
|
mark_story
|
50144d6b5b
|
Making FormHelper clear fields on create() as well as end() this ensures that GET forms don't leak fields. Fixes #571
|
2010-06-12 22:50:09 -04:00 |
|
mark_story
|
d1651db9a8
|
Fixing typo in Scaffold that caused error messages to display incorrectly. Fixes #813
|
2010-06-11 10:01:02 -04:00 |
|
mark_story
|
df3432aa86
|
Updating doc blocks in ModelBehavior. Refs #810
|
2010-06-11 09:55:39 -04:00 |
|
mark_story
|
f0d755bd8e
|
Adding additional tests for Helper::_parseAttributes() and fixing issue where '1' would not be interpreted as a truthy value for compact attributes. Fixes #806
|
2010-06-10 19:11:26 -04:00 |
|
mark_story
|
e5df32e9d9
|
Adding omitted documentation information.
|
2010-06-10 14:23:49 -04:00 |
|
mark_story
|
ec5ad93a68
|
Updating doc blocks for ModelBehavior so they better reflect the actual behaviour of the methods.
Removing unused variable assignment.
Fixes #810
|
2010-06-10 13:54:04 -04:00 |
|
Juan Basso
|
d5ddd8ee5f
|
Fixing check of EHLO/HELO in EmailComponent. Fixes #794
|
2010-06-09 19:22:06 -03:00 |
|
mark_story
|
ad8b70cec2
|
Removing continue statement that did nothing.
Adding a rollback for when validation fails and atomic has been set.
Tests added. Fixes #797
|
2010-06-09 13:48:54 -04:00 |
|
mark_story
|
a88b8dd5b9
|
Making requestAction() calls that requesthandler creates not remove autoLayout. This fixes issues where ajax layout files would not be rendered.
Tests added. Fixes #722
|
2010-06-07 23:43:35 -04:00 |
|
Kyle Robinson Young
|
a9fa7ac240
|
Fix for auth component userModel with plugins. Fixes #799
|
2010-06-07 23:19:13 -04:00 |
|
predominant
|
0eea0ce0f8
|
Updating version numbers to 1.3.2
|
2010-06-07 02:21:51 +10:00 |
|
mark_story
|
e41e89cd2a
|
Making magic select not override magic hidden. Tests added.
Fixes #782
|
2010-06-04 00:20:14 -04:00 |
|
mark_story
|
bd6e16be26
|
Fixing issue where join tables would be filed under 'missing' and found. Test added. Fixes #789
|
2010-06-03 23:20:37 -04:00 |
|
Juan Basso
|
3c27c4c41e
|
Ajusting smtpOption in EmailComponent. Fixes #779
|
2010-06-03 14:46:20 -03:00 |
|
Juan Basso
|
b480d80c82
|
Avoid undefined index if not define timeout in EmailComponent. Fixes #779
|
2010-06-02 18:14:58 -03:00 |
|
mark_story
|
7682c5896e
|
Changing how merged rules are cleared so it doesn't generated notice errors in PHP4. Test added. Fixes #762
|
2010-06-01 23:41:51 -04:00 |
|
Juan Basso
|
74dad04323
|
Fixing read from SMTP by EmailComponent. Closes #772
|
2010-05-30 23:29:21 -03:00 |
|
mark_story
|
7ed67e5959
|
Fixing virtualFields used in order clauses where virtualField was supplied with model alias. Tests added. Refs #768
|
2010-05-30 20:30:58 -04:00 |
|
mark_story
|
07948a733d
|
Reverting change made in [7cde309 ]. Readding trim() to fix issues on windows. Updating tests so they continue to pass on macos. Fixes #769
|
2010-05-30 11:16:40 -04:00 |
|
mark_story
|
0180daaad3
|
Updating version numbers to 1.3.1
|
2010-05-29 13:26:34 -04:00 |
|
mark_story
|
dea33f6452
|
Fixing pass by reference errors in php5.3. Fixes #451
|
2010-05-29 13:19:12 -04:00 |
|
mark_story
|
7cde3094f0
|
Removing trim() that was performed when reading a file with a lock() enabled. This was causing a failure in php5.
|
2010-05-29 12:50:42 -04:00 |
|
renan.saddam
|
c96d074722
|
Merge branch '1.3' of github.com:cakephp/cakephp into 1.3
|
2010-05-29 12:23:04 -03:00 |
|
renan.saddam
|
8f5112b8d7
|
Changing break; to continue; so it will process the next tables on the array, tests added.
|
2010-05-29 12:22:16 -03:00 |
|
predominant
|
8decc683ac
|
Numerous 'shoer description' documentation entries updated to contain useful comments.
|
2010-05-30 01:20:28 +10:00 |
|
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 |
|