Commit graph

283 commits

Author SHA1 Message Date
Suraj Shetty
cf607148a0
Merge pull request #12121 from zerodha/virtual_doctype 2021-04-02 12:43:43 +05:30
Faris Ansari
bcb01f6491 fix: Remove encrypted password when it is unset 2021-04-01 17:48:20 +05:30
Chinmay Pai
043a6c0804
Merge branch 'develop' into virtual_doctype 2021-03-17 20:18:44 +05:30
Shariq Ansari
71bb522e95
fix: Multi currency in print view shows same currency symbol (#12569)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-03-16 10:07:23 +05:30
mergify[bot]
465404f66e
Merge pull request #12447 from adityahase/perf-cli
perf: Faster CLI
2021-02-25 01:44:36 +00:00
mergify[bot]
3e76842765
Merge pull request #12347 from hasnain2808/better-way-to-extract-fieldname
fix: better way to extract fieldname from key_name
2021-02-24 10:08:04 +00:00
Aditya Hase
3f0409a2af
perf: Remove frappe.utils.password from import tree 2021-02-21 09:41:28 +05:30
Aditya Hase
637aa059b9
perf: Remove BeautifulSoup from import tree 2021-02-19 21:01:55 +05:30
hasnain2808@gmail.com
a1970efba3 chore: use dict instead of index 2021-02-19 00:15:02 +05:30
Mohammad Hasnain Mohsin Rajan
938230ae9e
chore: better commands
Co-authored-by: Rohan <Alchez@users.noreply.github.com>
2021-02-19 00:10:02 +05:30
Ankush Menat
523112fd8b
docs: update docs of some most used functions
Update following function/methods:

BaseDocument.update
BaseDocument.append
utils.cint
utils.flt
utils.getdate

[skip travis]
2021-02-15 17:41:29 +05:30
hasnain2808@gmail.com
ae4e39480e fix: better way to extract fieldname from key_name 2021-02-08 21:23:35 +05:30
Shridhar
d48e470b86
fix: renamed label and field name 2021-01-11 13:13:39 +05:30
Shridhar
092d32be33
fix: fixed commenting and sharing for virtual doctypes 2021-01-11 13:13:38 +05:30
Shridhar
156cc9805f
fix: link validation fetch from get doc 2021-01-11 13:13:38 +05:30
Sagar Vora
34ad0cf331 fix: introduce frappe.controllers; clear global if cache is cleared; replace old references 2021-01-07 10:57:08 +05:30
Sagar Vora
c8ef51a8ec perf: revert to using _classes global instead of frappe.cache 2021-01-06 16:33:41 +05:30
Saqib Ansari
3296097df6 feat: show absolute value in print format 2020-11-30 15:46:29 +05:30
Deepesh Garg
7b404a835b fix: Ignore hash collosion count limit in tests 2020-10-06 12:55:09 +05:30
Faris Ansari
45e461a10a
Merge pull request #11527 from netchampfaris/override-doctype-class 2020-09-24 14:11:57 +05:30
Rushabh Mehta
21419645f8 feat(document naming): [wip] rule based naming of documents 2020-09-21 10:28:11 +05:30
Faris Ansari
8461275f5a fix: Store classes in cache per site 2020-09-17 17:58:37 +05:30
Faris Ansari
78e1310471 feat: Ability to override doctype classes from hooks 2020-09-17 17:30:36 +05:30
Rushabh Mehta
5d2a1ea47a fix(minor): handle importing of doctype when links are missing 2020-08-25 14:29:08 +05:30
Rushabh Mehta
ebc961cf84 fix(debug): print error before it breaks 2020-08-25 14:12:30 +05:30
Sahil Khan
8ce340046e fix: do not sanitize code field
Co-authored-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-07-28 19:33:44 +05:30
prssanna
742d79cd5f style: fix indent 2020-07-18 14:16:32 +05:30
Chinmay D. Pai
3678435d4a
fix: remove redundant condition for field sanitization
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-07-17 18:38:57 +05:30
marination
c2c6d9fa7f fix: Duplicate Name Error Message on saving document 2020-07-03 14:10:44 +05:30
Prssanna Desai
0cc5e2522a fix: use frappe.bold
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2020-06-10 11:46:13 +05:30
Prssanna Desai
695826ac49
fix: use in to check value
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2020-06-10 11:41:00 +05:30
prssanna
8455d93e5b fix: better validation message if fetch from field doesn't exist 2020-06-05 11:28:13 +05:30
Prssanna Desai
b6011e752b
fix(Email): include Text in fieldtypes to sanitize (#10525) 2020-05-29 09:12:24 +05:30
mergify[bot]
4e3706763a
Merge pull request #10040 from Thunderbottom/data-validation-fix
fix: skip validation if oldfieldtype is not set to data
2020-04-24 17:26:11 +00:00
Suraj Shetty
9122866c62
fix: Consider __unsaved flag while getting doc as_dict (#10067)
Co-authored-by: Prssanna Desai <prssud@gmail.com>

Co-authored-by: Prssanna Desai <prssud@gmail.com>
2020-04-23 20:38:33 +05:30
mergify[bot]
7fb8dac072
Merge pull request #10030 from Thunderbottom/validate-name-data-options
feat: Add name validation to data fieldtype
2020-04-22 07:43:25 +00:00
Chinmay D. Pai
27b5819e34
fix: skip validation if oldfieldtype is not set to data
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-04-22 11:55:46 +05:30
Chinmay D. Pai
108fa0f42e
fix: sanitize all html input
use beautifulsoup to parse if string contains html and then sanitize the
input html

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-04-21 17:22:44 +05:30
Chinmay D. Pai
1dfa8ccbc4
feat: add name validation to data fieldtype
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-04-21 15:49:55 +05:30
Prssanna Desai
a5daf8ffa1
fix: check if field is a default field before getting df (#9953) 2020-04-15 19:34:12 +05:30
Shivam Mishra
7651df7bed Merge branch 'develop' of github.com:frappe/frappe into field-strip-html 2020-04-13 14:04:22 +05:30
prssanna
5b5d8031ce fix: use .get() to set fieldtype 2020-04-07 18:11:39 +05:30
Gavin D'souza
6c350f6c7b chore: update msgprint title
fix: circular import
2020-03-30 11:19:15 +05:30
Gavin D'souza
11aefbd8ed fix: dont validate email if owner and email_data is in STANDARD_USERS 2020-03-30 10:18:30 +05:30
prssanna
523f0a1f57 fix: strip html from fetched fields server side if required 2020-03-27 15:32:11 +05:30
Gavin D'souza
5627981192 fix: safe check of options in docfield 2020-03-25 21:41:48 +05:30
Gavin D'souza
d199d8027a feat: added server validations for phone and email
for fieldtype "Data" and options set to "Email" or "Phone", updating
    documents will trigger data validations for email and phone numbers will be made
2020-03-25 15:29:24 +05:30
prssanna
7a36e64b9c fix: permission validation for child table fields 2020-03-02 13:23:46 +05:30
Suraj Shetty
dee4a7336c fix(translations): Incorrect syntax 2020-01-29 15:22:35 +05:30
Rucha Mahabal
19c69e5316 fix: anti-pattern code 2020-01-27 12:26:12 +05:30