An error occurred fetching the project authors.
  1. 08 Feb, 2013 1 commit
  2. 04 Feb, 2013 1 commit
  3. 17 Jan, 2013 1 commit
  4. 14 Dec, 2012 2 commits
  5. 10 Dec, 2012 1 commit
  6. 07 Nov, 2012 1 commit
  7. 09 Oct, 2012 1 commit
  8. 19 Jul, 2012 1 commit
  9. 25 Jun, 2012 1 commit
  10. 17 Feb, 2012 3 commits
  11. 20 Jan, 2012 1 commit
  12. 13 Jan, 2012 1 commit
  13. 10 Jan, 2012 2 commits
  14. 06 Jan, 2012 1 commit
  15. 05 Dec, 2011 1 commit
  16. 16 Nov, 2011 1 commit
  17. 15 Nov, 2011 1 commit
  18. 14 Nov, 2011 4 commits
  19. 09 Nov, 2011 1 commit
  20. 19 Oct, 2011 1 commit
  21. 17 Oct, 2011 1 commit
    • Julien Muchembled's avatar
      Drop support for Zope 2.8 · 48212534
      Julien Muchembled authored
      Checked following occurrences in comments:
      - "Python 2.[456]"
      - "Zope 2.[891]"
      - "BBB"
      - "BACK"
      
      Checked uses of:
      - email, hashlib, numpy & tarfile (modules)
      - ImportError
      - string.Template
      - suppress_events (parameter of _setObject)
      
      Excluded:
      - some forked modules (MailTemplates, PortalTransforms...)
      - some i18n compatibility code
      48212534
  22. 28 Sep, 2011 2 commits
  23. 27 Sep, 2011 3 commits
  24. 26 Sep, 2011 1 commit
  25. 01 Jul, 2011 1 commit
  26. 13 Jun, 2011 2 commits
  27. 08 Jun, 2011 1 commit
  28. 07 Jun, 2011 1 commit
  29. 06 Jun, 2011 1 commit
    • François-Xavier Algrain's avatar
      Improve anonymous gadget · 4f76a5ab
      François-Xavier Algrain authored
      When render dashbord, we should look if we use anonymous gadget
      When get active knowledge pad, do the same for anonymous and for user else we can get the wrong active gadget (ex : when rendering login_form on web site root, we get front pad for anonymous and default_section_pad for connected)
      4f76a5ab