Commit graph

24513 commits

Author SHA1 Message Date
Chinmay D. Pai
1dfa8ccbc4
feat: add name validation to data fieldtype
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-04-21 15:49:55 +05:30
sahil28297
ad8403034c
Merge pull request #10017 from marination/contacts-patch-fix
fix: Migrate fails on `move_email_and_phone_to_child_table` patch
2020-04-21 14:13:33 +05:30
Prssanna Desai
f9e898eea4
Merge pull request #9959 from scmmishra/tracking
feat: web page tracking
2020-04-21 14:08:41 +05:30
Shivam Mishra
2fccdd5bd2 fix: resolve conflicts in standard.json 2020-04-21 13:34:00 +05:30
Shivam Mishra
ceabdf7403 feat: better handling of website tracking flag 2020-04-21 12:43:26 +05:30
Shivam Mishra
d265f00f9b fix: update timestamp 2020-04-21 12:38:04 +05:30
Chinmay Pai
f8f0296e66
Merge pull request #10026 from rmehta/fix-standard-theme 2020-04-21 12:12:54 +05:30
Rushabh Mehta
c0f66f3dac fix(minor): Standard theme naming. It will be common across sites 2020-04-21 11:41:55 +05:30
mergify[bot]
73729e5764
Merge pull request #9941 from scmmishra/sidebar-sorcery
feat: add sidebar items to navbar in mobile
2020-04-21 03:43:57 +00:00
Rushabh Mehta
0c19735386 fix(minor): standard Website Theme 2020-04-21 09:13:27 +05:30
mergify[bot]
00471c2b7b
Merge pull request #10012 from prssanna/form-save-fix
fix: form not being saved on setting empty value for some field types
2020-04-21 03:32:57 +00:00
Suraj Shetty
d74a1686f9
Merge branch 'develop' into sidebar-sorcery 2020-04-21 09:00:45 +05:30
Suraj Shetty
fa39cb3bbe
Merge branch 'develop' into form-save-fix 2020-04-21 08:49:35 +05:30
mergify[bot]
2569db0f79
Merge pull request #10018 from prssanna/multiselectlist-fix
fix: MultiSelectList field being rendered multiple times in dialog
2020-04-20 15:34:58 +00:00
prssanna
83a2b354d9 fix: MultiSelectList field being rendered multiple times in dialog 2020-04-20 20:45:25 +05:30
marination
90dd729496 fix: Migrate fails on move_email_and_phone_to_child_table patch 2020-04-20 20:31:27 +05:30
Shivam Mishra
f0e8c0ae40
Merge pull request #9997 from prssanna/fix-export-hidden-column
fix(Reports): don't export hidden columns in reports
2020-04-20 16:49:06 +05:30
Shivam Mishra
ba03e6ee5d fix: conflict 2020-04-20 16:36:52 +05:30
Aditya Hase
f6f55fa0ad
fix(background jobs): Show method name on Background Jobs page. (#10014)
After https://github.com/frappe/frappe/pull/8486 background jobs page doesn't provide any information.
2020-04-20 13:32:18 +05:30
mergify[bot]
d4625881e1
Merge pull request #10013 from adityahase/fix-uninstall
fix: Check if Event Consumer exists before checking for consumers
2020-04-20 07:45:13 +00:00
Aditya Hase
6f1caf101f fix: Check if Event Consumer exists before checking for consumers
the logic for event streaming has been hardcoded into `document.py`

Scenario:
a site (say, v12) backup needs to be restored on a v13 bench and then updated

Solution:
use `bench migrate`; works flawlessly.

However, if this site has an app installed that isn't available on the v13 bench,
then bench migrate fails.

Also, `bench remove-from-installed-apps` fails,
because of the absence of "Event Consumer"
2020-04-20 12:54:30 +05:30
prssanna
f1806aa8ef fix: form not being saved on setting empty value for some fieldtypes 2020-04-20 12:43:24 +05:30
mergify[bot]
30705290fb
Merge pull request #9995 from netchampfaris/code-resize
feat: Ability to resize expand/collapse code field
2020-04-20 06:07:37 +00:00
Rushabh Mehta
b7b0f1ddb1
Merge pull request #9999 from rmehta/webview-fixes-1
fix(web view): Made Web Views embeddable & other enhancements
2020-04-20 10:28:08 +05:30
Rushabh Mehta
a4f309a40f chore(formatting): some fixes for theme.scss 2020-04-20 10:19:37 +05:30
mergify[bot]
27e9c5cfa7
Merge pull request #9891 from prssanna/in_preview_customize
feat: Add show preview popup to Customize Form
2020-04-20 03:58:16 +00:00
mergify[bot]
f0671b7395
Merge pull request #10003 from Thunderbottom/website-theme-patch-fix
fix: allow modifying standard theme in migrate
2020-04-20 03:51:56 +00:00
Chinmay Pai
2990bd505e
Merge pull request #10008 from Mangesh-Khairnar/fix-message-html 2020-04-20 01:22:25 +05:30
Mangesh-Khairnar
7b2f469bf0 fix: remove nowrap from ellipsis class 2020-04-19 23:05:48 +05:30
sahil28297
e572b3ad10
Merge pull request #10006 from prssanna/system-update-message
fix: add missing fullstop in system update message
2020-04-19 22:34:10 +05:30
sahil28297
98fb46751d
Merge pull request #10005 from prssanna/docfield-position
fix: fix position of mandatory field in docfield
2020-04-19 22:33:37 +05:30
Rushabh Mehta
fb4338b780 fix(test): Exporter test, uses Web Page 2020-04-19 22:18:24 +05:30
prssanna
89e0a9804b fix: add missing fullstop in system update message 2020-04-19 22:13:10 +05:30
Rushabh Mehta
982600fab0 fix(metatags): Better Meta Tags for Web Page and Web View 2020-04-19 22:02:03 +05:30
prssanna
3b5a1aaa3f fix: fix position of mandatory field in docfield 2020-04-19 21:56:31 +05:30
Chinmay D. Pai
624470b088
fix: allow modifying standard theme in migrate
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-04-19 20:45:47 +05:30
Rushabh Mehta
9f26548b31 fix(minor): update web page test and allow dashboards for custom doctype 2020-04-19 18:01:06 +05:30
Rushabh Mehta
54e765cfc0 fix(minor): fix color in Website Theme 2020-04-19 15:05:28 +05:30
Rushabh Mehta
25d92ac9b2 fix(Web View): renamed Web View Item to Web View Components, made Web Views embeddable, introduced full width, introduced Color 2020-04-19 15:02:22 +05:30
prssanna
685df9b1f1 fix: remove doctype from link_preview_doctypes if custom value is 0 2020-04-19 14:47:14 +05:30
prssanna
c424c7e263 feat: Add show preview popup to Customize Form 2020-04-19 14:47:14 +05:30
Suraj Shetty
18c06336a1
Merge branch 'develop' into sidebar-sorcery 2020-04-19 13:52:06 +05:30
prssanna
191165f704 fix: use .reduce to filter out hidden columns 2020-04-19 00:34:21 +05:30
prssanna
8dafe6256c fix: check if column is a dict 2020-04-18 21:32:16 +05:30
prssanna
e2eea4447b fix(Reports): don't export hidden columns in reports 2020-04-18 21:20:45 +05:30
mergify[bot]
bd16804a95
Merge pull request #9972 from scmmishra/self-xss-warning
feat: show self xss warning in console
2020-04-18 14:54:41 +00:00
Faris Ansari
8f21ca4997 fix: Ability to resize expand/collapse code field 2020-04-18 13:50:11 +05:30
Suraj Shetty
3582c6d7b9
Merge pull request #9922 from gavindsouza/feat-fail-realtime
feat: handle failed cases in publish_realtime
2020-04-18 10:24:13 +05:30
mergify[bot]
be720b95c7
Merge pull request #9921 from gavindsouza/misc-fix-1
fix: Handle new site failures
2020-04-17 11:08:55 +00:00
Shivam Mishra
00cb903462 feat: remove unused import 2020-04-17 15:47:56 +05:30