summaryrefslogtreecommitdiff
path: root/time/kronolith
AgeCommit message (Collapse)AuthorFilesLines
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.