Commit graph

42631 commits

Author SHA1 Message Date
Ankush Menat
14798146c7
fix: Conditionally show extra info for perm error (#21660) 2023-07-12 22:22:34 +05:30
Ankush Menat
154a6dd9ed
perf: Reduce recorder overhead (#21656)
By processing `EXPLAIN` of queries in background after recording is
completed, the overhead reduces significantly and hence can be used
"more" in production environment too.
2023-07-12 19:34:23 +05:30
Ankush Menat
2045d48fc8 chore: remove unseen error message alert
Unnecessary and not useful for most users.

We should instead have dashboard for system status.
2023-07-12 17:01:11 +05:30
Ankush Menat
fdf5350b77 ci: remove 'by mergify' in release notes
less clutter
2023-07-12 12:42:41 +05:30
Ankush Menat
04c1459631
fix: prevent importing core doctypes using data import tool (#21649)
[skip ci]
2023-07-12 12:07:33 +05:30
Ankush Menat
17aad073d7
ci: fix release notes generator (#21651)
Without quotes it gets splatted and treated as separate args. Yes, bash.
2023-07-12 12:06:35 +05:30
Shariq Ansari
ed95f87cae
Merge pull request #21643 from shariquerik/fetch_from_fix 2023-07-12 10:49:29 +05:30
Shariq Ansari
4bb85c70fd
Merge pull request #21639 from shariquerik/translated-autocomplete-options 2023-07-12 10:49:10 +05:30
Raffael Meyer
218f7b473b
fix(Query Report): no double translation (#21606) 2023-07-11 20:21:16 +05:30
Ankush Menat
3de0eb3243
refactor: Use URLSearchParams API for list view filters (#21647)
This gives better data structure to manipulate than simple strings.
2023-07-11 20:12:20 +05:30
Ankush Menat
f6751bf415 refactor: use event.status instead of event.event_type
Required after https://github.com/frappe/frappe/pull/21471
2023-07-11 19:02:43 +05:30
Corentin Flr
3229e2869c
fix(event)!: Move "Cancelled" to status instead of event_type (#21471) 2023-07-11 18:56:57 +05:30
Corentin Flr
e8a57c63ce
fix(setup_wizard): Don't send headers when exception happens on command line (#21641)
Co-authored-by: Corentin Forler <8860073-cforler_dokos@users.noreply.gitlab.com>
2023-07-11 18:41:13 +05:30
Shariq Ansari
7f1ec8b0a6
Merge pull request #21488 from HarryPaulo/calendar-translation-buttons 2023-07-11 18:38:11 +05:30
Shariq Ansari
517c006af0
Merge branch 'develop' into translated-autocomplete-options 2023-07-11 18:23:47 +05:30
Shariq Ansari
dd97f76e57
Merge branch 'develop' into fetch_from_fix 2023-07-11 18:23:37 +05:30
Shariq Ansari
d272333849
Merge branch 'develop' into calendar-translation-buttons 2023-07-11 18:23:06 +05:30
Shariq Ansari
3e012f4186
chore: linter fix 2023-07-11 18:22:49 +05:30
Shariq Ansari
59e38ccd7a fix: better fetch_if_empty (old fix #19586) 2023-07-11 18:10:27 +05:30
Ankush Menat
ec5abcb3f5 fix: populate form tour fields
closes https://github.com/frappe/frappe/issues/21455
2023-07-11 18:08:09 +05:30
rohitwaghchaure
84c5e556bf
fix: removed the output field from the console log (#21600) 2023-07-11 17:17:27 +05:30
dependabot[bot]
9d15768536
build(deps): bump semver from 5.7.1 to 5.7.2 (#21640)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-11 16:46:26 +05:30
Shariq Ansari
8577bbbb3c fix: translate exported filename 2023-07-11 16:29:00 +05:30
Shariq Ansari
94583340ec fix: translate autocomplete options label 2023-07-11 16:11:29 +05:30
Ankush Menat
d731db352a
Merge pull request #21596 from Saboti215/patch-1
feat: Add ability to use HTML fields in grids
2023-07-11 15:32:08 +05:30
Sabu Siyad
9cdebcfca7
fix: typo: form builder: Fetch Form -> Fetch From (#21635)
[skip ci]
2023-07-11 15:24:27 +05:30
Suraj Shetty
d363452b32
Merge pull request #21630 from maharshivpatel/fix-web-form 2023-07-11 14:18:03 +05:30
Suraj Shetty
9a035864d5
Merge pull request #21629 from anandbaburajan/attach_multiple_files_to_document_fix 2023-07-11 14:16:03 +05:30
Maharshi Patel
88450e6fdc fix: web form refresh_dependency on change
added refresh_dependency when value is changed in web form.
2023-07-11 14:03:41 +05:30
anandbaburajan
04f8d231a7 fix: dont stop next unattached file from being attached if file_url of first file is invalid 2023-07-11 12:37:29 +05:30
Tobias Schlößer
bcf837cbb5 feat: Add ability to use HTML fields in grids 2023-07-11 09:04:58 +02:00
anandbaburajan
638c9ea5b9 fix: dont stop next unattached file from being unattached 2023-07-11 12:30:07 +05:30
Raffael Meyer
391638ad28
feat: link address/contact without dynamic_link (#20865) 2023-07-10 21:21:02 +05:30
Suraj Shetty
5903c2495f fix: Use instead of .toString to avoid exception 2023-07-10 12:57:49 +05:30
Ankush Menat
0665712c1d ci: auto release beta 2023-07-10 12:47:36 +05:30
Sagar Vora
b4f1a2328b
fix: ignore naming series validation when generating repeated address name (#21568) 2023-07-10 10:51:55 +05:30
Ankush Menat
e6c0b1cab5
fix: cast label to string before comparing (#21614)
[skip ci]
2023-07-09 18:54:59 +05:30
Ankush Menat
1e4f4202f6
fix: form viewer with multiple docs (#21617) 2023-07-09 18:40:08 +05:30
Ankush Menat
8730de41f9
fix: Only clear doctype cache if specified (#21611) 2023-07-09 10:44:43 +05:30
Ritwik Puri
cb156b6f24
Merge pull request #21460 from nabinhait/minor-fix-111
fix: Added option for setting default in Report filters
2023-07-06 23:52:30 +05:30
Sagar Vora
60b7b85341
fix: invalid usage of before_export in report (#21602) 2023-07-06 15:20:30 +05:30
Shariq Ansari
211bf073c9
Merge pull request #21403 from rtdany10/connection-filter 2023-07-04 15:09:22 +05:30
Shariq Ansari
3b22fbcef9
Merge pull request #21582 from shariquerik/load-more-communication-fix 2023-07-04 14:53:35 +05:30
Ankush Menat
c5e6a13b32 chore: Add frappe school links 2023-07-04 14:50:53 +05:30
Shariq Ansari
5984bbbc46
Merge branch 'develop' into connection-filter 2023-07-04 14:49:04 +05:30
Shariq Ansari
3549fe78ef
Merge pull request #21419 from blaggacao/fix-field-replace 2023-07-04 12:56:58 +05:30
Shariq Ansari
972a386d86
Merge branch 'develop' into load-more-communication-fix 2023-07-04 12:43:50 +05:30
Shariq Ansari
b09107b3a4 fix: render load more button 2023-07-04 12:39:17 +05:30
Shariq Ansari
61372f476d fix: render 20 communications + load more button if response has 21 communications
communication also has automated messages which was missed in last PR
2023-07-04 12:38:56 +05:30
Shariq Ansari
76cc712f35 fix: load 21 communications to verify load more button is required or not. 2023-07-04 12:36:53 +05:30