Next | Query returned 84 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2008-05-26 14:52:51 by Adrian Portelli | Files touched by this commit (4) | Package updated
Log message:
Horde version 3.2 is a major upgrade in the 3.x release series, including these
enhancements:
* Stable synchronization support through integrated SyncML server.
* A new Alarm system that can send email alarms, generate popup or inline
  notifications, and play sounds for events in any Horde application.
* Support for separate read and write databases, and improved useability
  when the database is unavailable.
* Improved performance, through caching and native SQL drivers for shares,
  groups, and permissions; faster DataTree queries, and smarter use of
  session data.
* The administrator can disable users' ability to change permissions on
  their Shares.
* Two slick new themes, Tango Blue and Silver Surfer.
* WCAG 1.0 Priority 2/Section 508 accessibility guidelines compliance.
* Full Kolab webclient support.
* Improved JavaScript code including more caching, JSON support, new
  spell checking and color picking widgets, replacing htmlarea with xinha,
  and dynamic portal updates.
* Help is now searchable and has a tree view for easy organization and
  exploration of help topics.
* Wider memcache support and easier memcache configuration, including
  connection pooling and multiple memcache servers.
* A more complete WebDAV server.
* "Drop-in" configuration support for applications through
  config/registry.d/.
* Many additional hooks, for performing actions on preference value
  changes, and after loading an application.
* 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-03-08 18:36:53 by Adrian Portelli | Files touched by this commit (2)
Log message:
Bump to 3.1.7
Major changes compared to Horde 3.1.6 are:
    * Fix arbitrary file inclusion through abuse of the theme preference.
   2008-01-11 00:08:07 by Adrian Portelli | Files touched by this commit (2)
Log message:
Major changes compared to Horde 3.1.5 are:
* Fixed privilege escalation in the Horde API.
* Improved XSS filtering.
* Fixed locked portal blocks.
* Further improved webroot detection.
* Updated Japanese translation.
   2007-11-15 23:11:37 by Adrian Portelli | Files touched by this commit (3)
Log message:
------
v3.1.5
------

[cjh] Fix identity javascript when some fields are disabled
      (veikko@immonen@otaverkko.fi, Bug 5595).
[cjh] Disable the Turkish locale if using PHP 5 (see
      http://bugs.php.net/bug.php?id=35050).
[jan] Improved webroot detection (Request 4126).
[jan] Fix selecting the language on the login screen (Bug 5098).
[jan] Fix searching for single quotes in email headers (qa@cpanel.net, Bug
      4854).
[jan] Fix portal layouts with more than one horizontally expanded block per
      row.
   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:24:14 by Adrian Portelli | Files touched by this commit (3)
Log message:
Update to 3.1.4
------
v3.1.4
------
[jan] SECURITY: Correctly quote file names in cleanup script for temporary
files.
[jan] Fix RPC authentication on CGI SAPIs.
[jan] Detect unencrypted PGP messages.

----------
v3.1.4-RC1
----------
[jan] SECURITY: Fix an XSS vulnerability in the language selection.
[jan] Complete Cyrus virtual domain support in cyrsql driver (Vilius Sumskas
<vilius@lnk.lt>, Request #4967).
[jan] Add option whether to strip domains from usernames in the account block
(Request #4955).
[jan] Fix email lists not being validated under certain conditions (Bug #4834).
[cjh] Add a REST-ful preferences interface.
[cjh] Faster DataTree-to-SQL History migration script
(josh@endries.org, Request #4732).
[cjh] Improved automatic webroot detection (Ben Klang, Request #4126).
[cjh] Rewrite and fix the OCI8 SessionHandler (Bug #3452).
[cjh] Allow signup hooks to override the user_name and password fields
(thomas@gelf.net, Request #2904).
[cjh] Fix creation of mailbox quotas by the Auth_cyrus driver
(pascal@vmfacility.fr, Bug #4678).
[cjh] Add "Save and Finish" to the share edit window (webmgr@muskingum.edu,
Request #4307).
[cjh] Let mailto: and anchor (#) links through Horde::externalUrl (Bug #3079).
[cjh] Add smbclient version of the SMB Auth class (larry@wimble.biz,
Request #4338).
[cjh] Remove problematic "data descriptor" segment from generated ZIP files
(reitsma@denison.edu, Bug #4670).
[cjh] Strip accesskeys from menu tooltips when only showing icons (Bug #4667).
[jan] Fix saving files in the root directory of an SQL VFS backend (Bug #4652,
Ben Klang <ben@alkaloid.net>).
[jan] Fix displaying all maintenance tasks to be confirmed at once (Bug #4377).
[cjh] Fix return format of DataTree_null::getByAttributes()
(thomas.jarosch@intra2net.com, Bug #4651).
[jan] Support departments in vCard's ORG properties (martin@matuska.org,
Request #4285).
[cjh] Rename Auth_sasl backend to Auth_peclsasl to avoid conflicts with PEAR's
Auth_SASL (Bug #4547).
[cjh] Implement handling of vTimezones in iCalendar data
(Carl Thompson <lists-horde@carlthompson.net>, Bug #4399).
[cjh] keybindings.js now works with Safari/KHTML.
[jan] Avoid recursive folder creation when sharing Kolab folders
(michael.sheldon@credativ.de, Bug #4325).
[jan] Add Kolab specific account block driver to support special Kolab users
(mzizka@hotmail.com, Request: #4119).
[mms] Only dim below the last signature line of input text in the dimsignature
Text_Filter driver.
   2006-08-20 12:10:59 by Adrian Portelli | Files touched by this commit (2)
Log message:
Fix a PLIST bug pointed out by ghen@
Bump PKGREVISON
   2006-08-17 22:15:40 by Adrian Portelli | Files touched by this commit (3)
Log message:
Update to 3.1.3

Major changes compared to Horde 3.1.2 are:
* Security Fixes
  - Closed an XSS problem in index.php and improved protection against
    phishing attempts.
* Bugfixes and improvements
  - Added Kolab group ACL support.
  - Improved import of date and time fields.
  - Fixed synchronization support.
  - Updated Catalan, German and Slovenian translations.

The full list of changes (from version 3.1.2) can be viewed here:
http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.515.2.252&r2=1.515.2.261&ty=h
   2006-07-13 22:42:21 by Adrian Portelli | Files touched by this commit (1) | Package updated
Log message:
Update Makefile missed in 3.1.2 update

Next | Query returned 84 messages, browsing 41 to 50 | Previous