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
Himanshu Warekar
9d3b361da4
feat: Global Search with Priorities
2019-09-18 18:21:13 +05:30
Rohan
355fc4b49e
feat: allow extending doctype dashboards via hooks (develop) ( #8336 )
...
* feat: allow overriding dasboards via hooks
* fix: allow extending dashboard data in hooks
* fix: move logic to generic function
* format: added description to hook
2019-09-08 02:29:43 +05:30
Aditya Hase
a2e2f67f16
fix(login): ldap_settings not defined
2019-09-05 16:44:06 +05:30
sahil28297
ac1c8c7c3f
fix(nestedset): check if meta has nsm_parent_field
2019-09-03 22:15:59 +05:30
Himanshu
5b1938afdd
feat(Comments): add images in comments ( #8283 )
...
* feat: add images in comments
* fix: use extract images
2019-09-02 23:28:05 +05:30
Faris Ansari
bff94703cf
feat: Create NestedSet doctypes via configuration
2019-09-02 15:58:52 +05:30
mergify[bot]
98c2a402dd
Merge pull request #8261 from hrwX/escape_docname_goal
...
fix(Customer): Escape quotes
2019-08-28 20:36:29 +00:00
mergify[bot]
4a79ffd6bb
Merge pull request #8272 from deepeshgarg007/multi_print
...
fix: Error while printing multiple docs
2019-08-28 09:52:00 +00:00
Himanshu
880b2559f2
Update frappe/utils/goal.py
...
Co-Authored-By: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2019-08-28 10:06:13 +05:30
deepeshgarg007
fb98887cd4
fix: Error while pritning mutiple docs
2019-08-27 12:31:52 +05:30
Himanshu Warekar
d4bf775c08
fix: escape docname for quotes
2019-08-26 14:04:56 +05:30