Skip to content
Snippets Groups Projects
  1. Jun 09, 2013
  2. Jun 08, 2013
  3. Jun 07, 2013
  4. Jun 02, 2013
  5. Jun 01, 2013
  6. May 31, 2013
  7. May 30, 2013
  8. May 27, 2013
  9. May 21, 2013
  10. May 15, 2013
  11. May 10, 2013
  12. May 09, 2013
  13. May 06, 2013
  14. 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
    • Christopher Smith's avatar
      add some tests for ml() · a3d0aa22
      Christopher Smith authored
      a3d0aa22
    • 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