Skip to content
Snippets Groups Projects
  1. May 23, 2019
  2. May 22, 2019
    • Philippe Pepiot's avatar
      [views] fix possible infinite recursion loop in rssitem view · effacbbd2d10
      Philippe Pepiot authored
      I found this while executing some AutomaticWebTest on dependent cubes, but this case can occur anyway.
      
      rssitem call rssitem view recursively following "comments" relation, so we may
      enter in a loop here.
      
      Fix this by using a "seen" set() which is passed resursively and we skip
      already processed entities.
      Add a basic test using a comment commenting a comment commenting the first one.
      effacbbd2d10
  3. Mar 26, 2019
  4. Mar 20, 2019
  5. Mar 05, 2019
  6. Mar 01, 2019
  7. Dec 10, 2018
Loading