- Nov 19, 2018
-
-
Thijs Kinkhorst authored
This is because some templates, e.g. errror, expect to be able to include them. This fixes e.g. the No State error page.
-
- Oct 18, 2018
-
-
Tim van Dijen authored
-
- Oct 17, 2018
-
-
Arno van der Vegt authored
-
Arno van der Vegt authored
* Updated the phpDoc comments to match the code * Added return statements * Added return values
-
- Oct 10, 2018
-
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
It was deprecated in Twig 1.x and removed in 2.0.
-
- Oct 09, 2018
-
-
arno authored
-
- Oct 07, 2018
-
-
Thijs Kinkhorst authored
There's some redundancy now since the code must support the old and new template. The links variety is not very beautiful, but the old one wasn't either..
-
- Aug 26, 2018
-
-
Tim van Dijen authored
-
- Aug 22, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Aug 13, 2018
-
-
Tim van Dijen authored
-
- Aug 06, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Aug 05, 2018
-
-
Tim van Dijen authored
-
- Aug 01, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Jul 28, 2018
-
-
Thijs Kinkhorst authored
This seemed the logical place to do it, because it's essentially a presentation thing (so in Template, not Locale). There's likely something to be said for sorting by key aswell as sorting by translated language name. Picked key for now, seems most predictable.
-
- Jun 05, 2018
-
-
Tim van Dijen authored
-
- Jun 01, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- May 31, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- May 11, 2018
-
-
Tim van Dijen authored
-
- Apr 13, 2018
-
-
Matt Schwager authored
-
- Feb 07, 2018
-
-
Matt Henderson authored
-
- Jan 06, 2018
-
-
Tim van Dijen authored
setupTwigTemplatepaths() cannot return false
-
- Jan 04, 2018
-
-
Tim van Dijen authored
-
- Dec 31, 2017
-
-
Thijs Kinkhorst authored
This seemed the logical place to do it, because it's essentially a presentation thing (so in Template, not Locale). There's likely something to be said for sorting by key aswell as sorting by translated language name. Picked key for now, seems most predictable.
-
- Dec 29, 2017
-
-
Tim van Dijen authored
-
- Dec 06, 2017
-
-
Jaime Pérez Crespo authored
Now we can load templates in twig with two syntaxes: - The original twig syntax: "@module/path/to/template.twig" - The SSP syntax: "module:path/to/template.php" or "module:path/to/template.tpl.php"
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
This allows us to load templates from modules inside a twig template itself (include, embed, etc), even when the main template is not in a module or in a different one.
-
- Oct 27, 2017
-
-
Thijs Kinkhorst authored
-
- Oct 25, 2017
-
-
Jaime Pérez Crespo authored
This can be used by templates to load resources in different ways, either optimized for the developer or for a production environment.
-