mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-13 08:00:15 +00:00
159 lines
6.4 KiB
Plaintext
159 lines
6.4 KiB
Plaintext
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.
|
|
|
|
-- Andrew McMillan <debian@mcmillan.net.nz> Wed, 22 Nov 2006 23:23:36 +1300
|
|
|
|
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 :-)
|
|
|
|
-- Andrew McMillan <debian@mcmillan.net.nz> Mon, 13 Nov 2006 16:15:59 +1300
|
|
|
|
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.
|
|
|
|
-- Andrew McMillan <debian@mcmillan.net.nz> Fri, 10 Nov 2006 15:20:17 +1300
|
|
|
|
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
|
|
|
|
-- Andrew McMillan <debian@mcmillan.net.nz> Tue, 31 Oct 2006 11:40:32 +1300
|
|
|
|
rscds (0.2.1) unstable; urgency=low
|
|
|
|
* New release.
|
|
|
|
-- Andrew McMillan <debian@mcmillan.net.nz> Fri, 27 Oct 2006 12:09:10 +1300
|
|
|
|
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.
|
|
|
|
-- Andrew McMillan <debian@mcmillan.net.nz> Tue, 17 Oct 2006 10:55:12 +1300
|
|
|
|
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.
|
|
|
|
-- Andrew McMillan <debian@mcmillan.net.nz> Sun, 8 Oct 2006 20:13:44 +1300
|
|
|
|
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!
|
|
|
|
-- Andrew McMillan <debian@mcmillan.net.nz> Sun, 1 Oct 2006 20:46:55 +1300
|
|
|
|
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.
|
|
|
|
-- Andrew McMillan <debian@mcmillan.net.nz> Sun, 24 Sep 2006 17:18:30 +1200
|
|
|
|
rscds (0.1.3) unstable; urgency=low
|
|
|
|
* Hopefully now fairly much ready to install.
|
|
|
|
-- Andrew McMillan <debian@mcmillan.net.nz> Wed, 13 Sep 2006 14:10:31 +1200
|
|
|
|
rscds (0.1.2) unstable; urgency=low
|
|
|
|
* Add alternative depends on postgresql-client so we can install this on a
|
|
machine running Sarge.
|
|
|
|
-- Andrew McMillan <debian@mcmillan.net.nz> Wed, 13 Sep 2006 12:03:53 +1200
|
|
|
|
rscds (0.1.1) unstable; urgency=low
|
|
|
|
* Time for a real-world-ish release.
|
|
|
|
-- Andrew McMillan <debian@mcmillan.net.nz> Tue, 12 Sep 2006 05:10:32 -0500
|
|
|
|
rscds (0.1.0) unstable; urgency=low
|
|
|
|
* Initial Debian packaging
|
|
|
|
-- Andrew McMillan <debian@mcmillan.net.nz> Tue, 2 May 2006 07:43:59 +1200
|