Revision 1429
Added by Luisehahne over 14 years ago
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 11 | 11 | 
    ! = Update/Change  | 
| 12 | 12 | 
     | 
| 13 | 13 | 
    ------------------------------------- 2.8.2 -------------------------------------  | 
| 14 | 
    09 Feb-2011 Build 1429 Dietmar Woellbrink (Luisehahne)  | 
|
| 15 | 
    # add forgotten javascript variable  | 
|
| 14 | 16 | 
    07 Feb-2011 Build 1428 Dietmar Woellbrink (Luisehahne)  | 
| 15 | 17 | 
    ! update Argostheme to version 1.5 (Tks to Argos)  | 
| 16 | 18 | 
    ! validation fixes  | 
| branches/2.8.x/wb/include/editarea/wb_wrapper_edit_area.php | ||
|---|---|---|
| 23 | 23 | 
    ?>  | 
| 24 | 24 | 
    <script type="text/javascript">  | 
| 25 | 25 | 
    /*<![CDATA[*/  | 
| 26 | 
    var url = '<?php print WB_URL; ?>/include/editarea/edit_area_full.js';  | 
|
| 26 | 27 | 
    		try{
   | 
| 27 | 28 | 
    			script = document.createElement("script");
   | 
| 28 | 29 | 
    script.type = "text/javascript";  | 
| 29 | 
    			script.src  = '<?php print WB_URL; ?>/include/editarea/edit_area_full.js';
   | 
|
| 30 | 
    			script.src  = url;
   | 
|
| 30 | 31 | 
    script.charset= "UTF-8";  | 
| 31 | 32 | 
    			head = document.getElementsByTagName("head");
   | 
| 32 | 33 | 
    head[0].appendChild(script);  | 
| 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', '1428');
   | 
|
| 55 | 
    if(!defined('REVISION')) define('REVISION', '1429');
   | 
|
| 56 | 56 | 
     | 
| 57 | 57 | 
    ?>  | 
Also available in: Unified diff
add forgotten javascript variable