8000 Comparing v13.42.0...v13.43.0 · frappe/frappe · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: frappe/frappe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.42.0
Choose a base ref
...
head repository: frappe/frappe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.43.0
Choose a head ref
  • 8 commits
  • 12 files changed
  • 8 contributors

Commits on Oct 28, 2022

  1. feat: meaningful report pdf name (#18422) (#18481)

    * feat: meaningful report pdf name
    
    * feat: limited filename length
    
    * chore: uncomment line
    
    (cherry picked from commit f383669)
    
    Co-authored-by: Dany Robert <danyrt@wahni.com>
    mergify[bot] and rtdany10 authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    0493ccd View commit details
    Browse the repository at this point in the history
  2. fix(router-js): handle case when link is not of same host (backport #…

    …18590) (#18600)
    
    * fix(router-js): handle case when link is not of same host
    
    (cherry picked from commit 8cdda2e)
    
    # Conflicts:
    #	frappe/public/js/frappe/router.js
    
    * fix(formatting): use snake case for variable names
    
    (cherry picked from commit ccbd6ff)
    
    # Conflicts:
    #	frappe/public/js/frappe/router.js
    
    * chore: resolved conflicts
    
    Co-authored-by: Hussain Nagaria <hussainbhaitech@gmail.com>
    Co-authored-by: Shariq Ansari <30859809+shariquerik@users.noreply.github.com>
    3 people authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    55e96a5 View commit details
    Browse the repository at this point in the history
  3. refactor: accurate translation caching (backport #18595) (#18598)

    * refactor: accurate translation caching (#18595)
    
    * refactor: rename poorly named functions
    
    * refactor: getting translation from apps
    
    - use generator
    - use sane name for cache key
    - avoid manual handling of frappe.local state just use cache() interface
    
    (cherry picked from commit 3ddac5f)
    
    # Conflicts:
    #	frappe/__init__.py
    #	frappe/core/doctype/translation/test_translation.py
    #	frappe/tests/utils.py
    #	frappe/translate.py
    
    * chore: conflicts
    
    * fix: dont translate error log title
    
    * fix: import frappe.build
    
    Co-authored-by: Ankush Menat <ankush@frappe.io>
    Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
    3 people authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    30125b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. chore: dead code related scheduler activation

    refer #16023
    
    [skip ci]
    ankush authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    76e5922 View commit details
    Browse the repository at this point in the history
  2. fix(Data Import): don't validate empty values (backport #17923) (#18274)

    * fix(Data Import): don't validate empty values (#17923)
    
    * refactor: exclude header from column values earlier
    
    * fix: don't validate empty columns
    
    Co-authored-by: Ankush Menat <ankush@frappe.io>
    (cherry picked from commit 5133218)
    
    # Conflicts:
    #	frappe/core/doctype/data_import/importer.py
    
    * fix: resolve merge conflicts
    
    Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
    mergify[bot] and barredterra authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    e31a8b1 View commit details
    Browse the repository at this point in the history
  3. chore: bump pillow to latest version

    security fix
    ankush authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    a6e35cf View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Merge pull request #18705 from frappe/version-13-hotfix

    chore: release v13
    ankush authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    b7b8e1c View commit details
    Browse the repository at this point in the history
  2. chore(release): Bumped to Version 13.43.0

    # [13.43.0](v13.42.0...v13.43.0) (2022-11-01)
    
    ### Bug Fixes
    
    * **Data Import:** don't validate empty values (backport [#17923](#17923)) ([#18274](#18274)) ([e31a8b1](e31a8b1))
    * **router-js:** handle case when link is not of same host (backport [#18590](#18590)) ([#18600](#18600)) ([55e96a5](55e96a5))
    
    ### Features
    
    * meaningful report pdf name ([#18422](#18422)) ([#18481](#18481)) ([0493ccd](0493ccd))
    frappe-bot committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    99dc08f View commit details
    Browse the repository at this point in the history
Loading
0