Changelog

Version 5 (Bryan Heath, 10/16/2012 04:26 pm)

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