Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/voku/twig-wrapper

Wrapper for Twig templating system
https://github.com/voku/twig-wrapper

Update README.md

0f7f8f2413ea9832f010036e9b89bf92589f411e authored over 10 years ago by Lars Moelleken <[email protected]>
[-]: moved the example to -> https://github.com/voku/twig-wrapper-example

efdf4898dd6f790fc4388d5a0a2c5742ab59aaa1 authored over 10 years ago by Lars Moelleken <[email protected]>
[+]: update example and use "embed" from twig

03d7c908be80845aab1c6a09d5f2e4d9bd9a03a8 authored over 10 years ago by Lars Moelleken <[email protected]>
[!]: fixed "getHtmljQuery()"

ea19f54dbd9986704fb0d71ede7f225f771ef268 authored over 10 years ago by Lars Moelleken <[email protected]>
[*]: update readme / info

dc7a9a8cdfef31865cade36d9ae7646ec859e31d authored over 10 years ago by Lars Moelleken <[email protected]>
[~]: use this repo for the example

7107ce0aaa7cdf8832f83b51b42653c236d740ec authored over 10 years ago by Lars Moelleken <[email protected]>
[+]: init commit v3

aa8a947a6fad07f4a6c88a0495b62637154349dc authored over 10 years ago by Lars Moelleken <[email protected]>
[+]: init commit v2

9b2d30da5d21d49251d231cb7d30a6b882841a7e authored over 10 years ago by Lars Moelleken <[email protected]>
[+]: init commit

888d61911868a763849da408985bc5fc670a1248 authored over 10 years ago by Lars Moelleken <[email protected]>
[+]: added "git"-settings

f2a3add6dbdad5f521144ad27e66f4ac4a110699 authored over 10 years ago by Lars Moelleken <[email protected]>
Adding fetch() function so text of parsed template can be extracted (display() is effectively echo $this->fetch()).

46ccacd785add8c05c9dfd24c09354791b61b258 authored about 13 years ago by Paul Waring <[email protected]>
Hold off creating template object until we need to display the page, as this allows us to add extensions beforehand.

loadTemplate parses the template file, so adding extensions afterwards means that their filters ...

615b5df3aa344653f0b65668452f61b5a3904692 authored about 13 years ago by Paul Waring <[email protected]>
Change variables to be protected so that subclasses can access them.

cefdb4e7250fd195bfda8a62f0f4ead47a339813 authored about 13 years ago by Paul Waring <[email protected]>
Initial wrapper class and updated README.

2818fa4890d5ac25ce533793b21dc2f44eb882db authored over 13 years ago by Paul Waring <[email protected]>
Readme file.

28039b86fb0dc8e6fa71439ae9135543536c4bc0 authored over 13 years ago by Paul Waring <[email protected]>
Licence file.

e6f0e06b6adc0dea00ab0fe27d83d33015f85ae5 authored over 13 years ago by Paul Waring <[email protected]>