<feed xmlns='http://www.w3.org/2005/Atom'>
<title>roundcube.git/program/lib/Roundcube/rcube_addressbook.php, branch 1.1-rc</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-rc</id>
<link rel='self' href='https://git.hiegel.fr/cgit/roundcube.git/atom?h=1.1-rc'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/'/>
<updated>2014-08-18T12:16:20Z</updated>
<entry>
<title>Allow caller to supply the template for contact name composition</title>
<updated>2014-08-18T12:16:20Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2014-08-18T12:16:20Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=25a9ec7bb7a1bea7238f400248599e74c4a93950'/>
<id>urn:sha1:25a9ec7bb7a1bea7238f400248599e74c4a93950</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove empty brackets, slashes and spaces from contact search name</title>
<updated>2014-08-18T08:00:45Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2014-08-18T08:00:45Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=6a0a4a3a5230e823b812b98272c5e011d07aac35'/>
<id>urn:sha1:6a0a4a3a5230e823b812b98272c5e011d07aac35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reset $value in a loop</title>
<updated>2014-07-23T10:15:50Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-07-23T10:15:50Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=83316e175dfb0aa4dde06a975600292be60dd132'/>
<id>urn:sha1:83316e175dfb0aa4dde06a975600292be60dd132</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added 'contact_search_name' option to define autocompletion entry format</title>
<updated>2014-07-03T12:25:19Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-07-03T12:25:19Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=36d004e3d0ad9ff97b66b2e505f6b17fd6d23102'/>
<id>urn:sha1:36d004e3d0ad9ff97b66b2e505f6b17fd6d23102</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clarify update() result description, return boolean when ID didn't change</title>
<updated>2013-12-08T08:39:33Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-12-08T08:39:33Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=029f7a157da4be15302b3eaf40232c110d27bcf1'/>
<id>urn:sha1:029f7a157da4be15302b3eaf40232c110d27bcf1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix issue where groups were not deleted when "Replace entire addressbook" option on contacts import was used (#1489420)</title>
<updated>2013-12-04T12:58:43Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-12-04T12:58:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=18b40c1a3214518764e99f69b581bd7c90426091'/>
<id>urn:sha1:18b40c1a3214518764e99f69b581bd7c90426091</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add contact_listname hook to handle special name order</title>
<updated>2013-10-21T13:33:07Z</updated>
<author>
<name>Takika</name>
<email>taki@alkoholista.hu</email>
</author>
<published>2013-10-21T13:33:07Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=03713dbf5d45ee978b07586c4af1f924b204b5f1'/>
<id>urn:sha1:03713dbf5d45ee978b07586c4af1f924b204b5f1</id>
<content type='text'>
I can modify the addressbook_name_listing variable via main config or preferences_list_hook but I have to change the rcube_addressbook class to use the modified value. Some contry use special [name orders](http://en.wikipedia.org/wiki/Personal_name#Name_order) and we can handle them with this hook.
I changed the hook name to contact_listname as proposed by thomascube in the original PR#127.</content>
</entry>
<entry>
<title>Let plugins state a validation error message</title>
<updated>2013-10-19T14:01:13Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2013-10-19T14:01:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=d29f7810808bc364afc665471f7d1a5d7b6bb01c'/>
<id>urn:sha1:d29f7810808bc364afc665471f7d1a5d7b6bb01c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Require name or email for sql address book only</title>
<updated>2013-10-19T13:51:12Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2013-10-19T13:51:12Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=a69363961309e46adba5cf5653a38b92af6bccaa'/>
<id>urn:sha1:a69363961309e46adba5cf5653a38b92af6bccaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add plugin hook 'contact_validate' to let plugins validate contact records</title>
<updated>2013-10-19T13:49:49Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2013-10-19T13:49:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=49b8e5d0bb712ccf1a1a52bd794d3d7bb905a493'/>
<id>urn:sha1:49b8e5d0bb712ccf1a1a52bd794d3d7bb905a493</id>
<content type='text'>
</content>
</entry>
</feed>
