-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
141 lines (95 loc) · 4.44 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
Version 0.99a (18/08/2008) - Major changes, AJAX, unstable
----------------------------------------------------------
[FEATURE] Tree is now quick and dynamic (rewritten from scratch)
[FEATURE] Move all operations to AJAX style
(create entry, view entry, delete entry, search, modrdn)
[FEATURE] Allow multi-values on-the-fly, the nice way ([+] button)
[NOTE] This version introduces lots of new javascript. It's cool,
but might be buggy yet. Please help to hunt bugs.
[NOTE] Non-javascript browsers are no more supported, aka links.
Sorry, modern web technologies won :(
[NOTE] MAINFILE / ENABLE_JAVASCRIPT config parameters are no more in use
[NOTE] Tree does not auto-refresh when changing stuff
It'll be addressed by next version.
Version 0.35b (17/06/2007) - Bugfix
-----------------------------------
[FIX] Empty values showed lots of PHP errors.
Version 0.35a (17/06/2007) - Bugfixes + Feature
-----------------------------------------------
[NOTE] this version had some infrastructure changes and may be broken on some
LDAP platforms.. thus it's an alpha. Send bug reports!
[FEATURE] Attribute description is now taken from the schema! kewl.. you may
empty your attr_desc-config.inc.php file..
[FIX] Fixed attribute multiple names bug - 10x tefluid (Yala is now aware that
attribute may have multiple names, i.e. userid & uid), about the time..
[FIX] Fixed attribute case sensitivity bug - 10x uhering
Version 0.32 (14/06/2006) - Bugfixes. PHP5 & Fedora-DS compatibility!
------------------------------------
- Fixed schema parsing bug which arised especially in Fedora-DS (smackware)
- Minor fix to be PHP5 compatible (rebello)
Version 0.31b (05/03/2006) - Bugfix
-----------------------------------
- fixed modrdn "cannot submit" bug
Version 0.31a (26/02/2006) - Code cleanup & bugfixes
--------------------------
- Many cleanups
- Fixed "password with slashes" bug
- Few other bugs
- New logo
Version 0.30 (14/07/2004) - Major bugfixes & enhancements
-------------------------
- Fixed a TLS connection bug
- Fixed an Anonymous Login bug
- YALA's files are more organized
- CSS.. YALA looks even better now =)
- Documentation updates
- php.ini awareness: stripslashes() is used ONLY when php is configured
to add slashes (magic_quotes_gpc on)
Thanks to Mark Farver for the bug report & patch!
- Few more sanity checks
- Code cleanup. Ugly HTML code is now in htmloutput.inc.php
- YALA's html and css are standard according to w3.org.
Version 0.29 (4/11/2003)
------------------------
- CONFIGURATION FILE(s) WERE CHANGED, please use all the .example files
and reconfigure them as you will.
configuration is now more modular and was made so next versions you could
still use your current configurations.
- objectclass names are now case insensitive. Thanks to Sven Carstens.
- mv yala.php main.php; to avoid confusions.
(config.inc.php must be upgraded for that reason as well)
- Better code, lots of rewrites to avoid php NOTICE warnings.
Thanks to Claudio Thomas for pointing that out
- .GIFs -> .PNGs
- Improved schema finding algorithm, we can access Active Directory again now.
- More eye-candy stuff, CSS
Version 0.28 (07/10/2003)
-------------------------
- Graphic changes (new images, nice error msgs, CSS..)
- Supports non-numerical OIDs.
- Added README.security. Read it.
- Other small fixes.
Version 0.21 (27/07/2003)
-------------------------
- Updated login_form.inc.php which wasn't included in 0.20 by a mistake.
0.20 was a bad release (well, even linux had 2.4.11...)
Version 0.20 (26/07/2003)
-------------------------
- TLS support was added (Thanks to Brian Jones), which also added a new
configuration option to config.inc.php: LDAP_TLS.
- Lots of problems with special characters and i18n were fixed,
thanks to Dave for both reporting and giving many useful advices.
- the value '0' isn't treated empty anymore, thanks to omegahacker's
bug report.
- Few more bugs where fixed
Version 0.12 (18/04/2003)
-------------------------
- We do NOT require 'register_globals = on' in php.ini anymore. This solves
the 'unable to login' problem which was reported by many people.
- The code doesn't check if the icon exist for each icon, but creates a list
of icons in advance and increases the efficiency.
- config.inc.php has a new define(), DEFAULT_ICON: please synchronize it
with your older configuration.
Version 0.11 (14/03/2003)
-----------------------
Initial Public Release