Skip to content
Snippets Groups Projects
  1. Aug 02, 2013
  2. Aug 01, 2013
  3. Jul 31, 2013
  4. Jul 30, 2013
  5. Jul 27, 2013
  6. Jul 12, 2013
  7. Jun 16, 2013
  8. Jun 14, 2013
  9. Jun 12, 2013
  10. Jun 09, 2013
  11. Jun 08, 2013
  12. Jun 07, 2013
  13. Jun 02, 2013
  14. May 31, 2013
  15. May 30, 2013
  16. May 27, 2013
  17. May 21, 2013
  18. May 20, 2013
  19. May 15, 2013
  20. May 09, 2013
  21. May 05, 2013
    • Christopher Smith's avatar
      ensure security token is included in media url when resize parameter is passed... · 5e7db1e2
      Christopher Smith authored
      ensure security token is included in media url when resize parameter is passed in string form, e.g. 'w=80'
      5e7db1e2
    • Michael Hamann's avatar
      Indexer: Remove broken and dead readdircache code FS#2771 · b1720e5c
      Michael Hamann authored
      The code that is removed in this commit has either never been used
      (listIndexLenghts) or was completely broken (cacheIndexDir) and was
      introduced in the indexer rewrite in 2010. The idea of the rewrite was
      to update the readdir cache after every index change instead of on demand.
      What the code actually did was removing every updated index from the
      cache as it used a wrong if condition. Simply fixing the condition
      wouldn't fix the problem as then only updated indexes would be added to
      the cache and furthermore the rewrite simply ignored the readdircache
      setting. For now the safest solution seems to be removing the code. It
      could be added again in a changed form in a future version.
      b1720e5c
Loading