Skip to content
Snippets Groups Projects
  1. Oct 16, 2014
  2. Sep 18, 2014
  3. Sep 01, 2014
  4. Aug 27, 2014
  5. Aug 23, 2014
  6. Aug 22, 2014
  7. Aug 13, 2014
  8. Aug 11, 2014
  9. Aug 08, 2014
  10. Aug 07, 2014
  11. Aug 06, 2014
  12. Aug 05, 2014
  13. Aug 01, 2014
  14. Jul 29, 2014
  15. Jul 25, 2014
    • Damian Mooyman's avatar
      Merge pull request #1056 from stojg/issue/cms-1049 · 4967d3db
      Damian Mooyman authored
      BUG: Delete parent page, child pages cannot be found anymore
      4967d3db
    • Stig Lindqvist's avatar
      Bug: CMS tree filters doesn't count the correct number of children for deleted pages · 45046f08
      Stig Lindqvist authored
      This is a bug that combines Hierarchy, Versioned and LeftAndMain admins and CMSSiteTreeFilters.
      
      This bug can be reproduced by having a large site tree with enough deleted pages in it so it doesn't
      pre load all the children pages when initially opening an admin. Filter by either 'All pages including deleted'
      or 'Deleted pages'. For CMS users it will look like deleted pages are gone.
      
      The solution involves a couple of smaller fixes in both CMS and framework modules.
      
      1) Ensure that 'numHistoricalChildren' are used instead of 'numChildren' when dealing with deleted pages
      2) LeftAndMain::currentPage() deletes all the 'marking' cache previously built up by Hierarchy::markPartialTree()
      3) Use Versioned::get_included_deleted() instead of raw DB queries against the DataObject tables when calculating parents in CMSSiteTreeFilter
      45046f08
  16. Jul 24, 2014
  17. Jul 21, 2014
  18. Jul 01, 2014
  19. Jun 24, 2014
  20. Jun 17, 2014
  21. Jun 16, 2014
  22. Jun 11, 2014
  23. Jun 10, 2014
  24. May 15, 2014