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 |
|
ADmad
|
12bf1348f5
|
Merge branch '2.0' into 2.1
|
2012-02-05 17:55:46 +05:30 |
|
ADmad
|
b5c7ca2ee9
|
Added self closing tag format.
|
2012-02-05 17:43:23 +05:30 |
|
ADmad
|
6f09f5dfc8
|
Added missing file extension to mime type mapping for files used with html5 audio/video tags
|
2012-02-05 05:41:02 +05:30 |
|
mark_story
|
18cb9a2fc8
|
Fix content type errors.
'serialize' should be '_serialize'.
|
2012-02-04 11:12:45 -05:00 |
|
mark_story
|
07dc558fb1
|
Sync CSS file with app/webroot.
|
2012-02-04 11:03:01 -05:00 |
|
mark_story
|
5cf5ee4410
|
Clarify which cache is using the indicated engine.
|
2012-02-04 10:42:48 -05:00 |
|
mark_story
|
ace9fefb02
|
Merge branch '2.0' into 2.1
|
2012-02-03 21:54:50 -05:00 |
|
mark_story
|
49a48ced89
|
Don't restrict to BASE_TABLE.
This allows Views, and custom table types
to be connected to models in SqlServer.
Fixes #2529
|
2012-02-03 21:54:26 -05:00 |
|
mark_story
|
437d68c60b
|
Handle the case where viewPath changes.
Fixes #2537
|
2012-02-03 21:29:37 -05:00 |
|
Shadow6363
|
62e671f6b8
|
Changed MySQL in comment to SQLite.
|
2012-02-03 21:03:34 -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
|
e697c68da5
|
Uncommented code works better.
|
2012-02-01 20:24:02 -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 |
|
Stefano Zoffoli
|
edeca2fd3c
|
Fix for extending plugin's view
Signed-off-by: mark_story <mark@mark-story.com>
|
2012-01-31 21:04: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
|
01b45cc246
|
Add files I forgot in previous commit.
|
2012-01-30 22:29:52 -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 |
|
Matthew Lanigan
|
8ed4876830
|
Add APP/Package to tested paths in App::load()
|
2012-01-30 10:31:35 -05:00 |
|
Anton
|
57eec6e6fc
|
added decoding of keys for named parameters
|
2012-01-30 00:26:56 +02:00 |
|
Anton
|
57bd1ea5f9
|
added test for check nested url
|
2012-01-30 00:25:48 +02:00 |
|
mark_story
|
a275555297
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/Model/Datasource/CakeSession.php
|
2012-01-29 15:38:56 -05:00 |
|
mark_story
|
4dd13ef554
|
Fix issue where session would always be regenerated.
Fixes #2519
|
2012-01-29 15:37:14 -05:00 |
|
mark_story
|
a4740f02f1
|
Remove odd inflection.
This additional inflection isn't needed. People can type the classname
they want.
Refs #2514
|
2012-01-29 13:56:53 -05:00 |
|
mark_story
|
e770c7a72d
|
Split the AclComponent classes up.
Refs #2514
|
2012-01-29 13:54:26 -05:00 |
|
mark_story
|
1600322a54
|
Splitting ConfigReaderInterface out into a separate file.
Refs #2514
|
2012-01-29 13:30:05 -05:00 |
|
mark_story
|
b9053161f4
|
Split I18nModel into a separate file.
Refs #2514
|
2012-01-29 13:28:08 -05:00 |
|
mark_story
|
0fb6f88a2e
|
Split Cache + CacheEngine into separate files.
Refs #2514
|
2012-01-29 13:25:06 -05:00 |
|
ADmad
|
ca32ca185a
|
Fixing API docblock
|
2012-01-29 22:24:26 +05:30 |
|
Tigran Gabrielyan
|
30d6341e7f
|
Fixed bug in CacheHelper where PluginAppController was not being loaded
Signed-off-by: mark_story <mark@mark-story.com>
|
2012-01-28 22:35:42 -05:00 |
|
Mark Story
|
21cf8ad018
|
Merge pull request #448 from majna/2.1-paging-current
Add option for 'current' class to PaginationHelper::numbers().
|
2012-01-28 10:06:56 -08:00 |
|
Majna
|
d7b06194a4
|
Add option for 'current' class to PaginationHelper::numbers().
|
2012-01-28 18:24:28 +01:00 |
|
slimus
|
7c08e4b0f4
|
Update lib/Cake/Console/Shell.php
|
2012-01-28 23:45:44 +07:00 |
|
slimus
|
57e4751a82
|
fix shell help for incorrect user input
|
2012-01-28 16:36:59 +07:00 |
|
mark_story
|
752711e963
|
Fix missing behavior constructor.
|
2012-01-27 21:10:57 -05:00 |
|
mark_story
|
fb7717c0da
|
Fix wonky tabs.
|
2012-01-27 20:59:03 -05: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 |
|
ADmad
|
00649cbdde
|
Updating minimum PHP version requirement to 5.2.8 due to PHP bugs #44251 and #45748. Closes #2509
|
2012-01-26 17:56:42 +05:30 |
|
mark_story
|
9089bba84b
|
Fix failing test.
|
2012-01-25 21:19:16 -05:00 |
|
mark_story
|
5b9d69fcc8
|
Update image() docs.
|
2012-01-25 21:14:01 -05:00 |
|