Commit graph

17664 commits

Author SHA1 Message Date
Suraj Shetty
ccfc02bcbb fix: Set owner of doc as 'Guest' if doc.owner is undefined
- instead of seting owner as loggedin user
2019-03-07 10:16:41 +05:30
Suraj Shetty
ef0eb75aa7 feat: refactor frappe.require(website version) to add multiple
script import
2019-03-07 10:09:13 +05:30
Suraj Shetty
8ae185f7ff chore: Set ecmaVersion = 8 in eslintrc to allow async await syntax 2019-03-07 10:07:10 +05:30
FinByz Tech Pvt. Ltd
245a8186af fix: Allowed guest to attach files to web forms (#7017)
Created the fix for the issue [#6774](https://github.com/frappe/frappe/issues/6774), in which guest can attach files in web forms like job application.
2019-03-06 22:48:11 +05:30
Rushabh Mehta
9df07891ff fix(xmlx): handle unparseable HTML 2019-03-06 16:11:06 +05:30
Rushabh Mehta
fd8aad457a fix(query_report): fix progress bar to be shown only for reports over 5 seconds 2019-03-06 14:52:22 +05:30
Rushabh Mehta
a9db41aaf2
Merge pull request #7018 from rmehta/fix-db-query-null-fuelds
fix(db_query): handle null in fields list
2019-03-06 08:53:38 +05:30
Rushabh Mehta
ce6d6936c3 fix(style): quill 2019-03-06 08:52:30 +05:30
Rushabh Mehta
43fe6bd152 fix(db_query): handle null in fields list 2019-03-05 10:26:26 +05:30
Suraj Shetty
d04188283c
Merge pull request #6991 from sagarvora/fetch_only_once
feat(core): New DocField "Fetch If Empty"
2019-03-04 12:31:18 +05:30
Suraj Shetty
85f5fcf0de
Merge pull request #6999 from Anurag810/web_form_fixes
fix: web form will show footer save button only if the form is greater than window height
2019-03-04 12:23:57 +05:30
Suraj Shetty
1b1bea7b6d
chore: fix minor formatting 2019-03-04 12:09:25 +05:30
Anurag Mishra
c9aef2bfe9 fix: typo 2019-03-04 11:46:30 +05:30
Rushabh Mehta
abaf87342d
Merge pull request #7011 from deepeshgarg007/chat_profile
fix: Chat profile not found err msg fix
2019-03-02 19:50:19 +05:30
FinByz Tech Pvt. Ltd
bfa4a2c82c fix: Removed unexpected keword argument 'indicator' (#7010)
Removed unexpected keyword argument 'indicator' from frappe.throw function.
2019-03-02 19:37:28 +05:30
deepeshgarg007
347a6dc17f fix: Chat profile not found err msg fix 2019-03-02 17:15:05 +05:30
Frappe Bot
c7d567c54d Merge branch 'hotfix' 2019-03-01 09:10:17 +00:00
Frappe Bot
e0e8b54fc2 bumped to version 11.1.13 2019-03-01 09:10:17 +00:00
Rushabh Mehta
b288522f3f
Merge pull request #7006 from rohitwaghchaure/indexing_for_workflow_action
(fix, workflow action): added indexing for user and status columns
2019-03-01 09:08:53 +05:30
Rushabh Mehta
f0ff4fb6bf
Merge pull request #7007 from rohitwaghchaure/errprint_not_working
fix: errprint not working
2019-03-01 09:08:31 +05:30
Rohit Waghchaure
ae67ced14d fix: errprint not working 2019-02-28 20:23:06 +05:30
Rohit Waghchaure
7aad78be75 (fix, workflow action): added indexing for user and status columns 2019-02-28 18:55:57 +05:30
Frappe Bot
e64757f98e Merge branch 'hotfix' 2019-02-28 10:05:31 +00:00
Frappe Bot
c72c83c400 bumped to version 11.1.12 2019-02-28 10:05:31 +00:00
Rushabh Mehta
b480c6af44
Merge pull request #6995 from Anurag810/unlink_contact
fix: Unlink user with contact during user deletion.
2019-02-28 12:51:31 +05:30
Suraj Shetty
1b17d7d31a
Merge pull request #6998 from rohitwaghchaure/dont_do_commit_explicitly
fix: explicit commit submitting the document even if exception is raised

due to this doc used to get submitted even if the validation failed
2019-02-27 19:18:45 +05:30
Anurag Mishra
41ff8885e3 fix: web form will show footer save button only if form is greater than window height 2019-02-27 17:14:07 +05:30
Rohit Waghchaure
0ede34aeb3 fix: explicit commit submitting the document even if exception is raised 2019-02-27 17:10:41 +05:30
Anurag Mishra
4c3f1b8b82 fix: found user 2019-02-27 15:12:30 +05:30
Anurag Mishra
6082145e55 fix: unlink contact on deleting user 2019-02-27 14:51:34 +05:30
Sagar Vora
b21d75b7bf test: docfield fetch_if_empty 2019-02-27 13:54:13 +05:30
Deepesh Garg
c9c607b71d fix: Chat message not found on refresh issue fix (#6990)
If chat message is deleted then chat message not found error message is shown on refresh.

![chat message](https://user-images.githubusercontent.com/42651287/53424137-a55d1100-3a08-11e9-909f-1c585ddb416a.png)
2019-02-26 23:55:32 +05:30
Sagar Vora
0483877c9d feat: New DocField "Fetch If Empty" 2019-02-26 21:46:15 +05:30
Sagar Vora
c9d60da566 Merge branch 'hotfix' 2019-02-26 17:04:51 +05:30
Sagar Vora
e1e47a22c1 bumped to version 11.1.11 2019-02-26 17:24:51 +05:50
Deepesh Garg
f1bcaf6b83 fix: Wrong indicator and status fix in sales order containing workflow (#6967)
When a DocType has a workflow, it's docstatus is now handled by the Workflow. 
This resulted in a bug where the document status shows as "To bill and deliver" (Sales Order) instead of "Draft".
2019-02-26 16:21:06 +05:30
Suraj Shetty
bce52fdd31
Merge pull request #6979 from rohitwaghchaure/removed_duplicate_page
fix: Removed duplicate page user permissions for page and report
2019-02-26 16:18:39 +05:30
Rohan
302f781fd8 fix(report): Fix file exports for reports that show totals (#6902)
* fix(report): Fix file exports for reports that show totals

* fix(report): Add tests for Query Report export
2019-02-26 16:11:55 +05:30
Aditya Hase
c2b8f4a267 fix(list-view): Cast docnames to string (#6980) 2019-02-26 15:46:30 +05:30
Rushabh Mehta
c34021bca9 fix(travis): move to node 10 2019-02-26 14:26:24 +05:30
Ishan Loya
fa6707f4a1 Update timestamp (#6985)
Update timestamp to add endpoint_url field on migrate
2019-02-25 12:35:13 +05:30
Rohit Waghchaure
288dae9adc fix: test cases 2019-02-25 12:30:37 +05:30
Rohit Waghchaure
65b646e59e fix: Removed duplicate page user permissions for page and report 2019-02-24 08:22:25 +05:30
Saurabh
86dab7e492 Merge branch 'hotfix' 2019-02-22 10:25:18 +05:30
Saurabh
cd618f2aec bumped to version 11.1.10 2019-02-22 10:55:18 +06:00
rohitwaghchaure
a94a429f91
Merge pull request #6973 from netchampfaris/fix-custom-report-filters
fix: Report filters in Custom Reports
2019-02-21 18:48:24 +05:30
Faris Ansari
de1ced231d fix: Report filters in Custom Reports
- frappe.route_options should not override Report Filters
2019-02-21 18:37:06 +05:30
Saurabh
e3be9b383f Merge branch 'hotfix' 2019-02-21 16:18:15 +05:30
Saurabh
dd328340c2 bumped to version 11.1.9 2019-02-21 16:48:15 +06:00
Suraj Shetty
7559aea876
Merge pull request #6969 from deepeshgarg007/multiselect-fix
fix: Cannot email docs form menu
2019-02-21 13:19:27 +05:30