The NetBSD Project

CVS log for pkgsrc/time/kronolith/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / time / kronolith

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.29 / (download) - annotate - [select for diffs], Sat Apr 24 11:37:29 2021 UTC (2 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, HEAD
Changes since 1.28: +2 -3 lines
Diff to previous 1.28 (colored) to selected 1.5 (colored)

*: remove dead download links

Revision 1.28 / (download) - annotate - [select for diffs], Thu May 23 19:23:18 2019 UTC (4 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored) to selected 1.5 (colored)

all: replace SUBST_SED with the simpler SUBST_VARS

pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.

Revision 1.27 / (download) - annotate - [select for diffs], Wed Aug 16 20:21:16 2017 UTC (6 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.5 (colored)

Follow some http redirects.

Revision 1.26 / (download) - annotate - [select for diffs], Thu Jan 19 18:52:28 2017 UTC (7 years, 2 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored) to selected 1.5 (colored)

Convert all occurrences (353 by my count) of

	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.

Revision 1.25 / (download) - annotate - [select for diffs], Sun Sep 11 17:03:28 2016 UTC (7 years, 6 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) to selected 1.5 (colored)

Drop "55" (php55) from PHP_VERSIONS_ACCEPTED.

Revision 1.24 / (download) - annotate - [select for diffs], Tue May 17 10:32:09 2016 UTC (7 years, 10 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.23: +6 -6 lines
Diff to previous 1.23 (colored) to selected 1.5 (colored)

Use REAL_ROOT_USER/REAL_ROOT_GROUP instead of ROOT_USER/ROOT_GROUP
for all pkgsrc dir/file ownership rules. Fixes unprivileged
user/group names from leaking into binary packages, manifest as
non-fatal chown/chgrp failure messages at pkg_add time.

Bump respective packages' PKGREVISION.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Dec 6 12:13:12 2015 UTC (8 years, 3 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.22: +3 -1 lines
Diff to previous 1.22 (colored) to selected 1.5 (colored)

Explicitly restrict PHP_VERSIONS_ACCEPTED to 55 and 56 for packages which
use php-mysql package.

Revision 1.21.4.1 / (download) - annotate - [select for diffs], Sun Aug 11 13:13:47 2013 UTC (10 years, 7 months ago) by tron
Branch: pkgsrc-2013Q2
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored) next main 1.22 (colored) to selected 1.5 (colored)

Pullup ticket #4204 - requested by bouyer
time/kronolith: packaging fix patch

Revisions pulled up:
- time/kronolith/Makefile                                       1.22
- time/kronolith/PLIST                                          1.13

---
   Module Name:	pkgsrc
   Committed By:	bouyer
   Date:		Wed Aug  7 19:19:58 UTC 2013

   Modified Files:
   	pkgsrc/time/kronolith: Makefile PLIST

   Log Message:
   Install missing files, especially kronolith/calendars/ which contains code
   needed to manage calendars.

Revision 1.22 / (download) - annotate - [select for diffs], Wed Aug 7 19:19:58 2013 UTC (10 years, 7 months ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored) to selected 1.5 (colored)

Install missing files, especially kronolith/calendars/ which contains code
needed to manage calendars.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Mar 16 07:21:23 2013 UTC (11 years ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Branch point for: pkgsrc-2013Q2
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored) to selected 1.5 (colored)

Bump PKGREVISION from default PHP version change to 5.4.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Oct 8 13:04:20 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.19: +1 -3 lines
Diff to previous 1.19 (colored) to selected 1.5 (colored)

Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Feb 23 12:05:50 2012 UTC (12 years, 1 month ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.18: +4 -4 lines
Diff to previous 1.18 (colored) to selected 1.5 (colored)

Update kronolith to 2.3.6.
(while here, set LICENSE=gnu-gpl-v2, fix unwanted empty directories creation)

------
v2.3.6
------

[jan] Add upgrade scripts for next-generation SQL share driver.
[jan] Export recurrence exceptions in a more portable way.


------
v2.3.5
------

[gwr] Fix moving events between calendars for the Kolab driver (Bug #7932)
[jan] Import and export the privacy field in CSV data (Request #9139).
[mjr] Send an iTip REQUEST, not ADD, when updating an existing event
      (Bug #9131).
[jan] Fix all-day events sometimes showing up an day early too (Bug #9012).
[mjr] Sort exception list before displaying (Request #7688).
[mjr] Do not remove history entries when removing user data (Bug #8755).


------
v2.3.4
------

[jan] Delete Horde alarms when resetting an event alarm.
[jan] Set an alarm to one minute, if users try to set an alarm without time.
[gwr] Fix editing the start date of recurring events (kolab/issue3885).


------
v2.3.3
------

[jan] Fix editing URLs of remote calendars.
[gwr] Fix recurring weekly events with fixed number of occurences but multiple
      incidences per week (kolab/issue3846).
[gwr] Fix recurring weekly events with intervals > 1 (Bug #8546).
[jan] Optimize event link generation (patrick.abiven@apitech.fr).
[jan] Fix Oracle SQL scripts.
[jan] Fix charset of ajax responses.
[jan] Add Croatian translation (Matej Vela <matej.vela@carnet.hr>).
[jan] Speed up listing alarms (patrick.abiven@apitech.fr, Request #8638).
[jan] Simplify and improve portability of listing events without date limits
      in the SQL driver (Bug #8590).
[mjr] Fix issue that caused the default alarm time to be applied to
      listTimeObjects events (Bug #8588).


------
v2.3.2
------

[mms] Upgrade prototype.js to v1.6.1.
[jan] Allow to add address lists as attendees through the address book popup
      (Bug #7834).
[jan] Fix exporting certain weekday recurrence rules to iCalendar
      (lst_hoe02@kwsoft.de, Bug #8501).
[jan] Export recurrence end dates as date-time values in iCalendar data to
      improve compatibility with external clients (Bug #7846).
[jan] Fix synchronization with output compression enabled (Bug #7769).
[jan] Add configuration whether to show user drop down list or text field in
      permissions dialog (requires Horde 3.3.5).
[jan] Propagate the 'modified' API method (Request #8274).
[cjh] Fix the signature of the kronolith/import API method
      (rpolli@babel.it, Bug #8309).
[jan] Correctly create all-day events if using the all-day link in the day
      view (stpierre@nebrwesleyan.edu, Bug #8220).
[jan] Fix rendering of all-day events (Bug #8176).


------
v2.3.1
------

[jan] Render contact autocompletion list on top of free/busy blocks (Bug #7273).
[jan] Save recurrence exceptions when copying events (Bug #7689).
[jan] Prevent warnings if trying to add address lists as attendees (Bug #7834).
[jan] Fix start and end time calculation of multi-day events (Bug #7788).
[jan] Wrap URL in calendar information in IE7 (almarin@um.es, Bug #8043).
[jan] Fix "Date-string has wrong format" error with holidays (Bug #7961).
[jan] Use improved translation support in Date_Holidays (requires 0.21.0 now,
      Bug #7272).
[jan] Empty view cache when changing calendar selection
      (stpierre@nebrwesleyan.edu, Bug #7879).
[mjr] Fix category CSS being included on embedded widgets.
[cjh] Work around BC break with Horde versions before 3.2 (Bug #7820).
[jan] Allow to manually change attendee responses (paul@carnie.com.au,
      Request #7443).
[jan] Fix linking to last week across certain year boundaries (Bug #7827).
[jan] Add script to import events from SquirrelMail database.
[cjh] Add private-***.png graphics to Tango and Silver themes (Bug #7531).
[cjh] Fix listing of users in the calendar/browse API call.
[jan] Set timezone per user preference and fix recurring events when sending
      reminders through Kronolith (develop@kristov.de, Bug #7038).
[cjh] Add a PostgreSQL-specific upgrade script for 2.2 to 2.3
      (michael.menge@zdv.uni-tuebingen.de, Bug #7454).
[mms] Upgrade prototype.js to v1.6.0.3.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Sep 16 05:46:25 2011 UTC (12 years, 6 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored) to selected 1.5 (colored)

Bump PKGREVISION from PHP_VERSION_DEFAULT changes.

Revision 1.17 / (download) - annotate - [select for diffs], Sat Aug 29 12:30:30 2009 UTC (14 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.16: +20 -22 lines
Diff to previous 1.16 (colored) to selected 1.5 (colored)

Convert to user-destdir.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jul 17 18:00:25 2009 UTC (14 years, 8 months ago) by adrianp
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.5 (colored)

Give up MAINTAINER

Revision 1.15 / (download) - annotate - [select for diffs], Sun Oct 12 12:08:07 2008 UTC (15 years, 5 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.5 (colored)

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.

Revision 1.14 / (download) - annotate - [select for diffs], Mon May 26 12:58:49 2008 UTC (15 years, 10 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.13: +4 -5 lines
Diff to previous 1.13 (colored) to selected 1.5 (colored)

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.

Revision 1.13 / (download) - annotate - [select for diffs], Mon May 26 02:13:24 2008 UTC (15 years, 10 months ago) by joerg
Branch: MAIN
Changes since 1.12: +4 -2 lines
Diff to previous 1.12 (colored) to selected 1.5 (colored)

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.

Revision 1.12 / (download) - annotate - [select for diffs], Tue May 6 20:27:50 2008 UTC (15 years, 10 months ago) by adrianp
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.5 (colored)

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.

Revision 1.10.4.1 / (download) - annotate - [select for diffs], Tue Jan 15 08:59:49 2008 UTC (16 years, 2 months ago) by ghen
Branch: pkgsrc-2007Q4
Changes since 1.10: +10 -2 lines
Diff to previous 1.10 (colored) next main 1.11 (colored) to selected 1.5 (colored)

Pullup ticket 2265 - requested by adrianp
security update for kronolith

- pkgsrc/time/kronolith/Makefile			1.11
- pkgsrc/time/kronolith/distinfo			1.6

   Module Name:		pkgsrc
   Committed By:	adrianp
   Date:		Thu Jan 10 23:33:31 UTC 2008

   Modified Files:
	   pkgsrc/time/kronolith: Makefile distinfo

   Log Message:
   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.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Jan 10 23:33:30 2008 UTC (16 years, 2 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.10: +10 -2 lines
Diff to previous 1.10 (colored) to selected 1.5 (colored)

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.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Jul 4 20:55:01 2007 UTC (16 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Branch point for: pkgsrc-2007Q4
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 (colored) to selected 1.5 (colored)

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.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Mar 18 12:11:28 2007 UTC (17 years ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.5 (colored)

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).

Revision 1.7.2.1 / (download) - annotate - [select for diffs], Wed Dec 13 08:48:39 2006 UTC (17 years, 3 months ago) by ghen
Branch: pkgsrc-2006Q3
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) next main 1.8 (colored) to selected 1.5 (colored)

Pullup ticket 1957 - requested by adrianp
security update for kronolith

- pkgsrc/time/kronolith/Makefile		1.8
- pkgsrc/time/kronolith/PLIST			1.5
- pkgsrc/time/kronolith/distinfo		1.4

   Module Name:	pkgsrc
   Committed By:	adrianp
   Date:		Tue Dec 12 21:53:06 UTC 2006

   Modified Files:
	pkgsrc/time/kronolith: Makefile PLIST distinfo

   Log Message:
   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).

Revision 1.8 / (download) - annotate - [select for diffs], Tue Dec 12 21:53:06 2006 UTC (17 years, 3 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.5 (colored)

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).

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 13 21:21:29 2006 UTC (17 years, 8 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base
Branch point for: pkgsrc-2006Q3
Changes since 1.6: +11 -12 lines
Diff to previous 1.6 (colored) to selected 1.5 (colored)

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

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jun 25 19:53:13 2006 UTC (17 years, 9 months ago) by dmcmahill
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

www/horde3 has moved to www/horde

Revision 1.5 / (download) - annotate - [selected], Fri Jun 2 18:27:58 2006 UTC (17 years, 10 months ago) by joerg
Branch: MAIN
Changes since 1.4: +5 -3 lines
Diff to previous 1.4 (colored)

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@.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Apr 29 09:23:19 2006 UTC (17 years, 11 months ago) by adrianp
Branch: MAIN
Changes since 1.3: +3 -2 lines
Diff to previous 1.3 (colored) to selected 1.5 (colored)

Move the primary MASTER_SITES to http://ftp.horde.org/pub/ and move
ftp://ftp.horde.org/pub/ to a backup

Revision 1.3 / (download) - annotate - [select for diffs], Mon Apr 17 20:56:30 2006 UTC (17 years, 11 months ago) by adrianp
Branch: MAIN
Changes since 1.2: +2 -3 lines
Diff to previous 1.2 (colored) to selected 1.5 (colored)

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.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 5 22:32:04 2006 UTC (17 years, 11 months ago) by adrianp
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored) to selected 1.5 (colored)

Fix missing PLISt entry pointed out by bulk-builds.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Mar 31 22:23:07 2006 UTC (18 years ago) by adrianp
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.5 (colored)

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.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Mar 31 22:23:07 2006 UTC (18 years ago) by adrianp
Branch: MAIN
Diff to selected 1.5 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>