web/konrad/twig.git
11 years agoVim integration updated with alternative, Jinja for Vim link updated to the latest
Peter Kokot [Wed, 4 Sep 2013 14:57:27 +0000]
Vim integration updated with alternative, Jinja for Vim link updated to the latest

11 years agofixed CS
Fabien Potencier [Wed, 4 Sep 2013 06:20:08 +0000]
fixed CS

11 years agomerged branch Uplink03/patch-1 (PR #1180)
Fabien Potencier [Wed, 4 Sep 2013 06:19:53 +0000]
merged branch Uplink03/patch-1 (PR #1180)

This PR was merged into the master branch.

Discussion
----------

Clarify what the "date" filter takes as parameter

Clarify what the "date" filter takes as parameter.

I went through Twig/Extension/Core.php to figure what's happening. I haven't verified that I'm actually correct, but it looks like I am.

Commits
-------

744ad32 Clarify what the "date" filter takes as parameter

11 years agomerged branch Tobion/simplify-constructor (PR #1181)
Fabien Potencier [Wed, 4 Sep 2013 06:02:07 +0000]
merged branch Tobion/simplify-constructor (PR #1181)

This PR was merged into the master branch.

Discussion
----------

simplify loader constructors

Commits
-------

ac23cd7 simplify loader constructors

11 years agosimplify loader constructors
Tobias Schultze [Tue, 3 Sep 2013 23:09:57 +0000]
simplify loader constructors

11 years agoClarify what the "date" filter takes as parameter
Uplink03 [Tue, 3 Sep 2013 15:25:30 +0000]
Clarify what the "date" filter takes as parameter

Clarify what the "date" filter takes as parameter.

I went through Twig/Extension/Core.php to figure what's happening. I haven't verified that I'm actually correct, but it looks like I am.

11 years agoremoved unneeded variable
Fabien Potencier [Mon, 2 Sep 2013 13:50:59 +0000]
removed unneeded variable

11 years agomerged branch lyrixx/tests (PR #1179)
Fabien Potencier [Mon, 2 Sep 2013 12:28:12 +0000]
merged branch lyrixx/tests (PR #1179)

This PR was squashed before being merged into the master branch (closes #1179).

Discussion
----------

Added Tests to prevent future regression

Theses tests do not pass at 1.13.0

could be linked to 1b0a54189c859af577954dc03ea2f41faf5dd834

Commits
-------

8410f8c Added Tests to prevent future regression

11 years agoAdded Tests to prevent future regression
Grégoire Pineau [Sat, 31 Aug 2013 23:06:11 +0000]
Added Tests to prevent future regression

11 years agofixed markup
Fabien Potencier [Wed, 28 Aug 2013 06:01:53 +0000]
fixed markup

11 years agomerged branch ksenzee/master (PR #1173)
Fabien Potencier [Wed, 28 Aug 2013 06:01:30 +0000]
merged branch ksenzee/master (PR #1173)

This PR was merged into the master branch.

Discussion
----------

grammar and punctuation fixes

Commits
-------

bd1cb91 grammar and punctuation fixes

11 years agogrammar and punctuation fixes
Katherine Senzee [Tue, 27 Aug 2013 22:39:22 +0000]
grammar and punctuation fixes

11 years agomerged branch tucksaun/fix-win-compatibility (PR #1170)
Fabien Potencier [Mon, 26 Aug 2013 08:23:34 +0000]
merged branch tucksaun/fix-win-compatibility (PR #1170)

This PR was merged into the master branch.

Discussion
----------

Fixed PHP extension compilation on Windows (closes #1167)

Commits
-------

7fb10c2 [ext] Fixed Windows compatibility (closes #1167)

11 years ago[ext] Fixed Windows compatibility (closes #1167)
Tugdual Saunier [Thu, 22 Aug 2013 16:27:52 +0000]
[ext] Fixed Windows compatibility (closes #1167)

11 years agomerged branch oktron/patch-1 (PR #1161)
Fabien Potencier [Wed, 7 Aug 2013 12:53:34 +0000]
merged branch oktron/patch-1 (PR #1161)

This PR was merged into the master branch.

Discussion
----------

Add missing apostrophe

Commits
-------

8d93a1e Add missing apostrophe

11 years agoAdd missing apostrophe
oktron [Wed, 7 Aug 2013 09:02:14 +0000]
Add missing apostrophe

11 years agoupdated CHANGELOG
Fabien Potencier [Tue, 6 Aug 2013 05:46:34 +0000]
updated CHANGELOG

11 years agomerged branch Misiur/master (PR #1158)
Fabien Potencier [Tue, 6 Aug 2013 05:44:33 +0000]
merged branch Misiur/master (PR #1158)

This PR was squashed before being merged into the master branch (closes #1158).

Discussion
----------

Don't use array_fill for full array

When last array returned from array_chunk is full, array_fill is called with 0 as num argument, which causes fatal error. Additionally I've changed doc fill parameter, as other types are accepted as well, and added unit test.

Commits
-------

270c794 Don't use array_fill for full array

11 years agoDon't use array_fill for full array
Marcin Misiurski [Mon, 5 Aug 2013 15:48:38 +0000]
Don't use array_fill for full array

11 years agoupdated CHANGELOG
Fabien Potencier [Mon, 5 Aug 2013 16:50:34 +0000]
updated CHANGELOG

11 years agoremoved usage of deprecated constants
Fabien Potencier [Mon, 5 Aug 2013 16:21:48 +0000]
removed usage of deprecated constants

11 years agoremoved usage of deprecated classes in unit tests
Fabien Potencier [Mon, 5 Aug 2013 16:18:58 +0000]
removed usage of deprecated classes in unit tests

11 years agofixed two edge case bug in the filesystem loader
Fabien Potencier [Mon, 5 Aug 2013 16:00:03 +0000]
fixed two edge case bug in the filesystem loader

* fixed caching when two templates have the same template name but a different namespace
* fixed the error message when a template has a namespace

11 years agoreverted optimizations done in the filesystem loader as it beaks BC
Fabien Potencier [Mon, 5 Aug 2013 08:14:58 +0000]
reverted optimizations done in the filesystem loader as it beaks BC

11 years agofixed filesystem loader when the name needs to be normalized
Fabien Potencier [Mon, 5 Aug 2013 07:09:11 +0000]
fixed filesystem loader when the name needs to be normalized

11 years agosimplified code
Fabien Potencier [Sun, 4 Aug 2013 21:45:34 +0000]
simplified code

11 years agoreplaced usage of md5/sha1 by sha256
Fabien Potencier [Sun, 4 Aug 2013 13:12:06 +0000]
replaced usage of md5/sha1 by sha256

11 years agofixed template_from_string() cache side-effects
Fabien Potencier [Sun, 4 Aug 2013 13:09:59 +0000]
fixed template_from_string() cache side-effects

11 years agofixed CS
Fabien Potencier [Sun, 4 Aug 2013 13:08:44 +0000]
fixed CS

11 years agomerged branch Cottser/master (PR #1071)
Fabien Potencier [Sun, 4 Aug 2013 13:05:27 +0000]
merged branch Cottser/master (PR #1071)

This PR was merged into the master branch.

Discussion
----------

Add static caching for Twig_Environment::getTemplateClass()

Coming from http://drupal.org/node/1979290.

```
=== baseline-views-field-twig..views-field-twig-static-cache compared (517896dc57c6e..5178989df1d0f):

ct  : 116,895|115,892|-1,003|-0.9%
wt  : 478,367|474,349|-4,018|-0.8%
cpu : 449,530|444,639|-4,891|-1.1%
mu  : 17,447,208|17,453,200|5,992|0.0%
pmu : 17,658,176|17,664,136|5,960|0.0%
```

http://www.lionsad.de/xhprof-kit/xhprof/xhprof_html/?run1=517896dc57c6e&run2=5178989df1d0f&source=drupal-perf-cottser&extra=baseline-views-field-twig..views-field-twig-static-cache

We found that performance could be measurably improved when the same template is rendered multiple times in a request.

Commits
-------

4ae5385 Add static caching for Twig_Environment::getTemplateClass()

11 years agomerged branch fabpot/complex-template_from_string (PR #1154)
Fabien Potencier [Sun, 4 Aug 2013 13:01:42 +0000]
merged branch fabpot/complex-template_from_string (PR #1154)

This PR was merged into the master branch.

Discussion
----------

fixed template_from_string when the template includes or extends other ones

This should fix #1134

Commits
-------

1b5bf91 fixed template_from_string when the template includes or extends other ones

11 years agomerged branch fabpot/filesystem-optimizations (PR #1155)
Fabien Potencier [Sun, 4 Aug 2013 13:01:03 +0000]
merged branch fabpot/filesystem-optimizations (PR #1155)

This PR was merged into the master branch.

Discussion
----------

optimized the filesystem loader

* added a cache for templates that do not exist
* sped up Filesystem::exists() by avoiding the creation of exceptions

closes #1096

Commits
-------

d2b97b4 optimized the filesystem loader

11 years agoupdated CHANGELOG
Fabien Potencier [Sun, 4 Aug 2013 12:55:22 +0000]
updated CHANGELOG

11 years agomerged branch tucksaun/fix-issue-1143 (PR #1147)
Fabien Potencier [Sun, 4 Aug 2013 12:54:06 +0000]
merged branch tucksaun/fix-issue-1143 (PR #1147)

This PR was merged into the master branch.

Discussion
----------

Fix issue #1143

Commits
-------

5042159 [ext] access static properties, fixed #1143
dfc335f Added test case for issue #1143

11 years agofixed versions in docs
Fabien Potencier [Sun, 4 Aug 2013 11:34:56 +0000]
fixed versions in docs

11 years ago[ext] access static properties, fixed #1143
Tugdual Saunier [Sun, 4 Aug 2013 10:10:59 +0000]
[ext] access static properties, fixed #1143

Twig extension access static properties wheras it should not

11 years agotweaked documentation about overloading existing filters, ... (closes #1094)
Fabien Potencier [Sun, 4 Aug 2013 06:56:55 +0000]
tweaked documentation about overloading existing filters, ... (closes #1094)

11 years agooptimized the filesystem loader
Fabien Potencier [Sun, 4 Aug 2013 06:27:13 +0000]
optimized the filesystem loader

* added a cache for templates that do not exist
* sped up Filesystem::exists() by avoiding the creation of exceptions

11 years agofixed the filesystem loader cache when a template name exists in several namespaces
Fabien Potencier [Sun, 4 Aug 2013 06:43:33 +0000]
fixed the filesystem loader cache when a template name exists in several namespaces

11 years agofixed a bug in some unit tests (closes #1092)
Fabien Potencier [Sun, 4 Aug 2013 06:02:23 +0000]
fixed a bug in some unit tests (closes #1092)

11 years agofixed template_from_string when the template includes or extends other ones
Fabien Potencier [Sat, 3 Aug 2013 17:05:30 +0000]
fixed template_from_string when the template includes or extends other ones

11 years agoadded a note about how to use our PEAR channel to install the Twig C extension
Fabien Potencier [Sat, 3 Aug 2013 17:28:06 +0000]
added a note about how to use our PEAR channel to install the Twig C extension

11 years agounified LICENSEs between the PHP and the C code
Fabien Potencier [Sat, 3 Aug 2013 17:12:32 +0000]
unified LICENSEs between the PHP and the C code

11 years agofixed some unit tests
Fabien Potencier [Sat, 3 Aug 2013 16:48:19 +0000]
fixed some unit tests

11 years agorenamed an internal variable
Fabien Potencier [Sat, 3 Aug 2013 16:36:32 +0000]
renamed an internal variable

11 years agoadded an exception when a macro re-uses the same argument name twice
Fabien Potencier [Sat, 3 Aug 2013 16:18:15 +0000]
added an exception when a macro re-uses the same argument name twice

11 years agoupdated CHANGELOG
Fabien Potencier [Sat, 3 Aug 2013 15:52:48 +0000]
updated CHANGELOG

11 years agomerged branch hason/macros (PR #1139)
Fabien Potencier [Sat, 3 Aug 2013 15:51:29 +0000]
merged branch hason/macros (PR #1139)

This PR was merged into the master branch.

Discussion
----------

Improved macros

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #861, #867, #929, #1052
| License       | MIT
| Doc        | yes

* Fixed fatal error for unknown macro
* Added support for named arguments for macros
* Added support for directly call macros defined in the same template

Commits
-------

3004ba1 Added support for directly call macros defined in the same template
63615a6 Added support for named arguments for macros
09fedb8 Fixed fatal error for unknown macro
9e96837 Refactored parsing of macros

11 years agobumped version to 1.14.0-DEV
Fabien Potencier [Sat, 3 Aug 2013 15:50:09 +0000]
bumped version to 1.14.0-DEV

11 years agoprepared the 1.13.2 release
Fabien Potencier [Sat, 3 Aug 2013 15:35:31 +0000]
prepared the 1.13.2 release

11 years agoupdated CHANGELOG
Fabien Potencier [Sat, 3 Aug 2013 15:19:26 +0000]
updated CHANGELOG

11 years agomerged branch h2s/embed-error-line (PR #1140)
Fabien Potencier [Sat, 3 Aug 2013 15:15:16 +0000]
merged branch h2s/embed-error-line (PR #1140)

This PR was squashed before being merged into the master branch (closes #1140).

Discussion
----------

Fix for {% embed %} error line number bug

This deals with issue #958. I've gone into a lot of detail about the fix itself in the commit message for 12cc0a0, so I won't repeat any of that here. Take a look and let me know what you think!

Commits
-------

270b791 Fix for {% embed %} error line number bug

11 years agoFix for {% embed %} error line number bug
Henry Smith [Tue, 16 Jul 2013 21:08:51 +0000]
Fix for {% embed %} error line number bug

11 years agoAdded support for directly call macros defined in the same template
Martin Hasoň [Sat, 11 May 2013 18:04:07 +0000]
Added support for directly call macros defined in the same template

11 years agoAdded support for named arguments for macros
Martin Hasoň [Sat, 11 May 2013 10:50:59 +0000]
Added support for named arguments for macros

11 years agoupdated CHANGELOG
Fabien Potencier [Wed, 24 Jul 2013 03:16:45 +0000]
updated CHANGELOG

11 years agomoved a test to the right place (refs #1146)
Fabien Potencier [Wed, 24 Jul 2013 03:14:54 +0000]
moved a test to the right place (refs #1146)

11 years agomerged branch tucksaun/fix-issue-1126 (PR #1146)
Fabien Potencier [Wed, 24 Jul 2013 03:09:29 +0000]
merged branch tucksaun/fix-issue-1126 (PR #1146)

This PR was merged into the master branch.

Discussion
----------

Fix issue #1126

@fabpot Is this way of adding the test case is ok for you?

Commits
-------

2430431 Fixed #1126
4ce9cbf Added test case for issue #1126

11 years agoAdded test case for issue #1143
Tugdual Saunier [Tue, 23 Jul 2013 19:45:47 +0000]
Added test case for issue #1143

11 years agoFixed #1126
Tugdual Saunier [Tue, 23 Jul 2013 19:15:15 +0000]
Fixed #1126

11 years agoAdded test case for issue #1126
Tugdual Saunier [Tue, 23 Jul 2013 19:36:05 +0000]
Added test case for issue #1126

11 years agomerged branch tucksaun/php-55 (PR #1145)
Fabien Potencier [Tue, 23 Jul 2013 15:49:22 +0000]
merged branch tucksaun/php-55 (PR #1145)

This PR was merged into the master branch.

Discussion
----------

Added PHP 5.5 to travis build

Commits
-------

8639491 Added PHP 5.5 to travis build

11 years agoAdded PHP 5.5 to travis build
Tugdual Saunier [Tue, 23 Jul 2013 15:32:39 +0000]
Added PHP 5.5 to travis build

11 years agoFixed fatal error for unknown macro
Martin Hasoň [Sat, 11 May 2013 16:50:26 +0000]
Fixed fatal error for unknown macro

11 years agoRefactored parsing of macros
Martin Hasoň [Sat, 11 May 2013 16:52:48 +0000]
Refactored parsing of macros

11 years agomerged branch ftassi/remove-extension-name-from-exception (PR #1138)
Fabien Potencier [Mon, 15 Jul 2013 15:12:47 +0000]
merged branch ftassi/remove-extension-name-from-exception (PR #1138)

This PR was merged into the master branch.

Discussion
----------

Remove undefined variable usage

See https://github.com/fabpot/Twig/commit/44873875ff6ca50c654e3bd28fe19b7ce5108f42#L1R728

Commits
-------

71d7d50 Remove undefined variable usage

11 years agoRemove undefined variable usage
Francesco Tassi [Mon, 15 Jul 2013 14:26:07 +0000]
Remove undefined variable usage

11 years agomerged branch cs278/main-namespace-constant (PR #1124)
Fabien Potencier [Sat, 13 Jul 2013 19:24:37 +0000]
merged branch cs278/main-namespace-constant (PR #1124)

This PR was merged into the master branch.

Discussion
----------

Use a constant for the main namespace

Commits
-------

f80bab2 Use a constant for the main namespace

11 years agofixed a typo in the docs (closes #1136)
Fabien Potencier [Sat, 13 Jul 2013 19:17:34 +0000]
fixed a typo in the docs (closes #1136)

11 years agofixed a typo in the docs (closes #1137)
Fabien Potencier [Sat, 13 Jul 2013 19:15:14 +0000]
fixed a typo in the docs (closes #1137)

11 years agomerged branch markstory/update-docs (PR #1132)
Fabien Potencier [Fri, 5 Jul 2013 17:16:02 +0000]
merged branch markstory/update-docs (PR #1132)

This PR was merged into the master branch.

Discussion
----------

Add more complete documentation for building tests.

In response to #1121 I've added more extensive documentation around implementing tests. Both with and without a node_class.

Commits
-------

da06f59 Add more complete documentation for building tests.

11 years agoAdd more complete documentation for building tests.
Mark Story [Thu, 4 Jul 2013 17:06:36 +0000]
Add more complete documentation for building tests.

11 years agoUse a constant for the main namespace
Chris Smith [Fri, 28 Jun 2013 09:26:16 +0000]
Use a constant for the main namespace

11 years agoRevert "Fixed PSR-0 in tests"
Fabien Potencier [Thu, 27 Jun 2013 06:24:36 +0000]
Revert "Fixed PSR-0 in tests"

This reverts commit b5928de258f849b96208e00454e5b284facb74db.

11 years agomerged branch hason/patch1 (PR #1080)
Fabien Potencier [Thu, 27 Jun 2013 06:24:31 +0000]
merged branch hason/patch1 (PR #1080)

This PR was merged into the master branch.

Discussion
----------

Small fixes

Commits
-------

a6205c5 Fixed exception message in Call
b5928de Fixed PSR-0 in tests

11 years agotweaked previous merge (refs #1114)
Fabien Potencier [Thu, 27 Jun 2013 06:19:54 +0000]
tweaked previous merge (refs #1114)

11 years agomerged branch LouTerrailloune/patch-2 (PR #1114)
Fabien Potencier [Thu, 27 Jun 2013 06:19:31 +0000]
merged branch LouTerrailloune/patch-2 (PR #1114)

This PR was merged into the master branch.

Discussion
----------

Update url_encode.rst

Documented hidden feature to use rawurlencode.

Commits
-------

594e2db Update url_encode.rst

11 years agomerged branch mattjanssen/spaceless-doc (PR #1122)
Fabien Potencier [Thu, 27 Jun 2013 06:18:27 +0000]
merged branch mattjanssen/spaceless-doc (PR #1122)

This PR was merged into the master branch.

Discussion
----------

Updated {% spaceless %} example to show how spaces in strings are handled

Updated output to show space is preserved within `<div><strong>foo bar</strong></div>` HTML.

Commits
-------

2861bef Updated {% spaceless %} example to show how spaces in strings are handled.

11 years agoUpdated {% spaceless %} example to show how spaces in strings are handled.
Matt Janssen [Wed, 26 Jun 2013 19:20:02 +0000]
Updated {% spaceless %} example to show how spaces in strings are handled.

Updated output to show space is preserved within `<div><strong>foo bar</strong></div>` HTML.

11 years agofixed (again) the license identifier in composer.json
Fabien Potencier [Tue, 25 Jun 2013 16:45:01 +0000]
fixed (again) the license identifier in composer.json

11 years agofixed the license name in composer.json
Fabien Potencier [Tue, 25 Jun 2013 15:47:27 +0000]
fixed the license name in composer.json

11 years agomerged branch igorsantos07/patch-1 (PR #1116)
Fabien Potencier [Sun, 9 Jun 2013 06:03:21 +0000]
merged branch igorsantos07/patch-1 (PR #1116)

This PR was merged into the master branch.

Discussion
----------

Update include.rst

Fixing typo: "Twig will ignore the statement if the template to be *ignored* does not exist."

[Sorry, typed the commit desc in the wrong box :( ]

Commits
-------

fb3fdac Update include.rst

11 years agoUpdate include.rst
Igor Santos [Sat, 8 Jun 2013 20:56:44 +0000]
Update include.rst

Fixing typo: "Twig will ignore the statement if the template to be *ignored* does not exist."

11 years agoUpdate url_encode.rst
Vincent Terraillon [Fri, 7 Jun 2013 08:55:43 +0000]
Update url_encode.rst

Documented hidden feature to use rawurlencode.

11 years agomerged branch hason/patch_2 (PR #1113)
Fabien Potencier [Fri, 7 Jun 2013 06:24:46 +0000]
merged branch hason/patch_2 (PR #1113)

This PR was merged into the master branch.

Discussion
----------

Fixed typo in doc for the reverse filter

Commits
-------

3c63626 Fixed typo in doc for the reverse filter

11 years agoFixed typo in doc for the reverse filter
Martin Hasoň [Thu, 6 Jun 2013 20:55:44 +0000]
Fixed typo in doc for the reverse filter

11 years agobumped version to 1.13.2-DEV
Fabien Potencier [Thu, 6 Jun 2013 08:57:56 +0000]
bumped version to 1.13.2-DEV

11 years agoprepared the 1.13.1 release
Fabien Potencier [Thu, 6 Jun 2013 06:05:52 +0000]
prepared the 1.13.1 release

11 years agoupdated the CHANGELOG with missing items
Fabien Potencier [Thu, 6 Jun 2013 06:02:21 +0000]
updated the CHANGELOG with missing items

11 years agoadded documentation for the preverse_keys argument of the reverse filter (closes...
Fabien Potencier [Thu, 6 Jun 2013 05:56:57 +0000]
added documentation for the preverse_keys argument of the reverse filter (closes #1112)

11 years agomerged branch stof/include_escaping (PR #1110)
Fabien Potencier [Wed, 29 May 2013 14:58:12 +0000]
merged branch stof/include_escaping (PR #1110)

This PR was merged into the master branch.

Discussion
----------

Made the include function safe for the autoescaping

This fixes a regression introduced in ba88c75557
Fixes #1097

I have not updated the changelog as the regression is not part of a release yet

Commits
-------

3bc113b Made the include function safe for the autoescaping

11 years agoMade the include function safe for the autoescaping
Christophe Coevoet [Wed, 29 May 2013 13:08:43 +0000]
Made the include function safe for the autoescaping

This fixes a regression introduced in ba88c75557
Fixes #1097

11 years agomerged branch luiges90/patch-1 (PR #1107)
Fabien Potencier [Wed, 29 May 2013 07:19:45 +0000]
merged branch luiges90/patch-1 (PR #1107)

This PR was merged into the master branch.

Discussion
----------

Update slice.rst

I was (somehow) misled by the example, thinking `'1234'[2:]` outputs `34` because it `2:` mean copy the last 2 characters...

This happens when you are in a hurry and didn't look into the text.

Let makes it less ambiguous.

Commits
-------

3ddff67 Update slice.rst

11 years agomerged branch jrobeson/patch-1 (PR #1108)
Fabien Potencier [Wed, 29 May 2013 07:18:50 +0000]
merged branch jrobeson/patch-1 (PR #1108)

This PR was merged into the master branch.

Discussion
----------

change mention of print to sprintf in format filter

The format specifiers are actually mentioned on the [sprintf](http://php.net/sprintf) page

Commits
-------

5746c11 change mention of print to sprintf in format filter

11 years agochange mention of print to sprintf in format filter
Johnny Robeson [Wed, 29 May 2013 07:15:52 +0000]
change mention of print to sprintf in format filter

The format specifiers are actually mentioned on the [sprintf(http://php.net/sprintf)] page

11 years agoUpdate slice.rst
Peter WONG [Wed, 29 May 2013 03:18:36 +0000]
Update slice.rst

I was (somehow) misled by the example, thinking `'1234'[2:]` outputs `34` because it `2:` mean copy the last 2 characters...

This happens when you are in a hurry and didn't look into the text.

Let makes it less ambiguous.

11 years agoadded the possibility to ignore the filesystem constructor argument (closes #1104)
Fabien Potencier [Mon, 27 May 2013 06:08:37 +0000]
added the possibility to ignore the filesystem constructor argument (closes #1104)

11 years agofixed doc markup (closes #1106)
Fabien Potencier [Mon, 27 May 2013 06:04:18 +0000]
fixed doc markup (closes #1106)

11 years agotweaked previous merge (refs #1103)
Fabien Potencier [Sat, 25 May 2013 15:56:39 +0000]
tweaked previous merge (refs #1103)

11 years agomerged branch kimu/patch-1 (PR #1103)
Fabien Potencier [Sat, 25 May 2013 15:52:49 +0000]
merged branch kimu/patch-1 (PR #1103)

This PR was squashed before being merged into the master branch (closes #1103).

Discussion
----------

Added info about variable declarations inside a loop

Commits
-------

d5f4ec3 Added info about variable declarations inside a loop