Changelog

Version 4 (Bryan Heath, 06/28/2012 11:22 am)

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