<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Twig Developers (DISABLED) Google Group</title>
  <link>http://groups.google.com/group/twig-devs</link>
  <description>Group for the development of Twig, a PHP template engine</description>
  <language>en-US</language>
  <item>
  <title>Closing this mailing-list in favor of the regular Twig users mailing-list</title>
  <link>http://groups.google.com/group/twig-devs/browse_thread/thread/b8bc1a46b2950b29/4f2dc95789f040e3?show_docid=4f2dc95789f040e3</link>
  <description>
  Hi all, &lt;br&gt; &lt;p&gt;I&#39;m closing this mailing-list (the archives will remain available in &lt;br&gt; read-only mode: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://groups.google.com/forum/?fromgroups=#!forum/twig-devs&quot;&gt;[link]&lt;/a&gt;) in favor &lt;br&gt; of the regular Twig users mailing-list. The reasons are quite simple: &lt;br&gt; &lt;p&gt;* It&#39;s not always simple to know where to post a question: the devs ML
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twig-devs/browse_thread/thread/b8bc1a46b2950b29</guid>
  <author>
  fabien.potenc...@gmail.com
  (Fabien Potencier)
  </author>
  <pubDate>Thu, 03 Jan 2013 08:32:08 UT
</pubDate>
  </item>
  <item>
  <title>Tag aliases?</title>
  <link>http://groups.google.com/group/twig-devs/browse_thread/thread/d4c4f157e92b09df/87c25be80cca1005?show_docid=87c25be80cca1005</link>
  <description>
  I have a project which is using Twig to render some Jinja templates. For the most part, these work perfectly, only a few tags differ. With so few differences, I started wondering why Twig (and Jinja) don&#39;t support each other&#39;s tags as aliases for the few cases where their syntax differs. &lt;br&gt; &lt;p&gt;Rather than hacking the core, I wondered if it would be possible to extend Twig with tag aliases?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twig-devs/browse_thread/thread/d4c4f157e92b09df</guid>
  <author>
  j...@joemaller.com
  (Joe Maller)
  </author>
  <pubDate>Sat, 29 Dec 2012 19:16:12 UT
</pubDate>
  </item>
  <item>
  <title>Question: How to include Twig in project without using Autoloader?</title>
  <link>http://groups.google.com/group/twig-devs/browse_thread/thread/f87376f792a51665/7194007107d2a8b6?show_docid=7194007107d2a8b6</link>
  <description>
  Hi, &lt;br&gt; I have a simple project that just include Twig with Autoloader: &lt;br&gt; Twig_Autoloader::register(); &lt;br&gt; in some web server, it work correctly, but in another webserver, it &lt;br&gt; generates an error: &lt;br&gt; Class &#39;Twig_Loader_Filesystem&#39; not found &lt;br&gt; Here is my question: How can I include Twig in my project, without &lt;br&gt; Autoloader? (With requiring all Twig related files manually I mean).
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twig-devs/browse_thread/thread/f87376f792a51665</guid>
  <author>
  mojt...@gmail.com
  (Mojtaba Dashtinejad)
  </author>
  <pubDate>Sun, 28 Oct 2012 13:22:12 UT
</pubDate>
  </item>
  <item>
  <title>Seeking Twig Developers for paid work</title>
  <link>http://groups.google.com/group/twig-devs/browse_thread/thread/ce5b50b68548d797/5c8447e313a17073?show_docid=5c8447e313a17073</link>
  <description>
  Hi Guys! &lt;br&gt; Im building an analytics system which is in Beta with no basic UI so to &lt;br&gt; speak, Im seeking talented Twig developers to help me get this thing kick &lt;br&gt; started. I have all the backend developement handled via beanstalkd and &lt;br&gt; worker modules to seprate all the backend from the frontend. I have now a
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twig-devs/browse_thread/thread/ce5b50b68548d797</guid>
  <author>
  kocon...@gmail.com
  (Onder Vincent Koc)
  </author>
  <pubDate>Mon, 08 Oct 2012 14:05:52 UT
</pubDate>
  </item>
  <item>
  <title>A dual path resolution strategy</title>
  <link>http://groups.google.com/group/twig-devs/browse_thread/thread/fdaf9c342f262ad5/f0c86e80a8acb4ff?show_docid=f0c86e80a8acb4ff</link>
  <description>
  When I first started integrating Twig into my project I was annoyed with &lt;br&gt; that way that path resolution works when including resources with tags like &lt;br&gt; include and macro. Paths were always resolved relative to the working &lt;br&gt; directory of my project so I always had to write out the full path to a &lt;br&gt; template even if it existed in a single subdirectory of the currently
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twig-devs/browse_thread/thread/fdaf9c342f262ad5</guid>
  <author>
  bbi...@gmail.com
  (Bilge)
  </author>
  <pubDate>Mon, 01 Oct 2012 23:01:37 UT
</pubDate>
  </item>
  <item>
  <title>Passing a String as the template content.</title>
  <link>http://groups.google.com/group/twig-devs/browse_thread/thread/7e1520f5a1e2db75/979b54d61a51ad50?show_docid=979b54d61a51ad50</link>
  <description>
  I am using &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/altrano/codeigniter-twig&quot;&gt;[link]&lt;/a&gt;. &lt;br&gt; $this-&amp;gt;load-&amp;gt;library(&#39;twig&#39;); &lt;br&gt; $data[&#39;title&#39;] = &amp;quot;Testing Twig!!&amp;quot;; &lt;br&gt; Instead of doing : &lt;br&gt; $this-&amp;gt;twig-&amp;gt;display OR render(&#39;view.html&#39;, $data); &lt;br&gt; I need to to this : &lt;br&gt; $this-&amp;gt;twig-&amp;gt;render($string, $data); The $string has html/twig template ready to use. &lt;br&gt; The library/class in the library I am using writes this :
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twig-devs/browse_thread/thread/7e1520f5a1e2db75</guid>
  <author>
  emili...@orisom.com
  (Emiliano)
  </author>
  <pubDate>Tue, 25 Sep 2012 20:55:56 UT
</pubDate>
  </item>
  <item>
  <title>[Suggestion] Adding HTML namespacing with Twig</title>
  <link>http://groups.google.com/group/twig-devs/browse_thread/thread/84c96db2dc6cd4dd/6817b107f67917d0?show_docid=6817b107f67917d0</link>
  <description>
  Hi &lt;br&gt; I think about &amp;quot;Namespacing&amp;quot; in HTML, and I&#39;m glad to share with you here, &lt;br&gt; maybe the creators of Twig, found it nice and add it to Twig. I hope so. &lt;br&gt; As you know, because number of javascript plugins is growing fast, &lt;br&gt; and because they&#39;ll work with css classes and ids and attributes, &lt;br&gt; sometimes, it will happen that two javascript/css library conflict each
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twig-devs/browse_thread/thread/84c96db2dc6cd4dd</guid>
  <author>
  mojt...@gmail.com
  (Mojtaba Dashtinejad)
  </author>
  <pubDate>Thu, 06 Sep 2012 04:20:33 UT
</pubDate>
  </item>
  <item>
  <title>using loop variable in sub template</title>
  <link>http://groups.google.com/group/twig-devs/browse_thread/thread/8e430295a7a2df32/357055a2a4addf62?show_docid=357055a2a4addf62</link>
  <description>
  I have several templates, one main template and several sub templates which &lt;br&gt; are all included from the main template. &lt;br&gt; I&#39;d like to use the current element from the loop in my sub template as &lt;br&gt; well as the loop index. The main template looks like this: &lt;br&gt; {% for block in blocks %} &lt;br&gt; {% set block_template = &#39;blocks/&#39; ~ block.type ~ &#39;.twig&#39; %}
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twig-devs/browse_thread/thread/8e430295a7a2df32</guid>
  <author>
  remo.laubac...@gmail.com
  (Remo)
  </author>
  <pubDate>Sun, 26 Aug 2012 12:43:36 UT
</pubDate>
  </item>
  <item>
  <title>Ternary shorthand</title>
  <link>http://groups.google.com/group/twig-devs/browse_thread/thread/3c21f2932814c215/1ed35f55e0e04e40?show_docid=1ed35f55e0e04e40</link>
  <description>
  It should not be necessary to specify both alternations of the ternary &lt;br&gt; statement if the false condition is not significant. Consider the following: &lt;br&gt; {{ input is checked ? &#39;checked&#39; : &#39;&#39; }} &lt;br&gt; It should be possible to condense this to be expressed more simply. &lt;br&gt; {{ input is checked ? &#39;checked&#39; }} &lt;br&gt; The default value for the false case should just be null.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twig-devs/browse_thread/thread/3c21f2932814c215</guid>
  <author>
  bbi...@gmail.com
  (Bilge)
  </author>
  <pubDate>Mon, 13 Aug 2012 05:34:26 UT
</pubDate>
  </item>
  <item>
  <title>embed default block</title>
  <link>http://groups.google.com/group/twig-devs/browse_thread/thread/e9b9c8fa5b7cba0c/d1174bee822690fa?show_docid=d1174bee822690fa</link>
  <description>
  Hi, &lt;br&gt; What do you think about this feature: if there is only one block defined, &lt;br&gt; then you don&#39;t need to specify it when embedding. &lt;br&gt; An example is worth thousands of words: &lt;br&gt; old_main.twig is the way to do it now, new_main.twig would be the &amp;quot;new&amp;quot; way. &lt;br&gt; {% block myblock %} &lt;br&gt; {% endblock %} &lt;br&gt; {% embed skeleton.twig %}
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twig-devs/browse_thread/thread/e9b9c8fa5b7cba0c</guid>
  <author>
  ibizapea...@gmail.com
  (ibizaman)
  </author>
  <pubDate>Sat, 11 Aug 2012 20:38:11 UT
</pubDate>
  </item>
  <item>
  <title>Get template source for a node</title>
  <link>http://groups.google.com/group/twig-devs/browse_thread/thread/3be0bd50a17402cc/89abe3cce1ffa702?show_docid=89abe3cce1ffa702</link>
  <description>
  I&#39;m creating an online editor for Twig templates for use in a CMS. I would &lt;br&gt; like to have a separate editor for each block defined in a template. For &lt;br&gt; example: &lt;br&gt; {% extends &amp;quot;page.html.twig&amp;quot; %} &lt;br&gt; {% block header %} &lt;br&gt; Hello {{ name }} &lt;br&gt; {% endblock %} &lt;br&gt; {% block content %} &lt;br&gt; Hello &lt;br&gt; {% endblock %} &lt;br&gt; There would be a WYSIWYG editor for the header block and one for the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twig-devs/browse_thread/thread/3be0bd50a17402cc</guid>
  <author>
  jeremy...@gmail.com
  (Jeremy Dorn)
  </author>
  <pubDate>Fri, 10 Aug 2012 15:14:06 UT
</pubDate>
  </item>
  <item>
  <title>Is it possible to get content of block inside template by path ?</title>
  <link>http://groups.google.com/group/twig-devs/browse_thread/thread/5b51da50f6f4fc1f/d61cf99e6cfe0374?show_docid=d61cf99e6cfe0374</link>
  <description>
  I mean, example: &lt;br&gt; {% block profile %} &lt;br&gt; {% block interest %} &lt;br&gt; {{ title }} &lt;br&gt; {% endblock %} &lt;br&gt; {% endblock %} &lt;br&gt; echo $T-&amp;gt;fetch(&#39;/profile/interests/ &#39;, array(&#39;title&#39; =&amp;gt; &#39;Job&#39;));
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twig-devs/browse_thread/thread/5b51da50f6f4fc1f</guid>
  <author>
  lubomir1...@gmail.com
  (JohnMan)
  </author>
  <pubDate>Fri, 20 Jul 2012 23:04:23 UT
</pubDate>
  </item>
  <item>
  <title>Twig event listener (hook) in template variable</title>
  <link>http://groups.google.com/group/twig-devs/browse_thread/thread/4647905700cf2833/7dfc846875acae1b?show_docid=7dfc846875acae1b</link>
  <description>
  Hello, &lt;br&gt; I&#39;m having something in my mind that need to be implemented in the current &lt;br&gt; project. I&#39;ll explain with a example below: &lt;br&gt; I will be having below variables structure used in a lot of templates: &lt;br&gt; {% if article.tags is iterable %} &lt;br&gt; As you can see at the #1 line above, i will then assign &amp;quot;*article*&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twig-devs/browse_thread/thread/4647905700cf2833</guid>
  <author>
  sulaeman.nowh...@gmail.com
  (Nundut)
  </author>
  <pubDate>Tue, 03 Jul 2012 03:19:37 UT
</pubDate>
  </item>
  <item>
  <title>Special names for Macros</title>
  <link>http://groups.google.com/group/twig-devs/browse_thread/thread/73f999035541345d/590a6985232e2b8f?show_docid=590a6985232e2b8f</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;This code doesn&#39;t work, it&#39;ll generate an error. How can we called a &lt;br&gt; macro a special name like &amp;quot;is&amp;quot;? &lt;br&gt; &lt;p&gt;I think it is good idea to solve this problem. &lt;br&gt; &lt;p&gt;{% macro is() %} &lt;br&gt; NOT WORKED &lt;br&gt; {% endmacro %} &lt;br&gt; &lt;p&gt;{{ _self.is() }}
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twig-devs/browse_thread/thread/73f999035541345d</guid>
  <author>
  mojt...@gmail.com
  (Mojtaba)
  </author>
  <pubDate>Wed, 06 Jun 2012 02:38:17 UT
</pubDate>
  </item>
  </channel>
</rss>
