Revision 541
Added by Matthias almost 18 years ago
| CHANGELOG | ||
|---|---|---|
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.7.0 ------------------------------------- |
| 14 | 14 |
14-Jan-2008 Matthias Gallas |
| 15 |
# Replaced hardcoded text in login.php with language variables (fixes ticket 386) |
|
| 15 |
# Replaced hardcoded .php with the variable PAGE_EXTENSION for the use in pagenames. |
|
| 16 |
(!!Attention!! To get extenions other than .php working additional fixes are necessary!) |
|
| 16 | 17 |
# Replaced the variable PAGE_EXTENSION with hardcoded .php on all places where the |
| 17 | 18 |
pathes points to WB Corefiles with the page extension .php |
| 19 |
# Replaced hardcoded text in login.php with language variables (fixes ticket 386) |
|
| 18 | 20 |
14-Jan-2008 Christian Sommer |
| 19 | 21 |
! added a missing </tr> tag |
| 20 | 22 |
# re-introduced bugfix of Changeset 472 (fixes ticket 402) accidentally |
Also available in: Unified diff
Replaced hardcoded .php with the variable PAGE_EXTENSION for the use in pagenames. (!!Attention!! To get extenions other than .php working additional fixes are necessary!) Fixes ticket #370