An error occurred fetching the project authors.
- 22 Aug, 2016 1 commit
-
-
Tristan Cavelier authored
-
- 03 Jun, 2016 1 commit
-
-
Romain Courteaud authored
Use MIME encoded words also for names. https://en.wikipedia.org/wiki/Email#Message_header
-
- 30 Oct, 2015 1 commit
-
-
Kazuhiko Shiozaki authored
that causes ZODB conflicts and it is meaningless in multiple destination case.
-
- 29 Oct, 2015 1 commit
-
-
Kazuhiko Shiozaki authored
it can be used as both portal type action and workflow action. also add 'Declare as Delivered' transition so that the created event can become directly delivered state.
-
- 08 Nov, 2014 1 commit
-
-
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.
-
- 16 Oct, 2014 1 commit
-
-
Julien Muchembled authored
-
- 04 Sep, 2014 1 commit
-
-
Gabriel Monnerat authored
-
- 23 Jun, 2014 1 commit
-
-
Jérome Perrin authored
-
- 01 Apr, 2014 1 commit
-
-
Jérome Perrin authored
-
- 30 Jan, 2014 1 commit
-
-
- 24 Dec, 2013 7 commits
-
-
Jérome Perrin authored
Instead of getting all destination uids, run the search and activate with destination_related_uid.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
We always generate the event upon start. User can pass another transition not to generate the event.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 17 Dec, 2013 1 commit
-
-
Aurel authored
-
- 22 Nov, 2013 1 commit
-
-
Vincent Pelletier authored
Remove depth limitations on domain generator. Make ListField item list generator present resource hierarchically (either through indentation or through relative title-based paths, depending on preference). Also, share a bit of code between both.
-
- 05 Aug, 2013 1 commit
-
-
Sebastien Robin authored
the event_workflow does no longer make a difference between incoming and outgoing messages. Fixed creation of incoming events and add test to check them to prevent future regression
-
- 13 Jun, 2013 1 commit
-
-
Jérome Perrin authored
Revert "Test deferred style with converting to a format" This reverts commit cbfa8d56. -> pushed by mistake Revert "Set cloudoo on preferences in ERP5TypeTestCase" This reverts commit 28824962. -> pushed by mistake Revert "Listbox from Folder_viewWorkflowActionDialog has hidden columns" This reverts commit 802d3f53. -> a test is failing
-
- 12 Jun, 2013 1 commit
-
-
Jérome Perrin authored
-
- 20 May, 2013 4 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 06 May, 2013 1 commit
-
-
Gabriel Monnerat authored
Change test add one critetion to filter by validation_state instead of use reference hardcoded. Also, the test predicate returns False when this criterion does not match
-
- 30 Apr, 2013 2 commits
-
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
Check that configuring the Event Path on Campaign, all events are created according to the domain selected
-
- 17 Apr, 2013 1 commit
-
-
Jérome Perrin authored
-
- 21 Feb, 2013 1 commit
-
-
Jérome Perrin authored
-
- 22 Jun, 2012 1 commit
-
-
Leonardo Rochael Almeida authored
In ERP5, objects that do not acquire local roles (according to their portal type configuration) do not need to be reindexed with their containers. So do not reindex recursively if portal_types of contained objects don't need it. Security reindexing can be customized with a type-based method. Fix test that wrongly relied on unrestricted access for updating object roles.
-
- 24 May, 2012 1 commit
-
-
Kazuhiko Shiozaki authored
Add script Event_sendByActivity to call searchAndActivate method through the activity and with Manager role
-
- 15 May, 2012 3 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Julien Muchembled authored
This is a followup to commit 8995b645 ("always start transactions with begin() and make tic() commit automatically"): there is now no need to use self.stepTic() instead of self.tic()
-
- 11 May, 2012 1 commit
-
-
Julien Muchembled authored
-
- 26 Mar, 2012 1 commit
-
-
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.
-
- 23 Jan, 2012 1 commit
-
-
Ivan Tyagov authored
-
- 13 Dec, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
you can use portal_alarms/upgrader_migrate_event_workflow_history for migration.
-