<feed xmlns='http://www.w3.org/2005/Atom'>
<title>roundcube.git/SQL, branch v0.7</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.hiegel.fr/cgit/roundcube.git/atom?h=v0.7</id>
<link rel='self' href='https://git.hiegel.fr/cgit/roundcube.git/atom?h=v0.7'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/'/>
<updated>2011-11-24T07:53:00Z</updated>
<entry>
<title>- Applied fixes from trunk up to r5479</title>
<updated>2011-11-24T07:53:00Z</updated>
<author>
<name>alecpl</name>
<email>alec@alec.pl</email>
</author>
<published>2011-11-24T07:53:00Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=3ad2b1b4b0ac0fc7a6c7a5adaad9a0616b890daf'/>
<id>urn:sha1:3ad2b1b4b0ac0fc7a6c7a5adaad9a0616b890daf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>We're on the road towards 0.7 now</title>
<updated>2011-09-29T07:00:34Z</updated>
<author>
<name>thomascube</name>
<email>thomas@roundcube.net</email>
</author>
<published>2011-09-29T07:00:34Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=502436dad02293899fb41a8bd9179f1449236136'/>
<id>urn:sha1:502436dad02293899fb41a8bd9179f1449236136</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Add lost cache_index.valid column definition</title>
<updated>2011-09-19T06:15:58Z</updated>
<author>
<name>alecpl</name>
<email>alec@alec.pl</email>
</author>
<published>2011-09-19T06:15:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=7b2bf71c332563517b8f0f30c6f214913dc4169e'/>
<id>urn:sha1:7b2bf71c332563517b8f0f30c6f214913dc4169e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Cache synchronization using QRESYNC/CONDSTORE</title>
<updated>2011-09-18T09:02:35Z</updated>
<author>
<name>alecpl</name>
<email>alec@alec.pl</email>
</author>
<published>2011-09-18T09:02:35Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=609d3923d7dc674263ddea990387dbf5488fabc6'/>
<id>urn:sha1:609d3923d7dc674263ddea990387dbf5488fabc6</id>
<content type='text'>
- Fixed message ID updates in cache
- Changed message flags handling + some fixes (e.g. fixed messages listing after delete)


</content>
</entry>
<entry>
<title>- Rewritten messages caching (merged devel-mcache branch):</title>
<updated>2011-09-07T11:07:03Z</updated>
<author>
<name>alecpl</name>
<email>alec@alec.pl</email>
</author>
<published>2011-09-07T11:07:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=80152b333ca5d856dcf09f5ca10a9ffd80ba117f'/>
<id>urn:sha1:80152b333ca5d856dcf09f5ca10a9ffd80ba117f</id>
<content type='text'>
  Indexes are stored in a separate table, so there's no need to store all messages in a folder
  Added threads data caching
  Flags are stored separately, so flag change doesn't cause DELETE+INSERT, just UPDATE
- Partial QRESYNC support
- Improved FETCH response handling
- Improvements in response tokenization method


</content>
</entry>
<entry>
<title>- Fix username case-insensitivity issue in MySQL (#1488021)</title>
<updated>2011-09-06T17:18:12Z</updated>
<author>
<name>alecpl</name>
<email>alec@alec.pl</email>
</author>
<published>2011-09-06T17:18:12Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=d5ae9772c1427dbbcf1cb7582106dd1d542bc26e'/>
<id>urn:sha1:d5ae9772c1427dbbcf1cb7582106dd1d542bc26e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Merge devel-saved_search branch (Addressbook Saved Searches)</title>
<updated>2011-09-06T16:35:14Z</updated>
<author>
<name>alecpl</name>
<email>alec@alec.pl</email>
</author>
<published>2011-09-06T16:35:14Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=f8e48df71540b268ceac058d32b8ee848fc2ab6b'/>
<id>urn:sha1:f8e48df71540b268ceac058d32b8ee848fc2ab6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Merge devel-spellcheck branch:</title>
<updated>2011-09-06T13:39:45Z</updated>
<author>
<name>alecpl</name>
<email>alec@alec.pl</email>
</author>
<published>2011-09-06T13:39:45Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=66df084203a217ab74a416064c459cc3420a648c'/>
<id>urn:sha1:66df084203a217ab74a416064c459cc3420a648c</id>
<content type='text'>
  - Added spellchecker exceptions dictionary (shared or per-user)
  - Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options)


</content>
</entry>
<entry>
<title>Fix automatic db updates; trigger contact indexing after upgrade</title>
<updated>2011-08-14T19:02:33Z</updated>
<author>
<name>thomascube</name>
<email>thomas@roundcube.net</email>
</author>
<published>2011-08-14T19:02:33Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=faf10e8fec3dcd4439a3a22cb2e3877c4b622b33'/>
<id>urn:sha1:faf10e8fec3dcd4439a3a22cb2e3877c4b622b33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Change version number 0.5.2 -&gt; 0.5.X to not confuse users</title>
<updated>2011-08-11T07:17:28Z</updated>
<author>
<name>alecpl</name>
<email>alec@alec.pl</email>
</author>
<published>2011-08-11T07:17:28Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=83b20a3b497f84c521db1856b73fd8d383195b60'/>
<id>urn:sha1:83b20a3b497f84c521db1856b73fd8d383195b60</id>
<content type='text'>
</content>
</entry>
</feed>
