Commit graph

15223 commits

Author SHA1 Message Date
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
Navdeep Ghai
36c6552fe9 remove meta dependency when Link field options is [Select] (#6418) 2018-11-09 10:51:09 +05:30
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
Saurabh
856a721073 [fix] sql injection fix (#6390) 2018-11-05 10:51:57 +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
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
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
Ameya Shenoy
a26dd436f5
Merge branch 'hotfix' 2018-10-31 10:36:54 +00:00
Ameya Shenoy
977b5a118e bumped to version 10.1.58 2018-10-31 10:36:54 +00:00
Ameya Shenoy
9807341146
Merge pull request #6370 from saurabh6790/sql_injection_fix_3110
[fix] potential sql injection by sanitizing fields parameter
2018-10-31 16:04:29 +05:30
Saurabh
a1e68b6fd5 [fix] potential sql injection by sanitizing fields parameter 2018-10-31 14:26:22 +05:30
Ameya Shenoy
acd190cf9e
Merge branch 'hotfix' 2018-10-30 12:06:19 +00:00
Ameya Shenoy
00f5ce0034 bumped to version 10.1.57 2018-10-30 12:06:18 +00:00
Faris Ansari
6683814cfc
Merge pull request #6351 from frappe/jinja-patch
fix(security): Make Jinja tighter
2018-10-30 17:28:26 +05:30
Ameya Shenoy
dd0e7ba472
fix(help): mitigate security fix for docs
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2018-10-30 17:13:00 +05:30
Aditya Hase
3afb9ebcbc
fix(security): Make Jinja tighter 2018-10-30 13:13:42 +05:30
Navdeep Ghai
c00bf28f15 Patch to modify Int datatype to bigint in tabSeries table (#6284)
* added patch for converting int to bigint in  table

* patch to modify the  int type  to bigint type in  table

* Update modify_naming_series_table.py

* Update modify_naming_series_table.py
2018-10-30 11:15:00 +05:30
Jay Parikh
d3c67e8bb5 Fix for [hotfix] [Bug] ListView Filter shows hidden field #6329 (#6331)
* New keyboard shortcut combination.

add shift+ the key, add alt+ the key, add alt+ctrl+ the key or single key e.g f1,f2,etc..

* Fixed Indentation Issues.

* Issue fix (no-self-assign)

* Fix for ListView Filter shows hidden field #6329
2018-10-30 10:59:14 +05:30
Prateeksha Singh
f56000989e
[hotfix] remove legend from heatmap 2018-10-30 09:48:40 +05:30
Faris Ansari
c9642532a9
Merge pull request #6348 from deepeshgarg007/date-fix
[Bug-Fix] Clear datepicker if value or datepicker is not available
2018-10-29 17:07:19 +05:30
deepeshgarg007
698d17db84 Clear datepicker if value or datepicker is not available 2018-10-29 16:42:05 +05:30