Revision 303
Added by stefan almost 19 years ago
CHANGELOG | ||
---|---|---|
10 | 10 |
# = Bugfix |
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 |
------------------------------------- 2.6.2 ------------------------------------- |
|
14 |
03-Feb-2006 Stefan Braunewell (very big special thanks to John and Alex) |
|
15 |
# Cookie REMEMBER_KEY wasn't cleared in account/logout |
|
16 |
and expiration date is now set to time in the past. |
|
17 |
# Smart login not working. |
|
18 |
! Changed mail calls to new function $wb->mail. |
|
19 |
# Form: ticket 124 added captcha settings check |
|
20 |
# Ticket 118 added formfield type to check for email/text |
|
21 |
# Ticket 115 changed comparision /modules/form/view.php |
|
22 |
# Added correct timecheck in form submissions |
|
23 |
! Changed captcha.php call to include timestamp |
|
24 |
! Changed the e-mail validation code and added a mail function to class wb. |
|
25 |
! Forgotten password: if sending of e-mail fails, restore old password. |
|
26 |
Ticket #110 |
|
27 |
! Added more charset options. Ticket #102 - thanks to ruebenwurzel! |
|
28 |
! Character encoding setting also affects admin backend. |
|
29 |
Mentioned in ticket #102. |
|
30 |
! Reintroduced page languages setting. If switched to off, page |
|
31 |
languages are only used to determine the language file for the |
|
32 |
universal texts. If on, displayed page and menu are affected by |
|
33 |
the language session variable. |
|
34 |
# Fixed bugs in show_breadcrumbs code and added parameter "depth" |
|
35 |
to set the number of levels to be show. |
|
36 |
# Fixed a bug where access settings of registered and private pages |
|
37 |
were displayed incorrectly. |
|
38 |
# Fixed captcha being cached. |
|
39 |
# Added an exit call after every heading("Location:...") |
|
40 |
redirector to prevent unwanted execution of code. |
|
41 |
# Bug #122. Replaced empty field check by check that setting name is |
|
42 |
not "wb_version". |
|
43 |
# Replaced all remaining occurrences of '/media' by MEDIA_DIRECTORY - bug #108. |
|
44 |
# Fixed bug #99 and two additional instances of typo |
|
45 |
catpcha instead of captcha. |
|
46 |
# Fixed some typos |
|
47 |
# Fixed some notices and warnings. |
|
48 |
# Fixed bug #105 - back buttons in addon detail pages not editable. |
|
49 |
! Replace 'admin' by 'wb' in all account pages. |
|
50 |
!/# Moved print_success and print_error code to class.wb.php. |
|
51 |
Added correct parameters to these functions in account pages. |
|
13 | 52 |
------------------------------------- 2.6.1 ------------------------------------- |
14 | 53 |
12-Dec-2005 Ryan Djurovich |
15 | 54 |
# Fixed security vulnerability in class.login.php |
Also available in: Unified diff
Updated CHANGELOG