Commit graph

15246 commits

Author SHA1 Message Date
Sagar Vora
a00b063d36 bumped to version 10.1.70 2019-01-22 15:39:38 +05:50
Zarrar
3d95621cd5 feat(email): Retry sending Email 3 times before deeming it as error (#6754)
* added field to note number of retries

* incase of unprecedented errors increase retry counter and try sending again
2019-01-18 13:33:59 +05:30
Deepesh Garg
19a8a6cdc0 fix: Address and contact report (#6763) 2019-01-16 18:54:37 +05:30
Saurabh
480b31587d bumped to version 10.1.69 2019-01-15 19:35:41 +06:00
Nabin Hait
5590193c8d fix(version): getting version update (#6717)
* fix(version): getting version update

* fix(version): getting version update
2019-01-07 08:57:04 +05:30
Frappe Bot
cd50fecea0 Merge branch 'hotfix' 2018-12-19 06:19:04 +00:00
Frappe Bot
d63570059d bumped to version 10.1.68 2018-12-19 06:19:04 +00:00
Shreya Shah
5e7e78c2de fix: comment mentions (#6611)
* fix: replace br with div

* test: Add test coverage
2018-12-18 09:01:55 +05:30
Shreya Shah
3128723b09 fix: pass parameters as list (#6625)
* fix: pass parameters as list

* test: Add test case

* test: Add json data for test
2018-12-18 09:01:29 +05:30
khushalti
0367fe3025 [Fix] - Corrected json format (#6621) 2018-12-18 08:56:37 +05:30
Ameya Shenoy
b7bac9cd49 fix(auto_email_report): max_reports_per_user (#6628)
Option to modify the value for max_reports_per_user via the
site_config.json
2018-12-17 16:07:44 +05:30
Frappe Bot
be52744453 Merge branch 'hotfix' 2018-12-06 08:54:30 +00:00
Frappe Bot
bd3b14ac18 bumped to version 10.1.67 2018-12-06 08:54:30 +00:00
Aditya Hase
e3ae0722c4 fix(security): Make Jinja tighter (#6564) 2018-11-29 17:24:46 +05:30
Ameya Shenoy
5857b9266b bumped to version 10.1.66 2018-11-29 09:45:15 +00:00
Suraj Shetty
5d477ff6e9 Update gantt library (#6541)
* Update gantt library
- Current version is ver 0.3.0

* Add frappe-gantt.css
2018-11-29 12:49:26 +05:30
Ameya Shenoy
bb585e59d2 bumped to version 10.1.65 2018-11-28 07:42:16 +00:00
Saurabh
4738a9711a fix: tighten protection against sql injection (#6546) 2018-11-28 10:22:30 +05:30
rohitwaghchaure
1cb64cf06e fix: Web form grid view for Text Editor showing toolbar (#6547) 2018-11-28 10:14:11 +05:30
rohitwaghchaure
7195cfd03c fix: KeyError: '_comment_count'(#6549) 2018-11-28 09:01:18 +05:30
Ameya Shenoy
044492e97e
Merge pull request #6545 from saurabh6790/additional_keys_in_limits
additional key support
2018-11-27 13:49:38 +05:30
Saurabh
d7794ed04b additional key support 2018-11-27 12:53:19 +05:30
Prateeksha Singh
87cfe05b5c
Merge pull request #6480 from codingCoffee/css
css: v10 built css
2018-11-26 19:30:42 +05:30
Prateeksha Singh
35c8a1db4b
Merge branch 'hotfix' into css 2018-11-26 19:27:57 +05:30
rohitwaghchaure
c0e7ceba13 [Fix] Auto email report, zero value row skipped (#6524) 2018-11-26 12:17:07 +01:00
Ameya Shenoy
889d56ae54 bumped to version 10.1.64 2018-11-23 08:02:14 +00:00
Faris Ansari
5e170de52e
Merge pull request #6478 from adityahase/redis-fix
fix(redis-wrapper): Do not assume existence of superclass of redis.Redis
2018-11-22 20:00:11 +01:00
Faris Ansari
cacc5a4472
Merge branch 'hotfix' into redis-fix 2018-11-22 14:10:53 +01:00
rohitwaghchaure
66bfa66e7c fix: From global search data is not displaying (#6521) 2018-11-22 14:11:07 +05:30
rohitwaghchaure
c247ec17ea fix: child table access using get_list function (#6511)
User was able to fetch child table data without having access from client side using frappe.db.get_list function
2018-11-22 12:44:32 +05:30
rohitwaghchaure
df6687f9c0 fix: After rename, user still able to search document using old name (#6515) 2018-11-22 11:33:29 +05:30
rohitwaghchaure
a3f63ca1bd fix: Child table data can be get easily by passing fake parent id (#6509) 2018-11-22 10:24:06 +05:30
Ameya Shenoy
5718685602
Merge pull request #6501 from saurabh6790/additional_keys
[fix] support additional keys in limits
2018-11-20 23:25:48 +05:30
Saurabh
9d28467c52 [fix] support additional keys in limits 2018-11-20 15:16:49 +05:30
Frappe Bot
1035038cbe Merge branch 'hotfix' 2018-11-16 08:22:03 +00:00
Frappe Bot
74c8015b00 bumped to version 10.1.63 2018-11-16 08:22:03 +00:00
Ameya Shenoy
564d459dbc fix(requirements): lockdown python requirements (#6481) 2018-11-16 06:11:02 +05:30
Ameya Shenoy
9e8ce181ee
css: v10 built css 2018-11-15 19:15:23 +00:00
Aditya Hase
fc085a2b39 fix(redis-wrapper): Do not assume existence of superclass of redis.Redis
RedisWrapper inherits from Redis which inherits from StrictRedis

In redis-py 3.0.0 StrictRedis was renamed to Redis.

This seems like a harmless change, but, instead of using
`self(RedisWrapper ...`, all methods use `self(Redis ...`
which assumes previous hierarchy (i.e. RedisWrapper <- Redis <- StrictRedis)
2018-11-15 20:06:03 +05:30
Frappe Bot
e04cd475f6 Merge branch 'hotfix' 2018-11-15 11:17:59 +00:00
Frappe Bot
f3d01d7870 bumped to version 10.1.62 2018-11-15 11:17:59 +00:00
Ameya Shenoy
3f2335dd87
Merge pull request #6475 from Thunderbottom/redis-requirement-freeze
redis: freeze requirement to 2.10.6
2018-11-15 16:45:26 +05:30
Chinmay Pai
ca59cdc373
redis: freeze requirement to 2.10.6
the new redis 3.0.0 update has breaking changes, so we freeze the version to 2.10.6 for now.
2018-11-15 16:39:42 +05:30
Frappe Bot
229c7ef42f Merge branch 'hotfix' 2018-11-13 10:52:59 +00:00
Frappe Bot
48b6ed2993 bumped to version 10.1.61 2018-11-13 10:52:59 +00:00
Faris Ansari
2a40378bc3
Merge pull request #6439 from rohitwaghchaure/hotfix_revert_filter_hidden_feature
Revert feature, listView filter shows hidden field
2018-11-10 18:26:50 +05:30
Rohit Waghchaure
4dd03618d6 Revert feature, listView filter shows hidden field 2018-11-10 17:03:24 +05:30
Frappe Bot
3be307169f Merge branch 'hotfix' 2018-11-09 10:08:19 +00:00
Frappe Bot
1800f9f70a bumped to version 10.1.60 2018-11-09 10:08:19 +00:00
gshmu
a2642868a5 fix read_xlsx_file_from_attached_file when xlsx contain functions (#6400) 2018-11-09 10:53:03 +05:30