Next | Query returned 58 messages, browsing 51 to 60 | previous

History of commit frequency

CVS Commit History:


   2011-09-08 22:58:58 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
Update to 0.9.9.4:

2010-12-28  Andrew McMillan  <andrew@morphoss.com>
	* Release 0.9.9.4

2010-12-27  Andrew McMillan  <andrew@morphoss.com>
	* Refactor PUT functions to set modified/created dates more correctly.

2010-12-27  Leho Kraav  <leho@kraav.com>
	* add et_EE to support locales

2010-12-26  Andrew McMillan  <andrew@morphoss.com>
	* Fix errors in po files pointed out by Transifex uploading.
	* A new AtomFeed class for building an Atom feed.
	* Switch to creating an atom feed, which is a better feed standard.

2010-12-26  Leho Kraav  <leho@kraav.com>
	* A new URL to provide an RSS feed of a calendar's changes.

2010-12-26  Andrew McMillan  <andrew@morphoss.com>
	* Refactored RRule to add support for initialisation from a vProperty.

2010-12-25  Andrew McMillan  <andrew@morphoss.com>
	* Remove all reference to PgQuery
	* Extensive refactoring of principal-edit, plus support for creating tickets.
	* Add support for writing scheduling resources on PUT.
	* Improve support for handling floating time.
	* Add cil for internal issue tracking.

2010-12-08  Andrew McMillan  <andrew@morphoss.com>
	* Cut access with invalid/expired tickets out immediately.

2010-12-07  Andrew McMillan  <andrew@morphoss.com>
	* Handle empty PROPFIND, don't blow up on invalid XML.

2010-11-30  Andrew McMillan  <andrew@morphoss.com>
	* /.well-known/* now returns a 301 redirect, per spec.
	* Use text/vcard for content type in advance of ratification of spec.
	* Properly handle addressbooks in multiget.
	* Hide authorization headers in logging.
	* Update sync-collection REPORT to match -04 of draft.
	* Replace index.php with caldav.php when we find it in our path.

2010-11-27  Andrew McMillan  <andrew@morphoss.com>
	* Be pedantic about checking user is active before we let them in.
	* Specify the SRV record examples with leading _ as they should be.

2010-11-21  Andrew McMillan  <andrew@morphoss.com>
	* Fix SQL for group handling from Michael Braun.
	* Add principal-collection-set to standard responses for DAVResource.
	* Correct typo in POST handling.

2010-11-20  Andrew McMillan  <andrew@morphoss.com>
	* Also update displayname if fullname is changed.

2010-10-02  Daniel Aleksandersen  <daniel@>
	* remove old screenshots
	* updated iPhone client configuration with new screenshots

2010-11-19  Andrew McMillan  <andrew@morphoss.com>
	* Handle stuff like DTSTART;TZID=America/New_York:20101119T231307

2010-11-14  Andrew McMillan  <andrew@morphoss.com>
	* Script to refresh calendar_alarms with next instance time.

2010-11-09  Andrew McMillan  <andrew@morphoss.com>
	* Don't let auth functions create duplicate home calendars.

2010-11-06  Andrew McMillan  <andrew@morphoss.com>
	* Patch for caldav sync from Pierre-Arnaud Poudret.
	* Add ACL to the supported methods.
	* Change regression runner to look for sample data with tests.
	* Correct version number typo.
	* Always grant 'DAV::read' privilege from principal to group members.

2010-11-05  Andrew McMillan  <andrew@morphoss.com>
	* Use expanded time specifiers in format since %Y doesn't work on Windows.
	* Support recursive REPORT query if configured to allow it.

2010-11-04  Andrew McMillan  <andrew@morphoss.com>
	* Add a new WritableCollection object which we will use for PUT.
	* Use text/vcard rather than older text/x-vcard.
	* Support event properties in changed part of sync-response.
	* Rename variable to work around Pg 9.0 reserved name.

2010-11-01  Andrew McMillan  <andrew@morphoss.com>
	* Switch from regular expression which may not work in old/odd PHP.

2010-10-31  Andrew McMillan  <andrew@morphoss.com>
	* Support getlastmodified property in REPORT requests.

2010-10-16  Andrew McMillan  <andrew@morphoss.com>
	* Fix typo in iTIP CANCEL handling.

2010-10-15  Andrew McMillan  <andrew@morphoss.com>
	* Turn on calendar-auto-schedule header if $c->enable_auto_schedule
	* Add various additional checks into /setup.php
	* Add knowledge of desired parallel AWL version to setup.

2010-10-10  Andrew McMillan  <andrew@morphoss.com>
	* Fix various minor CardDAV bugs.
	* Omit the <response> for event outside the time range - when expanded.
	* Fix privilege_to_bits function to set 'all' correctly & work with recent \ 
postgres

2010-10-08  Andrew McMillan  <andrew@morphoss.com>
	* Don't supply freebusy for 0-duration events.
	* Another regression test for free/busy catching many events.
	* Add an event with a thoroughly bogus tzid to ensure we cope.
	* Check for some supported stuff very early so we can show it is missing.
	* Better display of bindings.
	* Add postgreSQL 9.0 as a possibility.
	* Fix warning when using basic authentication fallback.
	* Fix handling of iCalendar durations containing negative elements.
	* Handle events which don't have either DTEND *or* DURATION.
	* Rewrite __construct() method of RepeatRuleDateTimeZone to be more robust.
   2011-07-03 13:08:30 by Jean-Yves Migeon | Files touched by this commit (1) | Package updated
Log message:
check-interpreter fix for leaf package www/davical. Build and install
cleanly now. Not updated due to freeze.
   2011-01-18 23:26:28 by Jean-Yves Migeon | Files touched by this commit (1)
Log message:
Use REPLACE_PERL instead of REPLACE_INTERPRETER. No functional change.
   2010-11-13 01:27:24 by Jean-Yves Migeon | Files touched by this commit (3) | Package updated
Log message:
As noted by wiz@ (and missed by me in TODO...), 0.9.9.3 was already out.

Update to 0.9.9.3. Nothing much changed between .2 and .3, update is
straightforward.

While here, make MESSAGE more helpful in case of package upgrade.

Changelog:

0.9.9.2 => 0.9.9.3

Functionality Enhancements

    * Bindings available to a principal are now listed in the Admin UI.
    * Attempt to login using supplied basic authentication credentials, if all \ 
else fails.

Bug Fixes

    * WebDAV Sync is now supported for Addressbook collections.
    * VCARD resources will no longer report a blank ETag in an XML responses.
    * The ETag property will be properly quoted when appearing an XML response.

Other Changes

    * 412 error responses to PUT for addressbook resources now include useful \ 
information.
    * A new temporary configuration option is added to allow use of the old \ 
sync-response tag in WebDAV sync for compatibility with the Inverse CardDAV \ 
plugin for Lightning.
    * Basic recognition of VLIST resources.
   2010-11-12 20:13:53 by Jean-Yves Migeon | Files touched by this commit (4) | Package updated
Log message:
Update to 0.9.9.2.

Changelog:

0.9.9.1 => 0.9.9.2

Functionality Enhancements

    * Tickets and Bindings related to a collection or principal are now listed \ 
in the Admin UI.

Bug Fixes

    * The CardDAV 'addressbook-query' report is enabled.
    * A bug is fixed in the database libraries which caused some valid \ 
hexadecimal strings to be treated as numbers.
    * The PAM auth method now parses the username field better (Jim Hague).
    * An ETag will now be sent in response to a PUT for non-Calendar resources \ 
as well as for calendaring ones.
    * Collection / Principal maintenance screens will no longer cause query \ 
errors during the create action.

0.9.9 => 0.9.9.1

  Functionality Enhancements

    * Initial support for vCard Extensions to WebDAV (CardDAV) - Draft
    * WebDAV Sync RFC (draft) support is updated to draft version -03
    * Support for /.well-known/caldav and /.well-known/carddav URLs (per \ 
RFC5785: Defining Well-Known URIs)

Bug Fixes

    * Free/busy handling has been completely rewritten.
    * LDAP group handling should be better
    * UTF8 calendars should now be more reliably imported.
    * There should be no need to override the DAV header.
    * Many others.

Other Changes

    * Some updated translations
    * Clients which set the Content-Type incorrectly on PUT should be \ 
accommodated with a warning logged.
    * Errors in the DAViCal configuration file should not generate output to the \ 
screen. This has been a common problem causing breakage in the DAV \ 
functionality. Errors will still be logged to the PHP error log (usually the \ 
Apache error log).
   2010-06-03 01:27:56 by Jean-Yves Migeon | Files touched by this commit (3)
Log message:
Change the wording in MESSAGE; DAViCal could be installed on a host
different from the one where the database server is running.

Change the configuration files permissions. administration.yml is really
for davical_dba, config.php is for davical_app (web application). While
here, fix the Apache example.

No revision bump; package content is the same.
   2010-05-23 23:38:54 by Jean-Yves Migeon | Files touched by this commit (1)
Log message:
Remove stale .DESCR.swp. Hmm, vim was in the way.
   2010-05-23 23:36:30 by Jean-Yves Migeon | Files touched by this commit (12) | Imported package
Log message:
Add davical.

DAViCal is a server for calendar sharing. It is an implementation of the
CalDAV protocol which is designed for storing calendaring resources (in
iCalendar format) on a remote shared server.

DAViCal supports basic delegation of read/write access among calendar users,
multiple users (or clients) reading and writing the same calendar entries over
time, and scheduling of meetings with free/busy time displayed.

An increasing number of calendar clients support the maintenance of shared
remote calendars through CalDAV, including Evolution, Mulberry, Chandler,
Mozilla Calendar (Sunbird/Lightning), and various other closed-source
products such as Apple's iCal and iPhone.


Next | Query returned 58 messages, browsing 51 to 60 | previous