Revision 1285
Added by Luisehahne over 15 years ago
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.8.1 ------------------------------------- |
| 14 | 14 |
01-Feb-2010 Dietmar Woellbrink (Luisehahne) |
| 15 |
! Fixed wrong themes path in jquery_theme.js, that plugins works correctly |
|
| 16 |
+ images icons to run base theme |
|
| 17 |
01-Feb-2010 Dietmar Woellbrink (Luisehahne) |
|
| 15 | 18 |
! to hold content, install don't drop existing tables (code, form, menu_link, news, wrapper, wysiwyg) |
| 16 | 19 |
! otherwise do it with uninstall |
| 17 | 20 |
30-Jan-2010 Dietmar Woellbrink (Luisehahne) |
| branches/2.8.x/wb/include/jquery/jquery_theme.js | ||
|---|---|---|
| 1 |
var JQUERY_THEME = WB_URL+'/include/jquery/plugins';
|
|
| 1 |
var JQUERY_THEME = WB_URL+'/include/jquery'; |
|
| 2 | 2 |
|
| 3 | 3 |
$(document).ready(function() {
|
| 4 | 4 |
$.insert(JQUERY_THEME+'/jquery-ui.css'); |
| 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.1');
|
| 55 |
if(!defined('REVISION')) define('REVISION', '1284');
|
|
| 55 |
if(!defined('REVISION')) define('REVISION', '1285');
|
|
| 56 | 56 |
|
| 57 | 57 |
?> |
Also available in: Unified diff
Fixed wrong themes path in jquery_theme.js, that plugins works correctly
images icons to run base themes