- 31 Oct, 2019 1 commit
-
-
Gabriel Monnerat authored
-
- 25 Oct, 2019 2 commits
-
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
-
- 24 Oct, 2019 1 commit
-
-
Gabriel Monnerat authored
-
- 21 Oct, 2019 1 commit
-
-
Gabriel Monnerat authored
For now, this is chrome only erp5_document_scanner: Add dialog to upload images erp5_document_scanner: Add script to upload erp5_document_scanner: Improve CSS erp5_document_scanner: Improve gadget erp5_document_scanner: store informations used by user to cropper in browser erp5_document_scanner: Fix css to mobile browsers erp5_document_scanner: display alert just to debug easily in mobile erp5_document_scanner: use .push instead of .then, in order to handle promise cancellation erp5_document_scanner: make jslint happy erp5_document_scanner: stop using addEventListener and alert Use onEvent instead of addEventListener erp5_document_scanner: use onEvent instead of addEventListener to crop image erp5_document_scanner: use onEvent instead of addEventListener erp5_document_scanner: Use promises properly in order to handle promise cancellation erp5_document_scanner: Improve gadget to store images captured in Active Process erp5_document_scanner: Simplify code erp5_document_scanner: improve code to get images from Active Process erp5_document_scanner: refactor code to reuse Base_contribute and create PDF with all images in background after submit erp5_document_scanner: Remove Active Process after create the PDF erp5_document_scanner: Clean up erp5_document_scanner: avoid propagate your_document_scanner_gadget to activity erp5_document_scanner: Display video again after capture image erp5_ingestion: Allow pass extra properties to create document using portal_contributions erp5_document_scanner: Avoid to create empty Active Process erp5_document_scanner: Typo erp5_document_scanner: Improve titles erp5_document_scanner: Set context as follow up erp5_document_scanner: move field to hidden section fixup! erp5_document_scanner: move field to hidden section erp5_document_scanner: Remove jiodev.js erp5_document_scanner: Fix CSS erp5_document_scanner: Clean up erp5_document_scanner: Clean up javascript to store cropper settings in preference instead of jIO erp5_document_scanner: Add Property sheet to store cropped canvas settings erp5_document_scanner: Add label erp5_document_scanner: Improve code in order to cancel video streaming erp5_document_scanner: Split dialog in two steps erp5_document_scanner: minor changes erp5_document_scanner: Clear photo to avoid pass it to the next step erp5_document_scanner: clean up code and add reset button erp5_document_scanner: Add action to scan document erp5_document_scanner: Check properly if there is an image to store in Active Process erp5_document_scanner: Improve labels erp5_document_scanner: Improve user experience on prototype erp5_document_scanner: don't force width & weight to cropped images erp5_document_scanner: Improve stream manipulation erp5_document_scanner: Improve navigation Block user to reach step 2 without any image captured erp5_document_scanner: Merge dialogs to have only one page erp5_document_scanner: Add new field to selection publication section and remove select because we will select camera automatically erp5_document_scanner: clean up erp5_document_scanner: Fix code that tries to stop stream twice erp5_document_scanner: Clean up erp5_document_scanner: improve UI erp5_document_scanner: Improve gadget following the design defined by Thierry erp5_document_scanner: Typo erp5_document_scanner: Small fix to render stream on mobile erp5_document_scanner: Improve code
-
- 18 Oct, 2019 1 commit
-
-
Roque authored
/reviewed-on nexedi/erp5!965
-
- 17 Oct, 2019 2 commits
-
-
Arnaud Fontaine authored
ZODB Components: Add 'Origin' (source_reference) field showing from which FS module it was imported.
-
Arnaud Fontaine authored
* pylint may return a false positive error which have to be disabled and failing to import it because of that requires to edit on the FS and try again so it is not practical for a whole Product. Instead it is easier to import it and not validate * Validation was done only for 'Test Component' and 'Extension Component', but all imported Components had their consistency and source code checked and this is not consistent to not validate but do these checks. * importFromFilesystem() was checking consistency and source code, and this was done again when validating. So leave the imported ZODB Components as draft and let the developer fixes issues upon validation before committing.
-
- 16 Oct, 2019 1 commit
-
-
Arnaud Fontaine authored
ZODB Components: List of migratable 'Module Components' in Products.XXX.* should include any kind of objects and not only modules. This fixes Products.ERP5VCS.Git module not being displayed because Products.ERP5VCS.__init__ only imports one of its class and not the whole module (and the module was not imported anywhere else too) so it was not in Products.ERP5VCS.__dict__.
-
- 15 Oct, 2019 2 commits
-
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
useStdin=False => temporary file was not created. useStdin=True => temporary file was created.
-
- 14 Oct, 2019 1 commit
-
-
Ivan Tyagov authored
When multiple repositories exists and two of them contain scalability_test package be wiser and really check if neeeded Test Suite class exists before trying to load it.
-
- 11 Oct, 2019 2 commits
-
-
Roque authored
-
Yusei Tahara authored
-
- 10 Oct, 2019 7 commits
-
-
Klaus Wölfel authored
-
Jérome Perrin authored
-
Jérome Perrin authored
When running tests the path to git command is just git, because we have set $PATH
-
Jérome Perrin authored
updateConfiguration is a method to set the list of partitions, not to add partitions to an existing computer. The previous (slapos.core <1.5.0) implementation of slap proxy was incorrect and was adding more partitions each time it was called, but that was never the indented behavior. Prepare the list of partitions and call updateConfiguration only once to set all partitions. This should fix SLAPOS-SR-TEST that are still using erp5.util
-
Jérome Perrin authored
Some tests where patching SlapOSControler to replace methods by a no-op, but this was never reset. I believe we should rewrite this using mock which takes care of un-doing the patches for us and makes this testing easier, but for now I'm just reseting the missing methods like all others were already reseted.
-
Jérome Perrin authored
configparser read options as strings, node_quantity is not supposed to be an int.
-
Jérome Perrin authored
pkg_resources.resource_string reads the file as binary, if we want to substitute in this string we need to decode it.
-
- 09 Oct, 2019 7 commits
-
-
Arnaud Fontaine authored
ZODB Components: Monkey patch pylint to avoid 'No config file found, using default configuration' on stderr. Another solution could have been to have a configuration file for pylint instead of command line arguments but it depends on the type of Component (for example 'Interface Component' has specific arguments).
-
Ivan Tyagov authored
Value of text_content is an unicode string whose (inside XML) encoding is utf-8. This inconsistency raises in xml library thus it is safer to convert back to utf-8 which is the intended encoding anyway.
-
Arnaud Fontaine authored
After upgrading bt5s, portal_sms may still ERP5BaseBroken until restarting Zope.
-
Arnaud Fontaine authored
ZODB Components: Allow migration of {Interface,Mixin,Module,Tool} from Business Template UI and on all Products (not only Products.ERP5). This introduces the following new ZODB Components: + Module Component: Non-Documents/non-persistent classes of modules usually found at the top-level of Products (eg Products.ERP5.XXX) on FS. Considering that all other Components types are actually Modules, make it the base class. + Tool Component: Tool directory of Products on FS (eg Products.ERP5.Tool.XXX). => DiffTool and CallableTool are now 'Tool Component' instead of plain 'Document Component' and properly registered as Tools like FS Products Tool. Skip CMFActivity and HBTreeFolder2 Products for now in migration View for now as almost many Portal Type classes have ActiveObject or HBTreeFolder2 in their MRO and these Products will be done at the end anyway...
-
Roque authored
-
Roque authored
-
Roque authored
-
- 08 Oct, 2019 4 commits
-
-
Jérome Perrin authored
-
Julien Muchembled authored
This often divides the size by ~3, and also memory usage if it is loaded again.
-
Klaus Wölfel authored
-
Jérome Perrin authored
See nexedi/slapos.core@42b55b5f
-
- 07 Oct, 2019 7 commits
-
-
Bryton Lacquement authored
-
Romain Courteaud authored
-
Georgios Dagkakis authored
Classes to hide the header or the footer of a Listbox in new render-js and the header in xhtml (since there we have nothing in the footer anyway) /reviewed-on nexedi/erp5!947
-
Julien Muchembled authored
/reviewed-on !934
-
Sebastien Robin authored
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
-
- 05 Oct, 2019 1 commit
-
-
Roque authored
- redirect to sync when app version changes - fix configuration searchable fields in list form - fix codemirror editor gadgetField - fix exception catch in action script - handle jio not found error for document
-