Commit graph

28656 commits

Author SHA1 Message Date
Shridhar
092d32be33
fix: fixed commenting and sharing for virtual doctypes 2021-01-11 13:13:38 +05:30
Shridhar
1bd0cf72ce
fix: listview throws table not exists error 2021-01-11 13:13:38 +05:30
Shridhar
156cc9805f
fix: link validation fetch from get doc 2021-01-11 13:13:38 +05:30
Shridhar
0b4940f017
fix: skip table creation for virtual doctype 2021-01-11 13:13:37 +05:30
Shridhar
c7b29100af
feat: virtual doctype
Virtual Doctype's data souurce can be anything a file or a secondary database table or an api
2021-01-11 13:13:37 +05:30
mergify[bot]
e5d3caf9a4
Merge pull request #12140 from Anurag810/ess_implementation
fix: validation for select permission and allow customisation for Role doctype
2021-01-11 05:45:28 +00:00
mergify[bot]
abe8222e91
Merge pull request #12183 from resilient-tech/feat-cors
feat: set CORS headers based on allow_cors site config
2021-01-09 11:30:25 +00:00
Sagar Vora
f35e8045d9 feat: set CORS headers based on allow_cors site config 2021-01-09 14:55:55 +05:30
Anurag Mishra
b59f818f74 feat: allow to save with select permission 2021-01-08 17:33:06 +05:30
Anurag Mishra
c88ef9d603 feat: removed Roles from special documents 2021-01-08 17:33:06 +05:30
mergify[bot]
878c7832e6
Merge pull request #12179 from resilient-tech/fix-timespan
fix: add yesterday and tomorrow to timespan; optimise get_timespan_date_range
2021-01-08 09:15:07 +00:00
Rushabh Mehta
b5b3d5a920
Merge pull request #12165 from resilient-tech/perf-get_controller
perf: revert to using global instead of frappe.cache for 75% reduction in call time
2021-01-08 14:33:28 +05:30
Prssanna Desai
6456f0f85e
Merge pull request #12091 from ishanloya/ui-improvements
fix: display field descriptions on mobile view
2021-01-08 12:32:38 +05:30
mergify[bot]
c78cb051d4
Merge pull request #12108 from nextchamp-saqib/grid-loop-fix
fix: grid infinte loop while evaluating depends on
2021-01-08 06:26:43 +00:00
Prssanna Desai
cbb7c7f311
Merge branch 'develop' into grid-loop-fix 2021-01-08 11:38:39 +05:30
Snyk bot
f939ec87cc
fix(Snyk): Security upgrade socket.io from 2.3.0 to 2.4.0 (#12181)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SOCKETIO-1024859
2021-01-08 11:31:33 +05:30
mergify[bot]
9883678280
fix(DocType): typos in version_html (endif instead of endfor) (bp #12106) (#12112)
* fix(DocType): typos in version_html (endif instead of endfor)

(cherry picked from commit a4f48766a1d44497eaab7306c1b900ddc3d297c2)

Co-authored-by: ci2014 <christoph.isik@wpci.de>
2021-01-08 11:28:16 +05:30
mergify[bot]
a994f2935b
Merge pull request #12109 from prssanna/communication-dialog
fix: don't set Message as mandatory in communication dialog
2021-01-08 05:49:18 +00:00
Manduul. B
11c01cd52d
fix: Wrong closing of h5 tag (#12178) 2021-01-08 11:11:50 +05:30
Sagar Vora
54f9b894ed fix: add yesterday and tomorrow to timespan; optimise get_timespan_date_range 2021-01-07 21:24:23 +05:30
Shivam Mishra
121dc23dca
Merge pull request #12173 from hasnain2808/fix-strip-html
fix: strip_html breaks when it gets undefined
2021-01-07 11:12:51 +05:30
Sagar Vora
34ad0cf331 fix: introduce frappe.controllers; clear global if cache is cleared; replace old references 2021-01-07 10:57:08 +05:30
hasnain2808@gmail.com
4f407ac2f4 fix: strip_html breaks when it gets undefined 2021-01-07 10:46:28 +05:30
mergify[bot]
be92f57225
Merge pull request #12141 from anupamvs/auto-repeat
fix: auto-repeat issue
2021-01-06 12:36:07 +00:00
Suraj Shetty
63ac675c0e
Merge branch 'develop' into auto-repeat 2021-01-06 17:36:18 +05:30
Sagar Vora
213744aa49
test: fix test_money_in_words (#12166) 2021-01-06 17:34:48 +05:30
Sagar Vora
bc305dab10 test: fix test_override_doctype_class by resetting cached values 2021-01-06 16:59:40 +05:30
Sagar Vora
c8ef51a8ec perf: revert to using _classes global instead of frappe.cache 2021-01-06 16:33:41 +05:30
Shivam Mishra
53eda718b6
Merge pull request #12078 from scmmishra/permission-alert-flag 2021-01-06 12:51:17 +05:30
Shivam Mishra
9d25ef66f5
Merge pull request #12058 from scmmishra/fix-reorder-fields-develop
fix: fields get reordered after adding new columns
2021-01-06 12:50:07 +05:30
Wolfram Schmidt
3e6dd594ef
fix: translation (#12117) 2021-01-05 17:18:54 +05:30
Tim Gates
f54ec2ba11
docs: fix simple typo, transaltion -> translation (#12136)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-01-05 17:18:09 +05:30
Anupam Kumar
dfc5fb3b5d
fix: list view comment count (#12156) 2021-01-05 17:05:35 +05:30
gavin
0b5868af00
fix: Strip HTML only if string is passed, else evaluate like before (#12157) 2021-01-05 16:52:38 +05:30
Anupam Kumar
35c612e076
fix: translator url (#12144) 2021-01-05 16:15:25 +05:30
mergify[bot]
3fdf78c5cb
Merge pull request #12099 from frappe/document-naming-rule-field-validation
fix: document naming rule validation for fields
2021-01-04 09:37:03 +00:00
mergify[bot]
2fd50e1202
Merge pull request #11912 from conncampbell/Read-Only-Grid-Field
fix: Read-only table has read-only form fields.
2021-01-04 09:32:11 +00:00
Shivam Mishra
aad5ace31a fix: clear cache after removing server scripts 2021-01-04 11:38:39 +05:30
Anupam
282030be5f fix: auto-repeat issue 2020-12-31 19:43:03 +05:30
Shivam Mishra
d133f9c5f3
Merge pull request #12138 from scmmishra/fix-json-dumps-date 2020-12-31 13:15:54 +05:30
Shivam Mishra
f055604167 fix: default str for json dumps 2020-12-31 13:11:46 +05:30
Prssanna Desai
97e2469382
Merge pull request #12116 from prssanna/mandatory-rating-field
fix: null as default value for rating field
2020-12-29 17:26:44 +05:30
Prssanna Desai
dc8d6a99d3
Merge pull request #11202 from Monogramm/feat/map-develop 2020-12-29 17:25:41 +05:30
Saurabh
97b693c6b0
feat: Added permission to grant only Select access to document (#12063)
* feat: add permtype 'select' to DocPerm and CustomDocPerm

* feat: add 'select' perm in rights tupple

* feat: provisions to handle select permission

* feat: toggle href based on permissions

* feat: pass permission type explicitly while validating link in permission check

* fix: sider

* feat: added test cases to validate select perm

* feat: add method frappe.only_has_select_perm to explicitly check the select perm

* fix: if user only has select perm then do not show anchor tag for link fields

* fix: sider
2020-12-29 16:58:28 +05:30
mathieu.brunot
6a02f5ad52
style: Fix Sider issues
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2020-12-29 01:27:13 +01:00
Prssanna Desai
0e96a0a1dc
Merge pull request #12130 from prssanna/cancel-button-fix
fix: Show cancel button only if document is cancellable
2020-12-28 17:44:35 +05:30
prssanna
c982875b6a fix: Show cancel button only if document is cancellable 2020-12-28 13:40:12 +05:30
mathieu.brunot
9dde944f10
fix: Fix call to utils map defaults
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2020-12-24 15:32:23 +01:00
Faris Ansari
bc9d6cff2e
fix(patch): Remove Package Publish Tool doctypes (#12113) 2020-12-24 18:36:59 +05:30
mathieu.brunot
d6488a043e
refactor: Move map default to utils
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2020-12-24 13:59:02 +01:00