Project

General

Profile

Statistics
| Revision:

# Date Author Comment
1190 2009-11-26 18:17 Dietmar

validate some output files

1189 2009-11-26 17:47 Dietmar

fix some PHP 5.3 deprecated functions

1136 2009-08-15 11:19 kweitzel

Created 2.8.x branch

1088 2009-07-22 17:58 Matthias

Fixed E_ALL&E_STRICT warning on PHP5 servers (Thanks to Aldus)

1072 2009-07-16 20:50 Matthias

replaced all remaining mktime() with time(), except from third party scripts

958 2009-04-12 10:07 Matthias

Fixed not defined language variable in account/email.php (Thanks to Forum-User BlackTiger)

949 2009-02-25 18:06 Matthias

removed unneeded icons from wb_theme

removed unneeded stylesheet.css from account dir

renamed warning.htt to warning.html to fix display of sourcecode after invalid login attemps

added fixed error.htt also to classic theme

944 2009-02-22 10:39 Matthias

added skinable Admin Interface

921 2009-02-05 23:17 doc

Mail text for register, signup and forgot mail now taken from WB language file (ticket #684)

915 2009-01-21 20:27 Matthias

Copyright notices now includes 2009

850 2008-06-29 18:59 doc

applied additional mail check to forgot login form

803 2008-04-05 16:27 thorn

some small fixes: group_id/groups_id-handling, safe_mode-query in install, better work-around for issue with phplib and code-module (removed {})

791 2008-04-02 22:00 Matthias

fixed bug with registration of users are not added to signup group

762 2008-03-24 16:30 thorn

removed include/captcha/asp.php. css have to be added to module's css-files.

739 2008-03-02 22:10 thorn

reintroduced include/captcha/asp.php

734 2008-03-02 13:53 thorn

removed include/captcha/asp.php

681 2008-02-09 10:03 doc

fixed bug in user signup

669 2008-02-04 22:38 thorn

Fixed possible XSS in account/login.php and forgot-form.php

665 2008-02-03 14:03 thorn

fixed fixed typo :-(

664 2008-02-03 14:00 thorn

fixed typo

656 2008-02-01 23:53 thorn

Added some missing add_slashes(), get_post_escaped(), and strip_tags() for $_POST, $_GET and $_REQUEST-data. Also for $_SERVER['PHP_SELF'].

596 2008-01-25 22:29 thorn

added new CAPTCHA and ASP (Advanced Spam Protection)

550 2008-01-17 22:40 doc

removed the PAGE_EXTENSION added with changeset 549

549 2008-01-17 22:31 doc

fixed bug in frontend login and multiple groups (in conjunction with error_reporting = E_ALL)

546 2008-01-17 19:10 doc

added the "users in multiple groups" feature (closes parts of ticket #546)

540 2008-01-14 22:08 Matthias

Replaced the variable PAGE_EXTENSION with hardcoded .php on all places where the pathes points to WB Corefiles with the page extension .php

538 2008-01-14 18:23 Matthias

Replaced hardcoded text in login.php with language variables (fixes #386)

519 2007-12-23 15:37 Matthias

Changed all copyright notices to include now 2008

432 2007-02-12 17:36 doc

Security enhancement (reduced number of login trials from 50 to 3).

399 2006-12-24 08:50 Matthias

Added 2007 to all copyright notices
Added missing ID Keywords
Removed not Unix conform line endings

372 2006-12-20 21:23 Matthias

Fixed spelling errors in the signup2.php (#330)

353 2006-05-20 09:52 ryan

Fixed more security issue's related to ticket #237

352 2006-05-19 12:40 ryan

Fixed tickets 190 and 207

350 2006-05-15 20:07 stefan

Fixes security issue #237.

344 2006-05-03 14:38 stefan

Removed "From:" from calls to internal mail function. Ticket 189

323 2006-03-09 12:18 stefan

Applied fix regarding ticket #138

322 2006-03-09 12:14 stefan

Ticket #137 - Last Reset timer not reset in frontend forgotten password process

310 2006-02-19 06:31 ryan

Updated all copyright notices to include 2006

302 2006-02-03 23:00 stefan

Ticket #126. Cookie REMEMBER_KEY wasn't cleared in account/logout and expiration date is now set to time in the past. Thanks to alex!

300 2006-02-03 22:49 stefan

Changed mail calls to $wb->mail (thanks to John!).

297 2006-02-03 22:38 stefan

John: changed captcha.php call to include timestamp

293 2006-01-31 00:00 stefan

Forgotten password: if sending of e-mail fails, restore old password. Ticket #110

286 2006-01-23 22:15 stefan

Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.

281 2006-01-19 23:44 stefan

Fixed bug #99 and two additional instances of catpcha instead of captcha.

278 2006-01-14 23:18 stefan

Fixed some notices and warnings.

275 2006-01-14 22:50 stefan

Replace 'admin' by 'wb' in all account pages. Moved print_success and print_error code to class.wb.php. Added correct parameters to these functions in account pages.

266 2005-12-12 00:42 ryan

Fixed captcha bug for signup when disabled

253 2005-11-27 13:43 ryan

Added captcha verification to sign-up form

240 2005-11-23 16:17 stefan

Applied aportale's patch to use label instead of javascript toggle code

239 2005-11-22 12:50 stefan

Fixed more inconsistencies regarding line endings and end-of-file newlines

238 2005-11-21 11:43 stefan

Fixed inconsistent line ending styles

226 2005-11-20 10:32 ryan

Fixed bug #65 (last_reset check in account/forgot_form.php)

218 2005-11-14 10:47 ryan

Fixed spelling mistakes

106 2005-09-15 21:15 stefan

Renamed compatibility.php to frontend.functions.php.
Moved frontend functions from class frontend to frontend.functions.php.
Removed instances of strip_slashes_dummy. Replaced $this by $wb in a couple of places.
Created file initialize.php, where all initializations now take place (moved from class wb constructor).

43 2005-09-08 00:20 stefan

Added automatic frontend redirection on login.

40 2005-09-07 21:22 stefan

Change addslashes,stripslashes to (wb class) method calls add_slashes,strip_slashes

28 2005-09-06 01:56 stefan

Fixed bug concerning direct access of preferences page.

27 2005-09-06 01:34 stefan

Reworked visibility and menu code (frontend login problem)

17 2005-09-04 18:07 stefan

Added direct access redirection in account files.

16 2005-09-04 17:17 stefan

Reduced redundant initialization code, removed further 'CVS' occurrences. Made $admin accessible in page_content function.

10 2005-09-04 10:59 ryan

Added the Id keyword for all files

4 2005-09-01 08:49 ryan

Initial import from CVS to Subversion of Website Baker 2.5.2