Suraj Shetty
aa6f8b9734
Merge branch 'develop' of https://github.com/frappe/frappe into refactor-website
2021-05-24 11:24:29 +05:30
Rushabh Mehta
03efb18571
Merge pull request #13044 from alyf-de/fix_number_format_de
...
fix: default number format for germany
2021-05-24 09:41:02 +05:30
Suraj Shetty
d6f8fc7429
Merge pull request #13306 from surajshetty3416/fix-script-manager
...
fix: Use extend_cscript in make to properly extend functions of class
2021-05-24 09:07:19 +05:30
Suraj Shetty
4410813502
fix: Use extend_cscript in make to properly extend functions of class
2021-05-24 09:05:00 +05:30
Suraj Shetty
b5b8810945
Merge pull request #13300 from surajshetty3416/fix-extend-cscript
2021-05-23 13:38:38 +05:30
Suraj Shetty
dcf2ef223c
Merge pull request #13284 from surajshetty3416/fix-email-tracker
2021-05-22 23:54:23 +05:30
Suraj Shetty
52a0a905a7
test: Fix email tracker test case
2021-05-22 20:44:48 +05:30
mergify[bot]
109c1882c5
Merge pull request #13293 from anandology/sendmail-issue-13292
...
fix: issue with sending emails
2021-05-22 12:11:18 +00:00
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
Suraj Shetty
b38a15aad7
fix: Check
2021-05-21 17:35:02 +05:30
Suraj Shetty
925f1273d5
fix: Use email_account_doc to get track_email_status value
2021-05-21 17:11:14 +05:30
Suraj Shetty
07cdab3902
fix: Add a command to properly extend class methods
2021-05-21 17:01:28 +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
Suraj Shetty
d7696f5f95
test: Add test files
2021-05-20 13:44:35 +05:30
Suraj Shetty
0a89c9e32e
fix: Add canonical link
2021-05-20 13:25:04 +05:30
Suraj Shetty
5bd8010681
style: Translate string
2021-05-20 13:24:44 +05:30
Suraj Shetty
948d7d2b56
test: Add sidebar test
2021-05-20 13:20:05 +05:30
Suraj Shetty
68e2dfa499
Merge branch 'develop' of https://github.com/frappe/frappe into refactor-website
2021-05-20 12:57:23 +05:30
Suraj Shetty
358ad7ec8f
Merge branch 'refactor-website' of github.com:rmehta/frappe into refactor-website
2021-05-20 12:57:05 +05:30
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
Suraj Shetty
862b5320b6
refactor: Move code to appropriate files
...
- Delete unused resolve_route method
- move resolve_path & resolve_redirect to path_resolver
- Remove redirect.py
2021-05-20 01:29:02 +05:30
Suraj Shetty
132434cc94
refactor: Delete unused code
2021-05-20 01:23:54 +05:30
Suraj Shetty
adb4bc8e30
refactor: Delete unused code
2021-05-19 19:08:22 +05:30
Suraj Shetty
c26c5d9ef0
feat: Add is_valid_path method to PathResolver
2021-05-19 19:04:16 +05:30
Suraj Shetty
68aa1805aa
fix: Exception handling
2021-05-19 14:03:31 +05:30
Suraj Shetty
0b37e0dbd7
fix: Check if resolved file_path in StaticPage is a file
2021-05-19 13:55:45 +05:30
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
b193666c71
fix: Do not set content type for paths ending with .com
...
To avoid unnecessary download
2021-05-19 11:34:04 +05:30