r25431:
"removed 4. parameter on session::create() call"
trunk/egroupware/login.php
r25430:
"return only the self URL for propfind on app folder with depth 0"
trunk/phpgwapi/inc/class.groupdav.inc.php
r25429:
pricipals and groups collection for WebDAV Acl, to improve support for Apple iCal, you can now use http://domain.com/egroupware/groupdav.php/pricipals/username as account-url in iCal
r25412:
First version of new CalDav/CardDAV/GroupDAV access for calendar and addressbook (infolog will follow). CalDAV is tested so far with lightning 0.8 and Apple's iCal. Please note that both distinguish between iCalServer and CalDAV! The URL is currently http://domain.com/egroupware/groupdav.php/calendar/
r25410:
Calendar can now store participants which are no accounts or contacts. - as required by iCal/CalDAV/GroupDAV/SyncML - this also fixes problems with LDAP contacts, which have non-numeric ids - iCal code now converts to and from all participant types supported by eGroupWare: some types (eg. ressources) require that the clients keeps the new X-EGROUPWARE-UID attribute - calendar UI allows to enter email addresses via the addressbook search box (dont type search, but direct add)
r25408:
some modifications to ensure php 5.1 compatibility in case of mb func overload. replaced -> stripos() by strpos(strtolower())
trunk/felamimail/inc/class.bofelamimail.inc.php
2008-05-07Ralf Becker (ralfbecker)
r25407:
making HTTP_WebDAV_Server::_new_locktoken() static, to use it in egw_vfs::lock() if no token given
trunk/egw-pear/HTTP/WebDAV/Server.php
r25406:
- modified etag/optimistic locking, to always increment the etag, was before only via the GUI - replaced own "locks" via egw_cal.cal_edit_user/time with the new egw_vfs::lock() methods
r25404:
-apple double patch (provided by Dominique HORVATH ) as part of FeLaMiMail Call Package C; -more than one attachment patch (provided by Dominique HORVATH )
-Forward messages inline as part of FeLaMiMail Call Package B; sponsored by finetunes GmbH and Fédération Internat. de Motocyclisme -felamimail-notify patch (provided by JF B ) as part of FeLaMiMail Call Package D; sponsored by TrendNet Promotions Germany GmbH and another big Sponsor from Hamburg Germany
-Flag/Unflag images as part of FeLaMiMail Call Package C; sponored by riese-electronic GmbH and finetunes GmbH -Priority markers. (X-Priority Flag) Sponsored by Stylite GmBH
r25403:
commiting a few changes that are needed for the handling of the notify flag for messages, where the sender requested to be notified, if read. also added the handling of the X-Priority Information, while retrieving the messageSummary.
trunk/egw-pear/Net/IMAP.php
r25402:
enable roles in main addressbook list view
r25397:
"- setting ldapLimit to 2000, which is the default of slapd - returning personal entries as personal (and not private)"
trunk/addressbook/inc/class.so_ldap.inc.php
r25396:
"MAILTO href in ATTENDEE, is just the email address, NO cn"
trunk/calendar/inc/class.boical.inc.php
2008-05-06Ralf Becker (ralfbecker)
r25395:
"allow to (optionally) pass etag to importVCal, to check and fail if event is changed (needed by GroupDAV/CalDAV)"
trunk/calendar/inc/class.boical.inc.php
r25394:
"new parameter for exportVCal to export the UID the client sent and not the calendar-id-installid one, that's required by many GroupDAV/CalDAV clients and also the recommend behavior according to the RFC, it's off by default to not break SyncML"
trunk/calendar/inc/class.boical.inc.php
r25393:
optional check etag/optimistic lock on delete too
r25391:
"fixed bug reported by matsie(at)terra.es: fatal error on ical export in calendar: was cased by browser/inc/class.browser.inc.php having top priority in autoloading, which was never intended"
trunk/phpgwapi/inc/common_functions.inc.php
2008-05-05Ralf Becker (ralfbecker)
r25390:
new feature: cat filter for the ganttchart, sponsored by GfK HealthCare Asia Pte Ltd., Rüdiger Papsch
r25387:
fixed bug reported and payed by GfK HealthCare Asia Pte Ltd.: Rüdiger Papsch: - calculate real end time (if not set) by real start time plus planned time (or used time if not from the elementes) - also show completion calculated by time if completion is only from the elements (eg. always 100% timesheets)
r25386:
fixed bug reported and payed by GfK HealthCare Asia Pte Ltd.: Rüdiger Papsch: - calculate real end time (if not set) by real start time plus planned time (or used time if not from the elementes) - also show completion calculated by time if completion is only from the elements (eg. always 100% timesheets)
r25385:
"fixed bug reported and payed by GfK HealthCare Asia Pte Ltd.: Papsch, Rüdiger: gantchart over multiple project shows only the bar of the first project (elementes are displayed correct)"
r25384:
"fixed bug reported and payed by GfK HealthCare Asia Pte Ltd.: Papsch, Rüdiger: gantchart over multiple project shows only the bar of the first project (elementes are displayed correct)"
trunk/projectmanager/inc/class.ganttchart.inc.php
2008-05-01Ralf Becker (ralfbecker)
r25383:
locking for eGW's WebDAV (and later on CalDAV). no recursive (depth infinit) locks atm.
r25382:
no longer store content of html blocks as serialized array with one value, as it is unnecessary AND get destroyed on a iso-... to utf8 conversation (if containing non ascii chars)
r25380:
"- fixed bug introduced with r25260: connection charset for PDO connection was not longer set, causing utf8 filenames written to mysql, which thinks we are talking latin1 (mysql default) - also fixed wrong DSN for mysqlt"
r25373:
"added missing closedir() as custom stream wrapper cause php to segfault, if dirs dont get closed"
trunk/egw-pear/HTTP/WebDAV/Server/Filesystem.php
2008-04-27Ralf Becker (ralfbecker)
r25372:
"allow to insert rows with the auto-id specified"
trunk/etemplate/inc/class.so_sql.inc.php
r25371:
"new static hook methods (class::method) are navitvly supported from php5.2.3+ on, so we need to add some compatibility for our required php5.1 "
r25354:
"using the configured temp directory for uploaded files"
trunk/etemplate/inc/class.link_widget.inc.php
r25353:
"using the configured temp directory for uploaded files"
trunk/etemplate/inc/class.link_widget.inc.php
2008-04-24Klaus Leithoff (leithoff)
r25352:
Patch provided by Thomas Elsen, to replace "NIL" in Subject with No Subject", when there is no subject.
Changes to provide the ability to open winmail.dat attachments, provided you have the ytnef program installed. (http://ytnef.sourceforge.net/)
Changes regarding the ability to switch from html to plain text, while composing Sponsored by finetunes GmbH and Federation Internat. de Motocyclisme (Released as Part of Sponsoring Package B)
r25335:
"fixed bug reported by Peter Goerzen and Nathan: deleting a contact from view gives error, even if the contact get's successful delete"
trunk/addressbook/inc/class.uicontacts.inc.php
2008-04-21Ralf Becker (ralfbecker)
r25334:
removed not longer used old vfs classes and the first stream_wrapper (oldvfs://), I have not yet droped the vfs table, to give the update script more testing with the change to restore