1. 26 Oct, 2018 2 commits
    • Georgios Dagkakis's avatar
      SelectionTool/Listbox: Fix in calculating the start of last page in selection · 405ee70e
      Georgios Dagkakis authored
      as the comment (which is removed now) said:
      
      ```
              XXX: This method is broken, since "total_size" field is not
              present in the listbox rendering any longer. It should be
              removed.
      ```
      
      Also:
      - make sure that Listbox always knows how many lines are to be displayed.
      - add testPagerWithCustomListMethod in listbox_zuite of erp5_ui_test,
      which checks that listbox jumping to previous/next/first/last works correctly
      for a list method that returns only the elements that the listbox is to render.
      
      
      /reviewed-on !776
      405ee70e
    • Vincent Pelletier's avatar
      ERP5Catalog: tolerate non-set return value for ERP5Site_filterUserIdSet · c026335b
      Vincent Pelletier authored
      set.__iadd__ does not like non-set values, but the intent of this API is
      to allow just any iterable (producing strings) to be returned, so use
      the more tolerant set.update method instead.
      c026335b
  2. 25 Oct, 2018 18 commits
  3. 24 Oct, 2018 7 commits
  4. 23 Oct, 2018 5 commits
  5. 22 Oct, 2018 8 commits