Frappe PR Bot
4972eeed01
chore(release): Bumped to Version 14.13.0
# [14.13.0](https://github.com/frappe/frappe/compare/v14.12.0...v14.13.0 ) (2022-10-25)
### Bug Fixes
* consider now datetime if the default value is now for datetime field ([b42013c
](b42013c539
))
* delete custom tables when doctype is deleted ([#18433 ](https://github.com/frappe/frappe/issues/18433 )) ([#18471 ](https://github.com/frappe/frappe/issues/18471 )) ([cb4d825
](cb4d825c56
))
* dont db_set on unsaved document ([798206c
](798206c3b3
))
* **frappe.client:** delete child doc via parent ([8806eae
](8806eae1b2
))
* google calendar sync times (system tz) ([#18458 ](https://github.com/frappe/frappe/issues/18458 )) ([#18459 ](https://github.com/frappe/frappe/issues/18459 )) ([871415a
](871415a45f
))
* Improve Translation on To Do list view ([#18484 ](https://github.com/frappe/frappe/issues/18484 )) ([ddec3e0
](ddec3e0e17
))
* map view doesnt open ([#18487 ](https://github.com/frappe/frappe/issues/18487 )) ([ed54235
](ed5423517d
))
* **minor:** consider lowercase value for comparision in set_formatted_input for datetime field ([a190830
](a190830281
))
* only execute generator if value is not found in redis cache ([#18472 ](https://github.com/frappe/frappe/issues/18472 )) ([#18479 ](https://github.com/frappe/frappe/issues/18479 )) ([342edb7
](342edb76bf
))
* raise error if child doc not found ([0dcf5e6
](0dcf5e6a54
))
* validate website settings ([#18446 ](https://github.com/frappe/frappe/issues/18446 )) ([#18469 ](https://github.com/frappe/frappe/issues/18469 )) ([9e29a94
](9e29a944d7
))
### Features
* configurable default views ([#18409 ](https://github.com/frappe/frappe/issues/18409 )) ([#18434 ](https://github.com/frappe/frappe/issues/18434 )) ([5c0bb7e
](5c0bb7ec78
))
* db storage usage report ([#18464 ](https://github.com/frappe/frappe/issues/18464 )) ([#18467 ](https://github.com/frappe/frappe/issues/18467 )) ([7cfe2d2
](7cfe2d2f59
))
* meaningful report pdf name ([#18422 ](https://github.com/frappe/frappe/issues/18422 )) ([#18480 ](https://github.com/frappe/frappe/issues/18480 )) ([f650150
](f650150345
))
2 年之前
Ankush Menat
e805bc6ee0
Merge pull request #18560 from frappe/version-14-hotfix
chore: release v14
2 年之前
mergify[bot]
2991e2a514
chore: fix DE translations ( #18552 )
added missing translation
(cherry picked from commit 66fbd14c3a
)
Co-authored-by: Wolfram Schmidt <wolfram.schmidt@phamos.eu>
2 年之前
mergify[bot]
b661c1a669
build(deps): bump bruceadams/get-release from 1.2.3 to 1.3.1 ( #18535 ) ( #18549 )
Bumps [bruceadams/get-release](https://github.com/bruceadams/get-release ) from 1.2.3 to 1.3.1.
- [Release notes](https://github.com/bruceadams/get-release/releases )
- [Commits](https://github.com/bruceadams/get-release/compare/v1.2.3...v1.3.1 )
---
updated-dependencies:
- dependency-name: bruceadams/get-release
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[skip ci]
(cherry picked from commit ce9570de56
)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 年之前
mergify[bot]
f8307cda0d
refactor: dynamically load web form module ( #18486 ) ( #18495 )
(cherry picked from commit 3491d0dcb0
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
2 年之前
Ritwik Puri
06c1043c71
Merge pull request #18485 from frappe/mergify/bp/version-14-hotfix/pr-18484
fix: Improve Translation on To Do list view (backport #18484 )
2 年之前
Ritwik Puri
58aff099bf
Merge pull request #18490 from frappe/mergify/bp/version-14-hotfix/pr-18487
fix: map view doesnt open (backport #18487 )
2 年之前
Komal-Saraf0609
ed5423517d
fix: map view doesnt open ( #18487 )
Co-authored-by: Komal Saraf <komal@frappe.io>
(cherry picked from commit 8fd497a594
)
2 年之前
Ernesto Ruiz
ddec3e0e17
fix: Improve Translation on To Do list view ( #18484 )
(cherry picked from commit 745d956678
)
2 年之前
mergify[bot]
f650150345
feat: meaningful report pdf name ( #18422 ) ( #18480 )
* feat: meaningful report pdf name
* feat: limited filename length
* chore: uncomment line
(cherry picked from commit f383669107
)
Co-authored-by: Dany Robert <danyrt@wahni.com>
2 年之前
mergify[bot]
342edb76bf
fix: only execute generator if value is not found in redis cache ( #18472 ) ( #18479 )
* fix: use of generator in
* fix: improve docstring
* fix: improve docstring
* fix: directly assign value to flags
Co-authored-by: Daizy <DaizyModi>
(cherry picked from commit fce9ccedaa
)
Co-authored-by: Daizy Modi <54097382+DaizyModi@users.noreply.github.com>
2 年之前
mergify[bot]
9e29a944d7
fix: validate website settings ( #18446 ) ( #18469 )
(cherry picked from commit c2f43c4b26
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
2 年之前
mergify[bot]
cb4d825c56
fix: delete custom tables when doctype is deleted ( #18433 ) ( #18471 )
* fix: delete custom tables when doctype is deleted
(cherry picked from commit 20593f155d
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
2 年之前
mergify[bot]
7cfe2d2f59
feat: db storage usage report ( #18464 ) ( #18467 )
Basic report to check storage usage by each table.
Note: This is not 100% accurate and will never be 100% accurate but gives rough indication of which table is consuming how much storage.
`no-docs`
[skip ci]
(cherry picked from commit abaa830bbc
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
2 年之前
Ritwik Puri
586806dd9a
Merge pull request #18466 from frappe/mergify/bp/version-14-hotfix/pr-18431
fix: consider now datetime if the default value is now for datetime field (backport #18431 )
2 年之前
phot0n
a190830281
fix(minor): consider lowercase value for comparision in set_formatted_input for datetime field
(cherry picked from commit 71bb5e835d
)
2 年之前
phot0n
b42013c539
fix: consider now datetime if the default value is now for datetime field
(cherry picked from commit 5bbb9b42e1
)
2 年之前
mergify[bot]
5c0bb7ec78
feat: configurable default views ( #18409 ) ( #18434 )
Co-authored-by: hrwx <himanshuwarekar@yahoo.com>
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
Co-authored-by: Ankush Menat <ankush@frappe.io>
(cherry picked from commit b0c1e400ea
)
Co-authored-by: Shariq Ansari <30859809+shariquerik@users.noreply.github.com>
2 年之前
Ankush Menat
41ab732739
Merge pull request #18455 from frappe/mergify/bp/version-14-hotfix/pr-18453
fix: dont `db_set` on unsaved document (backport #18453 )
2 年之前
mergify[bot]
871415a45f
fix: google calendar sync times (system tz) ( #18458 ) ( #18459 )
* fix: google calendar sync times (system tz)
* added line breaks to excessively long bit
* (chore) linter appeasement
* chore: linting
[skip ci]
(cherry picked from commit 3676188083
)
Co-authored-by: PeterG <this-gavagai@users.noreply.github.com>
2 年之前
Ankush Menat
a5ad248802
test: db_set does not query for new doc
2 年之前
Ankush Menat
798206c3b3
fix: dont db_set on unsaved document
(cherry picked from commit 1bd61d5c25
)
2 年之前
Frappe PR Bot
ef371d502c
chore(release): Bumped to Version 14.12.0
# [14.12.0](https://github.com/frappe/frappe/compare/v14.11.1...v14.12.0 ) (2022-10-18)
### Bug Fixes
* add flags to set_permission for docshares ([#18416 ](https://github.com/frappe/frappe/issues/18416 )) ([#18429 ](https://github.com/frappe/frappe/issues/18429 )) ([a2ba0aa
](a2ba0aac19
))
* correct import for markupsafe.escape ([c2f1c57
](c2f1c5744b
))
* **dx:** resolve_class ([#18417 ](https://github.com/frappe/frappe/issues/18417 )) ([#18421 ](https://github.com/frappe/frappe/issues/18421 )) ([c47de0d
](c47de0dcdc
))
* explicitly set doctype in queries ([#18403 ](https://github.com/frappe/frappe/issues/18403 )) ([#18405 ](https://github.com/frappe/frappe/issues/18405 )) ([6848ee9
](6848ee9c57
))
* format currency value as float while grid upload ([5eb803c
](5eb803ca95
))
* google calendar sync times ([#18384 ](https://github.com/frappe/frappe/issues/18384 )) ([#18394 ](https://github.com/frappe/frappe/issues/18394 )) ([7c9ee6d
](7c9ee6d4a7
))
* Notifications. Get Alerts for Today button [#18423 ](https://github.com/frappe/frappe/issues/18423 ) ([#18428 ](https://github.com/frappe/frappe/issues/18428 )) ([63e3c61
](63e3c61a46
))
* progress bar not disappearing ([#18375 ](https://github.com/frappe/frappe/issues/18375 )) ([#18392 ](https://github.com/frappe/frappe/issues/18392 )) ([e0d6d0b
](e0d6d0b7b1
))
* reshuffle __newname field to accommodate under 1st Tab Break ([#18406 ](https://github.com/frappe/frappe/issues/18406 )) ([#18427 ](https://github.com/frappe/frappe/issues/18427 )) ([f833e5d
](f833e5d52a
))
* Show error page even when routing fails ([#18437 ](https://github.com/frappe/frappe/issues/18437 )) ([#18438 ](https://github.com/frappe/frappe/issues/18438 )) ([5d3e97a
](5d3e97a7b6
))
* **UI:** child table custom horizontal scroll ([ec09123
](ec0912355e
))
* **UI:** Child table responsive ([cb866f9
](cb866f921e
))
* **UI:** consider 2px border at grid end ([c85fb2d
](c85fb2d17b
))
* **UI:** lesser margin if cell is focused ([f3ad63a
](f3ad63abf4
))
### Features
* allow syncing new fields in Doctype Layout ([#18408 ](https://github.com/frappe/frappe/issues/18408 )) ([c73e2e2
](c73e2e2219
))
* search in translated title, if we show title ([#17828 ](https://github.com/frappe/frappe/issues/17828 )) ([#18395 ](https://github.com/frappe/frappe/issues/18395 )) ([73758d7
](73758d7883
))
### Performance Improvements
* Perform `db.set_value` with single query only (backport [#18305 ](https://github.com/frappe/frappe/issues/18305 )) ([#18349 ](https://github.com/frappe/frappe/issues/18349 )) ([23caa1f
](23caa1f93b
))
2 年之前
Ankush Menat
b79b2d39a6
Merge pull request #18451 from frappe/mergify/bp/version-14-hotfix/pr-18443
fix(frappe.client): delete child doc via parent (backport #18443 )
2 年之前
Faris Ansari
c339c0c0ff
test(client.delete): test for child doc delete
(cherry picked from commit 2b859990d2
)
2 年之前
Faris Ansari
0dcf5e6a54
fix: raise error if child doc not found
(cherry picked from commit 8acbc38670
)
2 年之前
Faris Ansari
8806eae1b2
fix(frappe.client): delete child doc via parent
so that parent's on_update is called
no change for deletion of normal doctype
(cherry picked from commit 55bc60433f
)
2 年之前
Ankush Menat
02c808974a
Merge pull request #18450 from frappe/version-14-hotfix
chore: release v14
2 年之前
Shariq Ansari
a4b88f2110
Merge pull request #18447 from frappe/mergify/bp/version-14-hotfix/pr-18425
2 年之前
Maharshi Patel
c85fb2d17b
fix(UI): consider 2px border at grid end
(cherry picked from commit 6b1c825741
)
2 年之前
Shariq Ansari
f3ad63abf4
fix(UI): lesser margin if cell is focused
(cherry picked from commit 98e1813de1
)
2 年之前
Maharshi Patel
1ab1ac2a98
chore(DX): camelCase to snake_case & separate functions.
(cherry picked from commit 57aad87166
)
2 年之前
Maharshi Patel
ec0912355e
fix(UI): child table custom horizontal scroll
(cherry picked from commit 60d6cb1040
)
2 年之前
mergify[bot]
a5db2269b5
build(deps): bump restricted python ( #18435 ) ( #18439 )
has better support for 3.10
https://github.com/zopefoundation/RestrictedPython/pull/215/files
(cherry picked from commit 38686d44fb
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
2 年之前
mergify[bot]
5d3e97a7b6
fix: Show error page even when routing fails ( #18437 ) ( #18438 )
(cherry picked from commit cc72dc47ab
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
2 年之前
mergify[bot]
a2ba0aac19
fix: add flags to set_permission for docshares ( #18416 ) ( #18429 )
* add flags to set_permission for docshares
* refactor: don't expose flags to client side
* fix add_docshare
* style: black formatting
[skip ci]
Co-authored-by: Leonard Goertz <leonard.goertz@noventive.com>
Co-authored-by: Ankush Menat <ankush@frappe.io>
(cherry picked from commit cfbab92249
)
Co-authored-by: Leonard Goertz <49870752+uepselon@users.noreply.github.com>
2 年之前
mergify[bot]
c47de0dcdc
fix(dx): resolve_class ( #18417 ) ( #18421 )
* fix(resolve_class): ignore False values
* fix: allow multiple arguments
* fix: remove unnecessary condition
* test: resolve_class
(cherry picked from commit 4f650854b8
)
Co-authored-by: Faris Ansari <netchampfaris@users.noreply.github.com>
2 年之前
mergify[bot]
63e3c61a46
fix: Notifications. Get Alerts for Today button #18423 ( #18428 )
(cherry picked from commit 94398aab0e
)
Co-authored-by: avc <94137451+git-avc@users.noreply.github.com>
2 年之前
mergify[bot]
f833e5d52a
fix: reshuffle __newname field to accommodate under 1st Tab Break ( #18406 ) ( #18427 )
* fix: reshuffle __newname field to accommodate under 1st Tab Break
* fix: handle empty condition
(cherry picked from commit 35995f0153
)
Co-authored-by: Saurabh <saurabh6790@gmail.com>
2 年之前
Rohan
c73e2e2219
feat: allow syncing new fields in Doctype Layout ( #18408 )
* feat: allow syncing new fields in Doctype Layout
* fix: handle new layout syncs differently
* fix: ux improvements on doctype layout
* fix: append custom layout JS to existing doctype JS
* style: linter
[skip ci]
Co-authored-by: Ankush Menat <ankush@frappe.io>
2 年之前
Shariq Ansari
9e9203b497
Merge pull request #18412 from frappe/mergify/bp/version-14-hotfix/pr-18400
2 年之前
Shariq Ansari
cb866f921e
fix(UI): Child table responsive
(cherry picked from commit 9280a41e27
)
2 年之前
Ankush Menat
19a394e99f
test: drop/fix flaky tests
2 年之前
mergify[bot]
6848ee9c57
fix: explicitly set doctype in queries ( #18403 ) ( #18405 )
(cherry picked from commit 2f358dea03
)
Co-authored-by: Dany Robert <danyrt@wahni.com>
2 年之前
Ankush Menat
031c1321e8
Merge pull request #18399 from frappe/jinja_escape
fix: correct import for markupsafe.escape
2 年之前
Ankush Menat
c2f1c5744b
fix: correct import for markupsafe.escape
ref: https://github.com/pallets/jinja/issues/1626
2 年之前
mergify[bot]
73758d7883
feat: search in translated title, if we show title ( #17828 ) ( #18395 )
* refactor: use meta.translated_doctype
* refactor: get_title_field_query
* feat: search in title, if we show title
* refactor: build_for_autosuggest
* style: black
* fix: don't order translated doctypes by untranslated relevance
* feat: match all fields for translated doctypes
* feat: translate all fields in description, remove redundant title
* refactor: title in link
* fix: show name in description for title links
(cherry picked from commit 3d17e1589e
)
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
2 年之前
mergify[bot]
7c9ee6d4a7
fix: google calendar sync times ( #18384 ) ( #18394 )
(cherry picked from commit 77ae997b14
)
Co-authored-by: PeterG <this-gavagai@users.noreply.github.com>
2 年之前
mergify[bot]
e0d6d0b7b1
fix: progress bar not disappearing ( #18375 ) ( #18392 )
* fix: progress bar not disappearing
* style: format
[skip ci]
Co-authored-by: Ankush Menat <ankush@frappe.io>
(cherry picked from commit 729be707cb
)
Co-authored-by: stephen <stephenBDT@users.noreply.github.com>
2 年之前
mergify[bot]
a0f92537c5
refactor: load balanced parallel tests without orchestrator ( #18386 ) ( #18390 )
* feat: dry run in test runner for debuggin
* refactor: load balance TestRunner using # of tests
(cherry picked from commit cfee53d573
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
2 年之前