<feed xmlns='http://www.w3.org/2005/Atom'>
<title>roundcube.git/program/include, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.hiegel.fr/cgit/roundcube.git/atom?h=master</id>
<link rel='self' href='https://git.hiegel.fr/cgit/roundcube.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/'/>
<updated>2015-04-12T07:24:25Z</updated>
<entry>
<title>Installer: Remove system() function use (#1490139)</title>
<updated>2015-04-12T07:24:25Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2015-04-12T07:24:25Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=e7620812b01f3eda31ccf21f9dc5b1f17ba6ce57'/>
<id>urn:sha1:e7620812b01f3eda31ccf21f9dc5b1f17ba6ce57</id>
<content type='text'>
Move some functionality of scripts from bin/ into rcmail_utils class
</content>
</entry>
<entry>
<title>Localize common error messages; improve explanation for CSRF check failures</title>
<updated>2015-03-23T17:33:40Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2015-03-23T17:33:40Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=0bd99db08d1660e02e3b7589c78785ab6be0794d'/>
<id>urn:sha1:0bd99db08d1660e02e3b7589c78785ab6be0794d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix so "over quota" errors are displayed also in message compose page</title>
<updated>2015-02-25T10:24:05Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2015-02-25T10:24:05Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=216b31dd99b54e7be3df8feebeafae72e423bb1c'/>
<id>urn:sha1:216b31dd99b54e7be3df8feebeafae72e423bb1c</id>
<content type='text'>
This also fixes over quota responses on cyrus imap which uses "Over quota" string and no error identifier.
</content>
</entry>
<entry>
<title>Fix fatal errors on systems without mbstring extension or mb_regex_encoding() function (#1490280)</title>
<updated>2015-02-22T10:47:14Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2015-02-22T10:47:14Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=f070da7c27e151353efd6dd7a639418991f73c7c'/>
<id>urn:sha1:f070da7c27e151353efd6dd7a639418991f73c7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #259 from corbosman/plugin_preload</title>
<updated>2015-02-19T07:31:43Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2015-02-19T07:31:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=3665d1e8ece98ea2093d464087b2cd856df73bd6'/>
<id>urn:sha1:3665d1e8ece98ea2093d464087b2cd856df73bd6</id>
<content type='text'>
Plugin preload</content>
</entry>
<entry>
<title>Set version number to 1.2-git</title>
<updated>2015-02-16T10:22:13Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2015-02-16T10:22:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=3779b67a9c9db42e40ec865f81e6370bc0971810'/>
<id>urn:sha1:3779b67a9c9db42e40ec865f81e6370bc0971810</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version and copyright year</title>
<updated>2015-02-07T17:33:24Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>bruederli@kolabsys.com</email>
</author>
<published>2015-02-07T17:33:24Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=2f8b1036da42ec3d15a51c6b17a473f9f4df71d3'/>
<id>urn:sha1:2f8b1036da42ec3d15a51c6b17a473f9f4df71d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Load plugins before sessions have started</title>
<updated>2015-02-04T12:17:51Z</updated>
<author>
<name>corbosman</name>
<email>cor@xs4all.net</email>
</author>
<published>2015-01-06T20:48:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=de89d46be24f6b3454a0c0e62973af947b22ff29'/>
<id>urn:sha1:de89d46be24f6b3454a0c0e62973af947b22ff29</id>
<content type='text'>
Move the plugin loading phase to before sessions have started allowing plugins to add session drivers.  Plugins that want to use this should define an "onload" method in their plugins. This method does not have access to variables like $task as they are not yet initialised at that time.
</content>
</entry>
<entry>
<title>Fix some typos in comments</title>
<updated>2015-02-04T09:46:14Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2015-02-04T09:46:14Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=09d52dbb6716373ded6c116547cc5fcdc84f5487'/>
<id>urn:sha1:09d52dbb6716373ded6c116547cc5fcdc84f5487</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't reset 'plugins' config option when running from update.sh script</title>
<updated>2015-02-03T21:43:47Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>bruederli@kolabsys.com</email>
</author>
<published>2015-02-03T21:43:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=be140e827df4d88a6a330479bdde691915ad6a08'/>
<id>urn:sha1:be140e827df4d88a6a330479bdde691915ad6a08</id>
<content type='text'>
</content>
</entry>
</feed>
