<?xml version="1.0" encoding="utf-8"?>
<!--RSS generated by Flaimo.com RSS Builder [2012-02-04 21:04:43]-->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"><channel><docs>http://forge.tine20.org/mantisbt/</docs><link>http://forge.tine20.org/mantisbt/</link><description><![CDATA[MantisBT - Issues]]></description><title>MantisBT - Issues</title><image><title>MantisBT - Issues</title><url>http://forge.tine20.org/mantisbt/images/mantis_logo_button.gif</url><link>http://forge.tine20.org/mantisbt/</link><description><![CDATA[MantisBT - Issues]]></description></image><language>en</language><category>All Projects</category><ttl>10</ttl><dc:language>en</dc:language><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title>0003892: implement module panel (allow to save single row filters)</title><author></author><link>http://forge.tine20.org/mantisbt/view.php?id=3892</link><description><![CDATA[add module panel/selector to Timetracker/Sales that switches between datatypes (timeaccounts/timesheets) with the corresponding Favorites/Trees.&lt;br /&gt;
&lt;br /&gt;
allow to save single row filters / filter save button is not shown if only one filter row is visible in filter toolbar.]]></description><category>Tinebase JavaScript</category><pubDate>Sat, 04 Feb 2012 19:33:34 +0100</pubDate><guid>http://forge.tine20.org/mantisbt/view.php?id=3892</guid><comments>http://forge.tine20.org/mantisbt/view.php?id=3892#bugnotes</comments></item><item><title>0005500: do not allow to uninstall Addressbook in setup js frontend</title><author></author><link>http://forge.tine20.org/mantisbt/view.php?id=5500</link><description><![CDATA[do not allow to uninstall Addressbook in setup js frontend]]></description><category>Setup</category><pubDate>Sat, 04 Feb 2012 19:29:39 +0100</pubDate><guid>http://forge.tine20.org/mantisbt/view.php?id=5500</guid><comments>http://forge.tine20.org/mantisbt/view.php?id=5500#bugnotes</comments></item><item><title>0005540: High CPU usage with mysql</title><author></author><link>http://forge.tine20.org/mantisbt/view.php?id=5540</link><description><![CDATA[MySQL need a lot of CPU time and disk access with Felamimail. Sometimes messages are not shown, got a timeout while checking emails.&lt;br /&gt;
&lt;br /&gt;
Some informations about the installation:&lt;br /&gt;
&lt;br /&gt;
- Two user accounts&lt;br /&gt;
- select count(*) from tine20_felamimail_cache_message;   =&gt;  50199&lt;br /&gt;
- select count(*) from tine20_felamimail_cache_message_cc;  =&gt;  52044&lt;br /&gt;
- select count(*) from tine20_felamimail_cache_message_bcc;  =&gt; 181&lt;br /&gt;
- tuning-primer.sh&lt;br /&gt;
  Current max_heap_table_size = 256 M&lt;br /&gt;
  Current tmp_table_size = 256 M&lt;br /&gt;
  Of 898437 temp tables, 49% were created on disk&lt;br /&gt;
&lt;br /&gt;
Informations from mysql-slow.log&lt;br /&gt;
&lt;br /&gt;
# Query_time: 15  Lock_time: 0  Rows_sent: 1000  Rows_examined: 2042&lt;br /&gt;
SELECT `felamimail_cache_message`.`messageuid`, `felamimail_cache_message`.`id`, GROUP_CONCAT(DISTINCT `felamimail_cache_message_flag`.`flag`) AS `flags` FROM `tine20_felamimail_cache_message` AS `felamimail_cache_message`&lt;br /&gt;
.....&lt;br /&gt;
&lt;br /&gt;
# Query_time: 36  Lock_time: 0  Rows_sent: 1  Rows_examined: 0&lt;br /&gt;
SELECT COUNT(*) AS `count` FROM (SELECT `felamimail_cache_message`.*, GROUP_CONCAT(DISTINCT `felamimail_cache_message_to`.`email`) AS `to`, GROUP_CONCAT(DISTINCT `felamimail_cache_message_cc`.`email`) AS `cc`, GROUP_CONCAT(DISTINCT `felamimail_cache_message_bcc`.`email`) AS `bcc`, GROUP_CONCAT(DISTINCT `felamimail_cache_message_flag`.`flag`) AS `flags` FROM `tine20_felamimail_cache_message` AS `felamimail_cache_message`&lt;br /&gt;
 LEFT JOIN `tine20_felamimail_cache_message_to` AS `felamimail_cache_message_to` ON `felamimail_cache_message`.`id` = `felamimail_cache_message_to`.`message_id`&lt;br /&gt;
 LEFT JOIN `tine20_felamimail_cache_message_cc` AS `felamimail_cache_message_cc` ON `felamimail_cache_message`.`id` = `felamimail_cache_message_cc`.`message_id`&lt;br /&gt;
 LEFT JOIN `tine20_felamimail_cache_message_bcc` AS `felamimail_cache_message_bcc` ON `felamimail_cache_message`.`id` = `felamimail_cache_message_bcc`.`message_id`&lt;br /&gt;
 LEFT JOIN `tine20_felamimail_cache_message_flag` AS `felamimail_cache_message_flag` ON `felamimail_cache_message`.`id` = `felamimail_cache_message_flag`.`message_id`&lt;br /&gt;
 LEFT JOIN `tine20_felamimail_folder` AS `37f78800f47b4901629010bdf7e17a527aaca815folder` ON `37f78800f47b4901629010bdf7e17a527aaca815folder`.`id` = felamimail_cache_message.folder_id WHERE (`felamimail_cache_message`.`folder_id` IN ('5ea0b7a35d10dd12593118ee59a119a43c595472')) AND (`37f78800f47b4901629010bdf7e17a527aaca815folder`.`account_id` IN ('4c67919e2fe91a00036142e07f5ab64d0c006bf4')) AND ((1=1/* empty query */)) GROUP BY `felamimail_cache_message`.`id`) AS `t`;]]></description><category>Felamimail</category><pubDate>Sat, 04 Feb 2012 18:59:18 +0100</pubDate><guid>http://forge.tine20.org/mantisbt/view.php?id=5540</guid><comments>http://forge.tine20.org/mantisbt/view.php?id=5540#bugnotes</comments></item><item><title>0005538: Confirmed terms&amp;conditions doesn't saved</title><author></author><link>http://forge.tine20.org/mantisbt/view.php?id=5538</link><description><![CDATA[On every login to setup menu you've to confirm the terms&amp;conditons again. The systems doesn't save the confirmation.]]></description><category>Setup</category><pubDate>Sat, 04 Feb 2012 15:24:39 +0100</pubDate><guid>http://forge.tine20.org/mantisbt/view.php?id=5538</guid><comments>http://forge.tine20.org/mantisbt/view.php?id=5538#bugnotes</comments></item><item><title>0005536: Forwarding EMail with Attachment from Felamimail to Tine Account with Android (4.0) ActiveSync Client broken</title><author></author><link>http://forge.tine20.org/mantisbt/view.php?id=5536</link><description><![CDATA[On Android (4.0.3) you can't open a email with attachment forwarded from Felamimail.&lt;br /&gt;
it is possible to open the forwarded .eml file, but then you cant open the attachment.]]></description><category>Felamimail</category><pubDate>Sat, 04 Feb 2012 13:52:32 +0100</pubDate><guid>http://forge.tine20.org/mantisbt/view.php?id=5536</guid><comments>http://forge.tine20.org/mantisbt/view.php?id=5536#bugnotes</comments></item><item><title>0005534: Programm Abbruch wegen SQLState</title><author></author><link>http://forge.tine20.org/mantisbt/view.php?id=5534</link><description><![CDATA[Fast jede Aktion erzeugt den Fehler:&lt;br /&gt;
&lt;br /&gt;
NOTICE (5): Tinebase_Server_Json::_handleException::161 Zend_Db_Statement_Exception -&gt; SQLSTATE[21000]: Cardinality violation: 1241 Operand sollte 1 Spalte(n) enthalten&lt;br /&gt;
NOTICE (5): Tinebase_Server_Json::_logExceptionTrace::228 #0 .../library/Zend/Db/Statement.php(284): Zend_Db_Statement_Pdo-&gt;_execute(Array)&lt;br /&gt;
#1 .../library/Zend/Db/Adapter/Abstract.php(468): Zend_Db_Statement-&gt;execute(Array)&lt;br /&gt;
&lt;a href=&quot;http://forge.tine20.org/mantisbt/view.php?id=2&quot;&gt;0000002&lt;/a&gt; .../library/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract-&gt;query(Object(Zend_Db_Select), Array)&lt;br /&gt;
#3 .../Tinebase/Backend/Sql/Abstract.php(590): Zend_Db_Adapter_Pdo_Abstract-&gt;query(Object(Zend_Db_Select))&lt;br /&gt;
&lt;a href=&quot;http://forge.tine20.org/mantisbt/view.php?id=4&quot;&gt;0000004&lt;/a&gt; .../Tinebase/Backend/Sql/Abstract.php(424): Tinebase_Backend_Sql_Abstract-&gt;_fetch(Object(Zend_Db_Select))&lt;br /&gt;
#5 .../Tinebase/Controller/Record/Abstract.php(149): Tinebase_Backend_Sql_Abstract-&gt;search(Object(Addressbook_Model_ContactFilter), NULL, true)&lt;br /&gt;
#6 .../Tinebase/Model/Filter/Relation.php(107): Tinebase_Controller_Record_Abstract-&gt;search(Object(Addressbook_Model_ContactFilter), NULL, false, true)&lt;br /&gt;
#7 .../Tinebase/Model/Filter/Relation.php(90): Tinebase_Model_Filter_Relation-&gt;_resolveForeignIds()&lt;br /&gt;
&lt;a href=&quot;http://forge.tine20.org/mantisbt/view.php?id=8&quot;&gt;0000008&lt;/a&gt; .../Tinebase/Backend/Sql/Filter/FilterGroup.php(45): Tinebase_Model_Filter_Relation-&gt;appendFilterSql(Object(Tinebase_Backend_Sql_Filter_GroupSelect), Object(Projects_Backend_Project))&lt;br /&gt;
#9 .../Tinebase/Backend/Sql/Filter/FilterGroup.php(47): Tinebase_Backend_Sql_Filter_FilterGroup::appendFilters(Object(Tinebase_Backend_Sql_Filter_GroupSelect), Object(Projects_Model_ProjectFilter), Object(Projects_Backend_Project))&lt;br /&gt;
&lt;a href=&quot;http://forge.tine20.org/mantisbt/view.php?id=10&quot;&gt;0000010&lt;/a&gt; .../Tinebase/Backend/Sql/Filter/FilterGroup.php(47): Tinebase_Backend_Sql_Filter_FilterGroup::appendFilters(Object(Tinebase_Backend_Sql_Filter_GroupSelect), Object(Projects_Model_ProjectFilter), Object(Projects_Backend_Project))&lt;br /&gt;
#11 .../Tinebase/Backend/Sql/Abstract.php(454): Tinebase_Backend_Sql_Filter_FilterGroup::appendFilters(Object(Zend_Db_Select), Object(Projects_Model_ProjectFilter), Object(Projects_Backend_Project))&lt;br /&gt;
&lt;a href=&quot;http://forge.tine20.org/mantisbt/view.php?id=12&quot;&gt;0000012&lt;/a&gt; .../Tinebase/Backend/Sql/Abstract.php(416): Tinebase_Backend_Sql_Abstract-&gt;_addFilter(Object(Zend_Db_Select), Object(Projects_Model_ProjectFilter))&lt;br /&gt;
#13 .../Tinebase/Controller/Record/Abstract.php(149): Tinebase_Backend_Sql_Abstract-&gt;search(Object(Projects_Model_ProjectFilter), Object(Tinebase_Model_Pagination), false)&lt;br /&gt;
&lt;a href=&quot;http://forge.tine20.org/mantisbt/view.php?id=14&quot;&gt;0000014&lt;/a&gt; .../Tinebase/Frontend/Json/Abstract.php(127): Tinebase_Controller_Record_Abstract-&gt;search(Object(Projects_Model_ProjectFilter), Object(Tinebase_Model_Pagination), true)&lt;br /&gt;
#15 .../Projects/Frontend/Json.php(56): Tinebase_Frontend_Json_Abstract-&gt;_search(Array, Array, Object(Projects_Controller_Project), 'Projects_Model_...', true)&lt;br /&gt;
&lt;a href=&quot;http://forge.tine20.org/mantisbt/view.php?id=16&quot;&gt;0000016&lt;/a&gt; [internal function]: Projects_Frontend_Json-&gt;searchProjects(Array, Array)&lt;br /&gt;
#17 .../library/Zend/Server/Abstract.php(232): call_user_func_array(Array, Array)&lt;br /&gt;
&lt;a href=&quot;http://forge.tine20.org/mantisbt/view.php?id=18&quot;&gt;0000018&lt;/a&gt; .../Zend/Json/Server.php(558): Zend_Server_Abstract-&gt;_dispatch(Object(Zend_Server_Method_Definition), Array)&lt;br /&gt;
#19 .../Zend/Json/Server.php(197): Zend_Json_Server-&gt;_handle()&lt;br /&gt;
&lt;a href=&quot;http://forge.tine20.org/mantisbt/view.php?id=20&quot;&gt;0000020&lt;/a&gt; .../Tinebase/Server/Json.php(140): Zend_Json_Server-&gt;handle(Object(Zend_Json_Server_Request))&lt;br /&gt;
#21 .../Tinebase/Server/Json.php(76): Tinebase_Server_Json-&gt;_handle(Object(Zend_Json_Server), Object(Zend_Json_Server_Request))&lt;br /&gt;
&lt;a href=&quot;http://forge.tine20.org/mantisbt/view.php?id=22&quot;&gt;0000022&lt;/a&gt; .../Tinebase/Core.php(235): Tinebase_Server_Json-&gt;handle()&lt;br /&gt;
#23 .../index.php(57): Tinebase_Core::dispatchRequest()&lt;br /&gt;
&lt;a href=&quot;http://forge.tine20.org/mantisbt/view.php?id=24&quot;&gt;0000024&lt;/a&gt; {main}]]></description><category>Projects</category><pubDate>Sat, 04 Feb 2012 13:40:53 +0100</pubDate><guid>http://forge.tine20.org/mantisbt/view.php?id=5534</guid><comments>http://forge.tine20.org/mantisbt/view.php?id=5534#bugnotes</comments></item><item><title>0005492: saving a group with "display in adb" and no container set should be invalid</title><author></author><link>http://forge.tine20.org/mantisbt/view.php?id=5492</link><description><![CDATA[saving a group with &quot;display in adb&quot; and no container set should be invalid and user should not be allowed to save that!]]></description><category>Admin</category><pubDate>Sat, 04 Feb 2012 13:07:47 +0100</pubDate><guid>http://forge.tine20.org/mantisbt/view.php?id=5492</guid><comments>http://forge.tine20.org/mantisbt/view.php?id=5492#bugnotes</comments></item><item><title>0005532: ordner baum aktualisiert sich nicht</title><author></author><link>http://forge.tine20.org/mantisbt/view.php?id=5532</link><description><![CDATA[nach dem löschen von mails bleib die anzahl der ungelesenen&lt;br /&gt;
mails gleich, hab gerade 8 neue mails gelöscht aber in der&lt;br /&gt;
verzechniss übersicht werden immer noch 8 ungelesene mails&lt;br /&gt;
angezeigt.&lt;br /&gt;
&lt;br /&gt;
erst ein manueles &quot;ordnerliste aktualisieren&quot; biegt das wieder&lt;br /&gt;
gerade.]]></description><category>Felamimail</category><pubDate>Sat, 04 Feb 2012 13:00:53 +0100</pubDate><guid>http://forge.tine20.org/mantisbt/view.php?id=5532</guid><comments>http://forge.tine20.org/mantisbt/view.php?id=5532#bugnotes</comments></item><item><title>0005526: timeout when opening role edit dialog</title><author></author><link>http://forge.tine20.org/mantisbt/view.php?id=5526</link><description><![CDATA[timeout when opening role edit dialog&lt;br /&gt;
&lt;br /&gt;
-&gt; only happens with deactivated cache]]></description><category>Admin</category><pubDate>Fri, 03 Feb 2012 15:08:11 +0100</pubDate><guid>http://forge.tine20.org/mantisbt/view.php?id=5526</guid><comments>http://forge.tine20.org/mantisbt/view.php?id=5526#bugnotes</comments></item><item><title>0005530: createNode is called twice after upload</title><author></author><link>http://forge.tine20.org/mantisbt/view.php?id=5530</link><description><![CDATA[createNode is called twice after upload]]></description><category>Filemanager</category><pubDate>Fri, 03 Feb 2012 14:59:03 +0100</pubDate><guid>http://forge.tine20.org/mantisbt/view.php?id=5530</guid><comments>http://forge.tine20.org/mantisbt/view.php?id=5530#bugnotes</comments></item><item><title>0005522: Termine verschieben ; Fehler 'Nicht Gefunden'</title><author></author><link>http://forge.tine20.org/mantisbt/view.php?id=5522</link><description><![CDATA[- Windows Mobile 6.5 früher mit Outlook synchronisiert&lt;br /&gt;
- ca. 400 Kontakte und 2000 Kalendereinträge (hier: am 16.11.2011) von Windows Mobile 6.5 nach Tine2.0 synchronisiert&lt;br /&gt;
&lt;br /&gt;
Der Kalender von Tine benötigt mit den vielen Einträgen sehr lange zum laden. Nun habe ich weitere Kalender angelegt und wollte die Termine per Drag'n'Drop in die entsprechenden Kalender verschieben und somit aufteilen. Dabei bekomme ich die Fehlermeldung:&lt;br /&gt;
&lt;br /&gt;
'Nicht Gefunden': Ihre Anfrage konnte aufgrund von fehlenden Daten nicht beantwortet werden. In den meisten Fällen wurden diese Daten von einem anderen Benutzer gelöscht. Bitte aktualisieren Sie Ihre momentane Ansicht.&lt;br /&gt;
&lt;br /&gt;
Mit neu angelegten Einträgen ist das Verschieben kein Problem. Ansonsten ist auch auffällig, dass ich die alten Kalendereinträge nicht bearbeiten kann und diese im Feld 'description' einen seltamen String aufweisen.&lt;br /&gt;
Auch innerhalb des selben Kalenders lassen sich die alten Termine nicht verschieben bzw. bearbeiten. Ich erhalte jedoch keinerlei Fehlermeldung.]]></description><category>Calendar</category><pubDate>Fri, 03 Feb 2012 14:46:29 +0100</pubDate><guid>http://forge.tine20.org/mantisbt/view.php?id=5522</guid><comments>http://forge.tine20.org/mantisbt/view.php?id=5522#bugnotes</comments></item><item><title>0005520: sync permission on own adressbooks and calendars</title><author></author><link>http://forge.tine20.org/mantisbt/view.php?id=5520</link><description><![CDATA[I disabling the sync permission of my own adressbooks or calendars. Now, when sync my mobile (Android) with tine by using activesync, these subjects would sync anymore.]]></description><category>ActiveSync</category><pubDate>Fri, 03 Feb 2012 14:46:29 +0100</pubDate><guid>http://forge.tine20.org/mantisbt/view.php?id=5520</guid><comments>http://forge.tine20.org/mantisbt/view.php?id=5520#bugnotes</comments></item><item><title>0005518: "Event" on the folder tree doesn't refresh the main window (and vice versa)</title><author></author><link>http://forge.tine20.org/mantisbt/view.php?id=5518</link><description><![CDATA[A few examples:&lt;br /&gt;
- when receiving an email  (notification) the unread count beside the folder is updated but not the list of messages (provided it is the proper folder selected)&lt;br /&gt;
- Reading an email (i.e. status unread) or moving it to another folder doesn't update the folder tree.&lt;br /&gt;
&lt;br /&gt;
It happens after the resolution of 0005510]]></description><category>Felamimail</category><pubDate>Fri, 03 Feb 2012 14:46:29 +0100</pubDate><guid>http://forge.tine20.org/mantisbt/view.php?id=5518</guid><comments>http://forge.tine20.org/mantisbt/view.php?id=5518#bugnotes</comments></item><item><title>0005512: update script for index with reference/ondelete and onupdate</title><author></author><link>http://forge.tine20.org/mantisbt/view.php?id=5512</link><description><![CDATA[update script for index with reference/ondelete and onupdate]]></description><category>Voipmanager</category><pubDate>Fri, 03 Feb 2012 14:46:29 +0100</pubDate><guid>http://forge.tine20.org/mantisbt/view.php?id=5512</guid><comments>http://forge.tine20.org/mantisbt/view.php?id=5512#bugnotes</comments></item><item><title>0005496: New added devices are added 3 times with the same name</title><author></author><link>http://forge.tine20.org/mantisbt/view.php?id=5496</link><description><![CDATA[After clean ActiveSync module installation and a first time reenabled wifi connection from Samsung/Android 2.3.5, I ended up with 3 new devices all named equally showing up in my calendar sync filters.&lt;br /&gt;
All 3 names show to me &quot;SAMSUNG-GT-I9000/100.20305&quot; which seems to come from acsync_device/useragent.&lt;br /&gt;
In the table acsync_device all 3 devices belong to my owner_id. All contain the same data in deviceid, devicetype, owner_id, acsversion, useragent, policy_id.&lt;br /&gt;
Before I forget to say: Nothing to see from all this in the logs with prio 5.&lt;br /&gt;
&lt;br /&gt;
This also happened with a second Samsung/Android 2.3.3.]]></description><category>ActiveSync</category><pubDate>Fri, 03 Feb 2012 14:46:29 +0100</pubDate><guid>http://forge.tine20.org/mantisbt/view.php?id=5496</guid><comments>http://forge.tine20.org/mantisbt/view.php?id=5496#bugnotes</comments></item><item><title>0005488: Defekter ODS Export</title><author></author><link>http://forge.tine20.org/mantisbt/view.php?id=5488</link><description><![CDATA[Beim Exportieren von Stundenzettel in der Zeiterfassung&lt;br /&gt;
meldet Libreoffice immer das der &quot;export-timeptracker-***.ods&quot; &lt;br /&gt;
defekt ist.&lt;br /&gt;
&lt;br /&gt;
Der Export lässt sich zwar durch Libreoffice Reparieren, aber ich&lt;br /&gt;
denke das der Fehler nicht beabsichtigt ist.&lt;br /&gt;
&lt;br /&gt;
Im Log ist nichts Verdächtiges zu finden!!]]></description><category>Timetracker</category><pubDate>Fri, 03 Feb 2012 14:46:29 +0100</pubDate><guid>http://forge.tine20.org/mantisbt/view.php?id=5488</guid><comments>http://forge.tine20.org/mantisbt/view.php?id=5488#bugnotes</comments></item><item><title>0005482: setGeoDataForContacts should return current value</title><author></author><link>http://forge.tine20.org/mantisbt/view.php?id=5482</link><description><![CDATA[setGeoDataForContacts should return current value&lt;br /&gt;
&lt;br /&gt;
ActiveSync_Controller_ContactsTests::setUp/tearDown -&gt; Addressbook_Controller_Contact::getInstance()-&gt;setGeoDataForContacts(false); should return the current value to make it easier to reset]]></description><category>Addressbook</category><pubDate>Fri, 03 Feb 2012 14:46:29 +0100</pubDate><guid>http://forge.tine20.org/mantisbt/view.php?id=5482</guid><comments>http://forge.tine20.org/mantisbt/view.php?id=5482#bugnotes</comments></item><item><title>0005464: catch "Unknown or bad timezone" exception in converter</title><author></author><link>http://forge.tine20.org/mantisbt/view.php?id=5464</link><description><![CDATA[catch &quot;Unknown or bad timezone&quot; exception in converter&lt;br /&gt;
&lt;br /&gt;
- use user timezone as fallback&lt;br /&gt;
- log a warning]]></description><category>CalDAV</category><pubDate>Fri, 03 Feb 2012 14:46:29 +0100</pubDate><guid>http://forge.tine20.org/mantisbt/view.php?id=5464</guid><comments>http://forge.tine20.org/mantisbt/view.php?id=5464#bugnotes</comments></item><item><title>0005460: trash folder is not created on the fly</title><author></author><link>http://forge.tine20.org/mantisbt/view.php?id=5460</link><description><![CDATA[trash folder is not created on the fly]]></description><category>Felamimail</category><pubDate>Fri, 03 Feb 2012 14:46:29 +0100</pubDate><guid>http://forge.tine20.org/mantisbt/view.php?id=5460</guid><comments>http://forge.tine20.org/mantisbt/view.php?id=5460#bugnotes</comments></item><item><title>0005452: improve filemanager user experience</title><author></author><link>http://forge.tine20.org/mantisbt/view.php?id=5452</link><description><![CDATA[improve filemanager user experience:&lt;br /&gt;
- upload of multiple files (no feedback before upload starts)&lt;br /&gt;
- delete (should show something immediately)&lt;br /&gt;
- ... (some more?)]]></description><category>Filemanager</category><pubDate>Fri, 03 Feb 2012 14:46:29 +0100</pubDate><guid>http://forge.tine20.org/mantisbt/view.php?id=5452</guid><comments>http://forge.tine20.org/mantisbt/view.php?id=5452#bugnotes</comments></item><item><title>0005444: import dialog: allow to upload new file</title><author></author><link>http://forge.tine20.org/mantisbt/view.php?id=5444</link><description><![CDATA[import dialog: allow to upload new file&lt;br /&gt;
&lt;br /&gt;
import file can not be changed afterwards]]></description><category>Addressbook</category><pubDate>Fri, 03 Feb 2012 14:46:29 +0100</pubDate><guid>http://forge.tine20.org/mantisbt/view.php?id=5444</guid><comments>http://forge.tine20.org/mantisbt/view.php?id=5444#bugnotes</comments></item><item><title>0005442: merge dialog: (new) contact image gets lost on merge</title><author></author><link>http://forge.tine20.org/mantisbt/view.php?id=5442</link><description><![CDATA[merge dialog: (new) contact image gets lost on merge]]></description><category>Addressbook</category><pubDate>Fri, 03 Feb 2012 14:46:29 +0100</pubDate><guid>http://forge.tine20.org/mantisbt/view.php?id=5442</guid><comments>http://forge.tine20.org/mantisbt/view.php?id=5442#bugnotes</comments></item><item><title>0005440: date filter in filtertoolbar only works once</title><author></author><link>http://forge.tine20.org/mantisbt/view.php?id=5440</link><description><![CDATA[date filter in filtertoolbar only works once]]></description><category>Tinebase JavaScript</category><pubDate>Fri, 03 Feb 2012 14:46:29 +0100</pubDate><guid>http://forge.tine20.org/mantisbt/view.php?id=5440</guid><comments>http://forge.tine20.org/mantisbt/view.php?id=5440#bugnotes</comments></item><item><title>0005426: give meaningful error message on unsupported client write attempt</title><author></author><link>http://forge.tine20.org/mantisbt/view.php?id=5426</link><description><![CDATA[war: Keine Schreiben von Terminen über Webdav&lt;br /&gt;
&lt;br /&gt;
Wenn ich Versuche einen Termin von Horde/Kronolith nach Tine&lt;br /&gt;
per Webdav zu schreiben geht das immer schief.&lt;br /&gt;
&lt;br /&gt;
Im Tine Log findet sich dazu folgendes:&lt;br /&gt;
CRIT (2): Sabre_DAV_Server::exec::205 webdav exception The METHOD property is not allowed in calendar objects&lt;br /&gt;
CRIT (2): Sabre_DAV_Server::exec::207 webdav exception stacktrace &lt;br /&gt;
#0 ****/mail/Calendar/Frontend/WebDAV/Event.php(76): Sabre_CalDAV_ICalendarUtil::validateICalendarObject('BEGIN:VCALENDAR...', Array)&lt;br /&gt;
#1 ****/mail/Tinebase/WebDav/Container/Abstract.php(66): Calendar_Frontend_WebDAV_Event::create(Object(Tinebase_Model_Container), '4f1dfbeb-083c-4...', Resource id #395)&lt;br /&gt;
&lt;a href=&quot;http://forge.tine20.org/mantisbt/view.php?id=2&quot;&gt;0000002&lt;/a&gt; ****/mail/library/Sabre/DAV/Server.php(1430): Tinebase_WebDav_Container_Abstract-&gt;createFile('4f1dfbeb-083c-4...', Resource id #395)&lt;br /&gt;
#3 ****/mail/library/Sabre/DAV/Server.php(833): Sabre_DAV_Server-&gt;createFile('calendars/99e7d...', Resource id #395)&lt;br /&gt;
&lt;a href=&quot;http://forge.tine20.org/mantisbt/view.php?id=4&quot;&gt;0000004&lt;/a&gt; [internal function]: Sabre_DAV_Server-&gt;httpPut('calendars/99e7d...')&lt;br /&gt;
#5 ****/mail/library/Sabre/DAV/Server.php(454): call_user_func(Array, 'calendars/99e7d...')&lt;br /&gt;
#6 ****/mail/library/Sabre/DAV/Server.php(201): Sabre_DAV_Server-&gt;invokeMethod('PUT', 'calendars/99e7d...')&lt;br /&gt;
#7 ****/mail/Tinebase/Server/WebDAV.php(85): Sabre_DAV_Server-&gt;exec()&lt;br /&gt;
&lt;a href=&quot;http://forge.tine20.org/mantisbt/view.php?id=8&quot;&gt;0000008&lt;/a&gt; ****/mail/Tinebase/Core.php(235): Tinebase_Server_WebDAV-&gt;handle()&lt;br /&gt;
#9 ****/mail/index.php(57): Tinebase_Core::dispatchRequest()&lt;br /&gt;
&lt;a href=&quot;http://forge.tine20.org/mantisbt/view.php?id=10&quot;&gt;0000010&lt;/a&gt; {main}]]></description><category>CalDAV</category><pubDate>Fri, 03 Feb 2012 14:46:29 +0100</pubDate><guid>http://forge.tine20.org/mantisbt/view.php?id=5426</guid><comments>http://forge.tine20.org/mantisbt/view.php?id=5426#bugnotes</comments></item><item><title>0005420: admit smtp picker grids addresses are not taken on OK btn</title><author></author><link>http://forge.tine20.org/mantisbt/view.php?id=5420</link><description><![CDATA[be need to blur the pickers before saving so that new addresses get into the grid/store]]></description><category>Admin</category><pubDate>Fri, 03 Feb 2012 14:46:29 +0100</pubDate><guid>http://forge.tine20.org/mantisbt/view.php?id=5420</guid><comments>http://forge.tine20.org/mantisbt/view.php?id=5420#bugnotes</comments></item></channel></rss>

