Suraj Shetty
e6d701b038
refactor: Use clear_website_cache instead of clear_cache
2021-05-25 15:02:18 +05:30
Suraj Shetty
ca56b21290
test: Check all cases of setting homepage
2021-05-25 15:01:20 +05:30
Suraj Shetty
d88ce8e807
test: Add test to check replacement of {next} & {index} identifiers
2021-05-25 13:32:20 +05:30
Suraj Shetty
86897c1808
refactor: Remove render.py and move all utility functions to utils.py
...
- Replace or remove all render imports
2021-05-25 10:53:35 +05:30
Suraj Shetty
8317e00712
refactor: Rename page_controllers folder to page_renderers
2021-05-25 09:27:26 +05:30
Suraj Shetty
bb68dd7323
fix: Add comment properties back with deprecation warning
2021-05-25 09:24:32 +05:30
Suraj Shetty
d0915a709b
fix: Make http_status_code non mandatory
2021-05-25 08:22:45 +05:30
Suraj Shetty
70a8bd5945
refactor: Rename validate function to can_render
2021-05-25 08:21:06 +05:30
Suraj Shetty
cbd00179cb
fix: Move set_missing_values to base_template_page
...
- Since it is common for all inherited pages from base_template_page
2021-05-24 22:31:23 +05:30
Suraj Shetty
63ce0c5136
fix: Fallback to template_path if template is not set
2021-05-24 21:53:09 +05:30
Suraj Shetty
15f5b697d3
fix: Website template path
2021-05-24 19:52:31 +05:30
Suraj Shetty
1a0a095b34
fix: Template path for document_page
2021-05-24 14:55:42 +05:30
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