Suraj Shetty
2de678b6e8
Merge branch 'develop' of git://github.com/frappe/frappe into social-improvements
2019-03-11 12:17:07 +05:30
Suraj Shetty
076985156c
Limit bio text on user list to 100 characters
2019-03-11 11:44:33 +05:30
Suraj Shetty
2b71c182b8
Fix user list UI
2019-03-11 11:29:35 +05:30
Rushabh Mehta
af605948bc
fix(document_follow): ignore column missing if in patch
2019-03-11 08:55:12 +05:30
Suraj Shetty
d447b87cfb
refator: Remove frappe_vue.js file and setup frappe_vue at startup
2019-03-10 22:04:21 +05:30
Faris Ansari
095067f11f
Merge branch 'develop' into fast-list
2019-03-08 21:10:06 +05:30
Faris Ansari
b61a37a233
fix: Notification test in Postgres ( #7044 )
2019-03-08 20:47:21 +05:30
Frappe Bot
94ea028db3
Merge branch 'master' into develop
2019-03-08 09:38:18 +00:00
Frappe Bot
907aacc1cf
bumped to version 11.1.14
2019-03-08 09:00:40 +00:00
Rushabh Mehta
40dd3eb70f
Merge pull request #7046 from deepeshgarg007/comments
...
fix: Move comments from communication
2019-03-08 12:56:21 +05:30
Rushabh Mehta
67d00d59d9
fix(migration): change user timestamp for reloading
2019-03-08 11:55:58 +05:30
deepeshgarg007
2fac689455
fix: Reload comment doctype
2019-03-07 22:15:04 +05:30
Aditya Hase
703e449cee
fix(hooks): Add missing commas
...
Fixes following scheduler error
ModuleNotFoundError: No module named 'frappe.deferred_insert.save_to_dbfrappe'; 'frappe.deferred_insert' is not a package
2019-03-07 20:29:39 +05:30
deepeshgarg007
2b403c2b31
fix: Datatype for comment
2019-03-07 18:41:38 +05:30
rohitwaghchaure
952dcedcc9
Merge pull request #7042 from rohitwaghchaure/after_bench_migrate_system_uncheck_disable_prepared_report
...
fix: after bench migrate system uncheck Disable Prepared Report in the report
2019-03-07 18:20:38 +05:30
Rohit Waghchaure
80bb7cba8f
fix: after bench migrate system uncheck Disable Prepared Report in the report
2019-03-07 17:33:50 +05:30
Rushabh Mehta
247c968964
Revert "fix: sanitise comments for js events"
2019-03-07 17:18:38 +05:30
Rushabh Mehta
ee9b894a53
Merge pull request #7039 from scmmishra/fix-comment
...
fix: sanitise comments for js events
2019-03-07 17:03:51 +05:30
Rushabh Mehta
d7ebaa07e9
Merge pull request #7038 from rmehta/unassign-rule-fix
...
Unassignment rule
2019-03-07 17:03:28 +05:30
scmmishra
7ef38cb4cc
style: removed comments
2019-03-07 16:55:21 +05:30
scmmishra
c6516f16d0
fix: sanitise comments for js events
2019-03-07 16:40:45 +05:30
Rushabh Mehta
ecf6eedd9e
fix(style): max height for timeline items, incase of long threads
2019-03-07 16:32:59 +05:30
Rushabh Mehta
30f313e513
fix(assignment_rule): only apply unassign rule if assiged by the same rule
2019-03-07 16:31:56 +05:30
Faris Ansari
83101c2682
Merge pull request #7034 from surajshetty3416/refactor-and-fixes
...
fix: Refactor frappe.require(web version) and fix timeline
2019-03-07 14:38:52 +05:30
Sagar Vora
7974880460
fix: remove tag not working for tags with sanitised labels ( #7033 )
...
Fixes https://github.com/frappe/erpnext/issues/12501
Before:

After:

2019-03-07 14:37:28 +05:30
Aditya Hase
5493d1dfa3
fix(test): Remove unused operations from chat tests ( #7028 )
...
Reduces frappe app test time by 20 seconds
2019-03-07 14:36:06 +05:30
Anurag Mishra
cd191439fd
feat: Document subscription ( #6745 )
2019-03-07 14:06:22 +05:30
Rushabh Mehta
313fb361dc
fix(style): max height for timeline items, incase of long threads
2019-03-07 13:21:29 +05:30
sahil28297
7eb94a2d35
Merge pull request #7036 from sahil28297/create_contact_patch
...
fix(patch): ignore mandatory for creating contact through patch
2019-03-07 12:57:08 +05:30
Aditya Hase
6b3d3b57dc
fix(desk): Ignore list view settings when not fetched
...
Views extending ListView inherit methods (sometimes without overriding)
For such cases check if list_view_settings property is available first
2019-03-07 12:56:25 +05:30
Sahil Khan
964fe26801
fix(patch): ignore mandatory for creating contact through patch
2019-03-07 12:38:53 +05:30
Suraj Shetty
b230b83590
fix: frappe.require style import
2019-03-07 11:04:10 +05:30
Suraj Shetty
ccfc02bcbb
fix: Set owner of doc as 'Guest' if doc.owner is undefined
...
- instead of seting owner as loggedin user
2019-03-07 10:16:41 +05:30
Suraj Shetty
ef0eb75aa7
feat: refactor frappe.require(website version) to add multiple
...
script import
2019-03-07 10:09:13 +05:30
Suraj Shetty
dcf3d2d061
fix: Avoid default of field if its depends_on field is not set ( #7004 )
...
Avoid default of field if its depends_on field is not set
For example, We have a field **represents_company** in Customer DocType. This field is relevant only if the **Is Internal Customer** checkbox is checked. So the problem is even if **is_internal_customer** is unchecked by default the system sets the default for **represents_company**.
This PR fixes that.
2019-03-07 10:06:00 +05:30
Prateeksha Singh
5a67c57171
Merge pull request #7031 from pratu16x7/desk-use-container
...
fix(desk): use pre-existing container for desk
2019-03-07 08:45:41 +05:30
Prateeksha Singh
85d1b768b9
fix(desk): use pre-existing container for desk
2019-03-07 08:31:17 +05:30
FinByz Tech Pvt. Ltd
245a8186af
fix: Allowed guest to attach files to web forms ( #7017 )
...
Created the fix for the issue [#6774 ](https://github.com/frappe/frappe/issues/6774 ), in which guest can attach files in web forms like job application.
2019-03-06 22:48:11 +05:30
Aditya Hase
ad65471d06
feat(desk): List View Settings
2019-03-06 19:30:39 +05:30
Aditya Hase
ca09a38187
fix(desk): Remove old files
2019-03-06 19:30:39 +05:30
scmmishra
ad2c192f76
Merge branch 'develop' of https://github.com/frappe/frappe into web-fixes
2019-03-06 17:27:49 +05:30
Shivam Mishra
be3716cec5
Merge pull request #7024 from pratu16x7/remove-desk-test
...
chore(test): remove desk test
2019-03-06 16:46:04 +05:30
Rushabh Mehta
9df07891ff
fix(xmlx): handle unparseable HTML
2019-03-06 16:11:06 +05:30
Prateeksha Singh
a6d5a27de0
chore(test): remove desk test
2019-03-06 15:39:20 +05:30
scmmishra
80ab621073
fix: Minor filter bug
...
Co-authored-by: Deepesh <deepeshgarg6@gmail.com>
2019-03-06 15:00:11 +05:30
scmmishra
a6a4d3c112
style: Fix Codacy
2019-03-06 14:59:23 +05:30
Rushabh Mehta
fd8aad457a
fix(query_report): fix progress bar to be shown only for reports over 5 seconds
2019-03-06 14:52:22 +05:30
scmmishra
0f737d7834
fix: Minor css fix
2019-03-06 14:46:33 +05:30
scmmishra
f69adb4314
style: Fixed button placement in web form page
2019-03-06 14:45:41 +05:30
scmmishra
d97352c7ad
fix (webform): Fixed filters in web_from frid view
2019-03-06 14:45:41 +05:30