i-MSCP 1.1.0-rc1.4 released

It's with great pleasure that we announce the immediate availablity of i-MSCP 1.1.0-rc1.4, which is a Fast bugfix release.
 

This release addresses the following issues:

Distributions

  • Added package files for Ubuntu Quantal Quetzal and Ubuntu Raring Ringtail

Configuration files

  • Updated fcgid configuration files for high-load sites

Tickets

  • Fixed #274 (reopened): Defect - Proftpd limits doesn't work
  • Fixed #548: Bug - Missing comment character in configs/debian/fcgi/parts/php5-fcgid-starter.tpl
  • Fixed #550: Boolean PHP Values should be set with php_flag and not php_value
  • Fixed #551: Bug - Preseed feature is broken
  • Fixed #552: Bug - PHP constants are not recognized outside of PHP (such as in Apache vhost files)
  • Fixed #555: Cosmetics - Missing translation at reseller level
  • Fixed #560: Review - Backup filenames are not windows-friendly
  • Fixed #562: Bug - Error in apache_fcgi installer
  • Fixed #563: Defect - protected_plugins.php file not in gui/cache
  • Fixed #565: Bug - Ftp limits not applied - Proftpd not restarted

 

Furthermore, all languages files were synchronized with the last available versions on Transifex.

 

We would like to remind you that this version should not be used in a production environment, and that any bugs found should be reported on our issues tracker.
Feel free to test this new version and get in touch with us about any improvement that you would like see integrated.

 

See http://i-mscp.net/news/23-i-mscp-1-1-0-rc1-released for more information about new features and fixes integrated in the 1.1.0-rc1 release.

 

Download
https://sourceforge.net/projects/i-mscp/files/i-MSCP%201.1.0-rc1.4/

 

Thanks you for using i-MSCP

i-MSCP 1.1.0-rc1.3 released

It's with great pleasure that we announce the immediate availablity of i-MSCP 1.1.0-rc1.3, which is a Fast bugfix release.
 

This release addresses the following issues:

Setup

 

  • Fixed: Any hook function should return 1 on failure
  • Fixed: Do not install suexec module when using ITK
  • Fixed: Make fcgid as default FastCGI module
  • Fixed: Self-signed SSL certificate for i-MSCP must be a wildcard SSL certificate
  • Fixed: Self-signed SSL certificate for i-MSCP must use 2048-bit RSA Keys (Minimum recommended)
  • Fixed: Suppress warning for self-signed certificate generation (still in log file)
  • Fixed: Use of uninitialized value in bitwise or (|) errors

 

Furthermore, all languages files were synchronized with the last available versions on Transifex.

 

We would like to remind you that this version should not be used in a production environment, and that any bugs found should be reported on our issues tracker.
Feel free to test this new version and get in touch with us about any improvement that you would like see integrated.

 

See http://i-mscp.net/news/23-i-mscp-1-1-0-rc1-released for more information about new features and fixes integrated in the 1.1.0-rc1 release.

 

Download
https://sourceforge.net/projects/i-mscp/files/i-MSCP%201.1.0-rc1.3/

 

Thanks you for using i-MSCP

i-MSCP 1.1.0-rc1.2 released

It's with great pleasure that we announce the immediate availablity of i-MSCP 1.1.0-rc1.2, which is a Fast bugfix release.
 

This release addresses the following issues:

Tickets

 

  • Fixed #546: Bug - SQL error on first install due to empty reseller list

 

Furthermore, all languages files were synchronized with the last available versions on Transifex.

 

We would like to remind you that this version should not be used in a production environment, and that any bugs found should be reported on our issues tracker.
Feel free to test this new version and get in touch with us about any improvement that you would like see integrated.

 

See http://i-mscp.net/news/23-i-mscp-1-1-0-rc1-released for more information about new features and fixes integrated in the 1.1.0-rc1 release.

 

Download
https://sourceforge.net/projects/i-mscp/files/i-MSCP%201.1.0-rc1.2/

 

Thanks you for using i-MSCP

i-MSCP 1.1.0-rc1.1 released

It's with great pleasure that we announce the immediate availablity of i-MSCP 1.1.0-rc1.1, which is a Fast bugfix release.
 

This release addresses the following issues:

Tickets

 

  • Fixed #540: Bug - C-style symbols intead of graphic lines in the autoinstall console
  • Fixed #542: Bug - Unable to install addon packages - git is missing

 

Furthermore, all languages files were synchronized with the last available versions on Transifex.

 

We would like to remind you that this version should not be used in a production environment, and that any bugs found should be reported on our issues tracker.
Feel free to test this new version and get in touch with us about any improvement that you would like see integrated.

 

See http://i-mscp.net/news/23-i-mscp-1-1-0-rc1-released for more information about new features and fixes integrated in the 1.1.0-rc1 release.

 

Download
https://sourceforge.net/projects/i-mscp/files/i-MSCP%201.1.0-rc1.1/

 

Thanks you for using i-MSCP

i-MSCP 1.1.0-rc1 released

It's with great pleasure that we announce the immediate availablity of i-MSCP 1.1.0-rc1, which is our first Release Candidate of the next coming release 1.1.0.
 
This release addresses the following issues:
 
Features / Enhancements / Bugfixes
 
SETUP
  • Added backup feature for setup dialog (allow user to step back)
  • Added base class for autoinstall adapters
  • Added 'buildonly' and 'skippackages' command line options for autoinstall script
  • Added composer installer for i-MSCP addons
  • Added 'reconfigure', 'preseed', hook-file and 'debug' command line options for both autoinstall and setup scripts
  • Fixed: Allow IDN for hostname and base server vhost hostname
  • Fixed: Allow to set ip as MySQL server hostname
  • Fixed: Do not remove user defined variables in imscp.conf
  • Fixed: Do not ask for MySQL server port when using 'localhost'
  • Fixed: Do no ask for server to use if only one is available
  • Fixed: iMSCP:ialog:ialog - Wrong synstax for the 'timeout' option
  • Fixed: iMSCP:ialog:ialog - Allow both single and double quotes in dialog text boxes
  • Fixed: iMSCP:ialog:ialog - Allow to set default choice for both radiolist and checklist dialog boxes
  • Refactoring + cs fixes + doc


ENGINE
  • Added i-MSCP own implementation of lsb_release command
  • Added 'nocreate' and 'readonly' options for the iMSCP::Config package
  • Added pbzip2 (parallel bzip2 file compressor) for bzip2 compression algorithm
  • Added progress bar for Debian packages installation
  • Added engine hooks manager
  • Added several hooks in both addons and servers packages (still a lot to add...)
  • Fixed: iMSCP::IP - Ips stack not flushed on reset
  • Fixed: iMSCP::Boot - Do not create the imscp.conf file if do not exists, raise error instead
  • Refactoring + cs fixes + doc


GUI
    Core:
  • Rewritten external mail interface

    Tools:

  • Moved Ajaxplorer to packagist.org (composer package)
  • Moved PhpMyAdmin to packagist.org (composer package)
  • Moved Roundcube to packagist.org (composer package)
  • Updated AjaxPlorer addon to version 4.2.3
  • Updated PhpMyAdmin addon to version 3.5.5
  • Updated Roundcube addon to version 0.8.4


Tickets
  • Fixed #482: Defect - Alias edit forward url not possible. Validation incorrect
  • Fixed #499: When deleting a domain alias, the custom DNS records (including those related to external mail server(s)) should be deleted
  • Fixed #500: Mail quota edit link has wrong id for alias, subdomain and aliassubs mails.
  • Fixed #501: Slow query and wrong traffic count in "Edit Domain"
  • Fixed #503: Bug - DNS entries for subdomains are not re-added in db zone file
  • Fixed #504: Roundcube 0.8.2
  • Fixed #507: Cosmetics - External mail servers features status not show
  • Fixed #508: German Umlaut in Custom DNS were shown wrong
  • Fixed #509: Tools: PHPMyAdmin 3.5.3 released
  • Fixed #511: Enhancement - Show disk usage detail (web, mail, sql) on client side
  • Fixed #512: autoresponder: lines in transport file not correct
  • Fixed #514: Email forward from domain A to domain B not working
  • Fixed #520: Defect - migrateMailboxes: Use of uninitialized value
  • Fixed #522: Bug - Subdomain redirects with "https" or "ftp" don't work
  • Fixed #524: Update - AjaxPlorer 4.2.3 released
  • Fixed #525: Update - phpMyAdmin 3.5.5 released
  • Fixed #527: Update - Roundcube 0.8.4 released
  • Fixed #532: Review - Database update 53 - ftp password
  • Fixed #535: Defect - Roundcube does not work with courier
  • Fixed #539: Enhancement - i-MSCP tools - Composer support
  • Fixed #541: Task - Move PhpMyAdmin to packagist and make it as addon
 
Furthermore, several bugs and security issues were fixed, and all languages files were synchronized with the last available versions on Transifex.
 
We would like to remind you that this version should not be used in a production environment, and that any bugs found should be reported on our issues tracker.
Feel free to test this new version and get in touch with us about any improvement that you would like see integrated.
 
Download
 
Thanks you for using i-MSCP

Language

Screenshots

Quick downloads

Latest stable version:
i-MSCP 1.0.3.0 2012-03-16
7z (14 MB) bzip2 (19 MB) gzip  (25 MB)

Release Candidate:
i-MSCP 1.1.0-rc1.4 • 2013-01-07
7z (5.2 MB)  bzip2 (6.9 MB)  gzip (8.5 MB)

 


 

More downloads