Skip to content
  1. Oct 21, 2008
  2. Oct 20, 2008
  3. Oct 17, 2008
  4. Oct 15, 2008
  5. Oct 14, 2008
  6. Oct 10, 2008
  7. Jul 10, 2008
  8. Jul 04, 2008
  9. Jun 27, 2008
  10. Jun 26, 2008
  11. Jun 23, 2008
  12. Jun 20, 2008
  13. Jun 19, 2008
  14. Jun 12, 2008
    • Adrian Rossouw's avatar
      More work towards restore functionality. Moved the mysql utility functions to... · 11d12e65
      Adrian Rossouw authored
      More work towards restore functionality. Moved the mysql utility functions to provision_mysql.inc, and the help stuff to it's own include too.
      
      Made more constants to replace the various helper functions, still need to document them.
      
      Replaced all references to db_username with db_user, which is consistent with everywhere else in the system.
      11d12e65
    • Adrian Rossouw's avatar
      Practically completely rewrote the provision_check_path function. · 76e90b74
      Adrian Rossouw authored
      It is now called provision_path, and instead of the nasty switch statement it has a small set of pluggable  functions, which work similarly to theme() etc. For that reason I also ended up changing the order of the parameters to be provision_path('mkdir', 'somepath').
      
      The functionality grew to over 200 lines of code (mostly comments), so i split it off into it's own file.
      
      I also added checks that the user is in the correct group, and it will specify it to the user if it comes to it, but I should really hook it up into the user interface and write some better documentation about it before i can close #245664. Although it seems chgrp now fails silently for me, even from the command line. Please check it out.
      
      I moved _provision_drupal_recursive_delete to provision.inc and removed the drupal from the module prefix. I also made it use the provision_path module for logging purposes, cleaning it up a bit.
      
      #262008 is now completely fixed. I've re-added the permission checking in provision_drupal.module, since it now works. It was missing a clearstatcache(), so i added these pretty liberally.
      
      Part of the fallout from this, is that each of the provision_path_ functions have an optional third parameter, which is a reference. This reference can be used to provide a reason for the operation failing. Also, mostly due to the chown function, i run the messages through t() before they get sent to logs. Meaning developers can just use @path and @confirm in their error messages, and they get the centrally prettied up variables. It's made the verify code a lot easier on the eyes. just check out provision_verify.
      
      Added redirection to a new site maintenance page, for while the site is being restored.
      
      Added a switch paths function, which flips around site directories. I'm building restore to be non-destructive, until after the site has been completely restored and verfied. #237555
      
      I'm making a move to using more defines for various site infrastructure things. I just tackled the paths, will do the current user and current group stuff soon, bringing it back in line with hosting. It cleared up a fair amount of code just doing the paths.
      76e90b74
  15. Jun 11, 2008
  16. Jun 03, 2008
  17. Jun 01, 2008
  18. May 30, 2008
  19. May 29, 2008
  20. May 21, 2008
  21. May 12, 2008
  22. May 03, 2008
  23. Apr 03, 2008
  24. Mar 28, 2008
  25. Mar 19, 2008
  26. Mar 18, 2008
  27. Mar 14, 2008
  28. Feb 26, 2008