Skip to content
Snippets Groups Projects
  1. Jan 21, 2014
    • Vincent Petry's avatar
      Replaced time() with uniqid() to make sure the file name is unique · f09c19c3
      Vincent Petry authored
      The cache isn't cleared properly because unlink() doesn't remove the
      cache entry which caused side-effects when reusing the same file name
      (which randomly happens when time() returns the same value)
      
      This fix first makes sure the unit tests don't fail any more.
      The unlink() case with the cache will be investigated separately.
      f09c19c3
  2. Jan 20, 2014
  3. Jan 19, 2014
  4. Jan 18, 2014
  5. Jan 17, 2014
  6. Jan 16, 2014
  7. Jan 15, 2014
Loading