Skip to content
Snippets Groups Projects
  1. Jan 23, 2013
  2. Jan 22, 2013
  3. Jan 21, 2013
  4. Jan 20, 2013
  5. Jan 19, 2013
  6. Jan 18, 2013
  7. Jan 13, 2013
  8. Jan 11, 2013
    • Michael Hamann's avatar
      Fix content of pages with incorrect metadata in list feeds · 1512eb89
      Michael Hamann authored
      Before this change the last modification time was taken from metadata
      and then the revision that was specified there was loaded from the
      attic. Now revisions from attic are only loaded when the page has been
      modified more recently and the date is normally the last modification
      time of the page source. This was a problem when the most recent change
      was an external edit, then an older revision was shown in the feed.
      1512eb89
  9. Jan 10, 2013
  10. Jan 09, 2013
  11. Jan 08, 2013
  12. Jan 06, 2013
  13. Dec 20, 2012
  14. Dec 19, 2012
  15. Dec 16, 2012
  16. Dec 12, 2012
  17. Dec 07, 2012
  18. Dec 04, 2012
    • Michael Hamann's avatar
      Indexer: Make $Indexer in idx_get_indexer() global instead of static · 1421e548
      Michael Hamann authored
      This avoids problems with test cases that use the indexer and the PID
      cache - the index is cleaned between test cases but the PID cache
      wasn't cleaned. Now PHPUnit can unset the global $Indexer between test
      cases.
      1421e548
    • Michael Hamann's avatar
      Indexer: Add cache for getPID() · 3d2ce006
      Michael Hamann authored
      This avoids re-reading of the page index file for every getPID()-call by
      using a simple FIFO cache, limited to 10 items. In idx_addPage() and the
      functions that it calls getPID() is called 3 times for the same PID.
      3d2ce006
Loading