8000 Tags · eleben/frappev14.14.3 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: eleben/frappev14.14.3

Tags

v14.14.3

Toggle v14.14.3's commit message
chore(release): Bumped to Version 14.14.3

## [14.14.3](frappe/frappe@v14.14.2...v14.14.3) (2022-11-08)

### Bug Fixes

* check permission before print or download document ([frappe#18757](frappe#18757)) ([frappe#18785](frappe#18785)) ([9b5225f](frappe@9b5225f))
* child table don't run mobile specific code ([d9af38b](frappe@d9af38b))
* dont close static modal with keyboard ([3e45d80](frappe@3e45d80))
* encode docname when routing (backport [frappe#17092](frappe#17092)) ([frappe#17374](frappe#17374)) ([frappe#18748](frappe#18748)) ([9fbccc7](frappe@9fbccc7))
* file cropper broken in webform ([e4bb26e](frappe@e4bb26e))
* hide value only if it's equal to the label ([frappe#18722](frappe#18722)) ([frappe#18723](frappe#18723)) ([e88f950](frappe@e88f950))
* ignore global translations ([frappe#18733](frappe#18733)) ([frappe#18735](frappe#18735)) ([5f36923](frappe@5f36923))
* load `doc_before_save` in `check_if_latest` ([frappe#18752](frappe#18752)) ([frappe#18753](frappe#18753)) ([243cfa3](frappe@243cfa3))
* **meta:** ensure that `insert_after` is always considered when sorting fields ([frappe#18682](frappe#18682)) ([2f0de9a](frappe@2f0de9a))
* not able to click checkbox in file grid view ([8f2e428](frappe@8f2e428))
* remove redundant translation ([frappe#18775](frappe#18775)) ([frappe#18780](frappe#18780)) ([a27c42e](frappe@a27c42e))
* search.py after PR [frappe#17828](frappe#17828) ([frappe#18719](frappe#18719)) ([frappe#18721](frappe#18721)) ([d5f39ea](frappe@d5f39ea))
* show 0 for empty currency, float, & duration fields in list view ([6edbbd4](frappe@6edbbd4))
* standard dashboards not loading ([ee1fb87](frappe@ee1fb87))
* translations ([frappe#18765](frappe#18765)) ([frappe#18782](frappe#18782)) ([aa68138](frappe@aa68138))
* **UX:** allow clicking on row to open in new tab ([frappe#18789](frappe#18789)) ([frappe#18790](frappe#18790)) ([f7d9d43](frappe@f7d9d43))

### Performance Improvements

* load `_doc_before_save` sooner to avoid DB call in `check_if_latest` ([frappe#18666](frappe#18666)) ([2710d08](frappe@2710d08))

v13.43.2

Toggle v13.43.2's commit message
chore(release): Bumped to Version 13.43.2

## [13.43.2](frappe/frappe@v13.43.1...v13.43.2) (2022-11-08)

### Bug Fixes

* don't translate default argument ([frappe#18760](frappe#18760)) ([8038ed7](frappe@8038ed7))
* module 'frappe' has no attribute 'build' ([frappe#18761](frappe#18761)) ([a867d56](frappe@a867d56))
* not able to click checkbox in file grid view ([ad85843](frappe@ad85843))
* send all messages on boot instead of scanning ([frappe#18764](frappe#18764)) ([640724d](frappe@640724d))
* show 0 for empty currency, float, & duration fields in list view ([2290fb8](frappe@2290fb8))
* translations (backport [frappe#18765](frappe#18765)) ([frappe#18781](frappe#18781)) ([ca631ba](frappe@ca631ba))

### Performance Improvements

* ensure cache works for `non_standard_user_types` when empty ([frappe#18744](frappe#18744)) ([708ee35](frappe@708ee35))

### Reverts

* Revert "refactor: accurate translation caching (backport frappe#18595) (frappe#18598)" (frappe#18741) ([e4d12f0](frappe@e4d12f0)), closes [frappe#18595](frappe#18595) [frappe#18598](frappe#18598) [frappe#18741](frappe#18741)

v14.14.2

Toggle v14.14.2's commit message
chore(release): Bumped to Version 14.14.2

## [14.14.2](frappe/frappe@v14.14.1...v14.14.2) (2022-11-04)

### Bug Fixes

* encode docname when routing (backport [frappe#17092](frappe#17092)) ([frappe#17374](frappe#17374)) ([frappe#18748](frappe#18748)) ([frappe#18749](frappe#18749)) ([5896105](frappe@5896105))

v14.14.1

Toggle v14.14.1's commit message
chore(release): Bumped to Version 14.14.1

## [14.14.1](frappe/frappe@v14.14.0...v14.14.1) (2022-11-03)

### Bug Fixes

* ignore global translations ([frappe#18733](frappe#18733))  ([392bebe](frappe@392bebe))

v13.43.1

Toggle v13.43.1's commit message
chore(release): Bumped to Version 13.43.1

## [13.43.1](frappe/frappe@v13.43.0...v13.43.1) (2022-11-03)

### Reverts

* Revert "refactor: accurate translation caching (backport frappe#18595)" ([91bada5](frappe@91bada5)), closes [frappe#18595](frappe#18595)

v14.14.0

Toggle v14.14.0's commit message
chore(release): Bumped to Version 14.14.0

# [14.14.0](frappe/frappe@v14.13.0...v14.14.0) (2022-11-01)

### Bug Fixes

* correct stacklevel for warnings ([frappe#18633](frappe#18633)) ([frappe#18634](frappe#18634)) ([17821f1](frappe@17821f1))
* **formatting:** use snake case for variable names ([32851ce](frappe@32851ce))
* handle exceptions thrown in post_schema_updates ([frappe#18648](frappe#18648)) ([frappe#18663](frappe#18663)) ([29a659a](frappe@29a659a))
* **insert_many:** list instead of set to maintain order ([frappe#18641](frappe#18641)) ([4c521b8](frappe@4c521b8))
* make module def custom checkbox readonly in prod mode ([frappe#18698](frappe#18698)) ([18fa732](frappe@18fa732))
* **router-js:** handle case when link is not of same host ([1b70ec4](frappe@1b70ec4))
* set proper cache key for singles when name is passed as `None` ([frappe#18667](frappe#18667)) ([frappe#18668](frappe#18668)) ([e32ba96](frappe@e32ba96))
* Signature form ([frappe#18477](frappe#18477)) ([8e4711b](frappe@8e4711b))
* Signature form (backport [frappe#18477](frappe#18477)) ([frappe#18690](frappe#18690)) ([34c1611](frappe@34c1611))
* support symlinked /files directory ([frappe#18702](frappe#18702)) ([7b8cbd0](frappe@7b8cbd0))
* use `async...await` when parsing route ([9c09c65](frappe@9c09c65))
* use `is_file_path_valid` instead of `is_safe_path` ([frappe#18316](frappe#18316)) ([frappe#18642](frappe#18642)) ([537966c](frappe@537966c))
* **UX:** Info message on workspace for better UX (backport [frappe#18701](frappe#18701)) ([frappe#18703](frappe#18703)) ([5ba85ec](frappe@5ba85ec))
* **UX:** session expiry explanation and defaults ([frappe#18680](frappe#18680)) ([frappe#18685](frappe#18685)) ([515f6c2](frappe@515f6c2))
* **UX:** warn about Etc/* timezones behaviour ([frappe#18587](frappe#18587)) ([frappe#18588](frappe#18588)) ([c8728f5](frappe@c8728f5))
* webform validation script not working ([ab2b8df](frappe@ab2b8df))

### Features

* add video conferencing option (Google Meet) to Google Calendar integration (backport [frappe#17851](frappe#17851)) ([frappe#18456](frappe#18456)) ([b04a54c](frappe@b04a54c))
* support list view for "show titles instead of name" ([frappe#18060](frappe#18060)) ([frappe#18681](frappe#18681)) ([64c2555](frappe@64c2555))

### Performance Improvements

* ensure cache works for `non_standard_user_types` when empty ([frappe#18665](frappe#18665)) ([frappe#18669](frappe#18669)) ([5f7928b](frappe@5f7928b))

### Reverts

* Revert "fix: use `is_file_path_valid` instead of `is_safe_path` (frappe#18316) (frappe#18642)" (frappe#18696) ([a08c029](frappe@a08c029)), closes [frappe#18316](frappe#18316) [frappe#18642](frappe#18642) [frappe#18696](frappe#18696)

v13.43.0

Toggle v13.43.0's commit message
chore(release): Bumped to Version 13.43.0

# [13.43.0](frappe/frappe@v13.42.0...v13.43.0) (2022-11-01)

### Bug Fixes

* **Data Import:** don't validate empty values (backport [frappe#17923](frappe#17923)) ([frappe#18274](frappe#18274)) ([e31a8b1](frappe@e31a8b1))
* **router-js:** handle case when link is not of same host (backport [frappe#18590](frappe#18590)) ([frappe#18600](frappe#18600)) ([55e96a5](frappe@55e96a5))

### Features

* meaningful report pdf name ([frappe#18422](frappe#18422)) ([frappe#18481](frappe#18481)) ([0493ccd](frappe@0493ccd))

v14.13.0

Toggle v14.13.0's commit message
chore(release): Bumped to Version 14.13.0

# [14.13.0](frappe/frappe@v14.12.0...v14.13.0) (2022-10-25)

### Bug Fixes

* consider now datetime if the default value is now for datetime field ([b42013c](frappe@b42013c))
* delete custom tables when doctype is deleted ([frappe#18433](frappe#18433)) ([frappe#18471](frappe#18471)) ([cb4d825](frappe@cb4d825))
* dont db_set on unsaved document ([798206c](frappe@798206c))
* **frappe.client:** delete child doc via parent ([8806eae](frappe@8806eae))
* google calendar sync times (system tz) ([frappe#18458](frappe#18458)) ([frappe#18459](frappe#18459)) ([871415a](frappe@871415a))
* Improve Translation on To Do list view ([frappe#18484](frappe#18484)) ([ddec3e0](frappe@ddec3e0))
* map view doesnt open ([frappe#18487](frappe#18487)) ([ed54235](frappe@ed54235))
* **minor:** consider lowercase value for comparision in set_formatted_input for datetime field ([a190830](frappe@a190830))
* only execute generator if value is not found in redis cache ([frappe#18472](frappe#18472)) ([frappe#18479](frappe#18479)) ([342edb7](frappe@342edb7))
* raise error if child doc not found ([0dcf5e6](frappe@0dcf5e6))
* validate website settings ([frappe#18446](frappe#18446)) ([frappe#18469](frappe#18469)) ([9e29a94](frappe@9e29a94))

### Features

* configurable default views ([frappe#18409](frappe#18409)) ([frappe#18434](frappe#18434)) ([5c0bb7e](frappe@5c0bb7e))
* db storage usage report ([frappe#18464](frappe#18464)) ([frappe#18467](frappe#18467)) ([7cfe2d2](frappe@7cfe2d2))
* meaningful report pdf name ([frappe#18422](frappe#18422)) ([frappe#18480](frappe#18480)) ([f650150](frappe@f650150))

v13.42.0

Toggle v13.42.0's commit message
chore(release): Bumped to Version 13.42.0

# [13.42.0](frappe/frappe@v13.41.7...v13.42.0) (2022-10-25)

### Bug Fixes

* dont db_set on unsaved document ([frappe#18460](frappe#18460)) ([eca94aa](frappe@eca94aa))

### Features

* db storage usage report ([frappe#18464](frappe#18464)) ([frappe#18468](frappe#18468)) ([2e2ea31](frappe@2e2ea31))

v14.12.0

Toggle v14.12.0's commit message
chore(release): Bumped to Version 14.12.0

# [14.12.0](frappe/frappe@v14.11.1...v14.12.0) (2022-10-18)

### Bug Fixes

* add flags to set_permission for docshares ([frappe#18416](frappe#18416)) ([frappe#18429](frappe#18429)) ([a2ba0aa](frappe@a2ba0aa))
* correct import for markupsafe.escape ([c2f1c57](frappe@c2f1c57))
* **dx:** resolve_class ([frappe#18417](frappe#18417)) ([frappe#18421](frappe#18421)) ([c47de0d](frappe@c47de0d))
* explicitly set doctype in queries ([frappe#18403](frappe#18403)) ([frappe#18405](frappe#18405)) ([6848ee9](frappe@6848ee9))
* format currency value as float while grid upload ([5eb803c](frappe@5eb803c))
* google calendar sync times ([frappe#18384](frappe#18384)) ([frappe#18394](frappe#18394)) ([7c9ee6d](frappe@7c9ee6d))
* Notifications. Get Alerts for Today button [frappe#18423](frappe#18423) ([frappe#18428](frappe#18428)) ([63e3c61](frappe@63e3c61))
* progress bar not disappearing ([frappe#18375](frappe#18375)) ([frappe#18392](frappe#18392)) ([e0d6d0b](frappe@e0d6d0b))
* reshuffle __newname field to accommodate under 1st Tab Break ([frappe#18406](frappe#18406)) ([frappe#18427](frappe#18427)) ([f833e5d](frappe@f833e5d))
* Show error page even when routing fails ([frappe#18437](frappe#18437)) ([frappe#18438](frappe#18438)) ([5d3e97a](frappe@5d3e97a))
* **UI:** child table custom horizontal scroll ([ec09123](frappe@ec09123))
* **UI:** Child table responsive ([cb866f9](frappe@cb866f9))
* **UI:** consider 2px border at grid end ([c85fb2d](frappe@c85fb2d))
* **UI:** lesser margin if cell is focused ([f3ad63a](frappe@f3ad63a))

### Features

* allow syncing new fields in Doctype Layout ([frappe#18408](frappe#18408)) ([c73e2e2](frappe@c73e2e2))
* search in translated title, if we show title ([frappe#17828](frappe#17828)) ([frappe#18395](frappe#18395)) ([73758d7](frappe@73758d7))

### Performance Improvements

* Perform `db.set_value` with single query only (backport [frappe#18305](frappe#18305)) ([frappe#18349](frappe#18349)) ([23caa1f](frappe@23caa1f))
0