seitime-frappe/frappe/core
Fisher Yu 8ef2545665
fix: encode filename to handle special characters (#12478)
* fix: same as previous row treated as one doc

treat repeated parent doc rows as same doc(parent), because legacy system downloaded data with inner join will normally have repeat same content for the parent docs

* fix: attached url with utf8 characters file name e.g Chinese

fix attached file via URL in comment by file name with utf8 characters

* fix: revert as it is already in other PR

* refactor: use frappe.safe_encode

Co-authored-by: Faris Ansari <netchampfaris@users.noreply.github.com>
2021-03-11 08:57:37 +00:00
..
doctype fix: encode filename to handle special characters (#12478) 2021-03-11 08:57:37 +00:00
page Merge pull request #12556 from resilient-tech/fix-recorder-routing 2021-03-10 12:19:38 +00:00
report refactor: remove istable param 2020-11-04 14:12:04 +05:30
web_form Remove unwanted field in edit-profile web form (#6837) 2019-01-29 10:50:23 +05:30
workspace feat: Rename "Custom Script" to "Client Script" 2021-02-04 14:06:09 +05:30
__init__.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
notifications.py fix: remove notifications code 2019-10-09 16:22:57 +05:30
README.md rename Profile to User frappe/frappe#470 2014-03-11 16:14:47 +05:30
utils.py refactor: generate_report_result method 2020-04-01 12:34:18 +05:30

Core module contains the models required for the basic functioning of frappe including DocType, User (user), Role and others.