mark_story
|
cde9afb486
|
Updating Mootools engine to work seamlessly with $() and $$() type selections.
|
2009-07-27 08:45:31 -04:00 |
|
mark_story
|
d4d9db43a7
|
Updating PrototypeEngineHelper::request() to use dataExpression. Allowing Js::submit() to work with prototype.
|
2009-07-25 18:12:53 -04:00 |
|
mark_story
|
dda6c93529
|
implementing serializeForm() in Prototype engine.
|
2009-07-25 18:02:54 -04:00 |
|
mark_story
|
def4c98a08
|
Merge branch '1.3' into 1.3-jshelper
Conflicts:
cake/libs/view/helpers/html.php
cake/libs/view/helpers/js.php
cake/tests/cases/libs/view/helpers/html.test.php
cake/tests/cases/libs/view/helpers/js.test.php
cake/tests/lib/header.php
|
2009-07-25 17:35:27 -04:00 |
|
mark_story
|
ed10374a6f
|
Adding tests for dataExpression to mootools engine.
|
2009-07-25 17:14:18 -04:00 |
|
mark_story
|
6f10f5de6d
|
Fixing issues with ajax forms and mootools. post needs to be lowercase.
Implementing serializeForm() in MootoolsEngine.
Updating doc blocks.
|
2009-07-25 17:10:22 -04:00 |
|
mark_story
|
2414a43c91
|
Adding HtmlHelper::scriptStart and HtmlHelper::scriptEnd. Further deprecates JavascriptHelper. Fixing issues in test case.
|
2009-07-25 15:43:26 -04:00 |
|
mark_story
|
4ebf5a4e32
|
Merge commit 'code/1.3' into 1.3-jshelper
Conflicts:
cake/tests/cases/libs/view/helpers/html.test.php
cake/tests/lib/header.php
|
2009-07-25 01:35:36 -04:00 |
|
mark_story
|
9a66c2cfc5
|
Fixing method param in jQuery engine. Needed to be converted to 'type'.
Fixing issues in JsHelper::submit() related to data being escaped.
Updating tests cases.
|
2009-07-24 23:29:44 -04:00 |
|
mark_story
|
49e0e5743f
|
Adding tests for custom url on submit()
|
2009-07-24 22:54:22 -04:00 |
|
mark_story
|
36722c0ef2
|
Implementing serializeForm() in jquery engine.
|
2009-07-24 22:46:33 -04:00 |
|
mark_story
|
76c13fa98e
|
Adding non buffered tests to Js::link()
Implementing Js::submit() adding test cases.
|
2009-07-24 22:13:54 -04:00 |
|
AD7six
|
b2142df2bc
|
adding a newline before all comment blocks
|
2009-07-24 21:18:37 +02:00 |
|
gwoo
|
a9d98e73c3
|
Merge branch '1.2' into 1.3
|
2009-07-22 09:27:31 -07:00 |
|
mark_story
|
a3d5a9beae
|
Adding stubs for JsHelper::submit()
|
2009-07-21 00:24:58 -04:00 |
|
mark_story
|
f9ff43b352
|
Refactoring paginator.test.php to use assertTags() where it makes sense.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8240 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-21 02:59:30 +00:00 |
|
gwoo
|
56bee6e1fc
|
fixes #6507 paginator sort directions
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8239 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-21 01:53:14 +00:00 |
|
gwoo
|
4cfdd311a9
|
fixes #6476, crash on missing layout in session flash
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8238 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-21 01:33:12 +00:00 |
|
gwoo
|
a2f0ab8b27
|
Merge branch '1.2' into 1.3
|
2009-07-20 09:31:56 -07:00 |
|
mark_story
|
76d5855d72
|
Applying patch from 'Phally' Fixes multiple issues in PaginatorHelper related to first and last option in numbers(). Fixes #6516
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8234 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-17 19:46:33 +00:00 |
|
mark_story
|
4a4b9eefe5
|
Updating file headers.
Removing newlines.
|
2009-07-17 00:09:06 -04:00 |
|
mark_story
|
baea319122
|
Applying patch from 'Dremora' fixes JavascriptHelper::codeBlock() and blockEnd() bugs where content vanished due to incorrectly structured buffers. Minor behavior change in that codeBlock(null) no longer returns an opening script tag. The entire script tag is returned when blockEnd() is called.
Test cases updated and refactored.
Fixes #6504
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8231 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-14 17:11:46 +00:00 |
|
mark_story
|
04b151edc9
|
Updating tests to be more specific. Adding tests for confirm.
|
2009-07-12 19:06:45 -04:00 |
|
mark_story
|
04fa46f228
|
Updating Js::link() adding confirm option.
|
2009-07-12 18:42:36 -04:00 |
|
mark_story
|
5119e58e3b
|
Starting work on Js::link()
|
2009-07-12 17:30:41 -04:00 |
|
mark_story
|
4d4bc9040e
|
Adding additional tests for object() encoding.
|
2009-07-11 17:36:48 -04:00 |
|
mark_story
|
69de1291e1
|
Removing deprecated options from object()
Tests updated.
|
2009-07-11 17:31:54 -04:00 |
|
mark_story
|
50c624486e
|
Updating tests to reflect changes in json encoding.
|
2009-07-11 17:21:06 -04:00 |
|
mark_story
|
b90b743853
|
Adding test cases from Javascript Helper. Preparing for refactor of
JsHelper::object().
|
2009-07-11 15:58:39 -04:00 |
|
DarkAngelBGE
|
44fa8d5fd0
|
Getting the time helper code coverage up to 99%
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8228 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-11 16:45:29 +00:00 |
|
DarkAngelBGE
|
11c664177f
|
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8227 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-11 15:36:45 +00:00 |
|
mark_story
|
9c51f720ed
|
Merge branch '1.3' into jshelper-integration
Conflicts:
cake/tests/cases/libs/view/helpers/js.test.php
|
2009-07-06 23:43:57 -04:00 |
|
davidpersson
|
68d333d088
|
Applying patches by ADMad updating HtmlHelper and adding test. Adding missing properties in test case. Preventing bleed through in test case. Fixes #6490
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8220 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-04 22:04:40 +00:00 |
|
gwoo
|
f1a4352620
|
Merge branch '1.2' into 1.3
|
2009-07-03 08:24:42 -07:00 |
|
gwoo
|
9e143bc335
|
fixes #6473, dot notation for sort in next/prev
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8213 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-02 23:48:10 +00:00 |
|
gwoo
|
bc359259a2
|
Merge branch '1.2' into 1.3
|
2009-07-02 09:27:00 -07:00 |
|
mark_story
|
1ea5f94c29
|
Updating JavascriptHelper::escapeString to properly encode utf8 characters as per the JSON spec.
Test cases added, with comparisons to json_encode()
Fixes #6400
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8198 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-06-17 01:59:41 +00:00 |
|
gwoo
|
f9339e3c81
|
simplified App::path(). Changed App::build() to handle all paths.
tests passing.
|
2009-06-11 09:13:16 -07:00 |
|
gwoo
|
24d78dd671
|
moving path configuration to App class
|
2009-06-07 15:24:10 -07:00 |
|
gwoo
|
303bc0fc89
|
fixing up some tests. pretty much all greens for me.
|
2009-06-02 17:21:15 -07:00 |
|
gwoo
|
fdd63d4e8e
|
Merge branch 'master' into 1.3
|
2009-06-02 10:12:14 -07:00 |
|
mark_story
|
50f4d91873
|
Adding test case to disprove #6411
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8181 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-05-30 19:12:15 +00:00 |
|
jperras
|
4f2d65943f
|
Fixing form helper checkbox hidden input generation for disabled fields. Thanks to 'trevorsg' for the patch & test case.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8173 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-05-14 03:26:53 +00:00 |
|
gwoo
|
db71202aac
|
Merge branch '1.2' into 1.3
|
2009-05-01 08:26:02 -07: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
|
9754926d02
|
Merging with self.
|
2009-04-24 13:44:52 -04: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 |
|
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 |
|