Skip to content
  1. Jul 11, 2012
  2. Jul 10, 2012
  3. Jun 19, 2012
  4. Jun 02, 2012
  5. May 30, 2012
  6. May 26, 2012
  7. May 25, 2012
    • anarcat's avatar
      671906 - show the password correctly in sql-connect · b162add3
      anarcat authored
      this fixes a regression introduced in the previous commit where the
      secure credentials passing was also applied to sql-connect. this
      obviously breaks because the tempfile is gone.
      
      this also sets sql-sync to pass the password around insecurely if it
      is dealing with remote hosts
      
      this is kind of dirty, and would be better accomplished by turning
      sql_get_credentials() into a parser that would return an array that
      could be *then* fixed by calling functions, as necessary.
      b162add3
    • anarcat's avatar
      Issue #671906: securely pass the password to mysql · 06fb429a
      anarcat authored
      it was necessary to rewire parts of mysqldump so that the
      --defaults-file argument is first, which is a constraint of the mysql*
      binaries
      
      we only put the password in the file to avoid having both the user and
      password leaked if the file is mistakenly published
      06fb429a
  8. May 21, 2012
  9. May 20, 2012
  10. May 16, 2012
  11. Apr 12, 2012
  12. Mar 21, 2012
  13. Mar 19, 2012
  14. Mar 17, 2012
    • anarcat's avatar
      1129332 allow setting the default error_reporting · 5a62a146
      anarcat authored and Mark Sonnabaum's avatar Mark Sonnabaum committed
      this is done through drush_errors_on() and allows the default error
      reporting to be changed, even through later calls to
      drush_errors_on/off without arguments.
      5a62a146
    • anarcat's avatar
      1129332 - do not override builtin error_reporting level · 8d0538c5
      anarcat authored and Mark Sonnabaum's avatar Mark Sonnabaum committed
      instead of recording the "previous error_reporting() level" (which is
      actually 0 when errors are on, weird), we record the "default
      error_reporting() level" - either the system-wide defined in php.ini or
      the one set before drush (for example by your script in
      hook_drush_init() if you want to override it).
      
      This way, you can have code in hook_drush_init() that just calls
      error_reporting() to change the default and it will "just work".
      8d0538c5
  15. Mar 15, 2012
  16. Feb 29, 2012
  17. Feb 13, 2012
  18. Feb 12, 2012
  19. Feb 09, 2012