Commit graph

32886 commits

Author SHA1 Message Date
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
2021-05-22 11:05:39 +05:30
mergify[bot]
8e9432e40d
Merge pull request #13282 from revant/fix-node-utils
fix: set correct default redis async broker in node_utils
2021-05-21 11:18:24 +00:00
Revant Nandgaonkar
ff21cd4fce fix: set correct default redis async broker in node_utils 2021-05-21 16:09:43 +05:30
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
2021-05-21 13:14:33 +05:30
mergify[bot]
ad5778275d
Merge pull request #13272 from netchampfaris/bundled-asset-abs-url
fix: Make bundled asset URL absolute always
2021-05-20 15:15:45 +00:00
Faris Ansari
16ff2de946 fix: Make bundled asset URL absolute always 2021-05-20 20:22:14 +05:30
mergify[bot]
ed5ca19233
Merge pull request #13180 from alyf-de/fix_migrate_tree
fix: Ignore "lft" and "rgt" when importing/exporting fixtures
2021-05-20 10:56:44 +00:00
mergify[bot]
831cedc423
Merge pull request #13150 from nikhilponnuru/workspace-deleted-issue
fix: Workspace not found error
2021-05-20 06:23:02 +00:00
Suraj Shetty
d7b40ded9e
Merge branch 'develop' into workspace-deleted-issue 2021-05-20 11:41:49 +05:30
Suraj Shetty
938317b6c0
Merge pull request #13148 from frappe/dependabot/npm_and_yarn/lodash-4.17.21 2021-05-20 10:24:32 +05:30
mergify[bot]
11285db686
Merge pull request #13266 from szufisher/fix-13167
fix: grid copy from excel with header, field label in user language
2021-05-20 04:44:16 +00:00
Suraj Shetty
f6db458abc
Merge pull request #13162 from frappe/dependabot/npm_and_yarn/hosted-git-info-2.8.9 2021-05-20 10:11:19 +05:30
Suraj Shetty
24244d1c7d
Merge branch 'develop' into fix-13167 2021-05-20 09:58:04 +05:30
Suraj Shetty
6c107a4236
Merge branch 'develop' into dependabot/npm_and_yarn/hosted-git-info-2.8.9 2021-05-20 09:51:57 +05:30
Suraj Shetty
da121994b0
Merge pull request #13269 from frappe/mergify/bp/develop/pr-13265 2021-05-20 09:48:07 +05:30
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 b341167ffc37b1b93bdf1d712406c1d730746fd6)
2021-05-20 04:16:21 +00:00
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)
2021-05-20 09:45:31 +05:30
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 3b427389473fc4fbf3e31e3c936dd6023427ab36)
2021-05-20 04:14:34 +00:00
Suraj Shetty
00af014cca
Merge pull request #13247 from gavindsouza/doc-actions-mobile 2021-05-20 09:40:33 +05:30
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
2021-05-20 10:39:56 +08:00
gavin
b9f884ee67
Merge pull request #13243 from gavindsouza/deprecation-warnings
fix: Hide all warnings in frappe commands
2021-05-19 13:48:14 +05:30
Gavin D'souza
33ba6494f8 Merge branch 'develop' into deprecation-warnings 2021-05-19 13:18:13 +05:30
Gavin D'souza
8328e03d0d fix: Unstrip better to handle multi line outputs in smaller
terminal sizes
2021-05-19 13:17:29 +05:30
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.
2021-05-19 13:16:16 +05:30
Gavin D'souza
2dde3a9b01 fix: Hide all warnings in frappe commands
Hide all warnings when triggered via frappe.utils.bench_helper
2021-05-19 12:47:57 +05:30
dependabot-preview[bot]
44c481a893
chore(deps): [security] bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. **This update includes a security fix.**
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-19 06:22:02 +00:00
Suraj Shetty
b5cb40aa91
Merge pull request #13257 from josejibin/fix/session-clearing-postgres
fix: session clearing query on postgres
2021-05-19 10:33:18 +05:30
j
746c55624b Fix: session clearing query on postgres
`user` is a postgres keyword. To avoid conflict,
use table_name.user
2021-05-19 09:49:27 +05:30
Faris Ansari
dc539ff21c fix: Set node version to 14 for publish assets 2021-05-18 17:06:26 +05:30
dependabot-preview[bot]
6b5680c0ac
chore(deps): [security] bump lodash from 4.17.20 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. **This update includes a security fix.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-18 11:30:36 +00:00
Suraj Shetty
e9cf28bcdb
Merge pull request #12883 from netchampfaris/esbuild 2021-05-18 16:59:11 +05:30
Faris Ansari
f6cd91be58 fix: Show warning for incompatible node version 2021-05-18 16:47:38 +05:30
Faris Ansari
c5c50c290e fix: redis createClient call 2021-05-18 15:48:18 +05:30
Faris Ansari
792dd70730 fix: Handle AttributeError 2021-05-18 14:05:56 +05:30
Faris Ansari
f234761755 fix: Translate error message 2021-05-18 13:45:15 +05:30
Faris Ansari
355a9e7e7b fix: Use safe_eval instead eval 2021-05-18 13:42:14 +05:30
Faris Ansari
807070282c fix: Abort redis retries only for esbuild 2021-05-18 13:41:57 +05:30
Faris Ansari
dc04fe9ed6 fix: Handle decode error when getting value from cache 2021-05-18 13:40:47 +05:30
Faris Ansari
d90660affe fix: Set node to version 14 again 2021-05-18 13:09:28 +05:30
mergify[bot]
febde8d5e6
Merge pull request #13141 from pateljannat/modal-minimize-scroll-issue
fix: minimize modal scroll issue
2021-05-18 06:44:55 +00:00
Gavin D'souza
14cc6fd546 fix: Show button group hierarchy in menu item label 2021-05-18 11:58:09 +05:30
Gavin D'souza
6a1bbb2ff3 feat: Add document actions in mobile view 2021-05-18 11:37:40 +05:30
mergify[bot]
976a250b88
Merge pull request #13184 from marination/radio-buttons
feat: Add global style for radio buttons
2021-05-17 16:58:03 +00:00
Suraj Shetty
a54411750f
Merge branch 'develop' into esbuild 2021-05-17 22:10:46 +05:30
Suraj Shetty
2fef9fedd6
Merge branch 'develop' into radio-buttons 2021-05-17 22:09:50 +05:30
Suraj Shetty
bccdb2c63f
Merge branch 'develop' into modal-minimize-scroll-issue 2021-05-17 22:09:35 +05:30
Suraj Shetty
8c8291ae38
fix: Delete duplicate validate_url method 2021-05-17 22:09:19 +05:30
Suraj Shetty
3601fa39a0
Merge branch 'develop' into modal-minimize-scroll-issue 2021-05-17 22:00:21 +05:30
Suraj Shetty
19952fee1b
Merge branch 'develop' into radio-buttons 2021-05-17 21:43:46 +05:30
Suraj Shetty
6a93ebc143
Merge branch 'develop' into workspace-deleted-issue 2021-05-17 12:40:51 +05:30