Changelog

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