Kyle Robinson Young
|
b8488b8dfe
|
Update 1.x @link in docblocks
|
2012-04-26 19:49:18 -07:00 |
|
mark_story
|
7846254c63
|
Remove more copy + paste in tests.
|
2012-04-21 21:31:24 -04:00 |
|
mark_story
|
88465cbb47
|
Remove copy + paste in tests.
|
2012-04-21 21:17:28 -04:00 |
|
mark_story
|
94e83fa81c
|
Fix invisible buttons.
Fixes #2802
|
2012-04-17 20:46:19 -04:00 |
|
mark_story
|
67743c8079
|
Fix missing Html escaping on string urls for assets.
Add HTML escaping for asset paths provided as strings.
Split existing tests up.
Fixes #2766
|
2012-04-09 21:20:11 -04:00 |
|
Ceeram
|
8c631fa022
|
add test to show label options in inputDefaults
|
2012-04-05 17:47:08 +02:00 |
|
Ceeram
|
7df6477526
|
add test to prove #2723
|
2012-03-28 22:24:02 +02:00 |
|
ADmad
|
47558e8db5
|
Revert "Merge pull request #538 from mcammaert/2.1". Closes #2723
This reverts commit 96f73d6392 , reversing
changes made to 9d017c2b5c .
Conflicts:
lib/Cake/Test/Case/View/Helper/FormHelperTest.php
|
2012-03-29 01:33:21 +05:30 |
|
Kyle Robinson Young
|
90e7afbdc7
|
Correct parameter order of assertEquals and assertNotEquals
|
2012-03-22 23:37:12 -07:00 |
|
mark_story
|
94b3839b2e
|
Fix a few more small issues.
|
2012-03-18 23:25:19 -04:00 |
|
mark_story
|
c54ac257f1
|
Fix getCrumbs() with no crumbs and first link.
Apply patch from 'Andy Hobbs' to fix issues with breadcrumbs, and
a starting breadcrumb.
Fixes #2689
|
2012-03-17 23:23:42 -04:00 |
|
mark_story
|
381e5b10bc
|
Add tests for GH-558
|
2012-03-16 21:05:06 -04:00 |
|
mark_story
|
f5804cb4ca
|
Fix most coding standards in Test/Case/View
|
2012-03-15 22:50:05 -04:00 |
|
Juan Basso
|
3b1bd90ad6
|
Updated copyright to 2012.
|
2012-03-12 22:46:07 -04:00 |
|
mark_story
|
3a8c49e319
|
Add check for simple category elements.
Fixes #2655
|
2012-03-07 19:52:06 -05:00 |
|
Mark Story
|
ca25e75852
|
Merge pull request #322 from ingk/2.1
FormHelper: Allow a boolean value for the disabled attribute in function radio
|
2012-03-04 06:51:02 -08:00 |
|
mark_story
|
50e7f4c995
|
Merge branch '2.0' into 2.1
|
2012-03-03 23:20:18 -05:00 |
|
mark_story
|
dde19f97c7
|
Fix sortDir() to read default params.
sortDir() also did not reflect the default paging parameters.
This would result in initial links not matching the query used.
Fixes #2640
|
2012-03-03 23:19:50 -05:00 |
|
mark_story
|
8f72b696a0
|
Fix sortKey() not looking at default params.
sortKey() only looked at the options values, which do not include
default sorting options declared as settings in the helper.
Fixes #2640
|
2012-03-03 23:06:45 -05:00 |
|
mark_story
|
7d51db9e63
|
Merge branch '2.0' into 2.1
|
2012-03-03 12:27:22 -05:00 |
|
Takayuki Miwa
|
1475e87b38
|
Update PaginatorHelper::beforeRender to merge request->query with url options
|
2012-03-03 13:46:46 +09:00 |
|
Manu Cammaert
|
9c24f81379
|
Test Case for Formhelper Bug
|
2012-02-29 11:03:55 +01:00 |
|
mark_story
|
7665f369fa
|
Merge branch '2.1-type-hinting-corrections' into 2.1
|
2012-02-25 20:07:18 -05:00 |
|
euromark
|
e94d307ee1
|
code conventions
|
2012-02-25 19:46:05 -05:00 |
|
Kyle Robinson Young
|
4176e59e52
|
Typo fixes in tests
|
2012-02-23 15:29:53 -08:00 |
|
Mark Story
|
cee8f2cebb
|
Merge pull request #508 from shama/patch-app-build
Updates to App::build() uses
|
2012-02-21 19:48:21 -08:00 |
|
Mark Story
|
f138c73a77
|
Merge pull request #483 from tigrang/getCrumbList-enhancement
Added `startText` feature to HtmlHelper::getCrumbList()
|
2012-02-21 18:24:16 -08:00 |
|
Kyle Robinson Young
|
22582aee63
|
Upgrade legacy uses of App::build() types
|
2012-02-18 04:31:29 -08:00 |
|
Kyle Robinson Young
|
c4829dc3b8
|
Use App::RESET instead of true with App::build()
|
2012-02-18 04:04:54 -08:00 |
|
Kyle Robinson Young
|
45ec5d73c5
|
Add missing visibility keywords
|
2012-02-16 23:13:12 -08:00 |
|
Tigran Gabrielyan
|
af2fd03590
|
Added startText feature to HtmlHelper::getCrumbList()
|
2012-02-16 19:17:43 -08:00 |
|
Majna
|
d41e5621b7
|
Fix missing and invalid assertions in tests.
Remove unused variables and dead code.
|
2012-02-16 19:28:21 +01:00 |
|
mark_story
|
27367b491a
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/Test/Case/View/Helper/TextHelperTest.php
lib/Cake/View/Helper/TextHelper.php
|
2012-02-14 21:55:21 -05:00 |
|
Rachman Chavik
|
5eb1979b04
|
rename protected variable to $_engine
|
2012-02-14 23:28:57 +07:00 |
|
Rachman Chavik
|
fe479c636c
|
adding tests for engine overrides
|
2012-02-14 23:28:57 +07:00 |
|
Vinícius Krolow
|
07adcfe2f7
|
fixing regex of autoLinks to work with urls that have www
|
2012-02-14 11:08:37 -02:00 |
|
Rachman Chavik
|
d6fd051fb4
|
changing methods in CakeTime class to static
|
2012-02-14 09:34:36 +07:00 |
|
Rachman Chavik
|
9624c27ef4
|
changing methods in CakeNumber class to static
|
2012-02-14 09:34:36 +07:00 |
|
Rachman Chavik
|
abd6d22445
|
changing methods in String class to static
|
2012-02-14 09:34:36 +07:00 |
|
mark_story
|
afecb713ab
|
Make button type nullable.
Fixes #GH365
|
2012-02-13 21:00:57 -05:00 |
|
mark_story
|
2afb05b590
|
Merge branch '2.0' into 2.1
Conflicts:
app/View/Pages/home.ctp
lib/Cake/Config/config.php
lib/Cake/Core/App.php
lib/Cake/VERSION.txt
lib/Cake/View/Helper/NumberHelper.php
|
2012-02-12 10:06:13 -05:00 |
|
ADmad
|
83e8d436f8
|
Fixing docbloc and adding tests for FormHelper::tagIsInvalid(). Refs #2562
|
2012-02-11 06:09:58 +05:30 |
|
Rachman Chavik
|
b4f51df491
|
recreating TimeHelperTest
|
2012-02-10 22:26:00 +07:00 |
|
Rachman Chavik
|
fbd3f87be6
|
recreating TextHelperTest
|
2012-02-10 22:26:00 +07:00 |
|
Rachman Chavik
|
8074959637
|
moving TimeHelperTest to CakeTimeTest
|
2012-02-10 22:26:00 +07:00 |
|
Rachman Chavik
|
59342e0524
|
moving methods from TextHelperTest to StringTest
|
2012-02-10 22:26:00 +07:00 |
|
Rachman Chavik
|
ef73fff6be
|
adding NumberHelperTest
|
2012-02-10 22:25:59 +07:00 |
|
Rachman Chavik
|
cd7a8452a2
|
renaming NumberHelperTest to CakeNumberTest
|
2012-02-10 22:25:59 +07:00 |
|
ADmad
|
e2b273e891
|
Renaming option type to tag to avoid potential conflict in future with html attribute.
|
2012-02-10 19:44:55 +05:30 |
|
ADmad
|
be694d8d6b
|
Allowed specifying media path using 'src' attribute
|
2012-02-10 13:06:55 +05:30 |
|