euromark
|
b32edfe378
|
fix double-encoding of external urls
|
2012-06-12 16:30:37 +02:00 |
|
Thiago Colares
|
6262a074f6
|
Breaking tableHeaders description in two lines
|
2012-05-30 09:34:10 -03:00 |
|
Thiago Colares
|
c65d4318cf
|
Enhancement in HtmlHelper > tableHeaders. Each tablename also can be a key that points to an array with a set of attributes to its specific tag
|
2012-05-29 23:28:57 -03:00 |
|
Jelle Henkens
|
f7ce5262b7
|
Updating mixed @param documentation to seperate list of accepted types
|
2012-05-21 21:55:10 +01:00 |
|
mark_story
|
8eb913433f
|
Move _attributeFormat and _minimizedAttributeFormat down.
Both properties are referenced by Helper. The properties
should be declared there as well.
Fixes #2771
|
2012-04-13 07:48:09 -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 |
|
Juan Basso
|
3b1bd90ad6
|
Updated copyright to 2012.
|
2012-03-12 22:46:07 -04:00 |
|
mark_story
|
acccdcde1f
|
Fix coding standard issues in View/
|
2012-03-03 17:10:12 -05:00 |
|
Jose Lorenzo Rodriguez
|
c84e25e5b4
|
Moving $_minimizedAttributes form HtmlHelper back into Helper, as _parseAttributes is using it
|
2012-03-01 14:56:56 -04:30 |
|
euromark
|
e94d307ee1
|
code conventions
|
2012-02-25 19:46:05 -05:00 |
|
Tigran Gabrielyan
|
95ba5f45a5
|
Keeping code dry in HtmlHelper::getCrumbs/getCrumbList
|
2012-02-21 11:38:13 -08:00 |
|
Tigran Gabrielyan
|
af2fd03590
|
Added startText feature to HtmlHelper::getCrumbList()
|
2012-02-16 19:17:43 -08:00 |
|
mark_story
|
afecb713ab
|
Make button type nullable.
Fixes #GH365
|
2012-02-13 21:00:57 -05: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 |
|
Tigran Gabrielyan
|
7fe6a4d5ea
|
Added Plugin.asset support for HtmlHelper css(), script(), and image() with tests
|
2012-02-07 20:20:50 -08:00 |
|
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
|
2f7f00daa2
|
"preload" is not a minimized attribute
|
2012-02-06 12:37:13 +05:30 |
|
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 |
|
mark_story
|
94778ef673
|
Add block option to HtmlHelper::scriptBlock()
|
2012-01-31 22:20:21 -05: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
|
5b9d69fcc8
|
Update image() docs.
|
2012-01-25 21:14:01 -05:00 |
|
Kyle Robinson Young
|
f69edb5c80
|
Remove incorrect parameter in HtmlHelper::script docblock example
Fixes #76
|
2012-01-23 16:01:38 -08:00 |
|
Cauan Cabral
|
03bac42366
|
Change fullPath option to fullBase in HtmlHelper::image for consistency
Updated test cases for that.
Included doc block about that option.
|
2012-01-18 08:32:40 -03:00 |
|
Cauan Cabral
|
90426674cb
|
Merge branch 'master' into 2.1
|
2012-01-17 23:18:54 -03:00 |
|
Cauan Cabral
|
0c0135ff5e
|
Option to return img src with fullpath address
|
2012-01-17 22:55:24 -03:00 |
|
AD7six
|
67f4fa0f20
|
Merge branch '2.1' of github.com:cakephp/cakephp into 2.1
|
2012-01-15 01:03:48 +01:00 |
|
AD7six
|
22f844c48f
|
prevent block="css" when using inline=false css
|
2012-01-15 01:03:17 +01:00 |
|
mark_story
|
c89c49c310
|
Enhance HtmlHelper::getCrumbs() $startText param
It now accepts an array which gives more control and flexibilibity
over the first breadcrumb link.
Fixes #2475
|
2012-01-14 13:14:26 -05:00 |
|
mark_story
|
9562638610
|
Merge branch '2.0' into 2.1
|
2012-01-04 07:39:35 -05:00 |
|
mark_story
|
3e1c567f08
|
Remove duplicate methods.
Fix regression where #1345 was re-introduced.
Fixes #2434
|
2012-01-03 21:11:45 -05:00 |
|
ADmad
|
389072708a
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/Test/Case/Model/ModelReadTest.php
lib/Cake/Utility/Debugger.php
|
2011-12-22 03:15:04 +05:30 |
|
mark_story
|
866177f37d
|
Fix issue with link generation and no title.
Fix urlencoded text from being displayed in text of links.
Fixes #2387
|
2011-12-19 20:49:01 -05:00 |
|
Kyle Robinson Young
|
c34bf673d5
|
Remove extra space in HtmlHelper radio tag
|
2011-12-18 09:40:23 -08:00 |
|
mark_story
|
82139fe8f6
|
Updating HtmlHelper to allow custom blocks.
Adding tests for blocks.
Adding missing tests.
|
2011-12-17 22:23:34 -05:00 |
|
Mark Story
|
4606ea39a9
|
Updating HtmlHelper and its tests to use View::append().
|
2011-12-17 22:23:34 -05:00 |
|
Kyle Robinson Young
|
d794084d38
|
More code standards formatting
|
2011-12-15 23:00:07 -08:00 |
|
Kyle Robinson Young
|
51f9837db4
|
Code standards formatting
|
2011-12-15 22:52:07 -08:00 |
|
ADmad
|
72497147bd
|
Changing default docType to 'html5'
|
2011-12-05 07:04:00 +05:30 |
|
Kyle Robinson Young
|
8197f87dbc
|
Spelling and grammar fixes
|
2011-12-01 21:58:09 -08:00 |
|
Kyle Robinson Young
|
94e119fe67
|
Adhere to code formatting standard
|
2011-11-30 23:21:31 -08:00 |
|
Kyle Robinson Young
|
1d50562931
|
Add @link to docblocks on Form, Html, Js, Paginator, Rss and Session helpers
|
2011-11-29 21:23:02 -08:00 |
|
mark_story
|
5180540d1f
|
Fix protocol relative urls for CSS and JS files.
Protocol relative urls are generally not on the same host
don't try and run them through the asset filters.
Fixes #2285
|
2011-11-24 21:04:57 -05:00 |
|
Kyle Robinson Young
|
4e8239a2a5
|
Add missing @link to docs if available to helpers
|
2011-11-13 22:08:20 -08:00 |
|
Florian Krämer
|
b6d7766e78
|
Updating the @link's in the doc blocks for the views
|
2011-10-15 12:46:22 -04:30 |
|
Majna
|
a5220fa7bb
|
Fixed doc block comments.
|
2011-10-11 00:22:23 +02:00 |
|
Juan Basso
|
61833294f0
|
Changed the visibility to methods that not affect others classes.
|
2011-08-20 01:39:30 -04:00 |
|