Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIG] website_apps_store: Migration to 12.0 #61

Merged
merged 35 commits into from
May 23, 2019

Commits on May 6, 2019

  1. [WIP]partial commit for migration of apps-store

    Divya Modi authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    6b6230f View commit details
    Browse the repository at this point in the history
  2. [FIX]small changes

    Divya Modi authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    7df4bed View commit details
    Browse the repository at this point in the history
  3. [FIX]remove console from js file

    Divya Modi authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    86cbe07 View commit details
    Browse the repository at this point in the history
  4. [FIX]remove coding from files

    Divya Modi authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    b14dada View commit details
    Browse the repository at this point in the history
  5. [FIX]correct version number

    Divya Modi authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    bf22533 View commit details
    Browse the repository at this point in the history
  6. [FIX] Changes as per suggested

    Divya Modi authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    15ab731 View commit details
    Browse the repository at this point in the history
  7. [FIX] add changes as per requested

    Divya Modi authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    4ed7cb4 View commit details
    Browse the repository at this point in the history
  8. [FIX] remove phantomjs for download zip file

    Divya Modi authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    edd238d View commit details
    Browse the repository at this point in the history
  9. [FIX] made changes as per suggested

    Divya Modi authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    b591d0a View commit details
    Browse the repository at this point in the history
  10. [FIX]Proper path for the phantomjs

    bizzappdev authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    1714a02 View commit details
    Browse the repository at this point in the history
  11. [UPD] Update website_apps_store.pot

    oca-travis authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    1f35b54 View commit details
    Browse the repository at this point in the history
  12. [IMP] Show a default 'OCA' icon on product

    When the related module has no icon, show a default 'OCA' icon
    from the static path.
    StephanRozendaal authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    692dff0 View commit details
    Browse the repository at this point in the history
  13. [IMP] website_apps_store: improved download button (OCA#16)

    oscarolar authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    1d8c030 View commit details
    Browse the repository at this point in the history
  14. [FIX] download file name Fix (OCA#18)

    bizzappdev authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    e212a28 View commit details
    Browse the repository at this point in the history
  15. 11.0 Improvement for filters and product page description (OCA#14)

    * [IMP] website_apps_store: remove author filter from shop
    
    * [FIX]apps_product_creator: fix the broken image path problem with github direct link
    
    * [FIX]rename method with proper name
    
    * [FIX] solve the problem for renaming function
    
    * [FIX] reoved the author test cases
    bizzappdev authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    693a96f View commit details
    Browse the repository at this point in the history
  16. [IMP] apps-store (OCA#15)

    * [IMP] apps-store:
    
    - Shop:
      * Removed filter by author.
      * Added a more informative placeholder to the searchbox
      * Added categories of apps to public categories.
      * Added a filter `All` option for categories dropdown.
      * Removed sort by price.
    
    - Changed the way products are created, now products are related
    to their correspondant category. (used the ones from Odoo.com/apps)
    
    - On PDP added the version of the app if it has no variants.
    
    * [REF] if no category found will defailt to 'Other' category
    oscarolar authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    a59fe37 View commit details
    Browse the repository at this point in the history
  17. [IMP] Fix overflow on repository URL

    Fix the overflow in the repository URL on the product shop page.
    StephanRozendaal authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    cf33587 View commit details
    Browse the repository at this point in the history
  18. [ADD] website_apps_store: App maturity filter to the shop.

    oscarolar authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    c4fd98f View commit details
    Browse the repository at this point in the history
  19. [ADD] website_apps_store: new PDP layout. (OCA#23)

    oscarolar authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    882244f View commit details
    Browse the repository at this point in the history
  20. [REF] Remove some whitespace

    Remove some whitespace.
    StephanRozendaal authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    074c3de View commit details
    Browse the repository at this point in the history
  21. [IMP] Remove shop product qweb changes

    Remove qweb changes that are made to the product image in the
    webshop, because they are no longer needed (a default image is
    set on each product now).
    StephanRozendaal authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    4501225 View commit details
    Browse the repository at this point in the history
  22. update products attributes and create attribute values (OCA#40)

    * [FIX]update the product for the new version
    
    * [FIX]max version problem and also rewrite logic so the from fronend if the version is not selected manually then the default(with less sequence) will be downloaded
    
    * [IMP]added technical name search functionality
    
    * change version number
    
    * [IMP]Merged create and update product cron job
    
    * [FIX]fix variable names
    bizzappdev authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    db03d32 View commit details
    Browse the repository at this point in the history
  23. Fix Bad rendering of links inside README (OCA#42)

    * [FIX][OCA#37]fix rendering from README
    
    * [ADD]added CONTRIBUTORS
    
    * [FIX] Sorting problem. sorted(for getting default version) as similar as it is sorted from website view
    bizzappdev authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    61394e1 View commit details
    Browse the repository at this point in the history
  24. [FIX]visibility for the selected options and filters improvements (OC…

    …A#43)
    
    * [FIX]visibility for the selection options and do not loss the selection option when we change filter from maturity to version etc.
    
    * [VER]Added Version number
    bizzappdev authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    db7d217 View commit details
    Browse the repository at this point in the history
  25. [FIX]CSS module description

    bizzappdev authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    9c9bfac View commit details
    Browse the repository at this point in the history
  26. [FIX]website_apps_store: fix the shop pager

    bizzappdev authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    a601f25 View commit details
    Browse the repository at this point in the history
  27. [FIX][49] solve pager with search parameter (OCA#51)

    bizzappdev authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    09488cc View commit details
    Browse the repository at this point in the history
  28. Sort by Download and rating (OCA#46)

    * [WIP] added initial support for Google recaptcha
    
    * [WIP]added dependencies
    
    * [IMP]Added google captcha with download functionality with reset and validation
    
    * [IMP]added download count fields and increament it when donwloaded
    
    * [ADD]added missing files
    
    * [IMP]website_apps_store: add sort by download count on website
    
    * remove console and not extra space
    
    * [VER]changed version number
    
    * [FIX]website_apps_store: fix test case error
    
    * [FIX]reset only if google recaptcha is initiated
    bizzappdev authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    0b7774c View commit details
    Browse the repository at this point in the history
  29. 11.0 issue OCA#50 add the module technical name in front page (OCA#52)

    * [FIX][49] solve pager with search parameter
    
    * [IMP]website_apps_store : add technical name in front page
    
    * [IMP]website_apps_store : add website tour to search technical name
    
    * [FIX]website_apps_store : add demo/product_template_demo.xml in menifest.py
    bizzappdev authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    6698a23 View commit details
    Browse the repository at this point in the history
  30. [FIX] website product page event not define problem

    bizzappdev authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    b2bec31 View commit details
    Browse the repository at this point in the history
  31. [FIX]fix 403 public user error

    bizzappdev authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    990d884 View commit details
    Browse the repository at this point in the history
  32. [FIX]website_apps_store: attribute value change was not changing the …

    …href for the repository. OCA#56
    bizzappdev authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    8b2bdd1 View commit details
    Browse the repository at this point in the history
  33. [ADD] icon.png

    OCA-git-bot authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    eb1bd7f View commit details
    Browse the repository at this point in the history
  34. [FIX] webstie_apps_store: Icon sizes are now consistent

    oscarolar authored and Victor Martin committed May 6, 2019
    Configuration menu
    Copy the full SHA
    37b153d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. [MIG] website_apps_store: Migration to 12.0

    Victor Martin committed May 13, 2019
    Configuration menu
    Copy the full SHA
    f6a92a5 View commit details
    Browse the repository at this point in the history