1 2013-12-19 21:16:24

Topic: Monstra 2.3.0 Release!

Monstra 2.3.0 Release!

Hello Everyone smile
I am happy to introduce Monstra CMS 2.3.0 smile


Here is a list of major changes:
Update Twitter Bootstrap to 2.3.2
Security: Added limits for login attempts #104
Security: Obfuscate users email to prevent spam-bots from sniffing it.
Core: Added ability to map Monstra Engine Directory.
Core: Maintenance Mode Improvements
Core: ORM::configure - driver options added
Gelato: Image.php fix for PNG files
Gelato: Number.php: Undefined offset fix
XMLDB: error select for empty table fix
Plugin API: Stylesheet.php updates - sourcecode misses a linebreak after minified css
Files Manager: jasny bootstrap-fileupload - added #89
Users Plugin: login page fixes
Users Plugin: Deleting users - fixed by Oleg Gatseluk #158
Pages Plugin: General method getPages() created #123
Pages Plugin: page expand ajax bug #115 - fixed
Pages Plugin: Improved available() method to show only published pages
Pages Plugin: Bug with pages renaming - fixed
Monstra Email Templates #164
Localization: Major Fixes
Localization: PL added
Localization: NL added
.htaccess SEO improvements


Update from Monstra 2.2.1 to Monstra 2.3.0
1. Download monstra-2.3.0.zip
2. Unzip the contents to a new folder on your local computer.
3. Upload /engine/, /plugins/, /admin/, /libraries/, /public/assets/, /index.php with an FTP client to your host.


Wish You All Merry Christmas and Happy Holidays!
Monstra Loves You! Give some love back!

2 2013-12-21 11:15:54

Re: Monstra 2.3.0 Release!

if I have port != 80 - installer not working

    if ($_SERVER["SERVER_PORT"] == "80") {
        $port = "";
    }
    else
    {
        $port = ':'.$_SERVER["SERVER_PORT"];
    }
    // Get site URL
    $site_url = 'http://'.$_SERVER["SERVER_NAME"].$port.str_replace(array("index.php", "install.php"), "", $_SERVER['PHP_SELF']);
Site | GitHub | Create forums / solutions based on PunBB / Monstra / OGMA

Plug-ins are distributed Creative Commons Attribution-NonCommercial 4.0

Re: Monstra 2.3.0 Release!

KANekT, thanks for your contribution. Fix for next release.

Monstra Loves You! Give some love back!

Re: Monstra 2.3.0 Release!

https://github.com/Awilum/monstra-cms/b … /Image.php

You need remove string 662

Site | GitHub | Create forums / solutions based on PunBB / Monstra / OGMA

Plug-ins are distributed Creative Commons Attribution-NonCommercial 4.0

5 2013-12-24 18:52:56

Re: Monstra 2.3.0 Release!

This is last string

code
Site | GitHub | Create forums / solutions based on PunBB / Monstra / OGMA

Plug-ins are distributed Creative Commons Attribution-NonCommercial 4.0

Re: Monstra 2.3.0 Release!

http://monstra.org/blog/monstra-231-release

Monstra Loves You! Give some love back!