Ankush Menat
91bbeb8ec1
fix: version bump regex in automated release ( #17725 )
il y a 2 ans
mergify[bot]
207f21da24
refactor: use separate config key for encryption ( #17720 ) ( #17722 )
(cherry picked from commit bdeb032fba
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
il y a 2 ans
Sagar Vora
6f86f4288a
Merge pull request #17721 from frappe/mergify/bp/version-14-hotfix/pr-17682
refactor: improve `frappe.only_for` (backport #17682 )
il y a 2 ans
Sagar Vora
6816f83fc2
fix: translate each role
(cherry picked from commit eb1c9fff68
)
il y a 2 ans
Sagar Vora
f7ce174bdf
fix: use `throw`
(cherry picked from commit 74c26ac34d
)
il y a 2 ans
Sagar Vora
c66fa289e3
fix: use warn util
(cherry picked from commit 53118367b2
)
il y a 2 ans
Sagar Vora
e27d5967a9
refactor: improve `frappe.only_for`
(cherry picked from commit 61ec026712
)
il y a 2 ans
mergify[bot]
594944a0f5
fix: set /app as redirect for pageview home button ( #17715 ) ( #17717 )
(cherry picked from commit 9b620bb648
)
Co-authored-by: Ritwik Puri <ritwikpuri5678@gmail.com>
il y a 2 ans
mergify[bot]
306af63b8d
fix: max_positive_value for Integer types ( #17712 ) ( #17714 )
* fix: max_positive_value for Integer types
* style: formatting
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
(cherry picked from commit d88d9f5186
)
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com>
il y a 2 ans
mergify[bot]
1655fb39c8
perf: reduce DB call in `frappe.client.get` ( #17665 ) ( #17711 )
(cherry picked from commit ebb0cd13fe
)
Co-authored-by: Sagar Vora <sagar@resilient.tech>
il y a 2 ans
mergify[bot]
f05b517782
fix: Append to condition misleading message ( #17696 ) ( #17709 )
* Update Append to doctype description
Hello,
To append email to a doctype to enable automatic creation, there are two required fields listed

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.

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
(cherry picked from commit 2d1fe02dba
)
Co-authored-by: P-Godfroid <109596710+P-Godfroid@users.noreply.github.com>
il y a 2 ans
mergify[bot]
fc230b4f27
perf: specify reference doctype in filters ( #17704 )
(cherry picked from commit 183f60232c
)
Co-authored-by: Sagar Vora <sagar@resilient.tech>
il y a 2 ans
mergify[bot]
a5d576f82c
fix(global_search): Trigger rebuilding on Custom Field's property change ( #17706 )
(cherry picked from commit 3863d9bb80
)
Co-authored-by: Gavin D'souza <gavin18d@gmail.com>
il y a 2 ans
Ankush Menat
6c0992e4a4
ci: v14 meta stuff ( #17701 )
* ci: mergify v14 hotfix and develop backports
* ci: setup automated releases for v14
il y a 2 ans
Suraj Shetty
5ff15f3026
chore: Bump version to v14
il y a 2 ans
Suraj Shetty
5ec13b0580
chore: Add v14 change log
il y a 2 ans
Raffael Meyer
e72a02e42c
feat: translate indian number system symbols ( #17694 )
il y a 2 ans
Shariq Ansari
3927522873
fix: Show Report & Dashboard View for File Doctype ( #17688 )
il y a 2 ans
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.
il y a 2 ans
Shariq Ansari
4b9493a921
fix: import translate.js before utils.js ( #17693 )
il y a 2 ans
Ankush Menat
01fbd035a7
ci: label test requirement ( #17691 )
[skip ci]
il y a 2 ans
Shariq Ansari
c478673367
fix: allow to import time field ( #17677 )
il y a 2 ans
Ankush Menat
9485c31f16
chore: typo
missed out in last commit
il y a 2 ans
Ankush Menat
d9e62303a4
fix: translatable short number symbol ( #17689 )
il y a 2 ans
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
il y a 2 ans
Ankush Menat
b836f2070f
Merge pull request #17680 from phot0n/clear-password
fix: clear password when saving email account with Oauth
il y a 2 ans
phot0n
16f9a2e811
fix: clear password when saving account with Oauth
il y a 2 ans
Ankush Menat
13148750ae
Merge pull request #17673 from vishdha/DEP-368
fix: Dropdown selection list in Reports should be translatable
il y a 2 ans
Shariq Ansari
1b9aef4034
fix: Rating field value is faulty in list view ( #17672 )
il y a 2 ans
Ankush Menat
88ad1c9458
Merge pull request #17583 from ankush/realtime_viewer
fix(realtime): "X is viewing" doc broken
il y a 2 ans
Ankush Menat
c8843e8703
ci: dont install from mariadb repo
il y a 2 ans
Ankush Menat
734bc7681b
fix(realtime): "X is viewing" doc broken
il y a 2 ans
Sagar Vora
fac7460fb8
chore: remove duplicate field in `get_version` ( #17674 )
il y a 2 ans
vishdha
b2cf378918
fix: Dropdown selection list in Reports should be translatable
il y a 2 ans
Sagar Vora
6102c1be4e
chore: remove obsolete whitelisting from `get_link_title_doctypes` ( #17664 )
il y a 2 ans
Raffael Meyer
8fa2caa4a2
fix: return promise ( #17646 )
il y a 2 ans
Shariq Ansari
a772cc0796
fix: removing unused import line ( #17654 )
il y a 2 ans
Ankush Menat
2532bea2f1
Merge pull request #17610 from ankush/involved_user_first
fix(UX): mentions - prioritize involved users
il y a 2 ans
Shariq Ansari
4fadc21d85
feat: Role based permission for Dashboard Chart ( #17634 )
il y a 2 ans
Nabin Hait
8fe4fa72ef
fix: hide border for a section break ( #17653 )
il y a 2 ans
gavin
9c84a7cfd9
Merge pull request #17652 from gavindsouza/bench-build-no_retry
fix: Don't retry asset caching in CI or developer_mode
il y a 2 ans
gavin
c8749b2ddd
Merge pull request #17516 from ChillarAnand/file
fix: Check for file url before validating remote file
il y a 2 ans
Gavin D'souza
ef234da171
fix: Don't retry asset caching in CI or developer_mode
il y a 2 ans
Suraj Shetty
04d6fbb628
Merge pull request #17648 from surajshetty3416/fix-notification-indicator
il y a 2 ans
Suraj Shetty
ae9dac0251
Merge branch 'develop' into fix-notification-indicator
il y a 2 ans
Suraj Shetty
ed4412c55a
fix: Show notification indicator badge only if there are unread notifications
il y a 2 ans
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
il y a 2 ans
Aditya Hase
97429e8012
fix(report-view): Honor disable_auto_refresh and disable_count ( #17641 )
il y a 2 ans
Suraj Shetty
3de50b1c84
Merge pull request #17625 from netchampfaris/update-progress-bar-absolute
il y a 2 ans
Faris Ansari
21bbe18cc4
fix: absolute option for terminal progress bar
il y a 2 ans