<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
         xmlns:err="http://jelix.org/ns/xmlerror/1.0">
 <channel>

    <title><![CDATA[Jelix : Forums]]></title>
    <link>https://jelix.org</link>
    <description>Framework PHP</description>

    
    <language>en</language>
    

    
    <pubDate>Thu, 09 Dec 2010 12:02:45 +0000</pubDate>    <lastBuildDate>Thu, 09 Dec 2010 12:02:45 +0000</lastBuildDate>    <generator>Jelix php framework http://jelix.org</generator>    <copyright>Jelix : Forums</copyright>                        <ttl>60</ttl>                
      <item>
        <title><![CDATA[Jelix 1.1 now in German, Spanish,  Chinease and Dutch]]></title>
        <link>https://jelix.org/forums/forum/17-jelix-contributions-and-improvements/posts/7435-7435-jelix-1-1-now-in-german-spanish-chinease-and-dutch</link>
        <description><![CDATA[<p>Hi,</p>

<p>After the French and English, you can now have Jelix 1.1 in German, Spanish and Chinease.</p>

<p><a href="http://developer.jelix.org/query?component=lang+packs&amp;col=id&amp;col=summary&amp;col=status&amp;col=type&amp;col=priority&amp;col=milestone&amp;col=component&amp;order=priority">The language pack are available here</a> (in the attachments of each ticket)</p>

<p>To install them, uncompress the archive on the jelix lib directory, then the language file will go into their own directory : de_DE, es_ES and zh_CN</p>
]]></description>
        <pubDate>Thu, 09 Dec 2010 12:02:45 +0000</pubDate>
        <guid isPermaLink="true">https://jelix.org/forums/forum/17-jelix-contributions-and-improvements/posts/7435-7435-jelix-1-1-now-in-german-spanish-chinease-and-dutch</guid>
        <author>foxmask </author>                                    </item>
      <item>
        <title><![CDATA[jTpl improvement]]></title>
        <link>https://jelix.org/forums/forum/17-jelix-contributions-and-improvements/posts/5969-5969-jtpl-improvement</link>
        <description><![CDATA[<p>I was working on an app recently and I was greatly bugged by some little thing.
The plugins parse the page before the variables are inserted. This means that if I use some jurl or autolocale code in my database stored content and add it to the output, it doesn't get parsed.
Having the plugins parse the page after the content has been added would be an easy way to solve this problem.</p>

<p>PS: I am posting here since I can't add a new ticket on trac...</p>]]></description>
        <pubDate>Tue, 08 Dec 2009 02:42:34 +0000</pubDate>
        <guid isPermaLink="true">https://jelix.org/forums/forum/17-jelix-contributions-and-improvements/posts/5969-5969-jtpl-improvement</guid>
        <author>afroxav </author>                                    </item>
      <item>
        <title><![CDATA[New Mercurial repository]]></title>
        <link>https://jelix.org/forums/forum/17-jelix-contributions-and-improvements/posts/5498-5498-new-mercurial-repository</link>
        <description><![CDATA[<p>Hello,</p>

<p>Today, we migrate from Subversion to Mercurial to manage the source code of Jelix.  You will find the repositories <a href="http://hg.jelix.org">here</a>. The subversion repository is now accessible only in read-only access.</p>

<p>For the forge, developers could migrate if they want, in few weeks.</p>]]></description>
        <pubDate>Mon, 20 Jul 2009 14:56:11 +0000</pubDate>
        <guid isPermaLink="true">https://jelix.org/forums/forum/17-jelix-contributions-and-improvements/posts/5498-5498-new-mercurial-repository</guid>
        <author>laurentj </author>                                    </item>
      <item>
        <title><![CDATA[mercurial or git]]></title>
        <link>https://jelix.org/forums/forum/17-jelix-contributions-and-improvements/posts/4652-4652-mercurial-or-git</link>
        <description><![CDATA[<p>Hello,</p>

<p>I planed to move the repository from subversion to mercurial or git.</p>

<p>However, with latest development in Mercurial or Git, it makes me difficult to choice between this both DVCS.</p>

<p>I think I prefer Mercurial because of its documentation, its supports on all plateform, and because it seems that commands are like subversion commands.</p>

<p>And you, which do you prefer ?</p>]]></description>
        <pubDate>Sun, 08 Mar 2009 16:00:24 +0000</pubDate>
        <guid isPermaLink="true">https://jelix.org/forums/forum/17-jelix-contributions-and-improvements/posts/4652-4652-mercurial-or-git</guid>
        <author>laurentj </author>                                    </item>
      <item>
        <title><![CDATA[Jelix moved to Github]]></title>
        <link>https://jelix.org/forums/forum/17-jelix-contributions-and-improvements/posts/8676-8676-jelix-moved-to-github</link>
        <description><![CDATA[<p>Dear contributors,</p>

<p>As you may know, <a href="https://github.com/jelix/jelix/">the project has been moved to github</a></p>

<p>You can read why here: <a href="http://jelix.org/en/news/post/let-s-move-to-git-and-github">http://jelix.org/en/news/post/let-s-move(..)</a></p>

<p>Rules to commit have changed a bit.</p>

<p>Except to fix some syntax issues, misspelling or tiny changes, don't commit directly on this repository (for those who have write access). You are strongly encouraged to fork the repository in your github account, and commit your changes into this fork.</p>

<p>Then you will have to do a &quot;pull request&quot;. It allows us to review your changes in github, and when all is ok, to integrate your changes easily into the official repository.</p>

<p>If you want to propose several different changes, create a branch for each changes, so we could integrate changes individually, depending of their &quot;review status&quot;. With Git, when your changes will be integrated, you could &quot;delete&quot; the corresponding branch in your fork.</p>

<p>As usual, let's discuss on the forum or on the mailing-list of your proposition of improvement/bug fix before you code it, especially if this is a critical change, an API change or a big/complex change. You will have more chance to see them imported in the official repository.</p>

<p>For the code review, I think that everyone (who have a github account) could comment and review pull requests. So don't hesitate to review changes! I don't want to be anymore the single reviewer <img src="/hfnu/images/smileys/famfamfam/emoticon_smile.png" alt="smile" /></p>

<p>The submission of patch into tickets on developer.jelix.org is now a &quot;deprecated&quot; way to contribute; I prefer to work now with Github.</p>

<p>However for the moment, use developer.jelix.org to indicate bugs/improvements, although you can use the github issues manager of the project. The use of the github issues manager is still under study (what about of its feature, how to migrate tickets etc...). We probably migrate to it but no decision has been made for now.</p>

<p>If you have suggestion, don't hesitate to let me know.</p>

<p>I want a project management more flexible.</p>

<p>Fork it, fork it, fork it!</p>
]]></description>
        <pubDate>Wed, 24 Aug 2011 15:10:09 +0000</pubDate>
        <guid isPermaLink="true">https://jelix.org/forums/forum/17-jelix-contributions-and-improvements/posts/8676-8676-jelix-moved-to-github</guid>
        <author>laurentj </author>                                    </item>
      <item>
        <title><![CDATA[Documentation is available]]></title>
        <link>https://jelix.org/forums/forum/17-jelix-contributions-and-improvements/posts/3936-3936-documentation-is-available</link>
        <description><![CDATA[<p>Hi all,</p>

<p>the documentation for Jelix 1.0 is now available, and you can read it on the web site or download <a href="/articles/en/download/stable/1.0#the-manual">the PDF version</a> <img src="/hfnu/images/smileys/famfamfam/emoticon_wink.png" alt="wink" /></p>]]></description>
        <pubDate>Sat, 06 Dec 2008 01:12:10 +0000</pubDate>
        <guid isPermaLink="true">https://jelix.org/forums/forum/17-jelix-contributions-and-improvements/posts/3936-3936-documentation-is-available</guid>
        <author>laurentj </author>                                    </item>
  
 </channel>
</rss>