An error occurred fetching the project authors.
  1. 05 Oct, 2022 1 commit
  2. 02 Apr, 2021 1 commit
  3. 01 Apr, 2021 1 commit
  4. 12 Feb, 2021 2 commits
  5. 05 Sep, 2020 1 commit
  6. 09 Jul, 2020 1 commit
    • Jérome Perrin's avatar
      credential: prevent multiple failures · 2c80a461
      Jérome Perrin authored
      If a Credential Request/Recovery can not be accepted, the alarm should not
      retry again and again.
      
      We use an hasActivity test before trying to accept to prevent causing multiple
      failing activities, if it already failed once, no need to retry more,
      CMFActivity built-in retry mechanism is enough.
      2c80a461
  7. 23 Dec, 2016 4 commits
  8. 08 Dec, 2016 1 commit
  9. 22 Sep, 2015 1 commit
  10. 08 Nov, 2014 1 commit
    • Kazuhiko Shiozaki's avatar
      use fulltext search in title and description. · d47df833
      Kazuhiko Shiozaki authored
      * to quickly setup catalog_full_text table, you can use the following SQL.
      
        REPLACE INTO catalog_full_text SELECT uid, title, description FROM catalog;
      
      * non fulltext queries like '=abc', '>abc', '%abc%' are supported.
      
      * now erp5_full_text_mroonga_catalog is used for unit tests thus I recommend using it instead of erp5_full_text_myisam_catalog.
      
      * to migrate existing MyISAM full_text table into Mroonga, you can use the following SQL.
      
        ALTER TABLE full_text DROP KEY SearchableText,
          ENGINE = mroonga,
          ADD FULLTEXT KEY SearchableText (`SearchableText`) COMMENT 'parser "TokenBigramSplitSymbolAlpha"';
      
      * fulltext search score is no longer provided as (column_name) but now provided as (column_name)__score__.
      
      * (category)_title, like source_title, related keys are automatically generated. (category)_description keys as well.
      d47df833
  11. 04 Sep, 2014 1 commit
  12. 30 Jan, 2014 1 commit
  13. 02 May, 2013 1 commit
  14. 09 Apr, 2013 1 commit
  15. 04 Apr, 2013 1 commit
  16. 22 Jan, 2013 1 commit
  17. 17 Dec, 2012 1 commit
  18. 17 Jul, 2012 1 commit
  19. 15 May, 2012 1 commit
  20. 11 May, 2012 1 commit
  21. 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
  22. 26 Mar, 2012 1 commit
    • Gabriel Monnerat's avatar
      merge gabriel branch into master · d4033f8d
      Gabriel Monnerat authored
      This merge was done to improve features to send mail using the script Event_send. With this changes, is not needed access all persons to get your email and the method searchAndActivate from catalog to don't create one activity for each destination.
      d4033f8d
  23. 14 Feb, 2012 2 commits
  24. 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
  25. 02 Sep, 2011 1 commit
  26. 31 Aug, 2011 2 commits
  27. 20 Jul, 2011 8 commits