Commit graph

23146 commits

Author SHA1 Message Date
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
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
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
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
mergify[bot]
02aff443da
Merge pull request #8905 from vishdha/rohan_cancel
feat(cancel): Show all linked doc in a dialog box on cancel event and cancel all of them
2020-01-13 12:34:14 +00:00
mathieu.brunot
4f7c46e140
👌 Remove XML reports from CI
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2020-01-13 11:57:12 +01:00
prssanna
2a3601ade8 fix: set doctype in timeline item 2020-01-13 16:25:43 +05:30
Rohan Bansal
43ccae0327 fix: hash secret before assigning to header 2020-01-13 15:43:57 +05:30
Rohan Bansal
ed71b275a2 fix: remove auto-generation of secret 2020-01-13 15:43:51 +05:30
Rohan Bansal
c234336ddc feat: add security headers to webhook 2020-01-13 15:07:43 +05:30
Roland
0aa9b024c1
allow again fairlogin as ID provider
See discussion https://github.com/frappe/frappe/pull/8720#issuecomment-571486691
2020-01-13 09:35:12 +01:00
vishal
b2a44e922e fix: added auto_cancel_exempted_doctypes in boilerplate 2020-01-13 13:31:00 +05:30
Suraj Shetty
e2c7afd333 fix: Make strings translatable 2020-01-13 13:31:00 +05:30
vishal
9cc39377fe fix: deepsource 2020-01-13 13:31:00 +05:30
vishal
0f5e7fa055 fix: Unit test for cancel submitable doctype 2020-01-13 13:31:00 +05:30
vishal
d31a662881 Revert "[wip] Unit test for cancel"
This reverts commit 1312202c83fff2f1a75a378d8c8176d9340dfa25.
2020-01-13 13:31:00 +05:30
vishal
df4313cca5 [wip] Unit test for cancel 2020-01-13 13:31:00 +05:30
vishal
0b0b2f46fc Unit Test for cancel submitable doctype 2020-01-13 13:31:00 +05:30
vishal
9cf251e53e fix: Distinct check added for possible links 2020-01-13 13:31:00 +05:30
vishal
038b2ad3c9 fix: minor changes in form js 2020-01-13 13:31:00 +05:30
vishal
1ad6fbc0bd fix: Minor changes in hadle failed 2020-01-13 13:31:00 +05:30
vishal
9be267b96a fix: deepsource 2020-01-13 13:31:00 +05:30
vishal
95f04583e2 fix: validation added for cancel document 2020-01-13 13:31:00 +05:30
vishal
f741d46fdb feat: cancel multiple documents in a single transaction
- show all linked doc in a dialog box on cancel event
- following changes only fetch cancelable docs
- recursively build a list of linked submitted docs
- cancel all linked documents before cancelling current document
- add progress bar and group documents by doctype
- added exempted doctype list in hooks
2020-01-13 13:31:00 +05:30
Mangesh-Khairnar
fbf2e88121 style(web-form): change delete button to an icon 2020-01-13 13:30:51 +05:30
mergify[bot]
a8269cc556
Merge pull request #9236 from deepeshgarg007/print_grid_enhancement
fix(print grid): Height for empty rows
2020-01-13 04:15:07 +00:00
deepeshgarg007
c077d92378 feat: Enhancement in print grid 2020-01-12 22:06:59 +05:30
mergify[bot]
249e4a5383
Merge pull request #9233 from prssanna/leaderboard-fix
fix: Leaderboard search issues
2020-01-12 13:03:37 +00:00
prssanna
dd2fba419b fix: use form-group class for leaderboard search 2020-01-12 14:17:10 +05:30
prssanna
a6f516c973 fix: fix leaderboard search 2020-01-12 13:44:25 +05:30
prssanna
2b77c61f6b style: fix leaderboard searchbox padding 2020-01-12 13:43:53 +05:30
mergify[bot]
9c1a5ec558
Merge pull request #9226 from Mangesh-Khairnar/fix-view-webform
fix: webform list view
2020-01-12 03:07:15 +00:00
Mangesh-Khairnar
e7c82510e4
fix: render more in web form list
Co-Authored-By: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2020-01-11 15:43:34 +05:30
mergify[bot]
710ac6b194
Merge pull request #9186 from benknowles/patch-3
fix: global search index breaking on long titles
2020-01-11 04:35:54 +00:00