Changelog

Version 8 (Bryan Heath, 12/11/2012 12:32 pm)

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