Alexander Makarov
9d6202ea2e
Removed unused variable initialization
2014-09-06 01:40:17 +04:00
Alexander Makarov
7aa6a30d7b
Fixes #4290 : Fixed throwing exception when trying to access AR relation that is null
2014-08-07 15:04:51 +04:00
Alexei Tenitski
80178e6dee
Fix for #2925 and #4290 (Twig does not properly support null attribute and relationship values)
2014-08-07 14:53:17 +04:00
Alexander Makarov
e1bdc9cdc9
Fixes #3674 : Various Twig enhancements:
...
- Removed `FileLoader` and used `\Twig_Loader_Filesystem` instead.
- Added support of Yii's aliases.
- Added `set()` that allows setting object properties.
2014-07-31 21:01:09 +04:00
Carsten Brandt
7736853837
property code style extensions
2014-07-30 00:40:46 +02:00
Carsten Brandt
10dc407a3c
implemented markdown parsing for console command description
...
issue #746
2014-06-25 18:05:29 +02:00
Alexander Makarov
c9fe74b299
Changed descriptive extension name to ID
2014-06-20 13:34:12 +04:00
Alexander Makarov
22884e7384
Fixes #3535 : Syntax changes
...
- Removed `form_begin`, `form_end`
- Added `use()` and `ViewRenderer::uses` that are importing classes and namespaces
- Added widget dynamic functions `*_begin`, `*_end`, `*_widget`, `widget_end`
- Added more tests
2014-06-20 05:13:36 +04:00