Commit graph

23178 commits

Author SHA1 Message Date
marination
f61ae3fd1a fix: Comment to docstring and minor changes
- added description for args with example
- 'yield' might not be the best idea, barely any improvement, so changed back to 'return'
2020-01-24 12:02:46 +05:30
marination
d110b744d9 fix: Modified map_docs to accomodate 'args' sent from client call 2020-01-21 15:13:30 +05:30
Himanshu
39850513ed fix: refresh email link (#9270)
* fix: refresh email link

* Update load.py

* Update timeline.js

* Update load.py

* chore: rename to document_email in docinfo
2020-01-20 09:37:19 +00:00
Shivam Mishra
3ce806b611 fix: typo in hooks for after insert breaking cache rebuild (#9314)
* fix: typo in hooks for after insert breaking cache rebuild

* fix: accept args
2020-01-20 13:51:19 +05:30
Suraj Shetty
fa1af204b0 fix: Consider "Small Text" and "Long Text" as text_field in print macro (#9308) 2020-01-20 12:26:53 +05:30
Aditya Hase
76eba344fa fix: Update vulnerable dependencies (#9303)
* fix: Update vulnerable dependencies

* chore: update PyYAML to 5.1

Co-authored-by: Chinmay Pai <chinmaydpai@gmail.com>
2020-01-18 10:39:00 +05:30
mergify[bot]
3f308c7fc7
Merge pull request #9278 from ruchamahabal/add_status_to_pick_columns
feat(Report View): show status field derived from docstatus or workflow if not in docfields
2020-01-17 04:55:13 +00:00
Rucha Mahabal
3b24fe5c45 fix: add status dependency column 2020-01-16 22:14:56 +05:30
Rucha Mahabal
6dd807b3a7 fix: switch status column deleting field 2020-01-16 16:14:06 +05:30
mergify[bot]
1c42a90894
Merge pull request #9289 from Mangesh-Khairnar/fix-error-log
fix: change message content for errors without a title
2020-01-16 10:09:16 +00:00
Er-Naren719
369c9ade94 refactor(Kanban): Use anchor tag for the ability to open card in new tab (#9217)
* feat: open task in a new tab

* fix: url updated using frappe util

* feat: open kanban task in new tab using anchor tag

* feat: element class name updated

* feat: variable name updated in js file

* feat: hack to retrieve document number removed

* feat: target attribute of anchor tag is removed
2020-01-16 09:55:55 +00:00
Mangesh-Khairnar
a4569172e4 fix: swap message with title containing newline character 2020-01-16 15:22:17 +05:30
mergify[bot]
f2c4b471fd
Merge pull request #9247 from Mangesh-Khairnar/fix-stripe-receipt-email
fix(stripe): sent email receipts for one time charge
2020-01-16 05:52:25 +00:00
mergify[bot]
8272753484
Merge pull request #9232 from Monogramm/ci/coverage
ci(coverage): Pin converage to 4.5.4
2020-01-16 03:52:23 +00:00
Suraj Shetty
abc1a9a5d6
fix: Dashboard chart filter (#9295) 2020-01-16 09:03:07 +05:30
mergify[bot]
6bc39d9b33
Merge pull request #9284 from prssanna/grid-delete-fix-v13
fix: Deleting a child table row visually clears other form fields
2020-01-16 03:19:06 +00:00
mergify[bot]
a82a23e619
Merge pull request #9254 from prssanna/save-group-by
fix(Report): group by reports not being saved
2020-01-16 03:16:02 +00:00
mergify[bot]
7c9d93b11a
Merge pull request #9282 from revant/fix-geolocation
fix: Geolocation field
2020-01-15 13:04:13 +00:00
Suraj Shetty
b67faf4f52
fix: Style of result image in search (#9294) 2020-01-15 17:32:16 +05:30
mergify[bot]
e8efc35507
Merge pull request #9288 from prssanna/js-print-format
fix: filter out JS type print formats in Customize form
2020-01-15 11:23:03 +00:00
Revant Nandgaonkar
039cd2b920 fix: Geolocation field width
make field full width
2020-01-15 16:51:50 +05:30
Mangesh-Khairnar
27a5a920d4 fix: change message content for errors without a title 2020-01-15 16:19:34 +05:30
Rucha Mahabal
095b4548d8 fix: test status column 2020-01-15 16:06:27 +05:30
Rucha Mahabal
2909040c54 fix: set editable property of derived status field to false 2020-01-15 16:04:57 +05:30
prssanna
8724bbb3dd fix: filter out js type print formats in customize form 2020-01-15 15:53:31 +05:30
prssanna
31a27a73b5 fix: remove type=reset for grid buttons 2020-01-15 15:49:29 +05:30
Revant Nandgaonkar
ee5004acaf fix: Geolocation field
Field inherits from ControlData instead of ControlCode

fixes https://github.com/frappe/erpnext/issues/20221
2020-01-15 15:35:37 +05:30
mergify[bot]
bacba5fc81
Merge pull request #9272 from nextchamp-saqib/cust-report-fix
fix: report doesn't have attribute custom report
2020-01-15 09:13:04 +00:00
Prssanna Desai
09548a881b
fix: use replace instead of slice
Co-Authored-By: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2020-01-15 14:31:45 +05:30
Saqib
533f39040e
Merge branch 'develop' into cust-report-fix 2020-01-15 14:03:30 +05:30
mergify[bot]
580f9d56a9
Merge pull request #9277 from sahil28297/fix_delete_prepared_report_develop
fix(patch): reload Prepared Report doctype
2020-01-15 08:27:14 +00:00
Sahil Khan
34d2357526 fix(patch): reload Prepared Report doctype 2020-01-15 13:18:52 +05:30
thefalconx33
b83452022a fix: report doesn't have attribute custom report 2020-01-15 12:43:40 +05:30
Rucha Mahabal
ee5f83695b feat(Report View): show status field derived from docstatus or workflow, if not a doctype field 2020-01-15 12:04:52 +05:30
mergify[bot]
969c4581e9
Merge pull request #9253 from surajshetty3416/ui-ux-fixes-v12
fix: Set correct doctype on clicking Customize button
2020-01-14 13:35:56 +00:00
mergify[bot]
f88c978b79
Merge pull request #9262 from sahil28297/fix_background_job
fix(background_job): use status as get_status is not accessible in html
2020-01-14 12:12:34 +00:00
mergify[bot]
9cba2e31d9
Merge pull request #9244 from Alchez/dev-webhook-security
feat: add security headers to webhook
2020-01-14 11:59:26 +00:00
Sahil Khan
273a64ff44 fix(background_job): use status as get_status is not accessible in html 2020-01-14 17:25:01 +05:30
Suraj Shetty
c29cd3a335 fix: Do not show Edit DocType button in DocType form 2020-01-14 13:36:59 +05:30
Suraj Shetty
26e426d704 fix: Do not show customize button for custom doctype 2020-01-14 13:32:50 +05:30
prssanna
2004e2e4cf fix(Report): group by reports not being saved 2020-01-14 13:22:10 +05:30
Suraj Shetty
f056f63ee1 fix: Set correct doctype on clicking Customize button 2020-01-14 13:01:43 +05:30
mergify[bot]
e67b0d2e22
Merge pull request #9250 from prssanna/like-fix
fix: Timeline item like issue
2020-01-14 07:21:38 +00:00
mergify[bot]
a64e2210d8
Merge pull request #9252 from scmmishra/better-message
fix: better version update message
2020-01-14 06:49:56 +00:00
Shivam Mishra
e28ae2f4ab fix: update message 2020-01-14 11:32:00 +05:30
prssanna
b9ac4a4094 fix: code formatting 2020-01-14 11:06:33 +05:30
mergify[bot]
d1b2b69563
Merge pull request #9241 from Mangesh-Khairnar/change-delete-button
fix(web-form): change delete button to an icon
2020-01-14 04:50:24 +00:00
Suraj Shetty
45d6951d92 Merge branch 'develop' of https://github.com/frappe/frappe into change-delete-button 2020-01-14 10:08:21 +05:30
mergify[bot]
81ea65c1c6
Merge pull request #9242 from rasos/develop
fix: allow again fairlogin as ID provider
2020-01-14 04:12:19 +00:00
mergify[bot]
ed22ea5005
Merge pull request #9042 from Monogramm/ci/reports
fix: Test XML Reports
2020-01-14 02:45:11 +00:00