Next | Query returned 33 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2008-05-26 14:58:49 by Adrian Portelli | Files touched by this commit (3) | Package updated
Log message:
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 04:13:26 by Joerg Sonnenberger | Files touched by this commit (274)
Log message:
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-06 22:27:50 by Adrian Portelli | Files touched by this commit (3)
Log message:
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-01-11 00:33:31 by Adrian Portelli | Files touched by this commit (2)
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.
   2007-07-04 22:55:07 by Johnny C. Lam | Files touched by this commit (136)
Log message:
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-03-18 13:11:41 by Adrian Portelli | Files touched by this commit (3)
Log message:
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).
   2006-12-12 22:53:06 by Adrian Portelli | Files touched by this commit (3)
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).
   2006-07-13 23:21:29 by Adrian Portelli | Files touched by this commit (3)
Log message:
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-06-25 21:53:13 by Dan McMahill | Files touched by this commit (2)
Log message:
www/horde3 has moved to www/horde
   2006-06-02 20:28:01 by Joerg Sonnenberger | Files touched by this commit (136)
Log message:
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@.

Next | Query returned 33 messages, browsing 21 to 30 | Previous