Commit graph

3014 commits

Author SHA1 Message Date
Nabin Hait
76db5e11c8 feat: Section Break without border 2020-05-15 10:11:58 +05:30
mergify[bot]
b4e5df62d3
Merge pull request #10293 from gavindsouza/installed-apps
feat: single doctype to store installed apps data
2020-05-14 23:55:16 +00:00
mergify[bot]
1a523b24c3
Merge pull request #10193 from prssanna/heatmap-chart
feat: Heatmap type Dashboard Charts
2020-05-14 12:27:12 +00:00
Gavin D'souza
b48d2921bb chore(installed-applications): renamed doctype and docfields 2020-05-12 10:18:48 +05:30
Gavin D'souza
ed74f52e20 feat: single doctype to store installed apps data
updated on migrate
versions enabled
2020-05-11 20:17:40 +05:30
Faris Ansari
e5c723d4f5 test: Fix Exporter tests 2020-05-11 17:00:58 +05:30
prssanna
62c1b74932 feat: add heatmap type dashboard chart 2020-05-08 18:32:16 +05:30
Suraj Shetty
2b8ee1d159
Merge branch 'develop' into comment-xss 2020-05-08 14:23:42 +05:30
Chinmay D. Pai
fffa3d5114
fix: sanitize comment content before saving
comments are handled fine while being created from the frontend, but
when comments are made through a POST request, there's a chance of
rendering javascript in the comment, since there's no way to sanitize
the input on the server side.

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-05-06 15:47:54 +05:30
Shivam Mishra
0ff51a257d refactor: move dashboard utilities to frappe.utils 2020-05-06 13:18:02 +05:30
gavin
3af2af2f27
Merge pull request #10231 from gavindsouza/broken-site
fix(new-site): broken site if redis is not running
2020-05-05 15:17:11 +05:30
Gavin D'souza
1af58a9c4d fix(new-site): broken site if redis isnt running 2020-05-05 13:17:17 +05:30
mergify[bot]
c59418cadb
Merge pull request #10194 from scmmishra/modulewise-onboarding
feat: modulewise onboarding via new desk
2020-05-04 13:32:52 +00:00
Suraj Shetty
afe31ac7c0 style: Fix few deepsource issues 2020-05-03 19:31:20 +05:30
Suraj Shetty
a2facbd9d3 Merge branch 'develop' of https://github.com/frappe/frappe into contextual-translation 2020-05-03 16:01:52 +05:30
Chinmay Pai
aacfdeeb10
Merge pull request #9843 from P-Froggy/feat-email-improvements 2020-05-03 15:09:47 +05:30
Shivam Mishra
a50f8c3475 feat: enable or disable onboarding from system settings 2020-05-01 19:31:55 +05:30
Suraj Shetty
4638272475
Merge branch 'develop' into contextual-translation 2020-05-01 15:40:48 +05:30
Faris Ansari
801e9d411b
Merge pull request #10158 from netchampfaris/page-builder-fixes 2020-04-30 14:42:21 +05:30
Faris Ansari
5912bdd104 test: Update Web Page test 2020-04-30 13:08:16 +05:30
mergify[bot]
90614dbfdb
Merge pull request #10153 from prssanna/fix-error-message
fix: fix error for child table in_list_view check
2020-04-30 06:43:39 +00:00
mergify[bot]
c54111a668
Merge pull request #10128 from scmmishra/child-table-validation
fix: validate options for Table and Table Multiselect
2020-04-30 04:34:25 +00:00
Prssanna Desai
7fee379e42
Merge pull request #10000 from prssanna/doctype-dashboard-view
feat: Dashboard view for DocTypes
2020-04-29 20:04:58 +05:30
prssanna
ee3d0ee2a4 fix: fix error for child table in_list_view check 2020-04-29 19:58:34 +05:30
Suraj Shetty
1e2c1710a1
Merge branch 'develop' into contextual-translation 2020-04-28 21:17:43 +05:30
Shivam Mishra
d49941f2d1 style: membership check 2020-04-28 20:25:23 +05:30
Shivam Mishra
957aede112 fix: validate options for Table and Table Multiselect 2020-04-28 13:09:24 +05:30
Marica
f5a18a514e
fix: Validation on Select field with Default and no Options. (#10041)
* fix: Validation on Select field with Default and no Options.

* Apply suggestions from code review

Co-Authored-By: Shivam Mishra <scmmishra@users.noreply.github.com>

* fix: Use frappe.bold()

Co-authored-by: Shivam Mishra <scmmishra@users.noreply.github.com>
2020-04-28 07:01:36 +00:00
mergify[bot]
7f9e715641
Merge pull request #10109 from ruchamahabal/fix-desk-pages
fix(minor): Labels in Users Desk Page
2020-04-28 05:45:22 +00:00
Faris Ansari
406ed10349 fix: Show status for contributed translations 2020-04-27 23:50:19 +05:30
Suraj Shetty
aa17da2429
Merge branch 'develop' into contextual-translation 2020-04-27 22:17:31 +05:30
Michelle Alva
fc3195537d
fix: change tooltip document types to type
In Role Permissions Manager, the tooltip for document type shows document types. Changed it to document type
2020-04-27 18:09:31 +05:30
mergify[bot]
7832b138e7
Merge pull request #10114 from netchampfaris/dib-fixes
fix: Validate value only if value is set
2020-04-27 10:11:22 +00:00
Faris Ansari
fc94add547 fix: Show child table after fieldname in warnings 2020-04-27 14:36:32 +05:30
Faris Ansari
f9ff4e6af7 fix: Validate value only if it is set 2020-04-27 14:36:12 +05:30
Faris Ansari
d8a0b8cc53 fix: Allow Yes, No, Y, N values for Check fields 2020-04-27 14:35:47 +05:30
Faris Ansari
b8a50f063f Merge branch 'develop' of https://github.com/frappe/frappe into page-builder-tailwind-blurred-images 2020-04-27 13:06:40 +05:30
Rucha Mahabal
273df7d51c fix: Labels in Users Desk Page 2020-04-26 22:40:57 +05:30
prssanna
d2a9f1b46e fix: indent 2020-04-26 16:11:53 +05:30
prssanna
d43ec4320b fix: fix indent 2020-04-26 16:11:53 +05:30
prssanna
3c63423331 fix: remove msgprint for cards in dashboard 2020-04-26 16:11:53 +05:30
prssanna
5ebe5d0a2f feat: add number cards to Dashboard 2020-04-26 16:11:53 +05:30
Michelle Alva
027ec14bd7
fix: convert max_file_size to int
Traceback (most recent call last):
  File "/home/frappe/benches/bench-12-f1-0/apps/frappe/frappe/app.py", line 62, in application
    response = frappe.api.handle()
  File "/home/frappe/benches/bench-12-f1-0/apps/frappe/frappe/api.py", line 55, in handle
    return frappe.handler.handle()
  File "/home/frappe/benches/bench-12-f1-0/apps/frappe/frappe/handler.py", line 22, in handle
    data = execute_cmd(cmd)
  File "/home/frappe/benches/bench-12-f1-0/apps/frappe/frappe/handler.py", line 61, in execute_cmd
    return frappe.call(method, **frappe.form_dict)
  File "/home/frappe/benches/bench-12-f1-0/apps/frappe/frappe/__init__.py", line 1054, in call
    return fn(*args, **newargs)
  File "/home/frappe/benches/bench-12-f1-0/apps/frappe/frappe/handler.py", line 198, in upload_file
    ret.save(ignore_permissions=ignore_permissions)
  File "/home/frappe/benches/bench-12-f1-0/apps/frappe/frappe/model/document.py", line 273, in save
    return self._save(*args, **kwargs)
  File "/home/frappe/benches/bench-12-f1-0/apps/frappe/frappe/model/document.py", line 296, in _save
    self.insert()
  File "/home/frappe/benches/bench-12-f1-0/apps/frappe/frappe/model/document.py", line 223, in insert
    self.run_method("before_insert")
  File "/home/frappe/benches/bench-12-f1-0/apps/frappe/frappe/model/document.py", line 794, in run_method
    out = Document.hook(fn)(self, *args, **kwargs)
  File "/home/frappe/benches/bench-12-f1-0/apps/frappe/frappe/model/document.py", line 1065, in composer
    return composed(self, method, *args, **kwargs)
  File "/home/frappe/benches/bench-12-f1-0/apps/frappe/frappe/model/document.py", line 1048, in runner
    add_to_return_value(self, fn(self, *args, **kwargs))
  File "/home/frappe/benches/bench-12-f1-0/apps/frappe/frappe/model/document.py", line 788, in <lambda>
    fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs)
  File "/home/frappe/benches/bench-12-f1-0/apps/frappe/frappe/core/doctype/file/file.py", line 55, in before_insert
    self.save_file(content=self.content, decode=self.decode)
  File "/home/frappe/benches/bench-12-f1-0/apps/frappe/frappe/core/doctype/file/file.py", line 439, in save_file
    self.file_size = self.check_max_file_size()
  File "/home/frappe/benches/bench-12-f1-0/apps/frappe/frappe/core/doctype/file/file.py", line 495, in check_max_file_size
    if file_size > max_file_size:
TypeError: '>' not supported between instances of 'int' and 'str'
2020-04-26 14:59:26 +05:30
Suraj Shetty
d481760ddf
Merge branch 'develop' into contextual-translation 2020-04-25 23:09:21 +05:30
Faris Ansari
f7109d6294 Merge branch 'develop' of https://github.com/frappe/frappe into page-builder-tailwind-blurred-images 2020-04-25 19:52:17 +05:30
Suraj Shetty
e5d171b54a
Merge branch 'develop' into allow-truncated-img 2020-04-25 19:22:19 +05:30
Faris Ansari
e8e64012e6 tests: Fix exporter tests 2020-04-25 15:22:35 +05:30
Suraj Shetty
e4a566b877
Merge branch 'develop' into file-permission-fix 2020-04-25 12:40:56 +05:30
Suraj Shetty
92c43f70fb
Merge branch 'develop' into file-permission-fix 2020-04-24 23:17:23 +05:30
Suraj Shetty
c5b40565a4
Merge branch 'develop' into test-case-for-default-user-permission-develop 2020-04-24 23:05:03 +05:30