mark_story
|
a084fcee0f
Correct order of themed plugin paths.
|
11 years ago |
mark_story
|
38efb0790f
Remove CacheHelper and related features.
|
11 years ago |
mark_story
|
ce126ed55a
Fix doc block and use a more generic error message.
|
11 years ago |
mark_story
|
fcec8ef537
Check for directory traversal in layout paths.
|
11 years ago |
mark_story
|
0c7720e8f8
Enforce that relative paths are contained within the template paths.
|
11 years ago |
mark_story
|
31ed8c3eea
Fix relative path resolution in View.
|
11 years ago |
Mark Story
|
588dd6127e
Merge pull request #3935 from ADmad/3.0-prefix-template-path
|
11 years ago |
ADmad
|
f49408c8f5
Allow having prefix specific layouts.
|
11 years ago |
ADmad
|
5e4abbed62
Cleanup deprecated code.
|
11 years ago |
ADmad
|
f2716c1913
Merge branch '2.6' into 3.0
|
11 years ago |
José Lorenzo Rodríguez
|
efdb1eabb4
Merge pull request #3688 from markstory/3.0-view-append-capture
|
11 years ago |
ADmad
|
4d1514a231
Moved plugin classes files under "src" folder.
|
11 years ago |
mark_story
|
c46c6b35ec
Re-instate the capture mode of View::append().
|
11 years ago |
mark_story
|
4e49b63140
Raise exceptions on missing elements.
|
11 years ago |
José Lorenzo Rodríguez
|
b02f66861a
Merge pull request #3625 from ADmad/3.0-plugin
|
11 years ago |
Mark Story
|
bd7e20a368
Merge pull request #3622 from markstory/3.0-view-block
|
11 years ago |
ADmad
|
641b6a1114
Add test for setting view theme to vendor namespaced plugin.
|
11 years ago |
Reuben Helms
|
9a3e0db66c
Refactor _eventManager accessors to Cake\Event\EventManagerTrait
|
12 years ago |
mark_story
|
ed3075584b
Simplify View blocks.
|
12 years ago |
Jose Lorenzo Rodriguez
|
8aa9c496f9
Fixing CS errors
|
12 years ago |
Jose Lorenzo Rodriguez
|
5f6022557f
Themes are now plugins, this unifies the intallation experience and
|
12 years ago |
mark_story
|
ee006fbad0
Remove deprecated method.
|
12 years ago |
euromark
|
b1897f5b45
Adjust doc blocks according to convention.
|
12 years ago |
ADmad
|
60f3eb9660
Move MissingHelperException, MissingLayoutException to View/Error
|
12 years ago |
ADmad
|
29a65c8f95
Move MissingViewException to View/Error
|
12 years ago |
ADmad
|
7372667f15
Merge branch '2.5' into 3.0
|
12 years ago |
José Lorenzo Rodríguez
|
78ce3d46db
Merge pull request #2986 from sam-at-github/controller-view-vars
|
12 years ago |
Sam
|
a6f8533aad
Default view options are no longer stored in Controller and passed to View on construction by the Controller. Instead, added additional $options parameter to View::__construct(). $options will only be passed on if explicitly set on the Controller and only for specific View options. stting view options on Controller is maintained for BWC.
|
12 years ago |
euromark
|
c54bb07511
This fixes the issues with DS on different OS.
|
12 years ago |
mark_story
|
84823ff126
Update View & Helpers to use method names consistent with features.
|
12 years ago |