euromark
|
974ca851c2
Correct doc blocks according to cs guidelines.
|
11 years ago |
mark_story
|
9136f63874
Fix autoLinkEmail() not working when emails are adjacent to HTML.
|
11 years ago |
ADmad
|
16df061d66
Fix api docblocks for View layer classes.
|
12 years ago |
euromark
|
57cb7ea260
Correct documentation.
|
12 years ago |
euromark
|
fecf321cce
This is a hotfix for TextHelper which seems to have gone wrong in a merge. tail() is missing completly and the docs for truncate() are the ones for tail(). This fixes it.
|
12 years ago |
ADmad
|
27699d1f12
Fix auto linking urls with subdomain with underscore.
|
12 years ago |
Eric Martins
|
2793dca671
Fix ApiGen errors
|
12 years ago |
mark_story
|
a9ca1bdc58
Add tests and fix other cases where autoLinkEmail would fail.
|
12 years ago |
mark_story
|
7c66d0db50
Fix autoLink() when URLs contain email addresses.
|
12 years ago |
Marc Würth
|
7cfa0116f4
Removed "PHP 5" from file header DocBlocks
|
12 years ago |
Bryan Crowe
|
f9435aff27
Add missing return tags
|
12 years ago |
euromark
|
bd87ef45f2
complete autoLinkEmail()
|
12 years ago |
euromark
|
205f7a504b
also fix autoLinkEmail()
|
12 years ago |
euromark
|
2a954b6095
Make TextHelper::autoLink() work properly with umlauts.
|
12 years ago |
ADmad
|
12da3b1f27
Merge branch 'master' into 2.4
|
12 years ago |
mark_story
|
111bfa43d4
Fix incorrect autolinking when urls end at HTML tags.
|
12 years ago |
ADmad
|
3303a2cda1
Merge branch 'master' into 2.4
|
13 years ago |
Marc Würth
|
4c9f0414cb
Improved the DocBlocks and other code cleanup
|
13 years ago |
ADmad
|
a10275fb8b
Merge branch 'master' into 2.4
|
13 years ago |
mark_story
|
41d124d4de
Fix autoLinkUrls() not autolinking URL's without a /.
|
13 years ago |
ADmad
|
d809b1480e
Fix CS errors
|
13 years ago |
Loki
|
d260f4a5b3
Added autoParagraph to TextHelper with proper test cases and made it non-static
|
13 years ago |
Graham Weldon
|
66d856d883
Added extra line for referencing license file for copyright
|
13 years ago |
Graham Weldon
|
7b860debe4
This commit is dedicated to Mark Story, who has put in much dedicated time and effort into CakePHP over the years.
|
13 years ago |
euromark
|
b811afbc44
double spaces to single ones
|
13 years ago |
ADmad
|
72d6ca636f
Docblock fixes
|
13 years ago |
mark_story
|
1aea9ac0c9
Merge branch 'master' into 2.3
|
13 years ago |
mark_story
|
b1dfab87e4
Fix autoLinkUrls so it re-capture query strings.
|
13 years ago |
euromark
|
288fb120b5
added missing App::uses('Hash', 'Utility');
|
13 years ago |
mark_story
|
7b939186a1
Fix ( and ) not being correctly handled by autoLinkUrls
|
13 years ago |