Skip to content
  1. Oct 11, 2011
  2. Aug 02, 2011
    • Alex Pilon's avatar
      Issue #1214488 by mjpa · cac462f2
      Alex Pilon authored
      1. Made some coding style improvements to match the Drupal guidelines.
      2. The filemtime() call caused a PHP warning if the CSS file didn't exist - Fixed by checking the file doesn't exist first before checking modification times
      3. is_writable() returns false if the CSS file doesn't exist - Fixed by checking the directory if the file doesn't exist instead
      4. Cleaned up the file_perms() function - It gave me '55' for the permissions which isn't quite right
      5. Changed the message arguments to use @var instead of !var as there shouldn't be HTML in those variables and so they should be check_plain()'d.
      7.x-2.0
      cac462f2
  3. Jul 06, 2011
  4. Jun 03, 2011
  5. Apr 25, 2011
  6. Apr 16, 2011
  7. Mar 27, 2011
  8. Feb 25, 2011
  9. Jan 19, 2011
  10. Jan 14, 2011
  11. Jan 12, 2011
  12. Oct 21, 2009