Commit graph

1550 commits

Author SHA1 Message Date
mergify[bot]
625eedf7a2
Merge pull request #8816 from rohitwaghchaure/fixed_deadlock_while_opening_company_record_v12
fix: deadlock issue on load of company
2019-11-21 07:56:50 +00:00
mergify[bot]
dc902f8b01
Merge pull request #8824 from surajshetty3416/fix-data-import-issue
fix: Cache can_import for all users and not just System Managers
2019-11-19 06:53:54 +00:00
Suraj Shetty
642d69b592 fix: Cache can_import list for all users and not just System Managers 2019-11-15 17:08:46 +05:30
Aditya Hase
ab455b46cd
fix(pdf): Remove unnecessary argument
https://docs.python.org/3/library/urllib.parse.html#urllib.parse.quote
https://docs.python.org/2/library/urllib.html#urllib.quote
2019-11-15 15:44:39 +05:30
Rohit Waghchaure
081afb1492 fix: deadlock issue on load of company 2019-11-14 13:43:54 +05:30
Aditya Hase
e35af96257
fix(scheduler): Activate scheduler if found inactive 2019-11-13 12:03:28 +05:30
Rohan Bansal
47caf1e9ad fix: singular-plural format 2019-11-11 14:05:43 +05:30
mergify[bot]
72274be822
Merge pull request #8707 from ioweb-gr/develop
fix: add support for utf-8 characters in pdf filename during downloads
2019-11-03 09:55:06 +00:00
Revant Nandgaonkar
a633d22945
Merge pull request #8720 from revant/port-code
fix: add missing code for social login key
2019-11-01 13:50:37 +05:30
Revant Nandgaonkar
314aed831b fix: add missing code for social login key
add missing code for using custom social login key
2019-10-30 17:26:45 +05:30
IOWEB TECHNOLOGIES
a4585bfcd9 add support for utf-8 characters in pdf filename during downloads 2019-10-29 23:33:23 +02:00
Chinmay D. Pai
2bdcdf5dcf
fix: decode non-ascii characters for formataddr
formataddr[1] by default encodes non-ascii characters to `=?utf-8?q`, which needs to be decoded to a human-readable string format. using decode_header and make_header we can decode the string back to human-readable format.

before:

In [1]: formataddr(("Tèst", "notifications@erpnext.com"))
Out[1]: '=?utf-8?b?VMOoc3Q=?= <notifications@erpnext.com>'

after:

In [2]: make_header(decode_header(formataddr(("Tèst", "notifications@erpnext.com"))))
Out[2]: 'Tèst <notifications@erpnext.com>'

references:
[1]: https://docs.python.org/3/library/email.utils.html#email.utils.formataddr

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2019-10-29 16:22:25 +05:30
Rohit Waghchaure
7494328106 fix: disable smart shrinking for version 0.12.5 2019-10-25 18:36:26 +05:30
Aditya Hase
e3df3f0b17
perf(desk): Use cached meta 2019-10-23 22:21:49 +05:30
Saurabh
f1ba214b0b feat: merge gzip and mysqldump to speedup backup (#8524) 2019-10-21 15:24:26 +05:30
mergify[bot]
e273ffeaf4
Merge pull request #8550 from rmehta/server-script
feat(server scripts): add server scripts!
2019-10-21 09:10:09 +00:00
Rohan Bansal
2d7c50cb5c fix: allow bold and underline tags while adding comment 2019-10-18 15:41:16 +05:30
mergify[bot]
df78b36478
Merge pull request #8599 from rohitwaghchaure/font_size_become_small_after_upgrade_to_0_12_5_develop
fix: font size showing small after upgrade wkhtmltopdf to 0.12.5
2019-10-15 02:07:55 +00:00
Rohit Waghchaure
7fc55d2cbd fix: font size showing small after upgrade to 0.12.5 2019-10-14 17:43:41 +05:30
mergify[bot]
510b726783
Merge pull request #8508 from marination/customize-import
feat: Added 'Allow Import (via Data Import Tool)' checkbox in Customize Form
2019-10-11 16:13:25 +00:00
Rushabh Mehta
4a39652850 fix(minor) 2019-10-11 15:31:45 +05:30
Rushabh Mehta
3d22ecc5f3 fix(minor) 2019-10-11 15:05:39 +05:30
Rushabh Mehta
a1a1200adb fix(imports) 2019-10-11 14:47:25 +05:30
Rushabh Mehta
c57f128000 fix(minor): add comments 2019-10-11 14:34:14 +05:30
Rushabh Mehta
b84663621f fix(linting) 2019-10-11 14:16:49 +05:30
Rushabh Mehta
9d38990c2d fix(report): custom script report 2019-10-11 14:16:49 +05:30
Rushabh Mehta
9d615f7f12 fix(security): use restricted python 2019-10-11 14:16:49 +05:30
Rushabh Mehta
6c4253e0af fix(minor): remove RestrictedPython 2019-10-11 14:16:49 +05:30
Rushabh Mehta
6d6f575904 feat(server scripts): add server scripts! 2019-10-11 14:16:49 +05:30
marination
e08779c362 fix: Importable docs via Customize Form set in redis cache
can_import list is set in redis cache
Data Import's set query will fetch from cache ad update list
2019-10-09 12:36:35 +05:30
Himanshu Warekar
02cebdd7d3 fix: use frappe.tags 2019-10-03 16:43:36 +05:30
Himanshu Warekar
c0a5ad1456 Merge branch 'develop' of https://github.com/frappe/frappe into global_tags 2019-10-03 12:30:53 +05:30
ci2014
f0b59df21c Let developers choose the margins (#8513)
* Let developers choose the margins

Let the developers choose the margins

* fix: remove trailing whitespace
2019-10-03 06:25:38 +00:00
Himanshu Warekar
a5a48f2054 fix: left join Tag Link 2019-10-02 11:39:25 +05:30
Himanshu Warekar
c01eadcac0 Merge branch 'develop' of https://github.com/frappe/frappe into global_tags 2019-09-30 13:59:28 +05:30
Faris Ansari
d2fe007177 fix(xls): Don't remove first row 2019-09-29 22:41:30 +05:30
Faris Ansari
d07ac06e5c fix: Export to Excel 2019-09-29 22:41:29 +05:30
Faris Ansari
07eedad5bb fix: Parse .xls and .xlsx files in import 2019-09-29 22:41:29 +05:30
Faris Ansari
b973a5d101 fix: Process data in batches 2019-09-29 22:41:29 +05:30
Himanshu Warekar
09b639a527 fix: codacy and travis fixes 2019-09-27 22:02:22 +05:30
marination
3e8ca0dd8d feat: Added 'Allow Import (via Data Import Tool)' checkbox in Customize Form
Checkbox will let users enable DocTypes in Data Import
Document Type Link Field in Data Import will fetch Importable DocTypes from meta
2019-09-27 13:08:33 +05:30
Himanshu Warekar
2bb05534f6 fix: do not add offset is start is zero 2019-09-26 17:58:13 +05:30
Himanshu Warekar
a952a5b5c3 feat: unique entry for each tag 2019-09-25 22:15:40 +05:30
Himanshu Warekar
abb477a1c0 feat: use search bar for tags too 2019-09-25 17:48:36 +05:30
Himanshu Warekar
b7196f124c feat: use tag link for global tags 2019-09-24 23:25:04 +05:30
Himanshu Warekar
f6d1ce2194 feat: Global Tags 2019-09-24 01:03:11 +05:30
Himanshu Warekar
f22c78a806 Merge develop into global_search 2019-09-23 21:20:26 +05:30
Himanshu Warekar
cfbfc24398 fix: 'NoneType' object has no attribute 'get' 2019-09-20 16:16:57 +05:30
Himanshu Warekar
c4d120273b fix: priority for doctypes inglobal search 2019-09-20 11:12:45 +05:30
Himanshu Warekar
c669167efb fix: check if text exists 2019-09-18 18:43:43 +05:30