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
|
e8b39fb9a5
|
Updating docs for serializeForm.
Making url for form js more flexible.
|
2009-07-24 22:47:08 -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 |
|
gwoo
|
986af28de0
|
Merge branch '1.2' into 1.3
|
2009-07-24 15:57:30 -07:00 |
|
DarkAngelBGE
|
8f61c666c2
|
Removing usage of r() from core
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8252 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-23 20:51:24 +00:00 |
|
gwoo
|
61c2c3009d
|
updating session requires and removing deperacted method from text helper
|
2009-07-23 13:07:03 -07:00 |
|
mark_story
|
93d64c4e76
|
Removing use of e() from core classes. Refs #6525
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8250 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-23 13:35:14 +00:00 |
|
gwoo
|
a9d98e73c3
|
Merge branch '1.2' into 1.3
|
2009-07-22 09:27:31 -07:00 |
|
DarkAngelBGE
|
fefbe77208
|
Minor refactorings for DboMysql, DboSource and TextHelper
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8241 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-21 20:57:39 +00:00 |
|
mark_story
|
a3d5a9beae
|
Adding stubs for JsHelper::submit()
|
2009-07-21 00:24:58 -04: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
|
a5bfe72bd2
|
Updating file header and doc blocks.
|
2009-07-17 00:10:48 -04: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
|
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
|
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
|
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
|
8971aad8bf
|
closes #6413, scaffoldFields not working with add/edit methods
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8214 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-03 00:14:36 +00: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
|
fd818bc493
|
Applying patch from 'mulleto'. Fixes plugin view file location with CamelCase plugin names. Test cases added.
Fixes #6334
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8202 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-06-24 22:02:00 +00: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
|
e54dbd430f
|
fixes #6419, redirect with cached view page
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8193 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-06-10 17:11:17 +00:00 |
|
gwoo
|
24d78dd671
|
moving path configuration to App class
|
2009-06-07 15:24:10 -07:00 |
|
gwoo
|
fdd63d4e8e
|
Merge branch 'master' into 1.3
|
2009-06-02 10:12:14 -07:00 |
|
mark_story
|
1910e5482b
|
Updating doc block for HtmlHelper::css(). Fixes #6059
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8175 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-05-22 01:25:13 +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 |
|
mark_story
|
bf7e257e02
|
Updating coding standards in bake templates and scaffolds. Fixes #6346
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8167 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-05-07 00:53:44 +00:00 |
|
gwoo
|
15518b8c9a
|
merging 1.3-misc into master
|
2009-05-01 14:05:46 -07:00 |
|
gwoo
|
db71202aac
|
Merge branch '1.2' into 1.3
|
2009-05-01 08:26:02 -07:00 |
|
mark_story
|
7eaf331213
|
Updating doc block for FormHelper::input(). Fixes #6328
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8160 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-04-29 12:40:15 +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
|
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
|
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 |
|