An error occurred fetching the project authors.
- 05 Oct, 2022 1 commit
-
-
Vincent Pelletier authored
So every new instance is able to use self-contained oauh2 authentication. In turn, this triggers atomated migration of a few portal types, which cause the coding style tests to fail. So commit these as well.
-
- 23 Sep, 2022 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 21 Sep, 2022 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 13 Sep, 2022 1 commit
-
-
Xiaowu Zhang authored
Draft: The first state when we create a new Sale Opportunity. Open: All information of the Sale Opportunity is entered such as prospect's contact email, questions, etc Suspended: We replied to prospect, waiting for their return. Closed: The Sale opportunity is either 1) accepted by prospect, turn into a Sale Order; or 2) Clearly rejected by prospect. Expired: No return/ news from prospect for some time. Deleted: in case added by mistake, so user can delete it
-
- 31 Mar, 2022 1 commit
-
-
Gabriel Monnerat authored
stop date is very useful to Phone Call and Visit. For example, if you want to calculate the time spent in one phone call, you can handle it using start and stop date. But, Event_view does not display stop_date. So, we display stop_date if hasDuration is True.
-
- 15 Apr, 2021 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 12 Apr, 2021 1 commit
-
-
Jérome Perrin authored
-
- 02 Sep, 2020 1 commit
-
-
Arnaud Fontaine authored
-
- 27 Nov, 2018 1 commit
-
-
Jérome Perrin authored
-
- 29 Mar, 2018 1 commit
-
-
Nicolas Wavrant authored
-
- 07 Jul, 2017 2 commits
-
-
Julien Muchembled authored
- The conversion server is supposed to be configured in a system preference, so do this instead of using a normal preference. - _getConversionServerDict -> _getConversionServerUrl, to make clear that cloudooo is now configured by a url, instead of a host/port couple. - Refactoring: From the moment where setUpERP5Site() sets up things automatically, we don't the "same" duplicated code throughout many test to redo cloudooo configuration. - In the promise file, the volatile/persistent memcached url were swapped.
-
Julien Muchembled authored
-
- 12 Apr, 2017 1 commit
-
-
Jérome Perrin authored
-
- 13 Jan, 2017 1 commit
-
-
Jérome Perrin authored
-
- 23 Dec, 2016 1 commit
-
-
Vincent Pelletier authored
-
- 23 Aug, 2016 1 commit
-
-
Jérome Perrin authored
We now use URL only, old address + port way is obsolete.
-
- 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 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-