phpLDAPadmin v1.2.1

RELEASE NOTES:
--------------
This is a long overdue update for PLA v1.2.x. This version is mainly a
bug fix,
addressing all the bugs logged on the Sourceforge Trackers. There are
also some
minor new features.

If you find any bugs, please log them on the Sourceforge Bug Tracker.

Enjoy !

CHANGES SINCE 1.2.0.5:
----------------------
41c2821 Release 1.2.1
caebef3 Translation import from launchpad
1121dd0 SF Feature #2879726 - sort the server select list
775e6f4 SF Feature #2900545 - blowfish using mcrypt
e083f5f SF Feature #2931999 - Upload file and view for "picture" fields
c97d4af SF Feature #3108047 - Add support for smbk5pwd overlay K5KEY
"encryption" type
62d6451 Addition for commit a35298
880a86f SF Feature #3122736 - HTTP authentication realm
a35298e SF Bug #3036033 - Error if CN begins with a % sign
2ea1fc6 SF Bug #3003777 - Multivalue attributes with hundred of values
hangs on modify
c23db37 Updates to sample configuration for the confirm operations
1f9308d Fixes for jpegPhoto attributes during copy operations
db241f1 Fix for when JS not loaded in time for TemplateRender
b650022 Minor cosmetic updates
75640cc SF Bug #2987374 - autofill problem on samba passwords
bf8ac53 SF Bug #3139097 - Argument for PickList sorting does not work
d5c8d42 SF Bug #3004012 - password sync for sambaSamAccount template broken.
9e9960b SF Bug #3003779 - Unable to check password for NT and LN samba
hashed
4cf6b17 SF Bug #3141226 - Password change/encrypted upon modification
04e41f7 SF Bug #3292533 - Non standard schema
6e5ec75 SF Bug #3077852 - Default template being used after modificaiton
of entry
97eff73 SF Bug #3276528 - Problem with + and , signs in dn
fc5885b SF Bug #3288434 - Security bug
c28a609 Updated demo configuration
ea4ae7f SF Bug #3161571 - Error 0x02 A protocol error was detected
be623ce SF Bug #3136564 - Undefined variable: result (E_NOTICE)
aa8a353 SF Bug #2997552 - Unable to verify password using SMD5 scheme
ed7f899 Fix JS error created by f713af
2cf20fc SF Bug #2981355 - rawurldecode killing complex passwords
cc86037 SF Bug #2958882 - Single quote in french translation causes error
7aba733 Enabled cookie as a valid auth_type
c5f0457 SF Bug #2980701 - Creation templates get used for modification
post creation
b3874bf Implemented better SASL/GSSAPI authentication.
7980d1c SF Patch #2974901 - enable modify member form to use netgroups
43f3191 SF Patch #2990856 - Add parent class attribute
ab0717e SF Patch #3054517 - Suppress PHP 5.3 E_DEPRECATED exceptions
f9c56bc SF Bug #2997703 - SourceForge logo should load from HTTPS when
using HTTPS
6fdab2c SF Bug #2958613 - password_checker.php md5crypt explode()
function bug
c3a286c SF Bug #3033924 - typo in fnctions.php breaking smd5
e77d39d Suppress create base when base DN is not level 1
34e5bbb Fix sambaGroupMapping template
7d17676 Enabled create_base
1c467a6 New feature: Copy a DN and edit values before creation
2e8e962 AJAX work on create/update
f713afc HTML Validation work
1b55c84 Added launchpad import
206c142 Language files import from launchpad
e4f5c22 SF Bug #2959415 - Misspelling 'Retieving'
0f78256 SF Bug #2969826 - XSS found in cmd.php
7b4d11f Addition to Fix template engine rending attributes with
multiselect configured
a1c714b Fix template engine rending attributes with multiselect configured
ac1d121 SF Bug #2922727 - PLA ignores login attr
9dbf53a Fix template engine to accept server,custom_attrs

CHANGE SUMMARY SINCE 1.2.0.5:
-----------------------------
 VERSION                                  |    2 +-
 config/config.php.example                |   85 +-
 doc/demo-reset.sh                        |    7 +-
 doc/ldif-Flintstones                     |  992 ++++++++
 doc/ldif-Simpsons                        |  875 ++++----
 doc/ldif-example-com                     |  663 +-----
 doc/ldif-example.com                     |  246 +--
 doc/phpldapadmin-demo.conf               |   41 +-
 htdocs/add_attr_form.php                 |   18 +-
 htdocs/add_oclass_form.php               |   26 +-
 htdocs/add_value_form.php                |   32 +-
 htdocs/cmd.php                           |    4 +-
 htdocs/compare.php                       |   37 +-
 htdocs/compare_form.php                  |   16 +-
 htdocs/copy.php                          |   47 +-
 htdocs/copy_form.php                     |   22 +-
 htdocs/create.php                        |   13 +-
 htdocs/create_confirm.php                |   51 +-
 htdocs/delete_form.php                   |   62 +-
 htdocs/entry_chooser.php                 |   50 +-
 htdocs/export_form.php                   |   28 +-
 htdocs/import_form.php                   |   14 +-
 htdocs/js/ajax_functions.js              |   63 +-
 htdocs/js/dnChooserPopup.js              |    4 +-
 htdocs/js/modify_member.js               |    4 +-
 htdocs/login_form.php                    |   28 +-
 htdocs/mass_delete.php                   |   40 +-
 htdocs/mass_edit.php                     |    7 +-
 htdocs/mass_update.php                   |   10 +-
 htdocs/modify_member_form.php            |   44 +-
 htdocs/monitor.php                       |   44 +-
 htdocs/password_checker.php              |    6 +-
 htdocs/rdelete.php                       |    4 +-
 htdocs/schema.php                        |  114 +-
 htdocs/server_info.php                   |   16 +-
 htdocs/update.php                        |    5 +-
 htdocs/update_confirm.php                |   53 +-
 htdocs/welcome.php                       |   10 +-
 lib/AJAXTree.php                         |   35 +-
 lib/Attribute.php                        |   20 +-
 lib/AttributeFactory.php                 |    8 +-
 lib/HTMLTree.php                         |   51 +-
 lib/MassRender.php                       |    4 +-
 lib/PageRender.php                       |   99 +-
 lib/Query.php                            |    8 +
 lib/QueryRender.php                      |   56 +-
 lib/Template.php                         |   54 +-
 lib/TemplateRender.php                   |  329 ++-
 lib/TreeItem.php                         |    4 +
 lib/common.php                           |   10 +-
 lib/config_default.php                   |   24 +-
 lib/ds.php                               |   69 +-
 lib/ds_ldap.php                          |   13 +-
 lib/ds_ldap_pla.php                      |   22 +
 lib/emuhash_functions.php                |   11 +-
 lib/functions.php                        |  147 +-
 lib/import_functions.php                 |    2 +-
 lib/page.php                             |   47 +-
 locale/ca_ES/LC_MESSAGES/messages.po     |    8 +-
 locale/cs_CZ/LC_MESSAGES/messages.po     |    8 +-
 locale/da_DK/LC_MESSAGES/messages.mo     |  Bin 26124 -> 26102 bytes
 locale/da_DK/LC_MESSAGES/messages.po     | 1775 ++++++++------
 locale/de_DE/LC_MESSAGES/messages.mo     |  Bin 34407 -> 39024 bytes
 locale/de_DE/LC_MESSAGES/messages.po     | 1872 ++++++++------
 locale/es_ES/LC_MESSAGES/messages.mo     |  Bin 64166 -> 66701 bytes
 locale/es_ES/LC_MESSAGES/messages.po     | 1785 ++++++++------
 locale/fi_FI/LC_MESSAGES/messages.mo     |  Bin 63524 -> 65985 bytes
 locale/fi_FI/LC_MESSAGES/messages.po     | 1789 ++++++++------
 locale/fr_FR/LC_MESSAGES/messages.mo     |  Bin 40335 -> 43070 bytes
 locale/fr_FR/LC_MESSAGES/messages.po     | 1827 ++++++++------
 locale/hu_HU/LC_MESSAGES/messages.mo     |  Bin 17710 -> 20589 bytes
 locale/hu_HU/LC_MESSAGES/messages.po     | 1857 ++++++++------
 locale/it_IT/LC_MESSAGES/messages.mo     |  Bin 27142 -> 53860 bytes
 locale/it_IT/LC_MESSAGES/messages.po     | 2336 ++++++++++--------
 locale/ja_JP/LC_MESSAGES/messages.mo     |  Bin 39035 -> 39094 bytes
 locale/ja_JP/LC_MESSAGES/messages.po     | 1771 ++++++++------
 locale/nl_BE/LC_MESSAGES/messages.po     |    8 +-
 locale/oc_FR/LC_MESSAGES/messages.mo     |  Bin 0 -> 3600 bytes
 locale/oc_FR/LC_MESSAGES/messages.po     | 3956
++++++++++++++++++++++++++++++
 locale/pl_PL/LC_MESSAGES/messages.po     |    8 +-
 locale/pt_BR/LC_MESSAGES/messages.mo     |  Bin 31537 -> 45177 bytes
 locale/pt_BR/LC_MESSAGES/messages.po     | 2088 +++++++++-------
 locale/ru_RU/LC_MESSAGES/messages.mo     |  Bin 34822 -> 55642 bytes
 locale/ru_RU/LC_MESSAGES/messages.po     | 2286 ++++++++++--------
 locale/sk_SK/LC_MESSAGES/messages.po     |    6 +-
 locale/sv_FI/LC_MESSAGES/messages.po     |    8 +-
 locale/zh_CN/LC_MESSAGES/messages.mo     |  Bin 21126 -> 21344 bytes
 locale/zh_CN/LC_MESSAGES/messages.po     | 1763 ++++++++------
 locale/zh_TW/LC_MESSAGES/messages.po     |    8 +-
 templates/creation/sambaGroupMapping.xml |    2 +-
 tools/po/Makefile                        |    9 +-
 tools/po/messages.header                 |   10 +-
 92 files changed, 19187 insertions(+), 10789 deletions(-)


------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
phpldapadmin-users mailing list
phpldapadmin-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

Reply via email to