Commit graph

20 commits

Author SHA1 Message Date
obache
dca078f299 Bump PKGREVISION from PHP_VERSION_DEFAULT changes. 2011-09-16 05:46:22 +00:00
wiz
d22cfd552e Convert to user-destdir. 2009-08-29 12:30:30 +00:00
adrianp
2ae6078ec7 Give up MAINTAINER 2009-07-17 18:00:13 +00:00
joerg
75fc561a65 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:28:46 +00:00
joerg
73ae0afd90 Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
adrianp
bb4da2198b Update to 2.3
----
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-10-12 12:08:07 +00:00
adrianp
44f0314a06 Kronolith version H3 (2.2) is a major upgrade in the 2.x release series,
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-26 12:58:49 +00:00
joerg
3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
adrianp
187b63d9f3 The Horde Team is pleased to announce the final release of the Kronolith
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-05-06 20:27:50 +00:00
adrianp
a920ff8e3e Major changes compared to the Kronolith H3 (2.1.6) version are:
* Fixed privilege escalation in the Horde API.
* Fixed missing ownership validation on share changes.
* Updated Japanese translation.
* Small bugfixes and improvements.
2008-01-10 23:33:30 +00:00
jlam
4390d56940 Make it easier to build and install packages "unprivileged", where
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-07-04 20:54:31 +00:00
adrianp
23970f9939 Update to 2.1.5
[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).
2007-03-18 12:11:28 +00:00
adrianp
f4a11ab1d8 Update to 2.1.4
------
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-12-12 21:53:06 +00:00
adrianp
1aa1a53e7c Update to 2.1.1
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-07-13 21:21:28 +00:00
dmcmahill
2905139798 www/horde3 has moved to www/horde 2006-06-25 19:53:13 +00:00
joerg
337c6b1297 Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
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-06-02 18:27:54 +00:00
adrianp
0101b64a3e Move the primary MASTER_SITES to http://ftp.horde.org/pub/ and move
ftp://ftp.horde.org/pub/ to a backup
2006-04-29 09:23:19 +00:00
adrianp
1063df1de8 Upgrade to 2.1.1
> 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-17 20:56:30 +00:00
adrianp
32b124e146 Fix missing PLISt entry pointed out by bulk-builds. 2006-04-05 22:32:04 +00:00
adrianp
e55100898b Kronolith is the Horde calendar application. It provides a stable and
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.
2006-03-31 22:23:07 +00:00