mark_story
|
26d2237df0
|
Making conditions easier to read.
Adding additional test for image timestamping.
Refs #108
|
2009-09-23 23:30:55 -04:00 |
|
ADmad
|
de4737323f
|
Updated Html and Javascript helpers to suffix asset urls with timestamp even when the app is run off a subfolder on the domain
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-09-23 23:30:34 -04:00 |
|
mark_story
|
e6cc81226d
|
Merge branch '1.3-jshelper' into 1.3
|
2009-09-20 17:46:30 -04:00 |
|
mark_story
|
0d6f6232e6
|
Updating test case to fix issues when running in group context.
|
2009-09-17 20:23:36 -04:00 |
|
mark_story
|
5717e3b59c
|
Merge branch '1.2' into 1.2-merger
Conflicts:
app/webroot/test.php
cake/VERSION.txt
cake/bootstrap.php
cake/config/config.php
cake/console/cake.php
cake/console/libs/schema.php
cake/console/templates/skel/webroot/test.php
cake/libs/configure.php
cake/tests/cases/console/libs/schema.test.php
cake/tests/cases/libs/debugger.test.php
cake/tests/cases/libs/model/model_write.test.php
cake/tests/fixtures/aco_fixture.php
|
2009-09-16 01:23:49 -04:00 |
|
mark_story
|
01cf40bf12
|
Adding automatic use of $options for $disabledOptions in PaginatorHelper::next() and PaginatorHelper::prev(). Thanks to 'joaquin_win' for the initial patch. Refs #83
|
2009-09-14 23:06:24 -04:00 |
|
mark_story
|
9c41efd6fe
|
Adding NumberHelper::addFormat and test cases. Refs #5630
|
2009-09-10 22:54:49 -04:00 |
|
mark_story
|
818e7340f7
|
Adding test cases from #5630
|
2009-09-10 22:29:10 -04:00 |
|
mark_story
|
5f6015c3c4
|
Updating file headers and removing @static.
|
2009-09-10 22:23:48 -04:00 |
|
mark_story
|
0065005f95
|
Fixing custom error class not being used if error for field is a named index. Test case added. Fixes #76
|
2009-09-10 09:57:23 -04:00 |
|
mark_story
|
cf3521737f
|
Fixing selected with interval not selecting the correct option. Fixes #70.
|
2009-09-03 22:47:17 -04:00 |
|
mark_story
|
ce7864920f
|
Adding ability to add arbitrary attributes to HtmlHelper::scriptBlock. Test case added.
|
2009-09-03 13:50:53 -04:00 |
|
mark_story
|
ead3b0ecf6
|
Allowing HtmlHelper::script() to take an array of options, allows for custom attributes to be added to script include tags. Test cases added. Fixes #2955
|
2009-09-03 13:45:39 -04:00 |
|
mark_story
|
c963d5cc43
|
Updating file headers.
|
2009-09-03 12:43:13 -04:00 |
|
mark_story
|
4d458e93b6
|
Updating SessionHelper::flash() to use elements for custom flash wrapping html instead of layouts.
|
2009-09-01 00:03:56 -04:00 |
|
mark_story
|
7c4d60abe8
|
Adding patch from 'grncdr' to allow default direction to be set for sort links created with PaginatorHelper::sort. Fixes #5151
|
2009-08-26 23:55:19 -04:00 |
|
mark_story
|
4f2d415663
|
Applying patch from 'kuja' to give default class names to links generated by Paginator::sort().
Fixes #6239
|
2009-08-26 23:33:13 -04:00 |
|
mark_story
|
38a4b619e6
|
Adding default classes to next and prev links.
Switching next() and prev() to use span by default.
|
2009-08-26 22:55:24 -04:00 |
|
mark_story
|
136b4db7ad
|
Deprecating $escape for HtmlHelper::tag() use $attributes['escape'] instead. Test case added.
|
2009-08-26 22:46:49 -04:00 |
|
jperras
|
deed69ea37
|
Adding ability to input an array parameter for 3rd argument of TextHelper::highlight(). Implements #17.
|
2009-08-13 13:32:34 -04:00 |
|
mark_story
|
73a63a4b65
|
Fixing whitespace.
|
2009-08-12 09:45:43 -04:00 |
|
mark_story
|
459fcb7a1a
|
Applying patch from 'evilbloodydemon'. Fixes JqueryEngine::request() when wrapCallbacks is true. Test cases added. Fixes #20
|
2009-08-12 09:45:42 -04:00 |
|
mark_story
|
08f0c7c157
|
Fixing method dispatching errors in JsHelper with regards to Object::object, and PHP4 workarounds.
|
2009-08-12 09:45:42 -04:00 |
|
mark_story
|
a7e300a7c1
|
Adding warning errors when an incompatible class is used.
|
2009-08-12 09:45:42 -04:00 |
|
mark_story
|
29881561d3
|
Adding tests to test arbitrary class injection.
|
2009-08-12 09:45:42 -04:00 |
|
mark_story
|
b1a27b1760
|
Adding ability to inject an ajax provider class into paginator helper. updating tests.
|
2009-08-12 09:45:42 -04:00 |
|
gwoo
|
6775e0997e
|
Merge branch '1.2' into 1.3
|
2009-08-03 13:13:18 -07:00 |
|
mark_story
|
72d90f2ce8
|
Adding tests for array_diff_key() in php4. Increasing test compatibility with php4
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8281 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-08-03 19:24:38 +00:00 |
|
mark_story
|
6ca2127aea
|
Fixing JsHelper tests to run in php4
|
2009-08-03 14:47:36 -04:00 |
|
mark_story
|
83a705f739
|
Merge branch '1.3' into 1.3-jshelper
|
2009-08-03 14:39:21 -04:00 |
|
jperras
|
a0b04ed924
|
Adding proper skipIf to Javascript asset timestamp test.
|
2009-08-02 22:54:05 -04:00 |
|
gwoo
|
f9f67a1759
|
fixing some test cases
|
2009-08-02 15:18:44 -07:00 |
|
gwoo
|
bf2b8a60e6
|
Merge branch '1.3-misc' into 1.3
|
2009-08-02 12:20:07 -07:00 |
|
gwoo
|
7fc465309e
|
Merge branch '1.2' into 1.3
|
2009-08-02 11:58:39 -07:00 |
|
gwoo
|
38221e7aa2
|
Merge branch '1.2' into 1.3
|
2009-08-01 23:47:28 -07:00 |
|
gwoo
|
9e1dec3ff3
|
fixes #6538, xml serialization on multi dimensional
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8264 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-31 01:50:14 +00:00 |
|
gwoo
|
1423b0067b
|
Merge branch '1.2' into 1.3
|
2009-07-30 11:34:33 -07:00 |
|
mark_story
|
3a5b782737
|
Adding newlines and tests for slideDown slideUp alternate syntax for jquery engine.
|
2009-07-29 22:37:41 -04:00 |
|
mark_story
|
5b13b29a92
|
Adding callbackArguments and parseCallbacks to jQuery engine.
|
2009-07-29 22:19:02 -04:00 |
|
gwoo
|
aab4dc2f1a
|
Merge branch '1.3-inflector' into 1.3
|
2009-07-29 10:32:25 -07:00 |
|
mark_story
|
24299cf943
|
Implementing wrapped callbacks in Mootools. Fixing implementation in Prototype. Adding JsBaseEngineHelper::_processOptions() to reduce duplicate code.
Test cases appended and updated.
|
2009-07-29 00:05:27 -04:00 |
|
mark_story
|
47cd941b53
|
Applying optimization patch to PaginatorHelper and test refactorings to PaginatorHelper test case. Thanks Phally. Fixes #6526
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8259 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-28 12:40:31 +00:00 |
|
mark_story
|
75026715d1
|
Adding additional tests to Request and updating callback argument list.
|
2009-07-28 00:04:43 -04:00 |
|
mark_story
|
ebc221dbf7
|
Updating sortable options.
Fixing drag() when selector is a multiple element selection.
|
2009-07-27 22:36:22 -04:00 |
|
mark_story
|
ec10e90efb
|
Merge branch '1.3' into 1.3-jshelper
|
2009-07-27 12:11:43 -04:00 |
|
mark_story
|
cde9afb486
|
Updating Mootools engine to work seamlessly with $() and $$() type selections.
|
2009-07-27 08:45:31 -04:00 |
|
gwoo
|
062f471b7f
|
updating App::import usage. ran each test and everything seems ok.
|
2009-07-25 18:27:02 -07: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 |
|