Commit graph

36337 commits

Author SHA1 Message Date
Saqib Ansari
05bb38ea46 chore: fetch name only if first_document is checked 2022-02-09 12:32:26 +05:30
Saqib Ansari
105f8d8bc7 fix: form tour ui test 2022-01-31 11:24:08 +05:30
Saqib Ansari
1e8bed8ad6 Merge branch 'develop' of https://github.com/frappe/frappe into fix-form-tour 2022-01-31 11:09:46 +05:30
Rushabh Mehta
4962fb8fd0
Merge pull request #15786 from phot0n/drop-post-post-comment-doctypes
refactor!: remove post and post comment doctypes
2022-01-31 09:34:35 +05:30
mergify[bot]
386903388a
Merge pull request #15799 from hrwX/add_attach_in_fetch
feat: add Attach Image in add_fetch
2022-01-31 03:35:44 +00:00
hrwx
5e2bfbd04f feat: add Attach Image in add_fetch 2022-01-30 21:44:59 +00:00
mergify[bot]
7d5465b2e3
Merge pull request #15771 from OneiricIT/OneiricIT-webform-signaturefield
feat: signature field in webform
2022-01-30 07:27:58 +00:00
mergify[bot]
10bfad7dc1
Merge pull request #15768 from alyf-de/msgprint-title
fix: translate title in msgprint
2022-01-30 07:26:57 +00:00
Ankush Menat
eda052529b
fix: calling non-exisitng unescape method on HTML2Text (#15796)
test: xlsxutils
2022-01-30 12:17:02 +05:30
hrwx
ede9755649 fix: show sidebar in nav for md and sm screen size 2022-01-28 17:11:48 +01:00
phot0n
6baae86787 fix: patch for removing post and post comment doctypes 2022-01-28 21:07:18 +05:30
phot0n
e716a55932 refactor(minor): move frequently_visited_links from (now deleted) post to route_history 2022-01-28 20:55:24 +05:30
phot0n
17f8a70003 chore: remove post and post comment doctypes 2022-01-28 20:28:42 +05:30
Saqib Ansari
a5613720ed refactor: use set_fields_as_options 2022-01-28 17:32:50 +05:30
mergify[bot]
74964e04da
Merge pull request #15763 from gavindsouza/misc-fixes-6
fix!: Misc fixes
2022-01-28 10:17:13 +00:00
mergify[bot]
68034a4feb
Merge pull request #15777 from surajshetty3416/chat-removal-patch
fix: Add patch to remove chat related doctypes
2022-01-28 09:14:02 +00:00
Suraj Shetty
6f5feb05fa fix: Add patch to remove chat related doctypes 2022-01-28 14:24:26 +05:30
Oneiric
4e5c748fb8
feat: siganture field in webform 2022-01-28 10:42:11 +11:00
barredterra
20d9a78628 test: compare message instead of entire dict 2022-01-27 20:04:55 +01:00
barredterra
90b5664758 fix: translate title in msgprint 2022-01-27 19:23:24 +01:00
Faris Ansari
bf19ebdeb6
fix(boilerplate): add .gitkeep in public folder (#15765)
add .gitkeep file so that public folder is committed to git this is
needed because if public doesn't exist, bench build doesn't
symlink the public folder to sites/assets
2022-01-27 19:17:41 +05:30
Wolfram Schmidt
4718ebc2c3
chore: update translation for first day of week
Added translation connected to: https://github.com/frappe/frappe/pull/15669
2022-01-27 19:17:08 +05:30
Gavin D'souza
d01688bf2d fix: Don't set creation time during doctype sync 2022-01-27 18:33:26 +05:30
Gavin D'souza
487ff091c8 refactor(minor): email.make API
* Avoid double save if possible - seemed like it was added mistakenly,
  didnt find enough evidence for it's addition
* Avoid json.loads breaking if "" was passed for attachments
2022-01-27 18:31:01 +05:30
Gavin D'souza
6b6e10f7c5 fix: Log errors correctly
Prior to this, no tracebacks were logged and the body of the log only
had what was supposed to be the title
2022-01-27 18:29:57 +05:30
Gavin D'souza
de2bcb08b4 fix!: Drop six PY2 compatibility package 2022-01-27 18:28:04 +05:30
Gavin D'souza
5503e18817 chore(typing): Add typing, style fixes
This was going to be a fix at first. Until I realised it couldn't...so I
removed the changes and kept the things back that helped me debug the
issue
2022-01-27 18:27:35 +05:30
mergify[bot]
315f9bbf35
Merge pull request #15752 from shariquerik/image-in-sidebar-mobile-view
fix: Show image in sidebar in mobile view
2022-01-27 10:43:30 +00:00
Suraj Shetty
e0ac23d2de
Merge pull request #15759 from surajshetty3416/fix-text-editor-style 2022-01-27 15:59:04 +05:30
Faris Ansari
be41896d60
revert: server script errors (#15758)
#15334 added a change where all exceptions are caught when a server
script is executed, which makes validation errors useless. reverting this
for now, until we find a better solution.
2022-01-27 15:37:17 +05:30
Saqib Ansari
b5ebf062cb refactor: replace Link field with Select field 2022-01-27 15:21:47 +05:30
Suraj Shetty
0b2015f498 fix: Make text-editor resizable 2022-01-27 15:17:38 +05:30
Suraj Shetty
1569aa768c fix: Code block style 2022-01-27 15:12:04 +05:30
Shariq Ansari
6a4b71c75c
Merge branch 'develop' into image-in-sidebar-mobile-view 2022-01-27 13:56:58 +05:30
tundebabzy
38caf3bb22
fix(File): Handle file_path is None (#15552)
* fix: S3 automatic backup fails when the backup folder is empty

* Removed conditional that returns early when
`file_path` argument is invalid i.e `None` or empty string.

This means though that the function will throw an exception if it
receives such invalid input so devs should check their inputs before
calling the function

Co-authored-by: Mohammad Hasnain Mohsin Rajan <hasnain2808@gmail.com>

Co-authored-by: Mohammad Hasnain Mohsin Rajan <hasnain2808@gmail.com>
2022-01-27 13:29:43 +05:30
Shariq Ansari
0a243defd3 fix: Show image in sidebar in mobile view for item 2022-01-27 13:28:36 +05:30
mergify[bot]
028bb9eb06
Merge pull request #15722 from hrwX/virtual_dt
feat: get_count, get_stats for virtual doctype
2022-01-27 04:39:57 +00:00
mergify[bot]
3c8898af47
Merge pull request #15744 from ankush/patch/empty_file
fix: ignore empty `patches.txt` file
2022-01-27 04:34:18 +00:00
Ankush Menat
20a1c074b5 test: all known patches.txt format parsing 2022-01-27 09:51:03 +05:30
Ankush Menat
8b30b61c3e fix: allow empty patches.txt 2022-01-27 09:34:41 +05:30
mergify[bot]
5a9074f978
Merge pull request #15740 from surajshetty3416/remove-email-salutation
fix: Remove salutation from email composer
2022-01-27 03:47:50 +00:00
Suraj Shetty
615c1d00f6
Merge branch 'develop' into remove-email-salutation 2022-01-26 18:41:36 +05:30
Ankush Menat
e5eca8232f
fix: dont auto drop manually created index on text types (#15739) 2022-01-26 17:47:30 +05:30
Rushabh Mehta
d8476de6b0
Merge pull request #15335 from shariquerik/wspace-new-design
feat: Workspace 2.0 new design 🎉
2022-01-26 15:33:55 +05:30
hrwx
dbb609bd0b chore: review changes 2022-01-26 09:12:42 +00:00
mergify[bot]
bca9205b64
Merge pull request #15707 from ruchamahabal/fix-user-type
fix(User Type): Select perms not updated for link fields in child table
2022-01-26 06:11:04 +00:00
mergify[bot]
b81879e511
Merge pull request #15568 from resilient-tech/fix-customize-form-renaming
fix(Customize Form): delete translation for renaming only if label is empty
2022-01-26 05:57:34 +00:00
mergify[bot]
3f25d1c6b2
Merge pull request #15730 from shariquerik/fix-report-view-ui-test
test: flaky report_view UI test fix
2022-01-26 05:55:12 +00:00
Ankush Menat
fd227d38f4
feat: post model-sync patches (#15351)
Ability to run a few patches after the doctype model schema is synced.

Read module-level docstring of patch_handler.py for more info.
2022-01-26 11:21:30 +05:30
Suraj Shetty
a90a9ed807 fix: Remove salutation from email
Reasons:
- It shows up only when few conditons (which are not very clear) are met. Since the behaviour is not consistent it creates unnecessary confusion
- Salutations are not configurable. Not all users want to start their email with "Dear" in which case they have to clear it first.
2022-01-26 09:33:21 +05:30