An error occurred fetching the project authors.
  1. 22 Jul, 2014 1 commit
  2. 16 Jun, 2014 1 commit
    • Tristan Cavelier's avatar
      Remove username field server side autofill on login forms · 09f5da3d
      Tristan Cavelier authored
      <input login `request.get("__ac")` > removed
      
      When the login form is rendered, the login field is not already filled.
      We assume that the "__ac" cookie is deleted, so no need to generate the
      login name server side. It also avoids to use old "__ac" cookies.
      Browsers are already able to autocomplete them just by clicking on the field.
      09f5da3d
  3. 06 Jun, 2014 1 commit
  4. 23 May, 2014 1 commit
  5. 09 Apr, 2014 1 commit
  6. 03 Apr, 2014 1 commit
  7. 01 Apr, 2014 1 commit
  8. 18 Mar, 2014 4 commits
  9. 12 Mar, 2014 1 commit
  10. 15 Oct, 2013 1 commit
  11. 10 Sep, 2013 2 commits
  12. 02 May, 2013 1 commit
  13. 04 Apr, 2013 1 commit
  14. 15 Mar, 2013 1 commit
  15. 21 Feb, 2013 1 commit
  16. 30 Nov, 2012 1 commit
  17. 17 Jul, 2012 1 commit
  18. 20 Jun, 2012 1 commit
  19. 03 May, 2012 1 commit
  20. 01 May, 2012 1 commit
  21. 27 Apr, 2012 1 commit
  22. 26 Apr, 2012 1 commit
  23. 19 Apr, 2012 1 commit
    • Gabriel Monnerat's avatar
      Changes to fix test_store_as_event from testNotificationTool and... · 575004c1
      Gabriel Monnerat authored
      Changes to fix test_store_as_event from testNotificationTool and testMailFromMailMessageEvent from testERP5Credential
      
      after_path_and_method_id argument was added to not activate when Crededial
      request object is not indexed yet. This is needed because when the method
      searchAndActivate from catalog is called, if the object is not indexed, the
      e-mail is not sent.
      
      And extended script Entity_sendEmail to use from_url parameter when it is not
      None. This case happens when the sender is a string instead of one object in
      ERP5
      575004c1
  24. 09 Apr, 2012 1 commit
  25. 02 Apr, 2012 1 commit
  26. 14 Feb, 2012 1 commit
  27. 30 Jan, 2012 1 commit
  28. 27 Jan, 2012 1 commit
  29. 05 Dec, 2011 1 commit
  30. 29 Nov, 2011 1 commit
  31. 28 Oct, 2011 1 commit
  32. 24 Oct, 2011 1 commit
  33. 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
  34. 23 Sep, 2011 1 commit
    • Łukasz Nowak's avatar
      Avoid accessing protected methods. · f1bc8fdc
      Łukasz Nowak authored
      Credential_updatePersonPassword is doing the same check, and it is proxied
      script.
      
      CredentialUpdate_updatePersonInformation is not proxied script, and accessing
      getPassword requires a lot of privileges.
      f1bc8fdc
  35. 08 Sep, 2011 1 commit
  36. 07 Sep, 2011 1 commit