Commit graph

16998 commits

Author SHA1 Message Date
Ameya Shenoy
5ada7746db fix: develop version should be 12 (#6414) 2018-11-08 12:44:40 +05:30
Faris Ansari
fa9b8eaeb7
Merge pull request #6415 from netchampfaris/communication-list-view-fix
fix: Override primary_action from list_settings
2018-11-08 11:37:51 +05:30
Faris Ansari
12b39a6118
style: Ignore console statement 2018-11-07 18:33:41 +05:30
Faris Ansari
184a3f57bc
style: Missing semicolon 2018-11-07 18:32:29 +05:30
Faris Ansari
65e0fe19cc fix: Override primary_action from list_settings
Show Email Composer as primary action in Communication List
2018-11-07 16:35:41 +05:30
Faris Ansari
223fa9453f
Merge pull request #6412 from netchampfaris/email-reply-chain-fix
fix: Email Reply Chain
2018-11-07 14:06:58 +05:30
Faris Ansari
338c4c8794 fix: Email Reply Chain
Previous email is appended to the next reply, but was not rendered by
splitting it with a hardcoded comment string. Since Quill does not
support comments, created a new HiddenBlock for it.
2018-11-07 13:06:22 +05:30
Ameya Shenoy
93720a911d
Merge branch 'staging-fixes' into staging 2018-11-06 11:05:32 +00:00
Ameya Shenoy
aa26e39da0 bumped to version 11.0.3-beta.22 2018-11-06 11:05:32 +00:00
rohitwaghchaure
4232bde0a1
Merge pull request #6408 from rohitwaghchaure/user_list_view_is_not_working
[Fix] User listview is not working becaause full name field is hidden
2018-11-06 13:31:04 +05:30
Rohit Waghchaure
6381c84ffd [Fix] User listview is not working becaause full name field is hidden 2018-11-06 12:44:25 +05:30
Faris Ansari
cac173289b
Merge pull request #6399 from deepeshgarg007/datatable-upgrade
Upgrade Datatable to version 1.5.3
2018-11-05 20:09:29 +05:30
Faris Ansari
fc7a4a7835
fix(listview): Smart parsing of route options (#6404)
- Fieldname should also be searched in child tables
2018-11-05 18:35:44 +05:30
rohitwaghchaure
5aa9dbf6ee fix: Dynamic Link filter in listview (#6405) 2018-11-05 18:35:29 +05:30
Ameya Shenoy
321e45925a
Merge branch 'staging-fixes' into staging 2018-11-05 11:43:04 +00:00
Ameya Shenoy
889f0a2744 bumped to version 11.0.3-beta.21 2018-11-05 11:43:04 +00:00
Ameya Shenoy
e289f5041e
Merge pull request #6403 from netchampfaris/quill-fixes-returns
fix(Quill): Add all quill attributes that are required to render it
2018-11-05 17:10:25 +05:30
Faris Ansari
fe334d2c92 fix(Quill): Add all quill attributes that are required to render it 2018-11-05 17:07:21 +05:30
deepeshgarg007
c164aac933 Datatable Upgrade 2018-11-05 12:53:34 +05:30
Ranjith Kurungadam
a34eab2140 Add Bcc in Notification (#6392)
* Notification - add Bcc

* remove Bcc from email header

* feat: Bcc in Notification
2018-11-05 12:27:21 +05:30
Ameya Shenoy
266a23c65c
Merge branch 'staging-fixes' into staging 2018-11-05 06:46:35 +00:00
Ameya Shenoy
2009918efa bumped to version 11.0.3-beta.20 2018-11-05 06:46:35 +00:00
Ameya Shenoy
5a791cd099
Merge branch 'master' into staging-fixes 2018-11-05 06:37:49 +00:00
Ameya Shenoy
5821163d61
Merge branch 'hotfix' 2018-11-05 06:37:45 +00:00
Ameya Shenoy
54baae96f9 bumped to version 10.1.59 2018-11-05 06:37:45 +00:00
Aditya Hase
e6b070e611 refactor: Deduplication (#6347)
* refactor: Deduplicate setup_perms_for

`setup_perms_for` has two identical definitions in

frappe/utils/reset_doc.py and
frappe/patches/v7_2/setup_custom_perms.py

Remove definition from setup_custom_perms.py, use import instead

* refactor: Deduplicate get_parent_doc and set_timeline_doc

`get_parent_doc` and `set_timeline_doc` are accidentally defined twice in

frappe/core/utils.py and
frappe/core/doctype/communication/communication.py

Remove definition from communication.py, use import instead

* fix(python3): Replace urlopen import with six.moves.urllib.request.urlopen
2018-11-05 11:01:59 +05:30
rohitwaghchaure
2521e306a4 [Fix] Not able to export sales analytics report (#6369) 2018-11-05 11:01:24 +05:30
Saif
8d8154b0d7 Allow selecting page orientation for print view of report (#6393) 2018-11-05 11:00:55 +05:30
Saurabh
856a721073 [fix] sql injection fix (#6390) 2018-11-05 10:51:57 +05:30
Ameya Shenoy
2ead222090 fix(email): Email status changes to Read (#6396)
The email recieved template was in unsubscribe email. Hence it
didn't used to function in case the emails were sent from DocTypes
like Issue, wherein the unsubscribe email template is not used.
Moved it to email_footer template.

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2018-11-05 10:49:18 +05:30
Faris Ansari
e4d83fbc97
Merge pull request #6398 from frappe/security-fixes
fix an issue with whitelisted get_list method
2018-11-05 10:32:38 +05:30
Suraj Shetty
15d3f4660e fix(security): pop ignore_permissions arg from whitelisted method 2018-11-05 10:29:50 +05:30
Faris Ansari
6bbb84f9c3
XSS fixes (#6386)
* fix(XSS): Sanitise page name before routing

* fix(XSS): Sanitise tag value before saving it
2018-11-03 11:52:09 +05:30
rohitwaghchaure
f185cfded1
Merge pull request #6387 from rohitwaghchaure/fix_bredcrumb_issue_in_file
Bredcrumb issue in the file
2018-11-02 15:19:50 +05:30
Rohit Waghchaure
731d12238e Bredcrumb issue in the file 2018-11-02 15:18:47 +05:30
Faris Ansari
8fe67e17c3
Merge pull request #6382 from netchampfaris/update-profile-image-fix
fix: Only allow images in Attach Image
2018-11-02 13:44:14 +05:30
Faris Ansari
f470d3e427
Merge pull request #6372 from rmehta/no-filter-validate
fix(filters): dont validate email in filters
2018-11-02 13:43:46 +05:30
Suraj Shetty
0aee7afb87 Fix permission error while import (#6385)
Custom permission should apply while import
or else import of doctype with custom roles fails
2018-11-02 12:19:25 +05:30
Faris Ansari
ab8767833d
Merge pull request #6381 from netchampfaris/quill-fixes-4
fix(Quill): Add data-row attr to whitelist
2018-11-02 10:47:21 +05:30
Faris Ansari
10c2e8f262 fix: Only allow images in Attach Image 2018-11-01 19:38:07 +05:30
Faris Ansari
e0cf3f367b fix(Quill): Add data-row attr to whitelist
- data-row attribute is added by Quill for retaining table structure
2018-11-01 19:06:30 +05:30
Faris Ansari
86e5201384 Misc fixes (#6379)
* fix(Quill): Set value using simple innerHTML assignment

- earlier it used to focus the editor

* fix(Event Emitter): Make EventEmitterMixin

* fix(EmailComposer): Delete draft mail when email is sent

* fix: Override comment area value in Email Composer

* fix(Quill): Enable attaching GIF to editor

* fix: Missing semicolon
2018-11-01 18:33:16 +05:30
Ameya Shenoy
ae558c6d52
Merge branch 'staging-fixes' into staging 2018-10-31 13:48:40 +00:00
Ameya Shenoy
8944f94169 bumped to version 11.0.3-beta.19 2018-10-31 13:48:40 +00:00
Nabin Hait
6bf1fad37e Update database.py 2018-10-31 18:43:06 +05:30
Nabin Hait
f4db502ab8 feat(success action): configurable timeout on success action 2018-10-31 18:43:06 +05:30
Nabin Hait
6bbd23f2cd fix(debug): Print query if debug true 2018-10-31 18:43:06 +05:30
Nabin Hait
5ee61a0578 fix(fetch-from): ignore updating based on fetch-from if single doctype 2018-10-31 18:43:06 +05:30
Nabin Hait
8a1c762a7c fix(bulk-update): Rollback on exceptions 2018-10-31 18:43:06 +05:30
Rushabh Mehta
96f88cf46b fix(filters): dont validate email in filters 2018-10-31 16:49:03 +05:30