github jeroenrnl/zoph v0.9.6
Zoph 0.9.6

latest releases: v0.9.8, v0.9.7
7 years ago

Zoph 0.9.6 is a release that contains mostly bugfixes.

Shortly after the release I received several reports about SQL-errors I could not reproduce on my system. After investigating, it turned out the a change in MySQL 5.7.4 caused troubles, not only for Zoph, but many other Open Source projects had similar issues. Since the change had only been made in Oracle's MySQL and not in the MariaDB fork, that I am using. It took quite some effort to locate all the places in Zoph that were violating MySQL's "new rules" and to fix the problems. @Raysir has been an invaluable help in testing the changes and pointing out more problems that needed fixes. Since Zoph was not the only project facing these problems, MySQL has reverted most of the changes in question as of MySQL 5.7.8. Since the changes were actually improvements notwithstanding the fact that they are not really needed anymore, I am not reverting them.

@Pontusfroding has found and fixed several other bugs. Big thanks to him for that!

Because of the time it took to fix the bugs,I decided against releasing an interim bugfix release, but just release this in the normal release schedule. Of course this means that the changed originally planned for 0.9.6 have now shifted to 0.9.7.

Bugs

  • issue#86 Fixed an omission in the upgrade instructions for 0.9.5
  • issue#87 error about class not found on add or edit
  • issue#88 Changes for MySQL 5.7 compatibility
    • Give timestamp a default value
    • Add field needed for MySQL 5.7 compatibility with SELECT DISTNCT .. ORDER BY
    • Adding "ORDER BY" fields to autocover query
    • More changes for MySQL 5.7 compatibility
    • Updated SQL scripts
    • Removed unused field from the database
  • issue#91 Changed PHPUnit classes to namespaced class naming
  • Fixed an issue in a UnitTest that caused a failed test
  • Pull Request#94 Add namespace to template showJSwarning in edit_person (by Pontus Fröding)
  • Pull Request#95 Add template namespace on two more places. (by Pontus Fröding)
  • issue#92 Fixed database connection to utf-8
  • issue#93 Pull Request#95 Fix for "Class pager not found" when using pagesets (by Pontus Fröding)

Refactor

  • Some modifications to backtrace printing, for easier debugging
  • Moved album view into template
  • issue#89 Changed look of next and previous buttons on photo page and increased size of actionlinks
  • Small style change

Don't miss a new zoph release

NewReleases is sending notifications on new releases.