Changelog

Version 6 (Bryan Heath, 11/29/2012 06:27 pm)

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