Alexander Makarov
9d6202ea2e
Removed unused variable initialization
2014-09-06 01:40:17 +04:00
Alexander Makarov
895bdbcd49
Fixes #4637 : fixed broken Twig method calls
2014-08-09 15:47:09 +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
fd5e05b1cf
Support for method calls on models from Twig templates
2014-08-07 14:53:17 +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
76b529927b
Better alias handling for Twig extension
2014-08-01 20:12:39 +04:00
Alexander Makarov
e2b2326e33
Added string check to Twig renderer alias auto adding
2014-08-01 02:14:40 +04:00
Alexander Makarov
b44a900779
Fixes Twig to ignore non-path aliases instead of erroring
2014-08-01 02:04:48 +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
Alexander Makarov
194f451a72
Fixed changelog wording
2014-06-19 21:08:46 +04:00
Alexander Makarov
31e1afc15f
Renamed TwigSimpleFileLoader into FileLoader
2014-06-19 21:07:41 +04:00
Alexander Makarov
0ec2e2e3cd
Fixed changelog
2014-06-19 20:56:43 +04:00
Alexander Makarov
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
Alexander Makarov
d3391ed5f7
Updated twig extension changelog
2014-06-19 18:59:43 +04:00
patrick
48f941dac7
Fixes Twig lexerOptions throwing exception ( #3877 ) and adds test for lexerOptions
2014-06-15 13:15:36 +02:00
Andrey Grachov
b88369870d
Updated changelog
2014-06-10 14:32:16 +03:00
Andrey Grachov
f6bc4a32be
Extensions were added twice
2014-06-10 09:27:12 +03:00
Alexander Makarov
7f6fc39861
Fixes #1799 : Added form_begin, form_end to twig extension
2014-05-05 01:13:44 +04:00
Alexander Makarov
539b74d172
Added note about disabling cache to twig extension readme
2014-05-05 01:13:44 +04:00
Alexander Makarov
5196ba372f
Replaces tabs to spaces in example code
2014-05-05 01:13:44 +04:00
Alexander Makarov
8c79c4f08b
Fixed typo
2014-04-24 19:49:24 +04:00
Carsten Brandt
fe14f0c5e3
fixed all the PHPdoc in extensions
2014-04-23 03:25:11 +02:00
Alexander Makarov
20e4abeac1
Added changelog for #3175 that fixes #2925
2014-04-19 02:05:28 +04:00
Qiang Xue
f4c38faf74
prepare for next release.
2014-04-13 21:22:29 -04:00
Qiang Xue
8bbcff70db
prepare for 2.0.0-beta release.
2014-04-13 17:58:59 -04:00
Carsten Brandt
3c400dbca8
fixed file PHPdoc
...
issue #3026
2014-04-10 22:10:59 +02:00
Carsten Brandt
865b71ef5e
cleanup CHANGELOGs
2014-04-03 20:28:08 +02:00
SonicGD
b5f8a4dc22
Reformat code te be PSR-2 compatible
2014-03-16 10:46:21 +06:00
Alexander Makarov
5d6c314d4e
Adjusted URL helper, fixed usage
2014-03-10 15:25:15 +04:00
Alexander Makarov
3400eb5215
#2630 : yii\heplers\Html::url moved to new yii\helpers\Url::create
2014-03-09 16:41:55 +04:00
Carsten Brandt
cf9597a7aa
code style
2014-03-07 22:17:03 +01:00
Carsten Brandt
668dacbab6
Merge pull request #2622 branch 'ext-codestyle-fix' of https://github.com/AlexGx/yii2 into code-style
...
* 'ext-codestyle-fix' of https://github.com/AlexGx/yii2 :
fix php5.4 array syntax
many phpcs fixes
fix phpDoc LuaScriptBuilder build @throws
Conflicts:
extensions/apidoc/commands/RenderController.php
extensions/apidoc/models/BaseDoc.php
extensions/apidoc/templates/BaseRenderer.php
extensions/apidoc/templates/bootstrap/Renderer.php
extensions/apidoc/templates/bootstrap/layouts/guide.php
extensions/apidoc/templates/bootstrap/layouts/main.php
extensions/apidoc/templates/html/Renderer.php
extensions/apidoc/templates/offline/Renderer.php
extensions/apidoc/templates/offline/assets/AssetBundle.php
extensions/apidoc/templates/offline/views/index.php
2014-03-07 21:34:23 +01:00
Alexander Makarov
71835d977e
More short syntax for arrays
2014-03-07 02:03:23 +04:00
AlexGx
1982efbdfe
many phpcs fixes
2014-03-05 00:22:55 +02:00
Tobias Munk
825a71c6df
replaced keyword "yii" with "yii2" in composer.json files ( fixes #2557 )
2014-02-27 17:37:08 +01:00
Carsten Brandt
098567ce16
fixed phpdoc errors and updated properties
2014-02-20 13:42:30 +01:00
Qiang Xue
d9802aacce
psr-4 change.
2014-01-10 20:51:49 -05:00
Qiang Xue
02a2a50b5a
moved twig to yii subdirectory.
2013-12-09 23:16:17 -05:00
Carsten Brandt
e837e44ac1
updated ext composer.json for issue labels
2013-11-25 02:31:23 +01:00
Carsten Brandt
0eaafd74ba
updated composer.json to be less restrictive
...
also removed superflous minimum-stability definition
2013-11-13 01:34:41 +01:00
Carsten Brandt
2a412fab72
fixed twig readme
2013-11-04 01:50:04 +01:00
Qiang Xue
da3880504e
updated extension README files.
2013-11-03 00:01:13 -04:00
Qiang Xue
e5d5ab5655
updated license information.
2013-11-02 15:37:25 -04:00
Qiang Xue
3fd1cb0c6d
reorganized extension directories.
2013-11-02 15:34:07 -04:00
Qiang Xue
5bf7ed947d
renamed composer installation type.
2013-10-21 20:57:42 -04:00
Qiang Xue
03861b6fde
Extension installer wip
2013-10-19 00:35:57 -04:00