79 Commits

Author SHA1 Message Date
b750cf662d prepare for the next release. 2015-01-10 22:59:50 -05:00
d7462656f7 2.0.2 release 2015-01-10 22:57:55 -05:00
90c7a9c2a2 Fixes #6464: path and url weren't resolving aliases 2014-12-26 23:27:45 +03:00
7881bba26c prepare for next release. 2014-12-07 11:46:05 -05:00
84b42abad0 prepare for 2.0.1 release 2014-12-07 11:42:41 -05:00
bb8550886e PHP type casting 2014-10-25 15:30:03 +03:00
5d3982e440 Fixes #5528: added auto_reload to default twig config in both extension readme and template engines chapter in docs 2014-10-15 01:19:19 +04:00
812ec39e71 more phpdoc 2014-10-14 01:52:05 +04:00
47f2272652 prepare for next release. 2014-10-12 16:44:45 -04:00
ae8d978270 2.0.0 release. 2014-10-12 13:09:06 -04:00
0859d0f47f Fixes #5308: object function calls in templates were passing arguments in a wrong way 2014-10-05 21:46:10 +04:00
5205eabe3e prepare for next release. 2014-09-28 01:44:31 -04:00
d2b864da84 prepare for 2.0.0-rc release. 2014-09-27 21:59:54 -04:00
679c85a1f5 Fixes #5191: Sandbox was ignored for models and AR relations 2014-09-27 12:17:12 +04:00
1e5c48957d composer.json tabs -> spaces 2014-09-22 17:37:19 +02:00
e40fd9d623 added branch alias to composer.json 2014-09-22 17:26:21 +02:00
9d6202ea2e Removed unused variable initialization 2014-09-06 01:40:17 +04:00
895bdbcd49 Fixes #4637: fixed broken Twig method calls 2014-08-09 15:47:09 +04:00
7aa6a30d7b Fixes #4290: Fixed throwing exception when trying to access AR relation that is null 2014-08-07 15:04:51 +04:00
fd5e05b1cf Support for method calls on models from Twig templates 2014-08-07 14:53:17 +04:00
80178e6dee Fix for #2925 and #4290 (Twig does not properly support null attribute and relationship values) 2014-08-07 14:53:17 +04:00
76b529927b Better alias handling for Twig extension 2014-08-01 20:12:39 +04:00
e2b2326e33 Added string check to Twig renderer alias auto adding 2014-08-01 02:14:40 +04:00
b44a900779 Fixes Twig to ignore non-path aliases instead of erroring 2014-08-01 02:04:48 +04:00
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
7736853837 property code style extensions 2014-07-30 00:40:46 +02:00
10dc407a3c implemented markdown parsing for console command description
issue #746
2014-06-25 18:05:29 +02:00
c9fe74b299 Changed descriptive extension name to ID 2014-06-20 13:34:12 +04:00
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
194f451a72 Fixed changelog wording 2014-06-19 21:08:46 +04:00
31e1afc15f Renamed TwigSimpleFileLoader into FileLoader 2014-06-19 21:07:41 +04:00
0ec2e2e3cd Fixed changelog 2014-06-19 20:56:43 +04:00
e6d5af03e2 Merge pull request #3878 from dapatrese/3877-twig-lexer-options-exception
Fixes Twig lexerOptions throwing exception (#3877)
2014-06-19 20:54:47 +04:00
d3391ed5f7 Updated twig extension changelog 2014-06-19 18:59:43 +04:00
48f941dac7 Fixes Twig lexerOptions throwing exception (#3877) and adds test for lexerOptions 2014-06-15 13:15:36 +02:00
b88369870d Updated changelog 2014-06-10 14:32:16 +03:00
f6bc4a32be Extensions were added twice 2014-06-10 09:27:12 +03:00
7f6fc39861 Fixes #1799: Added form_begin, form_end to twig extension 2014-05-05 01:13:44 +04:00
539b74d172 Added note about disabling cache to twig extension readme 2014-05-05 01:13:44 +04:00
5196ba372f Replaces tabs to spaces in example code 2014-05-05 01:13:44 +04:00
8c79c4f08b Fixed typo 2014-04-24 19:49:24 +04:00
fe14f0c5e3 fixed all the PHPdoc in extensions 2014-04-23 03:25:11 +02:00
20e4abeac1 Added changelog for #3175 that fixes #2925 2014-04-19 02:05:28 +04:00
f4c38faf74 prepare for next release. 2014-04-13 21:22:29 -04:00
8bbcff70db prepare for 2.0.0-beta release. 2014-04-13 17:58:59 -04:00
3c400dbca8 fixed file PHPdoc
issue #3026
2014-04-10 22:10:59 +02:00
865b71ef5e cleanup CHANGELOGs 2014-04-03 20:28:08 +02:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
5d6c314d4e Adjusted URL helper, fixed usage 2014-03-10 15:25:15 +04:00
3400eb5215 #2630: yii\heplers\Html::url moved to new yii\helpers\Url::create 2014-03-09 16:41:55 +04:00