Jump to content
Froxlor Forum

Search the Community

Showing results for tags 'pdo'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Froxlor
    • Announcements
    • Feedback
    • Development
    • Bugs and Feature Requests
    • Trashcan
  • Support
    • General Discussion
  • Other Languages
    • German / Deutsch

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 3 results

  1. Dear Froxlor Community, we are proud to release our next major stable release 0.9.31 including a completely rewritten database-backend based on PDO, a new admin/customer dashboard and some long-awaited features such as: new template variables for the customer-welcome email and logical operators for the search-field when searching for numeric values. With this release the old PHP-MySQL extension was replaced with PDO-MySQL. Due to this move all queries have been touched and converted to prepared statements, preventing SQL-injections in the future. Please be sure that you have the php-pdo extension installed on your system before you update. Froxlor will not work (unable to connect to the database) without it. In addition to that we have implemented an (optional) error-reporting which will email us any occuring SQL errors. You will see a preview of what exactly is being sent before anything leaves your system. This is disabled by default for admins, reseller and customer of course. Please be aware of data-privacy when reporting SQL-errors which may include sensitive customer data. You can enable error-reporting as admin in Settings -> Security settings. We now include a newsfeed-widget on the new dashboard for admins, which allows to receive the latest news about froxlor via RSS. Of course you can disable this if not needed. We recommend to use it so you don't miss any important announcements. Important: This will be the last release to include APS, Autoresponder and Backup. These modules are rarely used and the maintainability is poor. APS: While it is a very useful feature, we cannot support it any longer since it does not keep in line with the rest of froxlor's codebase. Also it is not compatible with newer APS standards any longer (>1.1). Autoresponder: We think we should not try to re-invent the wheel and leave e-mail specific works to programs that know how to do it right. In this case for example sieve. We will include sieve-configuration-template for the next major release 0.9.32. If we will also have a sieve-script-editor is not yet decided. Backup: The backup-feature is not integrated well into froxlor and we think that creating a backup schould be the job of specialized backup-software, not a server managing panel. You can find a list of available backup-software here: http://en.wikipedia.org/wiki/List_of_backup_software Changes in 0.9.31: + Completely redesigned dashboard in Sparkle-theme + #432: added new template-variables for the 'customer welcome email' template: SERVER_HOSTNAME, SERVER_IP, SERVER_PORT and DOMAINNAME + #722: added logical operators (<, > and =) which can be used when searching for numeric values, e.g. Webspace: ">100", "<2048" or "=1234" + #729: Usage of an activation code instead of password reset + #1051: Enable usage of php-slowlog for FPM users + #1287: Switch database implementation to PDO ~ #701: split tickets in pages on overview and correct sorting ~ #1295: make vhost-query of webserver-crons mariadb-compatible ~ #1314: when using DKIM and no MX server is given, also add a dkim-TXT entry for the 'mail' a-record ~ #1323: fix hardcoded sendmail_path config option in PHP-FPM pool configYou can see all changes in our bugtracker at http://redmine.froxlor.org/versions/48 (also changes in 0.9.31-rc1, changes in 0.9.31-rc2) Download: 0.9.31.2 19.12.2013 Update: Gentoo-ebuild and Debian packages (Squeeze and Wheezy) are now available. Due to a tiny bug in the installer, which did not add a new php-configuration correctly, we had to publish a bugfix-release (0.9.31.1). Changes see here 27.12.2013 Update 2: bugfix release 0.9.31.2 due to wrong usage of a recently changed function which resulted in wrong default path-values in textfields. Changes see here Visit http://www.froxlor.org or join our IRC channel #froxlor on irc.freenode.net. Thank you, d00p
  2. Dear Froxlor Community, today we are releasing the second release candidate for the upcoming version 0.9.31. Besides minor bugfixing we decided to add some long-awaited features such as: new template variables for the customer-welcome email and logical operators for the search-field when searching for numeric values. The reports and the feedback for this release candidate will decide whether a third release candidate is needed so please test and report any issues. Changes in 0.9.31-rc2: + #432: added new template-variables for the 'customer welcome email' template: SERVER_HOSTNAME, SERVER_IP, SERVER_PORT and DOMAINNAME + #722: added logical operators (<, > and =) which can be used when searching for numeric values, e.g. Webspace: ">100", "<2048" or "=1234" ~ #1231: check paths for bad characters and remove them ~ #1295: make vhost-query of webserver-crons mariadb-compatible ~ #1314: when using DKIM and no MX server is given, also add a dkim-TXT entry for the 'mail' a-record ~ #1317: when using perl + php-fpm the SuexecUserGroup statement needs to be added again because otherwise the owner of perl-created files is the webserver You can see all changes in our bugtracker at http://redmine.froxlor.org/versions/47 Download: 0.9.31-rc2 Note: As this is a release candidate, there will be no Debian packages. Gentoo users might use the testing ebuild (froxlor-9999). Visit http://www.froxlor.org or join our IRC channel #froxlor on irc.freenode.net. Thank you, d00p
  3. Dear Froxlor Community, we are proud to announce the release of our next major release candidate 0.9.31-rc1. With this release the old PHP-MySQL extension was replaced with PDO-MySQL. Due to this move all queries have been touched and converted to prepared statements, preventing SQL-injections in the future. This also means, that there may be SQL errors we didn't catch. In addition to that we have implemented an (optional) error-reporting which will email us any occuring SQL errors. You will see a preview of what exactly is being sent before anything leaves your system - no E.T.-phone-home! Also, this is currently only enabled for admins - but you can optionally allow your customers to send reports too (please watch out for any personal/private data!). In the final release of course, the error-reporting will be off by default for both, admins and customers. This will be the first of at least two planned release-candidates due to the heavy changes all-over the code so please test and report any issues. Changes in 0.9.31-rc1: + Completely redesigned dashboard in Sparkle-theme + #729: Usage of an activation code instead of password reset + #1051: Enable usage of php-slowlog for FPM users + #1287: Switch database implementation to PDO + #1297: Standard subdomains do not appear in a customers domain list ~ #1277: Traffic data - different values ~ #1300: Make FastCgiIpcDir configurable (important for php-fpm) ~ #1309: Nginx cron doesn't merge locations correctly You can see all changes in our bugtracker at http://redmine.froxlor.org/versions/45 Download: 0.9.31-rc1 Note: As this is a release candidate, there will be no Debian packages. Gentoo users might use the testing ebuild (froxlor-9999). Visit http://www.froxlor.org or join our IRC channel #froxlor on irc.freenode.net. Thank you, d00p
×
×
  • Create New...