davical 0.9.6.1 source package in Ubuntu

Changelog

davical (0.9.6.1) unstable; urgency=low

  * Fix LOCK timeout handling.
  * Handle match on calendar-home-set in principal-property-search REPORT.

davical (0.9.6) unstable; urgency=low

  * Corect debian/control dependencies.
  * GET request for a collection URL with no events will now return an empty
    VCALENDAR rather than a 404
  * Added free/busy permission handling to the POST free/busy request handler

davical (0.9.5.91) unstable; urgency=low

  * Enable headers for caldav scheduling.

davical (0.9.5.90) unstable; urgency=low

  * Updated french debconf templates (closes: #501266)
  * Add support for Apple getctag extensions.
  * Add configuration to allow disabling PUT of collection.
  * Extension of caldav-client.php inspired by Daniel Serrabou.
  * Bugfix for importing of events with multiple VEVENT modifiers.
  * Support for POST freebusy request.
  * Convert RRule functions to newer PostgreSQL function syntax.
  * Add support for proposed calendar-user-principal property.
  * Bugfixes and coverage improvements in recurrence rule calculations.
  * Cleaned up lots of uninitialised variable warnings.

davical (0.9.5.3) unstable; urgency=low

  * Fix translation inefficiencies (closes: #495307)
  * Add the built docs into the source, since PhpDocumentor is not in Debian.
  * Fixes for lintian cleanliness.
  * Renaming stuff from RSCDS to DAViCal.

davical (0.9.5.2) unstable; urgency=low

  * Fix license text for Debian acceptance.
  * Minor packaging tweaks identified by Debian acceptance procedures.

davical (0.9.5.1) unstable; urgency=low

  * The name is changing from rscds to davical.
  * Fix typo in ldap driver.
  * Remove common problem-causing things from sample config.
  * Improve query for events in a time period.
  * Allow for authentication to be external.
  * Finally upload to Debian (closes: #490444)

rscds (0.9.5) unstable; urgency=low

  * Allow users to delete their own relationships, not just admin.

rscds (0.9.4.5) unstable; urgency=low

  * Fix quoting in create database script.

rscds (0.9.4.4) unstable; urgency=low

  * Fix dependencies for postgresql-client.
  * Fix bug with deletion of relationships.
  * Add updated German translation from Sykosch Arnold.

rscds (0.9.4.3) unstable; urgency=low

  * Work on making the installation process more foolproof.

rscds (0.9.4.2) unstable; urgency=low

  * Add Japanese translation by Shu NAKAMAE
  * Reverse logic for maintenance of user relationships.
  * Rationalise package dependencies.
  * Improve translatability of admin interface.
  * Bug fixes and enhancements to LDAP driver.

rscds (0.9.4) unstable; urgency=low

  * Performance improvements to get_permissions()
  * Further performance improvements from bypassing get_permissions()
  * Other performance improvements from refactoring queries
  * Fix to .ics import to handle timezones correctly.
  * Work around issues introduced when open_basedir is enabled.
  * More rscds => davical renaming.
  * Create users for the database for DBA and application use during
    installation.
  * Work around differences in authentication when PHP is used with FastCGI
  * Fixes to CONFIDENTIAL event handling.

rscds (0.9.3) unstable; urgency=low

  * Start renaming to DAViCal internally and in documentation.
  * Fix handling of CONFIDENTIAL events
  * Fixes to support iCal 3.0.1 and later.
  * Changes to support SOHO Organizer
  * Change style of response to Freebusy queries
  * Various refactoring.
  * Use relative URLs where possible and refactor to use URL formatting
    routine.
  * Start to implement structured support for DAV Principals
  * Fixes to timezone handling.

rscds (0.9.2) unstable; urgency=low

  * Add support for principal-url and calendar-home-set properties.
  * All events should be PUBLIC unless CLASS specifies otherwise.
  * Calendars can now be set such that all events are PUBLIC.
  * Add support for automatically added relationships.
  * Make some use of the improvements to the iCalendar class.
  * Working with iCal 3.0 from Mac OS 10.5.
  * Refactoring of driver code for LDAP and external AWL DB.

rscds (0.9.1) unstable; urgency=low

  *     Reduce debug logging noise when debugging is iff
  *     When class is NULL we should consider it to be PUBLIC.
  *     Clean up some uninitialised variable warnings.
  *     Refactoring caldav-PUT to allow calling from a different code path.
  *     State how to make LDAP use an anonymous bind initially.
  *     Include any VTODO in GET for a collection.
  *     Minor permissions changes.
  *     Fix VTODO handling by time-range queries.
  *     Various fixes to LDAP authentication.
  *     Fix permissions for RW access.

rscds (0.9.0) unstable; urgency=low

  * Changes preparatory to renaming to DAViCal
  * Security (information leakage) fix from Maxime Delorme
  * Changes to support newer iCalendar parsing in AWL 0.20
  * Add support for DAV::principal-property-search report
  * Refactoring of DAV report handling to improve extensibility
  * Much improved DAV property handling
  * Better support for VTODO and reports on VTODO

rscds (0.8.0) unstable; urgency=low

  * Check whether a URL missing a trailing '/' might still be a collection.
  * Fix for REPORT to exclude PRIVATE events.
  * Show a list of the user's relationships in the admin page.
  * Add XML with MKCALENDAR support.
  * Add Polish language support from Rafał Ślubowski
  * Patch to support reporting of "Busy" for confidential events (Maxime
    Delorme).
  * Allow hiding of alarms for calendars which are not ours (Maxime Delorme).
  * Allow uploading whole calendars (Maxime Delorme).
  * Basic LDAP authentication (Maxime Delorme)
  * Add Hungarian (Magyar) language support from Dávid Takács
  * Ensure username is case-insensitive.
  * Improve security on viewing other's calendar entries.
  * Add basic support for installation in a Windows environment.
  * Add support for automatically creating a user's home calendar.
  * Add a primary key to the calendar_item table for performance.
  * Only process the filter criteria on a REPORT once.
  * Add a basic client library.

rscds (0.7.1) unstable; urgency=low

  * Add support for PRIVATE events to REPORT, PROPFIND and GET
  * Fixes to the RRule parsing used for freebusy for PHP5.
  * Fix various bugs present when used with PHP5.
  * Fix a bug in create database script which allowed installation without an
    admin password.
  * Fix the response code on PUT which should be "204 No Content" rather than
    "200 OK".
  * Updated french translation.
  * Fix function definitions to be compatible with PostgreSQL 7.4 and 8.0.

rscds (0.7.0) unstable; urgency=low

  * Changes to privacy model for FREEBUSY
  * Simplify relationships.
  * Fix internationalisation issues with updating users.
  * GET/PUT against a collection URL are now interpreted as WebDAV.
  * Ensure Etag is provided for GET of calendar items.
  * Removed superseded ics.php interface. People should GET/PUT against
    calendar collections directly for WebDAV instead.
  * Cleaned out files that should not be distributed.

rscds (0.6.0) unstable; urgency=low

  * Add support for LOCK, UNLOCK and PROPPATCH methods.
  * Refactoring of code to simplify and improve readibility,
  * General specification compliance fixes and enhancements.
  * Fix bugs around 'Depth' header handling.
  * free-busy-query REPORT variant implemented according to caldav-15 draft.
  * freebusy.php changed to follow REPORT method.
  * Wrote a library class for dealing with iCalendar repeat rules.
  * New translation into Dutch by Eelco Maljaars.
  * New CSS styling for admin pages by Maxime Delorme.

rscds (0.5.2) unstable; urgency=low

  * Don't send charset with GET since it breaks Evolution.

rscds (0.5.1) unstable; urgency=low

  * Rebuild package without Wiki.

rscds (0.5.0) unstable; urgency=low

  * We now support a basic authentication hook to allow external sources of
    authentication and user information.
  * Some simple ability has been added to the admin interface to list
    calendars and events.
  * When an event is added to a non-existent calendar, the calendar is
    automatically created (if $c->collections_always_exist is true).
  * The permissions architecture has been changed to allow extension towards
    the DAV access standards in due course.
  * Allow RSCDS to operate as a subdirectory in an existing virtual host.
  * The PHP register_globals directive need not be enabled any longer.
  * The RSCDS include directory need not be specified any longer.
  * RSCDS should now work without generating errors even with E_ALL set in php.ini
  * Add a Netherlands translation.

rscds (0.4.0) unstable; urgency=low

  * Added initial Russian translation from Nick Khazov.
  * Updated Spanish translation from Lorena Paoletti.  For the time being this
    es_AR translation is also being used for es_ES and es_MX in the absence of
    real translations from there.
  * Split the supported_locales data out from base_data to allow for easier
    updating of the supported locales on upgrade.
  * Fix bug in update-rscds-database which meant that hostname was always
    wrong.
  * Add explicit support for the HEAD method.
  * Start support for PROPPATCH with a placeholder.  Put a placeholder in for
    the freebusy support, so people realise it isn't there yet.
  * Make the OPTIONS command more complete, with options which are hopefully
    OK for Mozilla and Evolution.
  * Added configuration option "enable_row_linking" which people can set to
    false to support browsers such as Konqueror to disable the javascript
    making browse rows clickable.
  * Updates to regression tests.
  * Minor documentation updates.
  * Write some basic freebusy support.
  * Fix bug in permissions application.
  * Fix failure to delete calendar entry from someone else's calendar which is
    writable.
  * When listing all users in a PROPFIND only show the ones that this user has
    rights for.
  * Update packaging to depend on libawl-php 0.12, since we now need that as a
    minimum version.
  * Create collections if they don't exist when someone PUTs something into
    them.
  * Create collections with the correct user_no.

rscds (0.3.1) unstable; urgency=low

  * Fix bug in handling PUT of modified event where client does not send an
    If-None-Match header (e.g. Mulberry).
  * Updated french translation.
  * Include locale files in package :-)

rscds (0.3.0) unstable; urgency=low

  * Add a bunch more regression tests.
  * Remove a non-working workaround for Evolution bug #354855
  * More friendly error message when relational integrity constraints prevent
    deletion of a relationship type.
  * Don't always apply sample data to database creation.
  * Initial database framework for identifying supported locales.
  * Fix GET/PUT to use permissions properly.
  * Apply i18n framework.
  * Translations for Deutsch and Argentinian Spanish!
  * Add an 'administration' page to the website.
  * Apply permissions to MKCALENDAR and MKCOL
  * Fix permission calculation function.
  * Ensure that permissions and path prefixes are being correctly applied.
  * Check that some smart bastard isn't playing silly buggers with our URL.
  * French translation by Guillaume Rosquin.
  * Add 'administration' page to website/docs.
  * New release.

rscds (0.2.2) unstable; urgency=low

  * Improvements to styling of maintenance pages.
  * Removed broken link from relationship_types browser.
  * Fix bug deleting relationship from user.
  * Better and more useful front page when you log on.
  * Fix base data for relationship type of 'Is a member of group'
  * Much improved (though still imperfect) script for applying updates to the
    database.
  * New release

rscds (0.2.1) unstable; urgency=low

  * New release.

rscds (0.2.0) unstable; urgency=low

  * A code sanity review and clean up.  Much commenting of code and review for
    behaviour against the specification.
  * Extend RSCDSUser to allow for addition/deletion of relationships.
  * Adjust the dba scripts to do update, as well as create.
  * Develop page for list / delete / add relationship types.
  * Split the data into base / sample so we know what is essential.

rscds (0.1.6) unstable; urgency=low

  * Fix some bugs in caldav-REPORT, which was not working with Lightning.
  * Complete work on PROPFIND so that Mulberry now works.
  * Add MKCOL, which is based on MKCALENDAR, to support hierarchies of
    collections better.
  * Rewrite REPORT to use the new XML libraries.
  * Commence support of relationships and permissions.
  * Write new ics.php which allows export of the full repository (for an
    admin), or a subset of the repository.
  * That new ics.php allows webcal presentation of the calendars also, so that
    even if evolution can't support tasks as CalDAV, it can at least refer to
    tasks someone else puts there with (e.g.) Sunbird.
  * Started development of a regression testing framework.
  * Cleaned up code to remove as many warnings as possible.
  * Make caldav.php work with 'cadaver' for more DAV love.

rscds (0.1.5) unstable; urgency=low

  * Support for some parts of PROPFIND and MKCALENDAR now in an effort to
    start to work with Mulberry.  Alas an unsuccessful one so far.
  * User maintenance screens are now functional, although they still do not
    allow for manipulation of relationships.  That's OK because they don't
    work out the other end yet either!

rscds (0.1.4) unstable; urgency=low

  * Now working with both Evolution and Lightning+Thunderbird(alpha)
  * Restructured database to show some sense.
  * Initial support for TODO items, although either I have it wrong, or
    Lighning has it wrong.  Lightning can write them, but it doesn't read
    them.

rscds (0.1.3) unstable; urgency=low

  * Hopefully now fairly much ready to install.

rscds (0.1.2) unstable; urgency=low

  * Add alternative depends on postgresql-client so we can install this on a
    machine running Sarge.

rscds (0.1.1) unstable; urgency=low

  * Time for a real-world-ish release.

rscds (0.1.0) unstable; urgency=low

  * Initial Debian packaging

 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  07 Nov 2008 15:58:05 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Jaunty
Original maintainer:
Andrew McMillan
Architectures:
all
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jaunty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
davical_0.9.6.1.tar.gz 783.3 KiB ffae4e384a011e2a202b00eecb23475cf4eeacd7abc529543220c441babdb2d4
davical_0.9.6.1.dsc 844 bytes 0b8b8f99bb44f65532e0d782ed60e81ca64a919cc15b14aac23f1f306017476f

View changes file

Binary packages built by this source

davical: No summary available for davical in ubuntu jaunty.

No description available for davical in ubuntu jaunty.

davical-doc: No summary available for davical-doc in ubuntu jaunty.

No description available for davical-doc in ubuntu jaunty.