An error occurred fetching the project authors.
  1. 18 Nov, 2019 1 commit
  2. 26 Oct, 2018 1 commit
    • 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 nexedi/erp5!776
      405ee70e
  3. 19 May, 2017 2 commits
  4. 05 Dec, 2016 1 commit
  5. 03 Nov, 2016 1 commit
    • Julien Muchembled's avatar
      listbox: sorting by CAST type (float) · de972081
      Julien Muchembled authored
      Only 'float' supported for the moment. This should cover the case of integers.
      
      Example of 'Sortable Columns' value in a ListBox:
      
        id | float
        title |
      
      Since there's a fallback to 'Searchable Columns' when 'Sortable Columns' is
      empty, the cast type can also be specified there, in order to avoid duplication.
      de972081
  6. 19 Oct, 2016 1 commit
    • Arnaud Fontaine's avatar
      ListBox: Navigation methods should not be created when rendering ListBox (#20161014-741678). · 6fd21826
      Arnaud Fontaine authored
      These methods were generated when rendering the ListBox and with the id
      of the ListBox in their name. However, a customer reported the following
      problem on Accounting Periods ListBox:
      
        1. Display Accounting Period ListBox on ZEO-1.
             => The ListBox will be rendered and 'listbox_period_list_*' methods will be generated on ZEO-1.
        2.  Click on 'Next Page' button and the user is redirect to ZEO-2 where the ListBox has never been generated.
             => The method does not exist yet and thus a 404 error is raised.
      
      Instead of having one method per ListBox ID, only one is now created (eg
      listbox_setPage() for SelectionTool.setPage()) at Zope startup and the
      ListBox ID previously defined in the method name is now defined in the
      value attributes of the buttons.
      6fd21826
  7. 05 Oct, 2016 1 commit
  8. 10 Jun, 2016 1 commit
  9. 12 May, 2016 1 commit
  10. 09 Mar, 2016 3 commits
  11. 25 Dec, 2015 1 commit
  12. 17 Sep, 2015 1 commit
  13. 04 Sep, 2015 1 commit
  14. 26 Jan, 2015 1 commit
  15. 16 Dec, 2014 3 commits
  16. 31 Oct, 2014 1 commit
  17. 16 Oct, 2014 2 commits
  18. 04 Sep, 2014 1 commit
  19. 27 Aug, 2014 2 commits
  20. 13 Aug, 2014 1 commit
  21. 26 Jun, 2014 1 commit
  22. 31 Jan, 2014 1 commit
  23. 30 Jan, 2014 1 commit
    • Kazuhiko Shiozaki's avatar
      rewrite anonymous support in selection. · bd67acb3
      Kazuhiko Shiozaki authored
      * now Selection for anonymous is stored per its content and its key is embedded in ListBox rendering.
      * we no longer provide cookie to each anonymous user.
      * thus same URL (i.e. same parameter) for any anonymous user should have the same result.
      * Selection storage for anonymous can be still different from the storage for the normal users.
      bd67acb3
  24. 04 Dec, 2013 1 commit
  25. 13 Nov, 2013 1 commit
  26. 30 Jul, 2013 2 commits
  27. 15 Jul, 2013 1 commit
  28. 24 Jun, 2013 1 commit
  29. 28 May, 2013 2 commits
  30. 27 May, 2013 1 commit
  31. 05 Apr, 2013 1 commit