Majna
|
42cbb8cafe
|
Fix Cache::clear() calls in tests.
|
2012-02-10 20:38:41 +01:00 |
|
Ceeram
|
7e5ef1dc0d
|
avoid failing tests by 1 second diff
|
2012-02-10 19:53:04 +01:00 |
|
Ceeram
|
f8fef907c8
|
avoid failing tests by 1 second off
|
2012-02-10 18:29:25 +01:00 |
|
Ceeram
|
028ba27522
|
Merge branch '2.1' of github.com:cakephp/cakephp into 2.1
|
2012-02-10 17:26:16 +01:00 |
|
Ceeram
|
97f48dcdb3
|
fix failing test, caused by postgres ordering
|
2012-02-10 17:26:05 +01:00 |
|
Rachman Chavik
|
9b62e7ddab
|
changing test order
L10nTest defines DEFAULT_LANGUAGE causing CakeTimeTest to fail
|
2012-02-10 22:26:00 +07:00 |
|
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
|
4574dbc273
|
fix failing test
|
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 |
|
Mark Story
|
ae9ff9fbd0
|
Merge pull request #421 from tigrang/plugin-assets
Plugin.asset support for HtmlHelper::css , script, and image
|
2012-02-08 17:31:44 -08:00 |
|
Mark Story
|
7fb4738506
|
Merge pull request #468 from majna/2.1-bake-skel
Fix console option parser for --empty in ProjectTask.
|
2012-02-08 17:29:02 -08:00 |
|
Yasushi Ichikawa
|
e8a9d93eb5
|
Add params option to logQuery()
Parameters for prepared statements are now part of the
logged query data.
|
2012-02-08 20:15:40 -05:00 |
|
Tigran Gabrielyan
|
07899938b5
|
Changed hard-coded full base url to use FULL_BASE_URL constant
|
2012-02-07 20:26:16 -08:00 |
|
Tigran Gabrielyan
|
7fe6a4d5ea
|
Added Plugin.asset support for HtmlHelper css(), script(), and image() with tests
|
2012-02-07 20:20:50 -08:00 |
|
Majna
|
b61f46b030
|
Add Console/Templates and webroot/files to bake skel. Update tests.
|
2012-02-07 18:51:04 +01:00 |
|
Majna
|
454f383951
|
Fix console option parser for --empty in ProjectTask.
Command 'cake bake project --empty myapp' ignores argument myapp.
|
2012-02-07 18:35:12 +01:00 |
|
ADmad
|
b6f99bc0b9
|
Refactored Helper::assetUrl() a bit and added test cases.
|
2012-02-07 03:25:59 +05:30 |
|
ADmad
|
c0690a3eff
|
Added reponse object as property of View class View::$response. Refactored HtmlHelper::media() a bit.
|
2012-02-06 20:45:00 +05:30 |
|
ADmad
|
c57275636c
|
Replacing HtmlHelper::video() with HtmlHelper::media() which can generate either audio or video element
|
2012-02-06 18:57:16 +05:30 |
|
ADmad
|
e0f86d83b7
|
Merge pull request #464 from scottharwell/2.1-not-in-test-case
Added test case for fix in e1738c8
|
2012-02-05 14:04:32 -08:00 |
|
ADmad
|
22220074f2
|
Added HtmlHelper::video() for html5 video element generation. Extracted asset url generation code to new function Helper::assetUrl().
|
2012-02-06 01:30:38 +05:30 |
|
Scott Harwell
|
dddcdd105e
|
Added test case for fix in e1738c8c
|
2012-02-05 13:37:54 -05:00 |
|
mark_story
|
ace9fefb02
|
Merge branch '2.0' into 2.1
|
2012-02-03 21:54:50 -05:00 |
|
mark_story
|
437d68c60b
|
Handle the case where viewPath changes.
Fixes #2537
|
2012-02-03 21:29:37 -05:00 |
|
mark_story
|
ee083e047e
|
Fix errors with missing sub directories.
Missing content-type specific errors shouldn't trigger fatal errors.
Instead a html view should be rendered as a last resort.
Fixes #2537
|
2012-02-02 21:25:46 -05:00 |
|
mark_story
|
f5d05d9ea9
|
Fix https + query string requests.
Using https + query strings would result in port 80 instead of the
default https port.
Fixes #2530
|
2012-02-01 21:10:56 -05:00 |
|
mark_story
|
b03d7ba9b3
|
Fix reset() missing delivery property.
Fixes #2533
|
2012-02-01 20:20:14 -05:00 |
|
mark_story
|
167a551656
|
Fix incorrect doc block.
|
2012-02-01 19:30:56 -05:00 |
|
Ceeram
|
62df929342
|
adding test for image in subdir and fullbase, closes #2534
|
2012-02-01 14:37:46 +01:00 |
|
Ceeram
|
c8eae93292
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/Network/Http/HttpSocket.php
|
2012-02-01 12:11:01 +01:00 |
|
Ceeram
|
cccf663c23
|
omit equal sign if query component is not a key value pair
|
2012-02-01 12:04:52 +01:00 |
|
mark_story
|
94778ef673
|
Add block option to HtmlHelper::scriptBlock()
|
2012-01-31 22:20:21 -05:00 |
|
mark_story
|
e8d3d7ce38
|
Fix failing test.
Paths changed. The Lib directory shouldn't be in the view paths.
|
2012-01-30 22:31:19 -05:00 |
|
mark_story
|
6c7a14e482
|
Adding fallback path to plugin.
This matches the recent changes for the app dir.
Adding tests for the plugin variant.
|
2012-01-30 22:21:00 -05:00 |
|
Anton
|
57bd1ea5f9
|
added test for check nested url
|
2012-01-30 00:25:48 +02:00 |
|
mark_story
|
e770c7a72d
|
Split the AclComponent classes up.
Refs #2514
|
2012-01-29 13:54:26 -05:00 |
|
Majna
|
d7b06194a4
|
Add option for 'current' class to PaginationHelper::numbers().
|
2012-01-28 18:24:28 +01:00 |
|
mark_story
|
3b9f88030e
|
Add tests for previous commit.
|
2012-01-27 20:59:03 -05:00 |
|
mark_story
|
9ff0739504
|
Improving test generation.
Class construction can be a bit more complicated now.
|
2012-01-27 20:59:03 -05:00 |
|
mark_story
|
d904ab00fa
|
Merge branch '2.0' into 2.1
|
2012-01-27 20:58:24 -05:00 |
|
Ceeram
|
fb3c3e4df8
|
fix correct node lookup when authorize object uses plugin userModel setting, fixes #2464
|
2012-01-27 00:16:22 +01:00 |
|
Ceeram
|
7eda0affe3
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/View/ThemeView.php
|
2012-01-26 21:40:18 +01:00 |
|
mark_story
|
9089bba84b
|
Fix failing test.
|
2012-01-25 21:19:16 -05:00 |
|
Mark Story
|
7cfd27e7f6
|
Merge pull request #419 from radig/2.1
Fix HtmlHelper::link test and extend HtmlHelper::image (issue #2476)
|
2012-01-25 18:05:56 -08:00 |
|