Changelog

Version 2 (Bryan Heath, 06/27/2012 06:18 pm)

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