<feed xmlns='http://www.w3.org/2005/Atom'>
<title>roundcube.git/installer, branch 1.1-beta</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.hiegel.fr/cgit/roundcube.git/atom?h=1.1-beta</id>
<link rel='self' href='https://git.hiegel.fr/cgit/roundcube.git/atom?h=1.1-beta'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/'/>
<updated>2014-10-13T12:48:05Z</updated>
<entry>
<title>Remove zend.ze1_compatibility_mode checks, it does not exist in PHP &gt;= 5.3</title>
<updated>2014-10-13T12:48:05Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-10-13T12:48:05Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=6b7e06620d31078bdd8dd139a395439b0fe810ea'/>
<id>urn:sha1:6b7e06620d31078bdd8dd139a395439b0fe810ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dirname(__FILE__) -&gt; __DIR__</title>
<updated>2014-10-13T12:41:55Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-10-13T12:41:55Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=0ea079d604ef1f34cc47646ab23176a3c66f16ee'/>
<id>urn:sha1:0ea079d604ef1f34cc47646ab23176a3c66f16ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'oracle'</title>
<updated>2014-09-22T07:38:21Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-09-22T07:38:21Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=000f6ee3041c0e587c4a54daa95dfc421f7bd2d4'/>
<id>urn:sha1:000f6ee3041c0e587c4a54daa95dfc421f7bd2d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'oracle'</title>
<updated>2014-09-22T07:31:11Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-09-22T07:31:11Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=ff767a14ff7675fce7b23b918f41fa92157dd0c0'/>
<id>urn:sha1:ff767a14ff7675fce7b23b918f41fa92157dd0c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Oracle driver check in Installer</title>
<updated>2014-09-18T14:57:41Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-09-18T14:57:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=c2345747acec85bd158784a2819b5273e6af3cdd'/>
<id>urn:sha1:c2345747acec85bd158784a2819b5273e6af3cdd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use consistent column/table quoting in sql queries</title>
<updated>2014-09-12T12:37:51Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-09-12T12:37:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=34a0902089a410d1f7dda78d1f8b0771333c09df'/>
<id>urn:sha1:34a0902089a410d1f7dda78d1f8b0771333c09df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make LDAP extension and Net_LDAP3 lib optional in installer check</title>
<updated>2014-09-11T15:45:32Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2014-09-11T15:45:32Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=b6f89a32d8d38f023c17c47e722c3f52eb9e5ad2'/>
<id>urn:sha1:b6f89a32d8d38f023c17c47e722c3f52eb9e5ad2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove 3rd party libs from our repository and define the dependencies in composer.json-dist.</title>
<updated>2014-08-27T15:45:21Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2014-08-27T15:45:21Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=a98a4f8bb56eacffff1765ff09dd29af26e5fc12'/>
<id>urn:sha1:a98a4f8bb56eacffff1765ff09dd29af26e5fc12</id>
<content type='text'>
Also remove the ancient utf8 lib and replace it with 'Patchwork UTF-8 for PHP'.

For direct git checkouts, copy composer.json-dist into composer.json and run
`php composer.phar install` to install the dependencies.
</content>
</entry>
<entry>
<title>Fix some mime-type to extension mapping checks in Installer (#1489983)</title>
<updated>2014-07-22T17:10:42Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-07-22T17:10:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=6b0106a32446a125fd8a4ea7b9637c2378d52f72'/>
<id>urn:sha1:6b0106a32446a125fd8a4ea7b9637c2378d52f72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix IMAP connection test in installer so it is aware of imap_auth_type (#1489746)</title>
<updated>2014-05-02T17:35:54Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-05-02T17:35:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=37ac40719f791d80a1cd0004629a1089019a0669'/>
<id>urn:sha1:37ac40719f791d80a1cd0004629a1089019a0669</id>
<content type='text'>
</content>
</entry>
</feed>
