Commit graph

15086 commits

Author SHA1 Message Date
Faris Ansari
0fcc0c9b89
Add only System Managers to update-user-set 2018-09-05 13:36:56 +05:30
Ameya Shenoy
a4f3ba6d99
translated strings and removed admin upgrade message 2018-08-24 11:38:37 +00:00
Ameya Shenoy
b944fcfdb5
[minor] pop up shown to system managers and functionified code 2018-08-20 21:18:09 +00:00
Ameya Shenoy
21bbbd2dbb
[feature] show popup for version update
- added a new weekly hook to check if new version update is available
- added function to desk.js to show popup in case a new version is
available
- added redis wrappers for set related commands, namely sadd, srem,
sismember, spop, srandmember, smembers
2018-08-15 20:34:48 +00:00
Prateeksha Singh
04bc51a398 [hotfix] prevent jinja exec in search title (#5930) 2018-08-06 13:02:03 +05:30
Ameya Shenoy
ed5e0b4628
Merge pull request #5916 from rohitwaghchaure/total_rows_not_showing_proper_value
[Fix] Total amount not showing proper if rows has blank value
2018-08-06 12:33:27 +05:30
Rohit Waghchaure
7a77093bed [Fix] Total amount not showing proper if rows has blank value 2018-08-03 15:59:27 +05:30
Ameya Shenoy
aeed481051
Merge branch 'hotfix' 2018-08-01 06:22:44 +00:00
Ameya Shenoy
ecd881628f bumped to version 10.1.44 2018-08-01 06:22:44 +00:00
Ameya Shenoy
9bc18213a4
Merge pull request #5903 from rmehta/codingCoffee-strict_email
[email] smtp connection per sender
2018-08-01 11:40:34 +05:30
Nabin Hait
288b98ca76 Merge branch 'hotfix' 2018-07-31 12:40:42 +05:30
Nabin Hait
cdfba6fd4c bumped to version 10.1.43 2018-07-31 13:10:42 +06:00
Shreya Shah
4c20d1f68f using regex instead of soup to parse pdf page margins (#5883)
* using regex instead of soup to parse pdf page margins

* Fix codacy
2018-07-30 14:32:33 +05:30
Zarrar
389739b5bb Bold email mentions in comment section (#5879) 2018-07-30 12:01:46 +05:30
Ameya Shenoy
92f288bc2f added 2 fucntions to frappe.utils (#5877)
* added 2 fucntions to frappe.utils

- get_db_count: to get the db count of any DocType
- call: a wrapper for frappe.call

* Update __init__.py
2018-07-27 11:55:58 +05:30
Sagar Vora
5ddcf40a11 [python3] let PdfFileReader handle file opening (#5878)
In Python 3, file() is deprecated. 
PdfFileReader can internally handle file opening and closing, so file() no longer necessary.

See description of stream parameter here:
https://pythonhosted.org/PyPDF2/PdfFileReader.html#PyPDF2.PdfFileReader

Alternatively, open() can be used.
2018-07-27 11:55:48 +05:30
Rushabh Mehta
e2b802f0f1
Revert "[First Cut] Address Info for customer (#5872)" (#5873)
This reverts commit 9b78824946.
2018-07-26 12:58:43 +05:30
Saurabh
9b78824946 [First Cut] Address Info for customer (#5872) 2018-07-26 12:47:30 +05:30
Faris Ansari
98a03f9f0a Use "POST" request in ListView (#5870) 2018-07-26 12:39:23 +05:30
Shreya Shah
b2fbb35efa Fix comment mentions to avoid html tags (#5865)
* Fix comment mentions to avoid html tags

* Add a test case
2018-07-24 16:34:18 +05:30
Shreya Shah
a0a23c1ead Only calculate total for int, float and currency fieldtypes (#5852)
* Only calculate total for int, float and currency

* Fix codacy

* Update reportview.js
2018-07-23 14:38:50 +05:30
Shreya Shah
71f829e2eb Make start and end date as mandatory (#5843) 2018-07-23 11:27:47 +05:30
Saurabh
b9fffc9914 Merge branch 'hotfix' 2018-07-19 13:33:07 +05:30
Saurabh
d53a5c04b0 bumped to version 10.1.42 2018-07-19 14:03:07 +06:00
Rushabh Mehta
8cb936db86 [fix] potential fix for auto-scrolling issues 2018-07-19 12:24:03 +05:30
Nabin Hait
cd6c41546e Merge branch 'hotfix' 2018-07-19 11:14:20 +05:30
Nabin Hait
5ddbe495c1 bumped to version 10.1.41 2018-07-19 11:44:20 +06:00
Saurabh
bff5e1126a
Merge pull request #5838 from rohitwaghchaure/not_able_to_login
[Fix] Not able to login
2018-07-19 10:10:16 +05:30
Rohit Waghchaure
53154c3971 [Fix] Not able to login 2018-07-19 09:44:24 +05:30
Saurabh
f0504b5b15 Merge branch 'hotfix' 2018-07-18 16:06:37 +05:30
Saurabh
6033e1e929 bumped to version 10.1.40 2018-07-18 16:36:37 +06:00
Shreya Shah
4b75e5b16e Fix comment mentions (#5820)
* Show names for mentions instead of usernames

* Modify regex to allow email ids as mentions

* Modify get_value to fetch recipients based on names

* Add test case for regex
2018-07-16 17:58:01 +05:30
rohitwaghchaure
2f3fabc4f8 [Fix] Disable Show rows with zero values checkbox, still showin zero rows in the print (#5817) 2018-07-12 16:29:59 +05:30
Saurabh
5a7ee536d3
Merge pull request #5810 from saurabh6790/test_case_fixes
test case fixes for db query engin
2018-07-11 14:43:49 +05:30
Saurabh
b40d6f9a71 test case fixes for db query engin 2018-07-11 13:45:36 +05:30
rohitwaghchaure
7293311f72 [Fix] Handle the OverflowError exception in the in_words method (#5769) 2018-07-11 11:56:01 +05:30
rohitwaghchaure
6f84e922f8 [Fix] Brute force security (#5785)
* [Fix] Brute force security

* Added patch and change the error message

* Added test case
2018-07-11 11:14:05 +05:30
Saurabh
081b17fbe8 [security][fix] tighten criteria to prevent sql injection in search-f… (#5800)
* [security][fix] tighten criteria to prevent sql injection in search-fields

* test cases
2018-07-11 11:04:51 +05:30
Saurabh
8ad60a25b9 Merge branch 'hotfix' 2018-07-09 15:55:22 +05:30
Saurabh
34505037cc bumped to version 10.1.39 2018-07-09 16:25:22 +06:00
Saurabh
cc9ba4d9b9
Merge pull request #5798 from pratu16x7/hotfix
[global-search] add doc check for route
2018-07-09 14:42:44 +05:30
Prateeksha Singh
479f51e23a [global-search] add doc check for route 2018-07-09 12:49:26 +05:30
Rushabh Mehta
7a532a4f21 [fix] remove cache from queue.py 2018-07-06 17:58:53 +05:30
Ameya Shenoy
f8269e3ad6 [fix]email error due to incorrect smtp server auth
- A dict of smtpserver objects is created for every sender
- A smtp server object is created if not present for the given sender
- smtpserver object is picked based on the sender of the mail
2018-07-06 14:08:11 +05:30
Saurabh
c656704cd7 Merge branch 'hotfix' 2018-07-06 13:26:04 +05:30
Saurabh
aec04731db bumped to version 10.1.38 2018-07-06 13:56:04 +06:00
Saurabh
da4206a48b
Merge pull request #5782 from saurabh6790/filter_sanitizer_test_case_fixes
[fix][test-case] filter sanitizer
2018-07-05 18:19:40 +05:30
Saurabh
9aeb79b874 [fix][test-case] filter sanitizer 2018-07-05 17:33:30 +05:30
Ameya Shenoy
5c6b02515a regex fix (#5765)
courtesy: @netchanpfaris
initally the regex used to allow only digits 0-9, not it considers the
entire number range
2018-07-03 14:55:21 +05:30
Faris Ansari
f4313f6b12
Remove !important rules so that custom css in Print Format can override (#5762) 2018-07-02 11:34:08 +05:30