mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-30 16:00:25 +00:00
Remove non-working workaround for PUT from Evolution.
This commit is contained in:
parent
9be036e52e
commit
5c6ec8947d
@ -18,14 +18,6 @@ fwrite($fh,$raw_post);
|
||||
fclose($fh);
|
||||
|
||||
$etag = md5($raw_post);
|
||||
if ( preg_match('#Evolution/([0-9.]+)#', $_SERVER['HTTP_USER_AGENT'], $matches ) ) {
|
||||
/**
|
||||
* Evolution can't handle an ETag that doesn't change, so we give it a fake one
|
||||
* first for the PUT reply and it'll figure it out in due course. Sad but true.
|
||||
* - See http://bugzilla.gnome.org/show_bug.cgi?id=355659
|
||||
*/
|
||||
$bogus_etag = "BogusEvolutionETagOnPUT".rand(7,2139876547);
|
||||
}
|
||||
|
||||
include_once("iCalendar.php");
|
||||
$ic = new iCalendar(array( 'icalendar' => $raw_post ));
|
||||
|
||||
@ -85,7 +85,6 @@
|
||||
<item url="testing/tests/evolution/PUT1.test" uploadstatus="1" />
|
||||
<item url="testing/tests/evolution/DELETE1.test" uploadstatus="1" />
|
||||
<item url="dba/base-data.sql" uploadstatus="1" />
|
||||
<item url="dba/update-database.sh" uploadstatus="1" />
|
||||
<item url="htdocs/relationship_types.php" uploadstatus="1" />
|
||||
<item url="dba/patches/" uploadstatus="1" />
|
||||
<item url="INSTALL" uploadstatus="1" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user