Update V3.1 ยป V3.2
CKEditor
CKEditor is updated to Version 4.5 and there are some new plugins.
- pastedupload: You can copy images directly into the editor and they will be automatically uploaded to your webspace.
- embed media: Media content of external providers (like Youtube etc.) can be easily loaded via typing URLs. The provider can be changed in the variable $webutler_config['ckeembed'] in the globalvars.php.
- audio / video: Audio and video files can be displayed with the corresponding HTML5 elements.
- googlemap: The googlemap plugin in Webutler <V3.2 sat a DIV with the CSS class googlemapsframe. Through this class, the Google map could be opened and edited in the editor again. The class attribute has been replaced by data-source and you can now assign your own classes in the dialog window.
- For the text alignment and text indent CSS classes can be used. With the variable $webutler_config['ckecssclasses'] in the globalvars.php the classes are enabled. If activated the following classes with corresponding definitions in the CSS file must be present
text alignment: alignleft, aligncenter, alignright und alignjustify
text indent: indent1, indent2, indent3, indent4 und indent5
ModMaker
The Lightbox was set automatically when image elements were placed. The Lightbox must now be selected when creating a new module. In the ModMaker database (file makemod.db) in table admin, there is a new field autolightbox.
If you no longer needed the settings of your modules, you can delete the file /content/access/makemod.db.
Alternatively you can open the database with a SQLite3 admin tool. Ssupplemente the field "autolightbox" in table "admin". The field type is INTEGER, only the state of the checkbox will be saved.
Flexbox Columns
The Grid element were removed and replaced with flexible columns. Who does not want to replace all of the elements in its files can before deleting the contents of the file /content/grids/css/columns.css copy into your own CSS file.
The new columns based on a grid of 12 and are not compatible with the gridelements. The easiest way for the change is to insert a new column element in the page and copy the contents of a gridelements column in the new column.
Link Highlight
The highlighting of links in menu files has been changed. The CSS classes are no longer attributed to the a tag, but to the li tag. This change not only the color of the current links can be changed, but the complete design of the enclosing list element.
Header, Footer files
In directory /settings there is the new file extradata.php. The file is the central place to involve header and footer files from.
Image editor
In Image editor now images in the /.box directory can also be edited. For this, you select the small image in the Media Manager, and then, in the Image editor you can change to the big image.
Watermark images
Watermark images have now to be placed in the directory /content/media/image/watermarks. The directory is no longer adjustable, /watermarks may not have any sub directories, sub directories are ignored.
Advanced htaccess
For search engine optimization, the .htaccess file has been added GZIP, Expire and Cache-Control functionality. If the corresponding Apache modules exist, the loading time of your pages are improved.
There is also a mod_rewrite check for the installation.
Compression
All Javascript and stylesheet files have been compressed. The uncompressed original files are located in the subdirectory /source.
For image compression, there are 2 new variables in the globalvars.php
$webutler_config['png_compress'] for compressing images in PNG format (default is 6) and
$webutler_config['jpg_quality'] for compressing images in JPG format (default is 75)
Update from version 3.1 - What to do?
- With FTP delete the complete directory /admin
- Upload the new /admin directory
- Upload the files loader.php, wbclass.php and mmclass.php from directory /includes
- Upload the file includes/sitemap/index.php
- Upload the new file /settings/extradata.php
- Upload the new root htaccess file
- In directory /content/style create a new folder named /source
- Change the CSS classes for link colors in your stylesheet file from a tag to the li tag
- In your pages replace the class attribute in Google Maps by data-source
- Gridelements were removed and replaced with column elements
- delete the old folder /content/grids
- upload the new folder /content/columns
- Changes in the baseconfig.php
- $webutler_config['watermark_imgdir'] has been removed
- $webutler_config['imgthumbsize'] has been replaced by
- $webutler_config['imgsmallsize'] = array(width, height)
- $webutler_config['imgorgsize'] has been replaced by
- $webutler_config['imgboxsize'] = array(width, height)
- Changed/new variables in the globalvars.php
- $webutler_config['insertgrid'] has changed to $webutler_config['insertcolumns']
- $webutler_config['highlite_current'] wurde entfernt
- $webutler_config['admingrids'] has been removed
- $webutler_config['png_compress'] - Compression PNG images
- $webutler_config['jpg_quality'] - quality JPG images
- $webutler_config['codeicon'] - show icon for PHP and Javascript code in the editor
Bug in CKEditor: Code icons in list items (<ol> und <ul>) will be deleted.
- $webutler_config['ckecssclasses'] - instead of use the style attribute CSS classes can be used for text alignment and text indent
Bug in CKEditor: In the styles combo only a single class can be selected. This has the effect that the alignment / indent classes are deleted.
- $webutler_config['ckeembed'] - embed provider to load embedded media
- $webutler_config['ckemenubg'] - background color menu editor
- $webutler_config['ckeblockbg'] - background color block editor
- $webutler_config['ckecombobg'] - background color editor combo boxes