Commit graph

37570 commits

Author SHA1 Message Date
Suraj Shetty
dff622d38e
Merge pull request #16631 from surajshetty3416/fix-webform 2022-04-15 18:45:46 +05:30
Suraj Shetty
bb4c2a80a3
Merge branch 'frappe:develop' into fix-webform 2022-04-15 18:41:35 +05:30
Suraj Shetty
3c1175ea15 fix: Directly pass link_title_doctypes instead of calling it
To avoid permission error
2022-04-15 18:41:07 +05:30
HENRY Florian
0ae7248847
fix: update translation (#16623) 2022-04-14 22:43:57 +05:30
Deepesh Garg
2af2b80ba6
feat: Expose add index in exec_globals (#16605)
* feat: Expose add index in exec_globals

* fix: Linting issues
2022-04-14 18:59:39 +05:30
mergify[bot]
6890f83324
Merge pull request #16591 from netchampfaris/allow-multiple-client-scripts
feat: allow multiple client scripts
2022-04-14 12:48:18 +00:00
mergify[bot]
b0de2dda1d
Merge pull request #16624 from ankush/autoname_field_validation
fix: extend autoname validation to child items
2022-04-14 11:46:17 +00:00
Ankush Menat
a615c60be4 test: naming on child tables 2022-04-14 16:33:23 +05:30
Ankush Menat
b409a7eeba fix: extend autoname validation to child items 2022-04-14 15:16:59 +05:30
mergify[bot]
b8114eea9c
Merge pull request #16007 from netchampfaris/better-autocompletion-api
fix(ux): Images in Markdown
2022-04-14 08:07:21 +00:00
mergify[bot]
b656c8da58
Merge pull request #16610 from gavindsouza/reload-doc_force
fix: Obey force kwarg frappe.reload_doc
2022-04-14 06:28:23 +00:00
Gavin D'souza
5564f1e007 fix: Allow adding JSON fields via Customize Form 2022-04-14 09:52:26 +05:30
Shridhar Patil
39f8267a15
feat: added support for data type json (#16187)
> Please provide enough information so that others can review your pull request:

Added json support for postgres and mariadb



> Explain the **details** for making this change. What existing problem does the pull request solve?
https://github.com/frappe/frappe/projects/4#card-50160428


> Screenshots/GIFs
![json](https://user-images.githubusercontent.com/11792643/156367383-8f8492c2-3817-449d-a2dd-c983eeadbb48.gif)



---

**Previous attempts:** 

https://github.com/frappe/frappe/pull/8128
https://github.com/frappe/frappe/pull/7096


Docs: https://frappeframework.com/docs/v13/user/en/basics/doctypes/fieldtypes#json
2022-04-14 04:21:41 +00:00
mergify[bot]
5f0a95f8bd
Merge pull request #16449 from resilient-tech/refactor-_dict
refactor!: improved `frappe._dict`
2022-04-14 03:51:55 +00:00
Faris Ansari
168bf6d3e4 test: ui test for inserting image in markdown 2022-04-14 00:46:32 +05:30
Faris Ansari
5740dbb447 fix: handle attaching images in new form 2022-04-14 00:46:08 +05:30
Faris Ansari
32e4f932bb test: ui test for client scripts 2022-04-14 00:17:26 +05:30
Ankush Menat
2fbf8c905f
fix: dont override local proxies (#16611) 2022-04-13 20:44:10 +05:30
Gavin D'souza
3cd047becf fix: Obey force kwarg frappe.reload_doc 2022-04-13 19:22:46 +05:30
Faris Ansari
f4c363034e style: formatting 2022-04-13 18:40:32 +05:30
Faris Ansari
d94d30dacc test: set name to create client script 2022-04-13 18:36:44 +05:30
mergify[bot]
b193194484
Merge pull request #16608 from gavindsouza/allow-childtable-naming
fix!: Allow child table naming (autoname)
2022-04-13 12:48:36 +00:00
Gavin D'souza
03d542edce fix!: Allow child table naming 2022-04-13 17:32:58 +05:30
Faris Ansari
13cc0b9346 fix: FileUploader
- New option: crop_image_aspect_ratio to force an aspect ratio during cropping
- ImageCropper: Add aspect ratio buttons
2022-04-13 16:57:22 +05:30
Faris Ansari
ff1edcd217 feat: Drop images into Markdown fields 2022-04-13 16:55:33 +05:30
gavin
8ffbef08ae
Merge pull request #16509 from gavindsouza/kanban-fixes
fix: new Kanban Dialog
2022-04-13 14:54:31 +05:30
Shariq Ansari
9c0223650c
fix: Email Dialog 'To' field is not full width (#16603) 2022-04-13 14:20:56 +05:30
Faris Ansari
aa1fefee28 fix: pass context to autocompletions getter 2022-04-13 14:19:35 +05:30
Faris Ansari
f76542ffc4 fix: add image autocompletion in markdown fields 2022-04-13 14:19:35 +05:30
Faris Ansari
3ac6fd6ea4 fix: more flexible autocompletion api 2022-04-13 14:19:34 +05:30
mergify[bot]
18fec46c8c
Merge pull request #16604 from ankush/app_installer_fixes
fix: misc app installer fix
2022-04-13 08:38:53 +00:00
Ankush Menat
dad19e2c3f fix: required_apps blocks app install 2022-04-13 13:51:51 +05:30
Sagar Vora
77879933ce style: make changes as per linter 2022-04-13 13:21:01 +05:30
Ankush Menat
8269e8dd47 fix: ignore duplicate modules during install 2022-04-13 13:03:09 +05:30
Gavin D'souza
a65ace78eb Merge branch 'develop' of github.com:frappe/frappe into kanban-fixes 2022-04-13 13:00:06 +05:30
Sagar Vora
38959637e7
perf: move less expensive condition first
Co-authored-by: gavin <gavin18d@gmail.com>
2022-04-13 11:40:35 +05:30
Sagar Vora
93051389b1 fix: use isinstance instead of looping over __dict__ 2022-04-13 11:20:01 +05:30
Sagar Vora
d2dfc8c335 fix: define __slots__ to avoid __dict__ creation 2022-04-13 11:19:20 +05:30
Sagar Vora
594e653347 refactor: improved frappe._dict 2022-04-13 11:19:19 +05:30
gavin
0ef7e99062
Merge pull request #16596 from gavindsouza/test-nestedset
test: Added TestCase for NestedSet (Tree DocTypes)
2022-04-13 00:31:56 +05:30
Gavin D'souza
70a8a49c9c fix: new_doctype API testing util
Use kwargs instead of mapping defined kwargs to single actions
2022-04-12 19:06:35 +05:30
Gavin D'souza
dfadf42d87 test: Added tests for nestedset 2022-04-12 19:06:01 +05:30
Gavin D'souza
20742e396f Merge branch 'develop' of github.com:frappe/frappe into test-nestedset 2022-04-12 18:09:22 +05:30
Gavin D'souza
01e101d4b8 chore: Add typing and and style conflicts 2022-04-12 15:40:37 +05:30
mergify[bot]
fcb86d7f96
Merge pull request #16559 from frappe/sitemap-publish-condition
fix: sitemap condition
2022-04-12 08:06:02 +00:00
Ankush Menat
3fb1eaf13b
perf: dont query for impossible child/ancestor (#16577)
Also avoid manual plucking
2022-04-12 13:31:57 +05:30
Faris Ansari
5fb2bfab4b feat: allow multiple client scripts 2022-04-12 13:22:32 +05:30
Gavin D'souza
de0614aaaa Merge branch 'develop' of github.com:frappe/frappe into sitemap-publish-condition 2022-04-12 13:21:21 +05:30
Gavin D'souza
93ee8b2e38 refactor(minor): Sitemap 2022-04-12 13:19:33 +05:30
mergify[bot]
0ed9440653
Merge pull request #16590 from nabinhait/ignore-permlevel-for-fields
feat: Ignore permlevel for specific fields
2022-04-12 07:39:04 +00:00