Projects
Kolab:16:Enterprise
iRony
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 36
View file
debian.changelog
Changed
@@ -1,3 +1,15 @@ +irony (0.4.6-7~kolab1) unstable; urgency=low + + * sabre/vobject 4 compatiblity + + -- Christian Mollekopf <mollekopf@apheleia-it.ch> Fri, 30 Dec 2022 12:12:13 +0100 + +irony (0.4.6-6~kolab1) unstable; urgency=low + + * Remove type declaration from property + + -- Christian Mollekopf <mollekopf@apheleia-it.ch> Fri, 30 Dec 2022 12:12:13 +0100 + irony (0.4.6-5~kolab1) unstable; urgency=low * Release of version 0.4.6
View file
iRony-0.4.6.tar.gz/lib/Kolab/CardDAV/ContactsBackend.php
Changed
@@ -883,7 +883,7 @@ $phonetypemap'fax,work' = 'workfax'; // map attributes to internal fields - foreach ($vc->children as $prop) { + foreach ($vc->children() as $prop) { if (!($prop instanceof VObject\Property)) continue;
View file
iRony-0.4.6.tar.gz/lib/Kolab/CardDAV/LDAPDirectory.php
Changed
@@ -48,7 +48,7 @@ protected $principalUri; protected $addressBookInfo = array(); protected $cache; - protected CardDAV\Xml\Request\AddressBookQueryReport $query; + protected $query; protected $filter; /**
View file
iRony-0.4.6.tar.gz/lib/Kolab/Utils/DAVBackend.php
Changed
@@ -184,7 +184,7 @@ break; } - $parts = preg_split('!(\s*/\s*|\s+»:\s+)!', $val); + $parts = preg_split('!(*UTF8)(\s*/\s*|\s+»:\s+)!', $val); $updates'oldname' = $folder->name; $updates'name' = array_pop($parts); $updates'parent' = join('/', $parts);
View file
iRony.dsc
Changed
@@ -2,7 +2,7 @@ Source: irony Binary: irony Architecture: all -Version: 0.4.6-5~kolab1 +Version: 0.4.6-7~kolab1 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.kolab.org/
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.