Revision 1412
Added by DarkViper almost 15 years ago
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.8.2 ------------------------------------- |
| 14 |
23 Jan-2011 Build 1412 Werner v.d.Decken(DarkViper) |
|
| 15 |
# fixed wb::password_chars |
|
| 14 | 16 |
23 Jan-2011 Build 1411 Frank Heyne (FrankH) |
| 15 | 17 |
# Bugfix for Tickets 965, 966 and 910 |
| 16 | 18 |
23 Jan-2011 Build 1410 Frank Heyne (FrankH) |
| branches/2.8.x/wb/admin/interface/version.php | ||
|---|---|---|
| 52 | 52 |
|
| 53 | 53 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
| 54 | 54 |
if(!defined('VERSION')) define('VERSION', '2.8.2.RC5');
|
| 55 |
if(!defined('REVISION')) define('REVISION', '1411');
|
|
| 55 |
if(!defined('REVISION')) define('REVISION', '1412');
|
|
| 56 | 56 |
|
| 57 | 57 |
?> |
| branches/2.8.x/wb/framework/class.admin.php | ||
|---|---|---|
| 431 | 431 |
} |
| 432 | 432 |
} |
| 433 | 433 |
|
| 434 |
?> |
|
| 434 |
?> |
|
| branches/2.8.x/wb/framework/class.wb.php | ||
|---|---|---|
| 29 | 29 |
class wb extends SecureForm |
| 30 | 30 |
{
|
| 31 | 31 |
|
| 32 |
private $password_chars = 'a-zA-Z0-9\_\-\!\#\*\+';
|
|
| 32 |
public $password_chars = 'a-zA-Z0-9\_\-\!\#\*\+';
|
|
| 33 | 33 |
// General initialization function |
| 34 | 34 |
// performed when frontend or backend is loaded. |
| 35 | 35 |
|
| ... | ... | |
| 435 | 435 |
} |
| 436 | 436 |
|
| 437 | 437 |
} |
| 438 |
?> |
|
| 438 |
?> |
|
Also available in: Unified diff
fixed wb::password_chars