Changelog

Version 1 (Bryan Heath, 06/08/2012 03:47 pm)

1 1
h1. Changelog
2 1
3 1
h2. 2012-07-08 - Version 2.0.0
4 1
5 1
<pre>    Moved adLDAP into its own directory to make it cleaner
6 1
    Fixed double utf-8 encoding :/
7 1
    Fixed spelling issues
8 1
    When trying to authenticate to a domain a issue will stop the rest of the code from running
9 1
    Removed the use of sessions since it served no purpose
10 1
    Removed extra headers
11 1
    If user is not in a valid usergroup then log what groups they are in
12 1
    Removed KAYAKO_LDAP_STRIP_EMAIL since there should not be any reason to not strip it
13 1
    Minor tweaks to comments
14 1
    Readme now just points to Wiki so it can be updated</pre>
15 1
16 1
h2. 2012-05-05 - Version 2.0.0 BETA 5
17 1
18 1
<pre>	Added test HTML from - Thanks koltzc
19 1
	Added testing information to the bottom of the README
20 1
	Runs the adLDAP destruct now
21 1
	Fixed XML not being UTF-8
22 1
	Fixed XML elements and LDAP attributes to be UTF-8
23 1
	Added a bit more logging
24 1
	Made sure the log file is made before trying to use it</pre>
25 1
26 1
h2. 2011-10-24 - Version 2.0.0 BETA 4
27 1
28 1
<pre>	Added the ability to use multiple domains
29 1
	Fixed a minor bug on the destructor of the class
30 1
	Took out the username and password logging (just commented out)
31 1
	Teaks to comments
32 1
	Testing is disabled from the start</pre>
33 1
34 1
h2. 2011-10-18 - Version 2.0.0 BETA 3
35 1
36 1
<pre>	Added logging
37 1
	Errors are now handled internally</pre>
38 1
39 1
h2. 2011-10-14 - Version 2.0.0 BETA 2
40 1
41 1
<pre>	Added optional things to readme
42 1
	Add tools
43 1
	Changed some comments
44 1
	Minor tweaks</pre>
45 1
	
46 1
h2. 2011-10-13 - Version 2.0.0 BETA 1
47 1
48 1
<pre>	adLDAP v4.0.3
49 1
	Total rewrite
50 1
	Support for user/staff
51 1
	Valid XML
52 1
	Ability to test
53 1
	Improved error checking
54 1
	LOTS of commenting</pre>