Commit Graph

2896 Commits

Author SHA1 Message Date
Fabien Potencier 78171b0833 minor #2131 fixed a phpdoc (fabpot)
This PR was merged into the 1.x branch.

Discussion
----------

fixed a phpdoc

Commits
-------

9c08db0 fixed a phpdoc
2016-09-20 10:53:28 -07:00
Fabien Potencier 9c08db0134 fixed a phpdoc 2016-09-20 10:49:30 -07:00
Fabien Potencier 7df1e2f011 bug #2127 removed usage of realpath in cache key (fabpot)
This PR was merged into the 1.x branch.

Discussion
----------

removed usage of realpath in cache key

closes #1994

Commits
-------

6f0e3ed removed usage of realpath in cache key
2016-09-20 10:31:38 -07:00
Fabien Potencier 6f0e3edbc5 removed usage of realpath in cache key 2016-09-20 10:26:50 -07:00
Fabien Potencier 2fec9d4c8e bug #2125 fixed Twig cache sharing when used with different versions of PHP (fabpot)
This PR was merged into the 1.x branch.

Discussion
----------

fixed Twig cache sharing when used with different versions of PHP

closes #2013

Commits
-------

ecd020d fixed Twig cache sharing when used with different versions of PHP
2016-09-20 10:25:50 -07:00
Fabien Potencier ecd020da9f fixed Twig cache sharing when used with different versions of PHP 2016-09-20 10:24:42 -07:00
Fabien Potencier 03dd9c5e51 fixed CS 2016-09-19 22:07:57 -07:00
Fabien Potencier 26deac3c9b minor #2126 fixed a test (fabpot)
This PR was merged into the 1.x branch.

Discussion
----------

fixed a test

While working on #1994, I realize that tests added for #1598 were not useful anymore because of the changes made in #1686. This PR fixes that.

Commits
-------

85fb2a1 fixed a test
2016-09-19 20:37:44 -07:00
Fabien Potencier 85fb2a1f45 fixed a test 2016-09-19 18:26:28 -07:00
Fabien Potencier f61bc838a9 fixed typo 2016-09-19 17:25:59 -07:00
Fabien Potencier 0da2dd4eba bug #2124 fixed embed parent token for simple use cases (fabpot)
This PR was merged into the 1.x branch.

Discussion
----------

fixed embed parent token for simple use cases

Not the most elegant solution but solves the problem for when `embed` is used on a non-dynamic template, which should cover almost all use cases.

Commits
-------

a048985 fixed embed parent token for simple use cases
a9082dd fixed typo
2016-09-19 16:40:38 -07:00
Fabien Potencier a0489854ba fixed embed parent token for simple use cases 2016-09-19 16:37:28 -07:00
Fabien Potencier a9082dd29f fixed typo 2016-09-19 16:27:34 -07:00
Fabien Potencier 75482cf757 feature #2123 deprecated the ability to store non Node instances in Node::$nodes (fabpot)
This PR was merged into the 1.x branch.

Discussion
----------

deprecated the ability to store non Node instances in Node::$nodes

Commits
-------

03f18b4 enforced Node:: to only contain node instances
2016-09-19 13:56:49 -07:00
Fabien Potencier 03f18b44f4 enforced Node:: to only contain node instances 2016-09-19 13:32:58 -07:00
Fabien Potencier 6e25c3f143 bug #2122 changed the way we store node filenames (fabpot)
This PR was merged into the 1.x branch.

Discussion
----------

changed the way we store node filenames

Commits
-------

4c4657a changed the way we store node filenames
2016-09-19 12:12:12 -07:00
Fabien Potencier 4c4657a764 changed the way we store node filenames 2016-09-19 12:06:19 -07:00
Fabien Potencier 4735c4fe8f fixed version 2016-09-18 19:04:04 -07:00
Fabien Potencier ccb7981e5a feature #2119 deprecated some more methods on Twig_Environment (fabpot)
This PR was merged into the 1.x branch.

Discussion
----------

deprecated some more methods on Twig_Environment

These methods are sometimes misused (#2020) when called from a template context (Twig_Template::getEnv() has been deprecated as well, but #2106 might re-introduce it).

Anyway, Twig_Environment should not act as a container, so, being able to change the defaults make sense, but retrieving them probably not.

Commits
-------

e548cbe deprecated some more methods on Twig_Environment
2016-09-18 19:03:09 -07:00
Fabien Potencier f38f6bf72d feature #2118 deprecated Twig_Compiler::getFilename() (fabpot)
This PR was merged into the 1.x branch.

Discussion
----------

deprecated Twig_Compiler::getFilename()

Using `Twig_Compiler::getFilename()` is very fragile as depending on when it is called, the returned value can be very different (depending on template compilation that can have occurred in between).

see #2020 for such a wrong usage.

Commits
-------

1f41e9f deprecated Twig_Compiler::getFilename()
2016-09-18 19:02:15 -07:00
Fabien Potencier 3285e4231d minor #2117 changed a test to make it more robust (fabpot)
This PR was merged into the 1.x branch.

Discussion
----------

changed a test to make it more robust

Commits
-------

ec7a1c1 changed a test to make it more robust
2016-09-18 18:44:16 -07:00
Fabien Potencier e548cbe3a4 deprecated some more methods on Twig_Environment 2016-09-18 18:40:16 -07:00
Fabien Potencier 1f41e9f9e1 deprecated Twig_Compiler::getFilename() 2016-09-18 18:37:52 -07:00
Fabien Potencier ec7a1c1856 changed a test to make it more robust 2016-09-18 18:37:13 -07:00
Fabien Potencier c418d07c64 bumped version to 1.24.3-DEV 2016-09-01 10:55:16 -07:00
Fabien Potencier 33093f6e31 prepared the 1.24.2 release v1.24.2 2016-09-01 10:50:53 -07:00
Fabien Potencier dbe9171cb9 updated CHANGELOG 2016-09-01 10:50:22 -07:00
Fabien Potencier 50b1b87d2f minor #2105 Floor - use cast and not intval (SpacePossum)
This PR was squashed before being merged into the 1.x branch (closes #2105).

Discussion
----------

Floor - use cast and not intval

Use cast in fav. of the `inval`, because;
- its faster
- cannot be overloaded
- less chars

Commits
-------

39d46ac Floor - use cast and not intval
2016-08-31 11:41:07 -07:00
SpacePossum 39d46acf7d Floor - use cast and not intval 2016-08-31 11:41:06 -07:00
Fabien Potencier ffa2b812b0 fixed CS 2016-08-17 17:09:08 -07:00
Fabien Potencier d726bde293 bug #2054 Fix static callable. (SpacePossum)
This PR was merged into the 1.x branch.

Discussion
----------

Fix static callable.

fixes https://github.com/twigphp/Twig/issues/2053

Commits
-------

8f6fd57 Fix exception message for static method and object without req. params.
2016-08-17 17:08:36 -07:00
Fabien Potencier 21039777d8 minor #2062 [DOC] add named macro end-tag documentation (JakeFr)
This PR was merged into the 1.x branch.

Discussion
----------

[DOC] add named macro end-tag documentation

Hello!
Just discover endmacro tag supports name, just like block.
But it is not mentionned in the doc.
So here's a PR

Commits
-------

dcc5f45 add named macro end-tag documentation
2016-08-15 10:25:09 -07:00
Fabien Potencier 13b35b8380 minor #2090 Do not mix indention levels (greg0ire)
This PR was submitted for the master branch but it was merged into the 1.x branch instead (closes #2090).

Discussion
----------

Do not mix indention levels

Not sure if this was intentional, but the "if" line had an indention of 3 spaces,
while the "true" line has an indention of 4 spaces.

Commits
-------

507f697 Do not mix indention levels
2016-08-15 10:21:29 -07:00
Grégoire Paris 507f697ad0 Do not mix indention levels
Not sure if this was intentional, but the "if" line had an indention of 3 spaces,
while the "true" line has an indention of 4 spaces.
2016-08-15 10:21:29 -07:00
Fabien Potencier b7cd3a88dc fixed typo 2016-07-28 16:58:48 -04:00
Fabien Potencier 34bdf7e489 minor #2080 Add Visual Studio Code to the list of IDE integrations (SahAssar)
This PR was submitted for the master branch but it was merged into the 1.x branch instead (closes #2080).

Discussion
----------

Add Visual Studio Code to the list of IDE integrations

With the "TWIG pack" extension.

Commits
-------

e8b16c0 Add Visual Studio Code to the list of IDE integrations
2016-07-28 16:58:12 -04:00
Svante Richter e8b16c0693 Add Visual Studio Code to the list of IDE integrations
With the "TWIG pack" extension.
2016-07-28 16:58:12 -04:00
Fabien Potencier 016b363ef6 minor #2087 Fixed all deprecation notices by using getMockBuilder (SamMousa)
This PR was squashed before being merged into the 1.x branch (closes #2087).

Discussion
----------

Fixed all deprecation notices by using `getMockBuilder`

Fixes deprecation notices on PHPUnit 5.4 without using 5.4 specific features.

Commits
-------

17e0caa Fixed all deprecation notices by using
2016-07-28 16:56:10 -04:00
Sam Mousa 17e0caa91a Fixed all deprecation notices by using 2016-07-28 16:56:02 -04:00
Fabien Potencier c535bc0b56 minor #2076 [Doc] Fixed small error in code example (King2500)
This PR was submitted for the master branch but it was merged into the 1.x branch instead (closes #2076).

Discussion
----------

[Doc] Fixed small error in code example

*see changes*

Commits
-------

dc798d3 [Doc] Fixed small error in code example
2016-07-10 09:48:21 +02:00
Thomas Schulz dc798d3bbb [Doc] Fixed small error in code example 2016-07-10 09:48:21 +02:00
Fabien Potencier cdccdbbdf3 minor #2065 Update macro.rst (dubaaron)
This PR was submitted for the master branch but it was merged into the 1.x branch instead (closes #2065).

Discussion
----------

Update macro.rst

Small grammar fix: subject-verb agreement "Macros differ" vs "Macros differs"

Commits
-------

0800545 Update macro.rst
2016-06-24 07:05:43 +02:00
Aaron Wallentine 080054501f Update macro.rst
Small grammar fix: subject-verb agreement "Macros differ" vs "Macros differs"
2016-06-24 07:05:43 +02:00
Fabien Potencier 25cf1527a7 minor #2066 Update use.rst (dubaaron)
This PR was submitted for the master branch but it was merged into the 1.x branch instead (closes #2066).

Discussion
----------

Update use.rst

Small grammar fix.

Commits
-------

08c830a Update use.rst
2016-06-24 07:05:20 +02:00
Aaron Wallentine 08c830a5aa Update use.rst
Small grammar fix.
2016-06-24 07:05:20 +02:00
SpacePossum 8f6fd57a7e Fix exception message for static method and object without req. params. 2016-06-22 09:22:42 +02:00
JakeFr dcc5f450de add named macro end-tag documentation 2016-06-21 11:36:37 +02:00
Fabien Potencier 68620b32e4 fixed CS 2016-06-21 09:05:03 +02:00
Fabien Potencier c561e890bd bug #2043 Fix load cache (MaCroTux)
This PR was squashed before being merged into the 1.x branch (closes #2043).

Discussion
----------

Fix load cache

In PHP7 @ do not works and it is resource expensive, switching to if statement.

Commits
-------

b5df3d1 Fix load cache
2016-06-21 09:04:26 +02:00
Javier Feria b5df3d1dbe Fix load cache 2016-06-21 09:04:23 +02:00