Commit graph

39146 commits

Author SHA1 Message Date
Sagar Vora
ebb0cd13fe
perf: reduce DB call in frappe.client.get (#17665) 2022-08-02 15:38:39 +05:30
P-Godfroid
2d1fe02dba
fix: Append to condition misleading message (#17696)
* Update Append to doctype description

Hello,

To append email to a doctype to enable automatic creation, there are two required fields listed
![image](https://user-images.githubusercontent.com/109596710/182173486-d7141ec9-451d-4de9-8303-a8e8dbd289bf.png)

However, there is a third one required which is lacking in the above description (as seen below), because the email settings of the document must be enabled.
![image_2022-08-01_163225456](https://user-images.githubusercontent.com/109596710/182173390-7285e92f-6f04-4e42-a215-ad45e50e0fd3.png)

I propose to simply modify the sentence to the following :

Append as communication against this DocType (must have fields ("Status", "Subject") and "Sender" defined in the related doctype Email Settings).


To avoid any problem, in the code, it becomes the following : 
Append as communication against this DocType (must have fields (\"Status\", \"Subject\") and \"Sender\" defined in the related doctype Email Settings).


The same must be applied in email_domain.json and in lots of csv in translations of course.

Pierre

* Update email_domain.json

* Updated sentence email account

* Updated sentence of email domain

* More brackets

* More brackets

* Typo

* Update email_account.json

* No dot
2022-08-02 15:20:19 +05:30
Ankush Menat
63c3c8ff84
Merge pull request #17702 from gavindsouza/global-search-fixes
fix(global_search): Trigger rebuilding on Custom Field's `in_global_search` property change
2022-08-02 15:06:36 +05:30
Ankush Menat
bbb6451636
Merge pull request #17700 from resilient-tech/perf-doc-follow
perf(Document Follow): specify reference doctype in filters
2022-08-02 14:58:34 +05:30
Gavin D'souza
3863d9bb80 fix(global_search): Trigger rebuilding on Custom Field's property change 2022-08-02 14:49:04 +05:30
dependabot[bot]
3c4840f208
chore(deps): bump actions/labeler from 3 to 4 (#17698)
Bumps [actions/labeler](https://github.com/actions/labeler) from 3 to 4.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-02 11:50:48 +05:30
Ankush Menat
d3343a6cd8 ci: mergify v14 hotfix and develop backports 2022-08-02 11:47:27 +05:30
Sagar Vora
183f60232c perf: specify reference doctype in filters 2022-08-02 06:15:00 +05:30
Raffael Meyer
e72a02e42c
feat: translate indian number system symbols (#17694) 2022-08-01 19:08:02 +05:30
Shariq Ansari
3927522873
fix: Show Report & Dashboard View for File Doctype (#17688) 2022-08-01 19:05:30 +05:30
Ankush Menat
2e85a49fd2
refactor: remove test doctype from core (#17598)
This was commited by mistake, instead of using the test doctype, create
it on demand for tests.
2022-08-01 19:05:13 +05:30
Shariq Ansari
4b9493a921
fix: import translate.js before utils.js (#17693) 2022-08-01 17:45:29 +05:30
Ankush Menat
01fbd035a7
ci: label test requirement (#17691)
[skip ci]
2022-08-01 15:30:03 +05:30
Shariq Ansari
c478673367
fix: allow to import time field (#17677) 2022-08-01 14:50:40 +05:30
Ankush Menat
9485c31f16 chore: typo
missed out in last commit
2022-08-01 14:31:53 +05:30
Ankush Menat
d9e62303a4
fix: translatable short number symbol (#17689) 2022-08-01 14:20:59 +05:30
Raffael Meyer
038aed7e27
feat: number shortening in German (#17662)
* feat: number shortening in German

* feat: don't forget Liechtenstein

* feat: number system

- extract into a separate file
- add other countries with indian system
- add german translations

* refactor: get_number_system
2022-08-01 12:46:58 +05:30
Ankush Menat
b836f2070f
Merge pull request #17680 from phot0n/clear-password
fix: clear password when saving email account with Oauth
2022-07-30 20:40:16 +05:30
phot0n
16f9a2e811 fix: clear password when saving account with Oauth 2022-07-30 00:03:02 +05:30
Ankush Menat
13148750ae
Merge pull request #17673 from vishdha/DEP-368
fix: Dropdown selection list in Reports should be translatable
2022-07-29 21:23:30 +05:30
Shariq Ansari
1b9aef4034
fix: Rating field value is faulty in list view (#17672) 2022-07-29 20:52:45 +05:30
Ankush Menat
88ad1c9458
Merge pull request #17583 from ankush/realtime_viewer
fix(realtime): "X is viewing" doc broken
2022-07-29 17:53:47 +05:30
Ankush Menat
c8843e8703 ci: dont install from mariadb repo 2022-07-29 16:36:35 +05:30
Ankush Menat
734bc7681b fix(realtime): "X is viewing" doc broken 2022-07-29 16:36:35 +05:30
Sagar Vora
fac7460fb8
chore: remove duplicate field in get_version (#17674) 2022-07-29 15:10:01 +05:30
vishdha
b2cf378918 fix: Dropdown selection list in Reports should be translatable 2022-07-29 14:52:50 +05:30
Sagar Vora
6102c1be4e
chore: remove obsolete whitelisting from get_link_title_doctypes (#17664) 2022-07-29 12:03:06 +05:30
Raffael Meyer
8fa2caa4a2
fix: return promise (#17646) 2022-07-29 10:49:13 +05:30
Shariq Ansari
a772cc0796
fix: removing unused import line (#17654) 2022-07-29 10:24:49 +05:30
Ankush Menat
2532bea2f1
Merge pull request #17610 from ankush/involved_user_first
fix(UX): mentions - prioritize involved users
2022-07-28 18:31:28 +05:30
Shariq Ansari
4fadc21d85
feat: Role based permission for Dashboard Chart (#17634) 2022-07-28 18:29:33 +05:30
Nabin Hait
8fe4fa72ef
fix: hide border for a section break (#17653) 2022-07-28 18:01:53 +05:30
gavin
9c84a7cfd9
Merge pull request #17652 from gavindsouza/bench-build-no_retry
fix: Don't retry asset caching in CI or developer_mode
2022-07-28 17:48:25 +05:30
gavin
c8749b2ddd
Merge pull request #17516 from ChillarAnand/file
fix: Check for file url before validating remote file
2022-07-28 15:53:52 +05:30
Gavin D'souza
ef234da171 fix: Don't retry asset caching in CI or developer_mode 2022-07-28 15:40:13 +05:30
Suraj Shetty
04d6fbb628
Merge pull request #17648 from surajshetty3416/fix-notification-indicator 2022-07-28 10:41:45 +05:30
Suraj Shetty
ae9dac0251
Merge branch 'develop' into fix-notification-indicator 2022-07-28 10:41:19 +05:30
Suraj Shetty
ed4412c55a fix: Show notification indicator badge only if there are unread notifications 2022-07-28 10:37:08 +05:30
Ritwik Puri
cb6438158b
fix: don't use cache for sequence in mariadb (#17640)
* fix: don't use cache for sequence in mariadb

* chore: update sequence related comments
2022-07-27 22:46:56 +05:30
Aditya Hase
97429e8012
fix(report-view): Honor disable_auto_refresh and disable_count (#17641) 2022-07-27 19:21:13 +05:30
Suraj Shetty
3de50b1c84
Merge pull request #17625 from netchampfaris/update-progress-bar-absolute 2022-07-27 16:55:49 +05:30
Faris Ansari
21bbe18cc4 fix: absolute option for terminal progress bar 2022-07-27 12:37:19 +05:30
Suraj Shetty
d66333d316
Merge pull request #16224 from phot0n/remove-payment-gateways 2022-07-27 12:18:14 +05:30
Shariq Ansari
f26894936e
fix: grid search breaks if filter from other grid pages (#17632) 2022-07-27 11:27:23 +05:30
phot0n
ed39d2c6ed chore: remove payments params from webform's whitelisted accept fuction 2022-07-27 11:00:02 +05:30
Shariq Ansari
0b9a9ebfac
fix: load avatars of user in notification dropdown (#17630) 2022-07-27 10:42:01 +05:30
phot0n
cd2664bf99 chore: remove get_payment_gateway_controller safe global 2022-07-26 23:18:23 +05:30
phot0n
a1ffcb37ee chore: remove payments fields from edit_profile, request_data & request_to_delete_data webforms 2022-07-26 23:17:05 +05:30
phot0n
332919317d chore: remove payments_tab from web form 2022-07-26 23:17:05 +05:30
phot0n
a2571b5490 chore: patch for deleting payment doctypes 2022-07-26 23:17:05 +05:30