1. 05 Nov, 2019 3 commits
  2. 04 Nov, 2019 1 commit
  3. 31 Oct, 2019 1 commit
  4. 25 Oct, 2019 2 commits
  5. 24 Oct, 2019 1 commit
  6. 21 Oct, 2019 1 commit
    • Gabriel Monnerat's avatar
      erp5_document_scanner: Add gadget to scanner documents using mobile · e587e935
      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
      e587e935
  7. 18 Oct, 2019 1 commit
  8. 17 Oct, 2019 2 commits
    • Arnaud Fontaine's avatar
      ZODB Components: Add 'Origin' (source_reference) field showing from which FS... · cf632afb
      Arnaud Fontaine authored
      ZODB Components: Add 'Origin' (source_reference) field showing from which FS module it was imported.
      cf632afb
    • Arnaud Fontaine's avatar
      ZODB Components: Do not validate nor check {consistency,source code} after importing from FS. · 799da311
      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.
      799da311
  9. 16 Oct, 2019 1 commit
    • Arnaud Fontaine's avatar
      ZODB Components: List of migratable 'Module Components' in Products.XXX.*... · f675c0fb
      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__.
      f675c0fb
  10. 15 Oct, 2019 2 commits
  11. 14 Oct, 2019 1 commit
  12. 11 Oct, 2019 2 commits
  13. 10 Oct, 2019 7 commits
  14. 09 Oct, 2019 7 commits
  15. 08 Oct, 2019 4 commits
  16. 07 Oct, 2019 4 commits