Skip to content
Snippets Groups Projects
  1. Oct 31, 2013
  2. Oct 17, 2013
    • Jared Hancock's avatar
      Support non-standard port numbers for MySQLi · d8fb3559
      Jared Hancock authored
      Validate port during installation
      
      Add help information about the non-standard port number to the popup tips in
      the install screen.
      
      Support MySQL 'localhost' connections using a non-standard port number.
      Ordinarily, MySQL will ignore the port setting on *nix systems if the host
      is specified as 'localhost'
      
      Implements/Fixes #769
      d8fb3559
  3. Sep 30, 2013
    • Jared Hancock's avatar
      Expose fail count to shell environment · d9ad5a13
      Jared Hancock authored
      Also, run the tests in the packager. The packager will automatically run the
      regression test suite prior to packaging a release. The package will not
      build if there is at least one fail from the regression tests.
      d9ad5a13
    • Jared Hancock's avatar
      Allow deployment of setup/ · e24750fe
      Jared Hancock authored
      Useful for initial installs, where deployment of the `setup/` folder is
      required for the initial install. Thereafter, deployment can be run without
      the setup option so that the rest of the codebase can be maintained (already
      supported)
      e24750fe
    • Jared Hancock's avatar
      Disambiguate version string when running off of git · e0e37ff7
      Jared Hancock authored
      If a user is running off of the develop branch, disambiguate what the
      version they are running.
      e0e37ff7
  4. Sep 20, 2013
    • Jared Hancock's avatar
      Last mile for test failures · e180887e
      Jared Hancock authored
      Add stubs.php to include stub classes for built-in PHP classes used
      throughout the code. This will allow the testing suite to verify that a
      method exists, albeit not in our codebase
      e180887e
  5. Sep 11, 2013
  6. Sep 05, 2013
  7. Sep 04, 2013
  8. Sep 03, 2013
  9. Sep 02, 2013
  10. Aug 19, 2013
  11. Aug 11, 2013
  12. Aug 09, 2013
  13. Aug 08, 2013
  14. Aug 02, 2013
  15. Jul 24, 2013
  16. Jul 23, 2013
    • Jared Hancock's avatar
      Add concept of initial data · 1c5338ac
      Jared Hancock authored
      We should move initial data out of the install SQL file, which will make way
      for a few things:
      
        * Internationalization -- which breaks the migrater model currently.
              Moving the data outside the install script makes it translatable
              without changing the SQL hash
        * Review -- Migrations which add more data don't highlight new features
              that need review to the adminsitrator
      1c5338ac
  17. Jul 15, 2013
  18. Jul 12, 2013
  19. Jul 11, 2013
  20. Jul 09, 2013
    • Jared Hancock's avatar
      Installer uses the streams config · dfa90b8a
      Jared Hancock authored
      Allow the installation to use the same streams config and schema signatures
      as the migrater
      
      Allow the install to install mulitple database streams
      dfa90b8a
  21. Jul 04, 2013
  22. Jul 03, 2013
  23. Jun 19, 2013
  24. Jun 18, 2013
Loading