Commit graph

16707 commits

Author SHA1 Message Date
Saurabh
e1acaba9b7 validate param value 2018-10-01 11:35:14 +05:30
Saurabh
3a25bc3e7c [fix] minor fix in reset password functionality 2018-10-01 11:35:14 +05:30
Saurabh
92e6ed0425 check for subscription id 2018-10-01 11:35:14 +05:30
Saurabh
54e575b824 [fix] minor-fixes 2018-10-01 11:35:13 +05:30
Saurabh
c6e7fff3c4 [fix] call setup subscription and addons explicitly 2018-10-01 11:35:13 +05:30
Saurabh
f7c5a3ce26 fix for immediate subscriptions 2018-10-01 11:35:13 +05:30
Saurabh
5302af0dd1 remove debugging print statements 2018-10-01 11:35:13 +05:30
Saurabh
788943e663 finalize recurring payments for paypal 2018-10-01 11:35:13 +05:30
Saurabh
5344786737 finalize subscription razorpay 2018-10-01 11:35:13 +05:30
Saurabh
05b4f21016 setup addons on razorpay 2018-10-01 11:35:13 +05:30
Saurabh
b1bdd2f4ae Provision to cancel existing subscription 2018-10-01 11:35:13 +05:30
Saurabh
c802dd9701 setup upfront amount 2018-10-01 11:35:13 +05:30
Saurabh
b9ba7c691d [fix] razorpay subscription 2018-10-01 11:35:13 +05:30
Saurabh
d20fd4af65 Support for paypal subscription 2018-10-01 11:35:13 +05:30
Saurabh
2749f0ebbf Support for razorpay subscription and addons 2018-10-01 11:35:13 +05:30
Faris Ansari
10534276e5 Quill editor (#6159)
* feat(Text Editor): Quill Editor

* fix: Add imageDrop module

- prevent default events

* refactor(Comment): Comment is now frappe control

- Use quill's bubble theme for comment control

* feat: Support @mentions in comment area

- Uses quill-mention package

* fix: Use setContents to fix autofocus bug

* fix: Spaces to Tabs

* fix: Missing semicolon

* fix: Fix style

* fix: Remove all of summernote

- Remove comment.js (use fieldtype: 'Comment')
- Add quill styles to webform.css

* fix: Replace color/background with indent/outdent
2018-09-30 21:08:40 +05:30
Shreya Shah
8acdc06180 Do not load report if reqd filter missing (#6155) 2018-09-28 19:09:56 +05:30
Shreya Shah
1426c8539b Fix a method's path and type conversion (#6162) 2018-09-28 19:08:09 +05:30
Ameya Shenoy
f953e310f4
Merge branch 'staging-fixes' into staging 2018-09-26 07:18:59 +00:00
Ameya Shenoy
306d164b2f bumped to version 11.0.3 2018-09-26 07:18:59 +00:00
Ameya Shenoy
3b4f364919
Merge branch 'master' into staging-fixes 2018-09-26 07:12:30 +00:00
Ameya Shenoy
f1fa88192a
Merge branch 'hotfix' 2018-09-26 07:12:27 +00:00
Ameya Shenoy
06d2e36aba bumped to version 10.1.49 2018-09-26 07:12:27 +00:00
Prateeksha Singh
fad8ee775a
[hotfix][email-alert] clean email_by_document code 2018-09-26 00:44:58 +05:30
Prateeksha Singh
f2cd040c3b
Merge pull request #6090 from ci2014/patch-26
Fix recipients by document field
2018-09-26 00:38:28 +05:30
Prateeksha Singh
683ff52e03
Merge pull request #6139 from rohitwaghchaure/data_import_file_must_be_private
[Security] Attachment file in the data import must be private
2018-09-26 00:21:20 +05:30
Rohit Waghchaure
8ec66fa6b2 [Security] Attachment file in the data import must be private 2018-09-25 19:18:50 +05:30
Ameya Shenoy
025b627579
Merge pull request #6137 from frappe/revert-6132-decode
Revert "fix(setup_global_help): allow utf-8 in filename"
2018-09-25 16:50:30 +05:30
Ameya Shenoy
4e4429f169 Revert "fix(setup_global_help): allow utf-8 in filename (#6132)"
This reverts commit a19525e695.
2018-09-25 16:49:11 +05:30
Charles-Henri Decultot
044efac4c5 Transaction log corrections (#6131) 2018-09-25 15:40:46 +05:30
Ameya Shenoy
a19525e695 fix(setup_global_help): allow utf-8 in filename (#6132)
- fixed issue with setting up global help. Setting up global help used
to fail when the filenames were in any language other than english, due
to improper encoding. Used frappe.safe_decode to solve the issue

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2018-09-25 15:40:18 +05:30
rohitwaghchaure
a8423dd782 [Fix] Email not sending if reciepients is blank because of reciepients is unsubscribed (#6136) 2018-09-25 15:37:26 +05:30
Aditya Hase
ab81036c20 fix(python3): subproess.check_output should always be decoded (#6135) 2018-09-25 13:14:20 +05:30
Sachin Mane
5e5623d7f9 fix - default timeouts never picked up (#6098) 2018-09-24 13:08:08 +05:30
gshmu
bea46dc45c list clear, unselect list-select-all (#6088) 2018-09-24 12:59:37 +05:30
Faris Ansari
f169f6231d fix(ux): Reorder Print Server fields (#6115)
- fix timeline overflow text
2018-09-24 12:46:41 +05:30
Achilles Rasquinha
97c02cae82 Installation Failure Fix for Python 3 - safe_decode bytes to string (#6130)
* Installation Failure Fix for Python 3 - safe_decode bytes to string

* Installation Failure Fix for Python 3 - safe_decode bytes to string

* Fixed merge conflict

* Use --short instead of first 7 characters
2018-09-24 12:34:31 +05:30
rohitwaghchaure
de9778047d [Fix] Not able to delete the document which has workflow (#6119) 2018-09-24 12:34:21 +05:30
Prateeksha Singh
de1d2720c6 Charts in Query Reports (#6118)
* [charts][query-report] setup preview enabled chart maker

- Options for y values: numeric fields
- Options for x values: remaining non numeric fields

* [query-report][chart] Add 'Vs' title, truncate total row
2018-09-24 12:33:53 +05:30
Prateeksha Singh
a123fb45f4 [depends-on] can be a function with passed doc or a Boolean (#6117)
- the function will receive the doc object
- 'eval' was well intentioned to be set by database values
- but when used programatically, should be better
2018-09-24 12:32:47 +05:30
Faris Ansari
50915f3177 fix: Handle empty json in Report (#6127) 2018-09-24 11:30:32 +05:30
Rushabh Mehta
8c302e956d fix(permissions.py) 2018-09-24 09:30:05 +05:30
Ameya Shenoy
86bd7df010
Merge branch 'staging-fixes' into staging 2018-09-21 10:59:46 +00:00
Ameya Shenoy
ea082ce8a3 bumped to version 11.0.2 2018-09-21 10:59:46 +00:00
Ameya Shenoy
d55ce6ab05
Merge pull request #6125 from codingCoffee/soc_login
fix(patch): refactor social login keys
2018-09-21 16:08:36 +05:30
Ameya Shenoy
24e0a69ed9
Merge pull request #6126 from codingCoffee/bleach
fix(dependencies): locked down bleach to 2.1.4
2018-09-21 16:08:12 +05:30
Ameya Shenoy
dc983f49c6
fix(patch): refactor social login keys
escaped special characters in query

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2018-09-21 15:45:21 +05:30
Ameya Shenoy
95c80eb4a5
fix(dependencies): locked down bleach to 2.1.4
bleach.clean used in html_utils depends on the latest version of bleach

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2018-09-21 15:42:47 +05:30
Ameya Shenoy
651df31590
Merge branch 'staging-fixes' into staging 2018-09-20 10:23:18 +00:00
Ameya Shenoy
fc805699b6 bumped to version 11.0.1 2018-09-20 10:23:18 +00:00