renan.saddam
|
48386b791f
|
Fixing cake_test_fixture and dbo_mssql tests. Refs #6135.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8159 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-28 22:20:04 +00:00 |
|
nate
|
9f15226e46
|
Fixes #6318: Incorrect whitespace handling/parsing of XML documents
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8158 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-28 13:23:37 +00:00 |
|
mark_story
|
c8cf1a2c5b
|
Updating __mergeVars to correctly merge parent and child component configurations.
Applied patch from 'neilcrookes'.
Test case added. Fixes #6325
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8157 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-28 01:32:20 +00:00 |
|
mark_story
|
5bdd5560b7
|
Merge branch '1.3-jshelper' of git@thechaw.com:cakephp into 1.3-jshelper
Conflicts:
cake/libs/view/helpers/jquery_engine.php
cake/libs/view/helpers/js.php
|
2009-04-26 23:28:05 -04:00 |
|
mark_story
|
912f6589d5
|
Partial Revert "Adding optional param to remove colon on methods. Allows use inside"
This reverts commit b29e130606176e4ad4d834fdf42746b3c4085686.
|
2009-04-26 23:24:39 -04:00 |
|
mark_story
|
e990c5ba37
|
Adding optional param to remove colon on methods. Allows use inside
object literals.
|
2009-04-26 22:53:26 -04:00 |
|
mark_story
|
b68c78fc0f
|
Fixing lost querystring params when user request without a session is performed. Test case updated. Fixes #6211
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8156 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-25 02:16:05 +00:00 |
|
jperras
|
8bb11e49d7
|
Fixing counterCache behavior when updating an existing record's counterScope value. Thanks for the patch, mattcurry. Fixes #6270.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8155 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-25 01:17:21 +00:00 |
|
gwoo
|
9ab6339392
|
fixes #6240, DboOracle: fix cache sources and php version compatibility
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8154 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-25 01:06:46 +00:00 |
|
jperras
|
97abf84770
|
EmailComponent:: now is set to null after calling EmailComponent::reset(). Test cases added; fixes #6314.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8153 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-25 00:01:57 +00:00 |
|
jperras
|
650d1e7c78
|
Removing hard coded HELO hostname of 'cake' in EmailComponent; better compliance with RFC-821 3.5. Test cases added. Fixes #6264.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8152 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-24 18:20:51 +00:00 |
|
mark_story
|
9754926d02
|
Merging with self.
|
2009-04-24 13:44:52 -04:00 |
|
mark_story
|
005cc1b338
|
Removing old JsHelperObject
|
2009-04-23 22:58:42 -07:00 |
|
mark_story
|
82cb895f50
|
Correcting test case simulation. Closes #6211
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8151 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-23 17:26:56 +00:00 |
|
gwoo
|
fd0c39fcc6
|
fixes #6293, Deleting non-existing record causes save() to fail. Thanks to msadouni for the patch and test!
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8150 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-22 16:47:34 +00:00 |
|
gwoo
|
0cc3d5149f
|
fixes #6277, relaxing character length comparison for UUID
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8149 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-22 16:05:13 +00:00 |
|
mark_story
|
91edcacec2
|
Adding newlines between methods.
|
2009-04-21 09:31:52 -07:00 |
|
mark_story
|
dd01dda0b4
|
Adding slider to prototype
|
2009-04-21 09:18:45 -07:00 |
|
mark_story
|
6e91ee7ad4
|
Adding tests to disprove #6306
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8148 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-20 07:36:26 +00:00 |
|
mark_story
|
b7845657a8
|
Adding slider to Mootools. Test cases added.
|
2009-04-18 22:44:47 -04:00 |
|
mark_story
|
5bc6bcfce1
|
Adding slider to base engine and jquery engine. Tests added.
|
2009-04-18 22:00:58 -04:00 |
|
davidpersson
|
bbfee7ba17
|
Updating Xml class to always use #document as the very root node and to create a node below it if the root option is set.
Adding test.
Fixes #6294
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8147 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-17 13:26:07 +00:00 |
|
renan.saddam
|
bd7bd5d891
|
Fixing issue when generating textarea with null value.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8146 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-16 18:12:01 +00:00 |
|
mark_story
|
4507d2b895
|
Adding slider() skel to libraries.
|
2009-04-15 23:59:13 -04:00 |
|
mark_story
|
518dd41ca8
|
Updating doc blocks. Removing old methods from JsHelper.
|
2009-04-15 23:48:04 -04:00 |
|
gwoo
|
ec18aac4ab
|
Merge branch 1.2 into 1.3
|
2009-04-15 15:16:01 -07:00 |
|
mark_story
|
8db4fe682b
|
Allowing name attribute to pass on to hidden field in FormHelper::radio().
Fixes inconsistency with checkbox(). Test case added.
Fixes #6260
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8145 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-15 17:18:01 +00:00 |
|
mark_story
|
377108f930
|
Adding tests to show correct usage of form::create() with querystring params. Closes #6278
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8144 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-15 02:29:50 +00:00 |
|
mark_story
|
32107f5fba
|
Fixing test broken in [8136]. Adding Configure::write() to prevent fails when running helpers as a group.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8143 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-15 02:14:04 +00:00 |
|
jperras
|
5d183cbe9a
|
Updating core.php with new Session.model configuration directive.
|
2009-04-14 20:12:44 -04:00 |
|
mark_story
|
fcb8ef25d6
|
Renaming setUp() to startTest() in Controller task. Fixes issues with fixtures and baked controller tests.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8142 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-14 23:13:43 +00:00 |
|
mark_story
|
97652231a0
|
Fixing RequestHandlerComponent::prefers() with array input. Test case updated. Fixes #6290
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8141 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-14 13:16:25 +00:00 |
|
jperras
|
75f303f7b8
|
Removing method chaining from core session library & adding assign by references for php4 compatibility.
|
2009-04-14 00:37:59 -04:00 |
|
jperras
|
cadc64c7b6
|
Removing EOF newlines.
|
2009-04-13 23:53:10 -04:00 |
|
jperras
|
740c712fb5
|
Refactoring core session library to use a proper Session model instead of hard-coded SQL.
|
2009-04-13 23:50:44 -04:00 |
|
jperras
|
225e5e6aa8
|
Adding missing fixtures from last commit.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8140 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-13 14:25:01 +00:00 |
|
jperras
|
066629d566
|
Removing hard-coded 'id' field from Model::_prepareUpdateFields. Fixes #6274.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8139 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-13 14:15:58 +00:00 |
|
mark_story
|
4b2504d334
|
Refactor repetitive logic in jquery engine.
|
2009-04-11 23:47:43 -04:00 |
|
mark_story
|
3a3e003982
|
Adding drop() to mootools.
|
2009-04-11 23:37:24 -04:00 |
|
mark_story
|
1d5e3150a2
|
Adding drag() to mootools.
|
2009-04-11 23:09:58 -04:00 |
|
mark_story
|
02bb4e71f3
|
Adding drag and drop() methods to prototype.
Adding test for option pass through on _mapOptions(). Ensures that
correctly named options do not get munged.
|
2009-04-11 00:01:40 -04:00 |
|
jperras
|
66959d5849
|
Fixing indentation & trailing EOF newline.
|
2009-04-10 15:28:34 -04:00 |
|
jperras
|
199d446ba7
|
Addding additional English irregular singularization/pluralization rule 'niche' => 'niches'.
|
2009-04-10 14:47:17 -04:00 |
|
jperras
|
7902f6838b
|
Remvoving dependence on String class in Inflector::slug.
|
2009-04-10 14:15:27 -04:00 |
|
jperras
|
d72dad581a
|
Cleaning up formatting.
|
2009-04-10 14:06:04 -04:00 |
|
jperras
|
67fffaab86
|
Removing unused Set class import.
|
2009-04-10 14:01:40 -04:00 |
|
jperras
|
8d1198dfd6
|
Refactoring Inflector class attributes from public to protected scope.
|
2009-04-10 13:41:32 -04:00 |
|
jperras
|
f466929aca
|
Refactoring singularize/pluralize to use an in-memory array map for better performance.
|
2009-04-10 13:03:38 -04:00 |
|
jperras
|
dd55afe57f
|
Removing unsused variable.
|
2009-04-10 10:34:36 -04:00 |
|
the_undefined
|
bf2829a896
|
Fixed bug related to the order in which some replacement take place
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8138 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-09 13:15:43 +00:00 |
|