Skip to content
  1. May 16, 2013
  2. May 10, 2013
  3. May 08, 2013
  4. May 03, 2013
  5. Apr 28, 2013
  6. Apr 26, 2013
  7. Apr 19, 2013
  8. Apr 12, 2013
  9. Apr 11, 2013
  10. Mar 11, 2013
  11. Mar 05, 2013
  12. Mar 04, 2013
  13. Feb 28, 2013
  14. Feb 14, 2013
  15. Feb 08, 2013
  16. Feb 01, 2013
  17. Jan 25, 2013
    • anarcat's avatar
      allow users to edit the platform path if it wasn't verified · 99d44c00
      anarcat authored
      we don't allow users to change the platform path if a makefile was
      specified, however, because the verify may have ran and fail because
      of a faulty makefile in which case some cruft from the drush make run
      may still be lying around in the backend. we don't have this problem
      if there's no makefile because it's the admin's responsability to
      cleanup after themselves then.
      
      Closes: #1898260
      99d44c00
    • anarcat's avatar
      handle missing context information better · df2cf49a
      anarcat authored
      we produce a human-readable error message that is easier to track now
      instead of a "Trying to get property of non-object" error.
      
      This can happen when there's an inconsistency in the frontend
      database, which can unfortunately happen (for example when you created
      a platform without a webserver because of missing error-checking or
      erroneous manual data entry).
      
      This is to help diagnosing #1896184
      df2cf49a
    • anarcat's avatar