summaryrefslogtreecommitdiff
path: root/time/kronolith
AgeCommit message (Collapse)AuthorFilesLines
2009-08-29Convert to user-destdir.wiz1-22/+20
2009-07-17Give up MAINTAINERadrianp1-2/+2
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-3/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-120/+1
2008-10-12Update to 2.3adrianp3-9/+37
---- v2.3 ---- [jan] Change group field in shares table to work with LDAP groups (Bug 6883). [jan] Fix user name conversion with user hooks in the calendar panel (Bug 7366). [gwr] Fixed handling of free events in the Kolab driver (noethen@uni-paderborn.de, Bug 7192). [jan] Differentiate between days with events and days with busy events in the year view. -------- v2.3-RC1 -------- [jan] Send correct iTip notifications when deleting recurring event instances (Bug 6636). [mjr] Add support for embedding calendar widgets on external websites. [jan] Log moving of events in the history backend (Bug 3207). [jan] Fix listing alarms of recurring events crossing day boundaries (Bug 7035). [jan] Fix deleting all events over WebDAV (Bug 7005). [jan] Add Atom feeds. [jan] Fix encoding of holiday names. [jan] Add Estonian translation (Alar Sing <alar.sing@err.ee>). [jan] Consider RECURRENCE-ID attributes in iCalendar data. [cjh] Fix a problem with the put() API call and events that already exist (almarin@um.es, Bug 7088). [jan] Fix importing iCalendar events with only a single recurrence exception (guyzdm@gmail.com, Bug 7068). [jan] Add Basque translation (Euskal Herriko Unibertsitatea EHU/UPV <xabier.arrieta@ehu.es>). [mjr] Add support for maintenance tasks and add a task for purging old events. [jan] Fix future events not being received under certain circumstances (Bugs 6946, 6966). [jan] Correctly sort recurring events (develop@kristov.de, Bug 7037). [jan] Fix display of recurring events crossing midnight in the portal block (develop@kristov.de, Bug 7036). [jan] Fix agenda emails containing wrong events. [mjr] Remove user permissions on all shares when deleting a user. [jan] Fix warning when importing events through the API (Bug 6865). [cjh] Be case insensitive when comparing attendees (aloyse.gilbert@gmail.com, Bug 6833). [jan] Use smaller icons for private events.
2008-05-26Kronolith version H3 (2.2) is a major upgrade in the 2.x release series,adrianp3-47/+186
including these enhancements: * Support for the Horde_Alarm system (requires Horde 3.2) for email or inline alarms on any event. * Improved iCalendar and vCalendar support, including support for alarms, timezones, better integration with remote calendars, and better support for remote clients. * Improved event recurrence, including events that recur a specific number of times, recurrence by day of the year and by weekday of the year, the choice of editing or deleting a recurring event as either the full series or an individual exception, and the ability to remove recurrence exceptions. * More complete WebDAV support. * WCAG 1.0 Priority 2/Section 508 accessibility guidelines compliance. * Users can get a daily agenda email. * Holidays can be displayed using the Date_Holiday package. * Event delegation - users can have permissions to creat events on behalf of other users. * Events can be marked private. * More dynamic user interface, including dynamic page refreshes to update the main calendar view when switching between dates or month/day/week/ work week/year views, a collapsible panel that provides quick access to all calendars and allows searching of calendars, a dynamic event edit interface that puts less commonly used options out of site by default, quick switching between the view, edit, and delete interfaces, and autocompletion of attendees from the user's address book. * Full Kolab webclient support * Database access can be split between read and write databases. * More graceful operation if the calendar backend is not available. * and much, much more.
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-2/+4
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-05-06The Horde Team is pleased to announce the final release of the Kronolithadrianp3-7/+10
Calendar Application version H3 (2.1.8). This is a security release that closes an XSS exploit in the add event screen. All users are encouraged to upgrade to this version.
2008-01-10Major changes compared to the Kronolith H3 (2.1.6) version are:adrianp2-6/+14
* Fixed privilege escalation in the Horde API. * Fixed missing ownership validation on share changes. * Updated Japanese translation. * Small bugfixes and improvements.
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam1-1/+3
the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-03-18Update to 2.1.5adrianp3-7/+15
[jan] Fix character set encoding of exported vCalendar/iCalendar data. [jan] Fixed MS-SQL driver (Bug 5088). [jan] Add Catalan translation (Jordi Giralt <projecte.k2@upcnet.es>). [jan] Fix searching for non-ascii strings (Bug 4773). [cjh] Display partial hours in free/busy view (cbs@cts.ucla.edu, Request 4755). [cjh] Honor date_format preference in reminders and notifications (Bug 4726).
2006-12-12Update to 2.1.4adrianp3-10/+13
------ v2.1.4 ------ [cjh] SECURITY: Close arbitrary file inclusion in free/busy views. ------ v2.1.3 ------ [cjh] Set vEvent ORGANIZER to the event creator, not the calendar owner (kajtzu@basen.net, Bug 4527). [jan] Fix importing of events without end date and duration (Bug 4519). [jan] Correctly display recurring events spanning multiple days (Bug 4438). [jan] Fix recurrence end dates with SQLite backends (Bug 4219). [jan] Fix calculation of recurrence ends with imported and remote events (Bug 2813). [cjh] Consolidate the check for whether or not users can add events in the day and month views (Bug 4373). [jan] Fix alarms for recurring events in Kolab driver (michael.sheldon@credativ.de, Bug 4326). [jan] Show error message if imported file didn't contain events. [cjh] Fix the SQL types of several recurrence fields. [jan] Add categories from imported events to the user's categories. [jan] Add Slovenian translation (Duck <duck@obala.net>). [jan] Deal with attendee email addresses case insensitively. [jan] Don't consider events from remote calendars as busy time. [jan] Always try to return the correct event instance if requesting an event by its UID (Thorsten Schaub, Bug 1994). [cjh] Fix permissions for the calendar list in advanced search (Bug 4093).
2006-07-13Update to 2.1.1adrianp3-17/+17
Major changes compared to the Kronolith H3 (2.1.1) version are: * Fixed fatal error during first login of new users on some systems. * Fixed adding of events with no DataTree backend configured. * Improved attendees popup and portal block. * Updated German, Italian and Spanish translations. The full list of changes (from version H3 (2.1.1)) can be viewed here: http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?r1=1.165.2.112&r2=1.165.2.120&ty=h
2006-06-25www/horde3 has moved to www/hordedmcmahill1-3/+3
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-3/+5
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-04-29Move the primary MASTER_SITES to http://ftp.horde.org/pub/ and moveadrianp1-2/+3
ftp://ftp.horde.org/pub/ to a backup
2006-04-17Upgrade to 2.1.1adrianp3-8/+8
> Major changes compared to the Kronolith H3 (2.1) version are: > * Fixed fatal error during first login of new users. > * Update free/busy information on Kolab servers after editing events. > * Improved free/busy support. > * Improved interoperability with KOrganizer. > * Added upgrade script for Oracle to upgrade from 1.1 to 2.x. > * Updated Danish, Dutch, Greek and Japanese translations.
2006-04-05Fix missing PLISt entry pointed out by bulk-builds.adrianp2-2/+5
2006-03-31Kronolith is the Horde calendar application. It provides a stable andadrianp6-0/+448
featureful individual calendar system for every Horde user, with integrated collaboration/scheduling features. It makes extensive use of the Horde Framework to provide integration with other applications.