Subject: CVS commit: pkgsrc/databases/phpldapadmin
To: None <pkgsrc-changes@NetBSD.org>
From: Stoned Elipot <seb@netbsd.org>
List: pkgsrc-changes
Date: 03/26/2005 11:10:10
Module Name:	pkgsrc
Committed By:	seb
Date:		Sat Mar 26 11:10:10 UTC 2005

Modified Files:
	pkgsrc/databases/phpldapadmin: MESSAGE Makefile PLIST distinfo

Log Message:
Update to version 0.9.5.

Fix pkglint warnings about whitespace in MESSAGE.
Use pax -s instead of rming unwanted files.

Changes since last packaged version (0.9.4b)
* Version 0.9.5, 2004-12-17
 * Notes:
    This version adds substantial new features and several minor bug fixes as
    well as PHP5 support!
 * Changes:
    - Added PHP5 support using Zend1 compatibility options.
    - Users can now specify a format string for custom display of DNs in the
      tree viewer (see $tree_display_format in config.php.example)
    - If using http auth_type, DNs and passwords are now encrypted int he cookie
      using blowfish.
    - If base entry is missing, phpLDAPadmin will prompt you to create it and
      give you some sane default values to get started.
    - Added index file for viewing of all PLA icons (see
      phpldapadmin/images/index.php)
    - Added custom country flag icons for DNs in the form "c=us"
    - Added more custom icons (ipNetwork, Device, Room)
    - Made it easier to create the base entry of an empty tree.
    - Fixed bug related to predefined search queries with patch from Olivier
      Mounier
    - Added a template for mozillaOrgPerson
    - Improved error handling for non-existent or unreadable template files.
    - "Create new" now displays at the top *and* bottom of the tree viewer list
      if there are more than 10 entries in the container (make it easier for
      users by reducing scrolling)
    - Optimized several pages by closing the session early if not needed.
    - By request, reversed the order of first name / last name in the
      inetOrgPerson template.
    - Added a login_string feature for admins who have all their users in a
      single container, so they can specify a string like
      "uid=,ou=People,dc=example,dc=com" instead of setting up the painful
      login_attr stuff.
    - Changed the delete button to be red (like phpMyAdmin) to make it more
      obvious.
    - Consolidated the links at the top of the tree viewer to make better use
      of real estate.
    - New logo!
    - Patch from Dimitre to fix unique attrs enforcement.
    - Templates can now redirect wherever they want using a hidden form input.
    - Added a "Home" button in the tree viewer to get back to the main PLA page
      if desired.
    - PLA now looks up the gidNumber to display group description and name in
      user accounst.
    - Improved the hint about structural objectClasses in the custom creation
      template
    - Added ability to purge caches (mostly just schema objects) and caches are
      auto-purged when the schema is viewed in the schema browser.
    - Changed the arrow icon next to objectClass values to be an information
      button.
    - Search results can be displayed in table format now.
    - Fixes to LDIF import.
    - Added support for exporting to VCard 2.1 format.
    - Lots of little session fixes.
    - Structural objectClasses are now shown in bold in the custom creation
      template.
    - Fixed lots of bugs, some big some minor:
      1025353      1037715      1029103      1026427      1025353        1020606
      1020376      1010576      1009410      1007281      1007132        1004042
      1002794      1001941      1000185      999605       999170          996842
      995362       995297       995296       994343       993875          992419
      991891       989219       984587       983375       981283          979395
      977598       974369       973520       973323       965165          964410
      962074       959950       958372       957284       954453


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/phpldapadmin/MESSAGE \
    pkgsrc/databases/phpldapadmin/PLIST
cvs rdiff -r1.3 -r1.4 pkgsrc/databases/phpldapadmin/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/databases/phpldapadmin/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.