Changelog

Version 9 (Bryan Heath, 08/27/2013 03:47 pm)

1 1
h1. Changelog
2 1
3 9 Bryan Heath
h2. 2013-08-27 - Version 2.1.6
4 9 Bryan Heath
5 9 Bryan Heath
<pre>Fixed KAYAKO_LDAP_IMPORT_TITLE
6 9 Bryan Heath
Fixed \ in group names - Thanks Sam Mello
7 9 Bryan Heath
Added adldap optional settings like SSL and port</pre>
8 9 Bryan Heath
9 8 Bryan Heath
h2. 2012-11-29 - Version 2.1.5
10 8 Bryan Heath
11 8 Bryan Heath
<pre> Added user group bypass</pre>
12 8 Bryan Heath
13 6 Bryan Heath
h2. 2012-11-29 - Version 2.1.4
14 6 Bryan Heath
15 6 Bryan Heath
<pre> Upgraded adLDAP to 4.0.4
16 6 Bryan Heath
 Seems to fix the AD group issue</pre>
17 6 Bryan Heath
18 6 Bryan Heath
h2. 2012-10-16 - Version 2.1.3
19 6 Bryan Heath
20 6 Bryan Heath
<pre> Added back KAYAKO_LDAP_STRIP_EMAIL
21 6 Bryan Heath
 Allowed multiple domains to use @domain to determine which domain to authenticate</pre>
22 6 Bryan Heath
23 7 Bryan Heath
h2. 2012-07-16 - Version 2.1.2
24 5 Bryan Heath
25 5 Bryan Heath
<pre> Added back KAYAKO_LDAP_STRIP_EMAIL
26 5 Bryan Heath
 Allowed multiple domains to use @domain to determine which domain to authenticate</pre>
27 5 Bryan Heath
28 4 Bryan Heath
h2. 2012-06-08 - Version 2.1.1
29 4 Bryan Heath
30 4 Bryan Heath
<pre>  Fixed blank organization causing a Kayako error</pre>
31 4 Bryan Heath
32 2 Bryan Heath
h2. 2012-06-08 - Version 2.1.0
33 3 Bryan Heath
34 3 Bryan Heath
<pre>    Minor wording changes
35 3 Bryan Heath
    Added bootsrap.php to cleanup ldap.php
36 3 Bryan Heath
    Moved functions to helpers.php
37 3 Bryan Heath
    Added the ability to log the XML
38 3 Bryan Heath
    Added the ability to log the screen output
39 3 Bryan Heath
    Found that adLDAP doesn't implement multiple domains and controllers as expected so added
40 3 Bryan Heath
      multiple_domains_controllers to config to allow customized domains and controllers
41 3 Bryan Heath
    Made the config file config_sample.php so the config file doesn't get overwrote all the time
42 3 Bryan Heath
    Minor clean up to the test html file
43 3 Bryan Heath
    Added new staff html test file
44 3 Bryan Heath
    Added new config option to show errors/warnings.  Test mode will no longer enable that
45 3 Bryan Heath
    Added the ability to import department from AD to Kayako
46 3 Bryan Heath
    Added the ability to disable the ability to import title and department from AD to Kayako
47 3 Bryan Heath
    Automatically import user AD fields to skip array_merge</pre>
48 2 Bryan Heath
49 2 Bryan Heath
h2. 2012-06-08 - Version 2.0.0
50 1
51 1
<pre>    Moved adLDAP into its own directory to make it cleaner
52 1
    Fixed double utf-8 encoding :/
53 1
    Fixed spelling issues
54 1
    When trying to authenticate to a domain a issue will stop the rest of the code from running
55 1
    Removed the use of sessions since it served no purpose
56 1
    Removed extra headers
57 1
    If user is not in a valid usergroup then log what groups they are in
58 1
    Removed KAYAKO_LDAP_STRIP_EMAIL since there should not be any reason to not strip it
59 1
    Minor tweaks to comments
60 1
    Readme now just points to Wiki so it can be updated</pre>
61 1
62 1
h2. 2012-05-05 - Version 2.0.0 BETA 5
63 1
64 1
<pre>	Added test HTML from - Thanks koltzc
65 1
	Added testing information to the bottom of the README
66 1
	Runs the adLDAP destruct now
67 1
	Fixed XML not being UTF-8
68 1
	Fixed XML elements and LDAP attributes to be UTF-8
69 1
	Added a bit more logging
70 1
	Made sure the log file is made before trying to use it</pre>
71 1
72 1
h2. 2011-10-24 - Version 2.0.0 BETA 4
73 1
74 1
<pre>	Added the ability to use multiple domains
75 1
	Fixed a minor bug on the destructor of the class
76 1
	Took out the username and password logging (just commented out)
77 1
	Teaks to comments
78 1
	Testing is disabled from the start</pre>
79 1
80 1
h2. 2011-10-18 - Version 2.0.0 BETA 3
81 1
82 1
<pre>	Added logging
83 1
	Errors are now handled internally</pre>
84 1
85 1
h2. 2011-10-14 - Version 2.0.0 BETA 2
86 1
87 1
<pre>	Added optional things to readme
88 1
	Add tools
89 1
	Changed some comments
90 1
	Minor tweaks</pre>
91 1
	
92 1
h2. 2011-10-13 - Version 2.0.0 BETA 1
93 1
94 1
<pre>	adLDAP v4.0.3
95 1
	Total rewrite
96 1
	Support for user/staff
97 1
	Valid XML
98 1
	Ability to test
99 1
	Improved error checking
100 1
	LOTS of commenting</pre>