An error occurred fetching the project authors.
- 25 Apr, 2022 2 commits
-
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
- 21 Feb, 2022 1 commit
-
-
Gabriel Monnerat authored
The initial idea was that publishing documents is something really exceptional, the "attach document" normal use case is typically use cases like attaching a PDF invoice to an invoice document in accounting, ie. most of the time it's with sensitive information that we don't want users to be mistakenly publish on the internet just because they selected a wrong value in the field. Now we have a project with use cases where the attached documents needs to be published, we did not change our mind that publishing an attached document is an exceptional case, but we want to make it possible to configure so that in certain contexts, publishing documents is possible. So we reuse the existing configuration by type based method idea and when the getPreferredAttachedDocumentPublicationState returns "published" we make it possible to publish by default.
-
- 26 May, 2021 1 commit
-
-
Jérome Perrin authored
Changing state directly in Base_contribute was only functional for the case where metadata was discovered asynchronously. In the case of synchronous discovery, the state was first changed state, and Document_convertToBaseFormatAndDiscoverMetadata was executed - but this this was causing Unauthorized like this: Module script, line 10, in Document_convertToBaseFormatAndDiscoverMetadata - <PythonScript at /erp5/Document_convertToBaseFormatAndDiscoverMetadata used for /erp5/document_module/163> - Line 10 return context.discoverMetadata(filename=filename, Unauthorized: You are not allowed to access 'discoverMetadata' in this context because once we have already changed state, regular user no longer have permission to access discoverMetadata, because that method needs ModifyPortalContent permission. Instead, of handling publication_state only in Base_contribute, treat it like others user input parameter and change state during discovery. Tests were also re-organised to move Base_contribute related test in testIngestion and also to run Base_contribute tests as a non-manager user.
-
- 23 May, 2018 1 commit
-
-
Xiaowu Zhang 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.
-
Jérome Perrin authored
-
- 23 Dec, 2016 1 commit
-
-
Vincent Pelletier authored
To prepare for moving user id to a different property. Mostly replacing getReference on Persons with Person_getUserId, and catalog searches with PAS API when it is meant to search for a user and not really a person by reference.
-
- 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
-
- 15 Jan, 2016 1 commit
-
-
Romain Courteaud authored
-
- 10 Mar, 2015 1 commit
-
-
Gabriel Monnerat authored
-
- 23 Oct, 2014 1 commit
-
-
Jérome Perrin authored
-
- 16 Oct, 2014 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 04 Sep, 2014 1 commit
-
-
Gabriel Monnerat authored
-
- 18 Jul, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
also re-export *.doc and *.xls files using recent Libre Office.
-
- 06 Feb, 2014 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 30 Jan, 2014 1 commit
-
-
- 12 Nov, 2013 1 commit
-
-
Jérome Perrin authored
-
- 07 Nov, 2013 1 commit
-
-
Jérome Perrin authored
-
- 05 Nov, 2013 1 commit
-
-
Jérome Perrin authored
This reverts commit 96bfc618.
-
- 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
-
- 15 May, 2012 1 commit
-
-
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
-
- 08 Sep, 2011 1 commit
-
-
Nicolas Delaby authored
mapply needs to know which parameters it has to extract from the request. that's what fill_args_from_request decorator does.
-
- 10 Jun, 2011 1 commit
-
-
Ivan Tyagov authored
-
- 16 Feb, 2011 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43388 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Dec, 2010 1 commit
-
-
Nicolas Delaby authored
Check only that main formats are supported. Legacy formats will be supported in near future by new daemon cloudooo with dedicated mimetypes. Resurrect these tests when refactoring of cloudooo will be finished. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41906 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Dec, 2010 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41655 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Dec, 2010 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41622 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Dec, 2010 1 commit
-
-
Nicolas Delaby authored
s/source_reference/filename/ update tests Add test to check Hackability of ContributionTool (Everything can be managed by IDiscoverable API) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40972 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Sep, 2010 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38803 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
The test itself is not very usefull, but I do not want remove it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38802 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Sep, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
check if ingested File document works fine with SearchableText() method, that currently fails for XML ingestion. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38720 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Sep, 2010 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38663 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Jul, 2010 1 commit
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37193 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jul, 2010 1 commit
-
-
Sebastien Robin authored
Conflicts: bt5/erp5_base/bt/revision bt5/erp5_simulation/DocumentTemplateItem/InvoiceSimulationRule.py bt5/erp5_simulation/bt/revision bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/Base_viewTradeFieldLibrary.xml bt5/erp5_trade/bt/change_log bt5/erp5_trade/bt/revision products/ERP5/Document/BusinessPath.py products/ERP5/Document/SimulationMovement.py products/ERP5/Document/TradeCondition.py products/ERP5/Document/TradeModelLine.py products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision products/ERP5Type/ERP5Type.py git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37129 20353a03-c40f-0410-a6d1-a30d3c3de9de
-