Suraj Shetty
dcf2ef223c
Merge pull request #13284 from surajshetty3416/fix-email-tracker
4 роки тому
Suraj Shetty
52a0a905a7
test: Fix email tracker test case
4 роки тому
mergify[bot]
109c1882c5
Merge pull request #13293 from anandology/sendmail-issue-13292
fix: issue with sending emails
4 роки тому
Sagar Vora
3756461926
fix: set title attribute for grid header columns
4 роки тому
Sagar Vora
8513fdd34a
fix: missing semicolon
4 роки тому
Sagar Vora
1edd2f68d4
fix: condition for is_query_report
4 роки тому
Sagar Vora
c1e0930e16
fix(Workspace): broken links for reports created with Report Builder
4 роки тому
Anand Chitipothu
114bdb5721
fix: issue with sending emails
The sendmail functionality got broken in recent refactoring to the email
module. The call to sendmail was passing from_addr and to_addrs in the
wrong order. This has been fixed.
Issue #13292
4 роки тому
leela
5b96b79ed4
refactor: incoming mails
4 роки тому
Gavin D'souza
ba7785eaa0
fix: Don't strip 'app' from doctype route names
After creation of a new document and going back would break routes for doctypes that start with 'App'. In observed instance, it would clips the “app” portion in the appraisal and appraisal-template.
4 роки тому
Suraj Shetty
b38a15aad7
fix: Check
4 роки тому
Suraj Shetty
925f1273d5
fix: Use email_account_doc to get track_email_status value
4 роки тому
Suraj Shetty
07cdab3902
fix: Add a command to properly extend class methods
4 роки тому
mergify[bot]
8e9432e40d
Merge pull request #13282 from revant/fix-node-utils
fix: set correct default redis async broker in node_utils
4 роки тому
Revant Nandgaonkar
ff21cd4fce
fix: set correct default redis async broker in node_utils
4 роки тому
Mohammad Hasnain Mohsin Rajan
58400d6214
Update frappe/core/doctype/document_naming_rule/document_naming_rule.js
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
4 роки тому
Joseph Marie Alba
e8d79030f7
fix: Python 3 issue on re ( #13230 )
Python 3 interprets string literals as Unicode strings, and therefore \s and \g are treated as escaped Unicode characters.
Fix: Declare RegEx pattern as a raw string instead by prepending r
4 роки тому
Mohammad Hasnain Mohsin Rajan
fa53c47e58
Update frappe/core/doctype/document_naming_rule/document_naming_rule.js
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
4 роки тому
Mohammad Hasnain Mohsin Rajan
3f056d147d
Update frappe/core/doctype/document_naming_rule/document_naming_rule.js
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
4 роки тому
Mohammad Hasnain Mohsin Rajan
bcb4c5182f
Update frappe/core/doctype/document_naming_rule/document_naming_rule.js
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
4 роки тому
Mohammad Hasnain Mohsin Rajan
c9dc4ee441
Update frappe/core/doctype/document_naming_rule/document_naming_rule.js
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
4 роки тому
Gavin D'souza
dfc23eb3a3
fix(test): Set admin password correctly
4 роки тому
mergify[bot]
ad5778275d
Merge pull request #13272 from netchampfaris/bundled-asset-abs-url
fix: Make bundled asset URL absolute always
4 роки тому
Faris Ansari
16ff2de946
fix: Make bundled asset URL absolute always
4 роки тому
Mohammad Hasnain Mohsin Rajan
e16988b887
chore: change description
4 роки тому
Mohammad Hasnain Mohsin Rajan
730bcc8c03
fix: do not explicitly commit
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
4 роки тому
Mohammad Hasnain Mohsin Rajan
969e2b6db9
fix: allow only system manager
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
4 роки тому
Gavin D'souza
4a814571a8
test: Added tests for Frappe APIs
* Added tests for /api/resource usage
* Added tests for /api/method base endpoints
4 роки тому
Gavin D'souza
10fe05da29
Merge branch 'develop' into api-updates
4 роки тому
Gavin D'souza
bcbc14d047
chore: Rename test suite and remove unused imports
4 роки тому
Gavin D'souza
98100437d0
chore: Renamed test files "appropriately"
4 роки тому
mergify[bot]
ed5ca19233
Merge pull request #13180 from alyf-de/fix_migrate_tree
fix: Ignore "lft" and "rgt" when importing/exporting fixtures
4 роки тому
mergify[bot]
831cedc423
Merge pull request #13150 from nikhilponnuru/workspace-deleted-issue
fix: Workspace not found error
4 роки тому
Suraj Shetty
d7b40ded9e
Merge branch 'develop' into workspace-deleted-issue
4 роки тому
Suraj Shetty
938317b6c0
Merge pull request #13148 from frappe/dependabot/npm_and_yarn/lodash-4.17.21
4 роки тому
mergify[bot]
11285db686
Merge pull request #13266 from szufisher/fix-13167
fix: grid copy from excel with header, field label in user language
4 роки тому
Suraj Shetty
f6db458abc
Merge pull request #13162 from frappe/dependabot/npm_and_yarn/hosted-git-info-2.8.9
4 роки тому
Suraj Shetty
24244d1c7d
Merge branch 'develop' into fix-13167
4 роки тому
Suraj Shetty
6c107a4236
Merge branch 'develop' into dependabot/npm_and_yarn/hosted-git-info-2.8.9
4 роки тому
Suraj Shetty
da121994b0
Merge pull request #13269 from frappe/mergify/bp/develop/pr-13265
4 роки тому
Gavin D'souza
fc86458d3e
fix: Increase timeout for window close
On mobile view, window.close would block rendering the print view.
Increasing the timeout to 10s from 1s helps
(cherry picked from commit b341167ffc
)
4 роки тому
Suraj Shetty
321673fec3
Merge pull request #13268 from frappe/mergify/bp/develop/pr-13263
fix: Set home workspace as first available for user (backport #13263 )
4 роки тому
Gavin D'souza
42f2d87a68
fix: Set home workspace as first available for user
The default Build Workspace may not be available for all users
depending on Role/Permissions settings. To handle this, instead of
assuming everyone gets Build, we'll dynamically pick from the
available workspaces instead
(cherry picked from commit 3b42738947
)
4 роки тому
Suraj Shetty
00af014cca
Merge pull request #13247 from gavindsouza/doc-actions-mobile
4 роки тому
Fisher Yu
02623d870e
fix: grid copy from excel with header, field label in user language
fix grid copy from excel with header row, support field label in user language
4 роки тому
gavin
b9f884ee67
Merge pull request #13243 from gavindsouza/deprecation-warnings
fix: Hide all warnings in frappe commands
4 роки тому
Gavin D'souza
33ba6494f8
Merge branch 'develop' into deprecation-warnings
4 роки тому
Gavin D'souza
8328e03d0d
fix: Unstrip better to handle multi line outputs in smaller
terminal sizes
4 роки тому
Gavin D'souza
8cc6804850
fix: Show deprecation warnings only if DEV_SERVER is set
This will show warnings in bench start commands by default as this
envvar is set.
4 роки тому
Gavin D'souza
2dde3a9b01
fix: Hide all warnings in frappe commands
Hide all warnings when triggered via frappe.utils.bench_helper
4 роки тому