Commit graph

36964 commits

Author SHA1 Message Date
Gavin D'souza
38fbe76ebf fix: Eliminate broken & impermissible links from get_linked_docs 2022-03-07 15:50:17 +05:30
Gavin D'souza
6edb1f09e4 refactor: Fetch Linked Documents in single request ;)
This action was broken into some heavy UI stuff that seems to be handled
from the current UI from what I can tell and a request triggered from
the Desk for every suspected linked document (talk about self DOS xD)

Removed long dead with_doctype option in get_linked_docs API. How do i
know it's been long dead? I've not come across code that won't very
obviously break when hit with any non None value.
2022-03-07 15:02:20 +05:30
Jannat Patel
12ae7b9239
fix: User Account Auto Deletion in Hours (#16135)
* fix: data-deletion-in-hours

* test: process_auto_request function

* fix: import and comment

* fix: patch for auto account deletion hours

Co-authored-by: gavin <gavin18d@gmail.com>
2022-03-07 10:38:25 +05:30
mergify[bot]
dc7647f86d
Merge pull request #16195 from alyf-de/translate-query-report-columns
feat: translate column names in export of query report
2022-03-07 04:59:45 +00:00
barredterra
8126a18f05 feat: translate column names in CSV file from query report 2022-03-03 19:58:20 +01:00
barredterra
6cdab154f5 feat: translate column names in excel file from query report 2022-03-03 19:58:08 +01:00
gavin
97f7472438
Merge pull request #16182 from frappe/mergify/bp/develop/pr-15912
fix: Add freeze message when renaming document (backport #15912)
2022-03-02 15:44:38 +05:30
Gavin D'souza
1bd01f71d1 fix: Set freeze, freeze_message via xcall 2022-03-02 15:22:38 +05:30
coffee-dev-sl
b1d83fe0db feat(toolbar.js model.js): Add freeze message when renaming document
(cherry picked from commit 45c9cc444266cd36f009baca6de1528a2d8e84de)

# Conflicts:
#	frappe/public/js/frappe/form/toolbar.js
2022-03-02 15:22:28 +05:30
mergify[bot]
05b19ccd90
Merge pull request #15791 from dj12djdjs/fix-rename-tool
fix: Specify message why document was not renamed.
2022-03-01 17:32:30 +00:00
gavin
e233b7beb7
Merge branch 'develop' into fix-rename-tool 2022-03-01 22:31:26 +05:30
gavin
501a1675ec
chore(rename_doc): Consistent error message for no change 2022-03-01 22:31:17 +05:30
mergify[bot]
7df37592e2
Merge pull request #16117 from ChillarAnand/none
fix: Handle None filter in db query
2022-03-01 11:35:04 +00:00
Chillar Anand
069802cf51
Merge branch 'develop' into none 2022-03-01 15:59:10 +05:30
mergify[bot]
8197255c14
Merge pull request #16139 from ChillarAnand/linter
refactor: Clean up whitespace & add CI check
2022-03-01 08:33:14 +00:00
ChillarAnand
39d4c0ea53 refactor: Added commit id to ignore list 2022-03-01 12:50:36 +05:30
gavin
873c4ad0ec
Merge pull request #16165 from gavindsouza/creation-doc-man
fix: Set creation dates of standard DocTypes correctly
2022-03-01 12:14:34 +05:30
mergify[bot]
36eee22902
Merge pull request #16173 from resilient-tech/mandatory_save_fix
fix: mandatory fields validation on new form
2022-03-01 06:42:05 +00:00
Suraj Shetty
287e77b08a
Merge pull request #16172 from resilient-tech/remove-unused-update-doc 2022-03-01 11:03:29 +05:30
Daizy
fb20b0ee2d fix: mandatory fields validation on new form from js 2022-03-01 10:09:03 +05:30
Sagar Vora
21abd89b11 chore: remove unused function kanban_board.update_doc 2022-03-01 09:59:17 +05:30
Rushabh Mehta
90c8e3e258 fix(minor): fix website nav dropdown 2022-03-01 09:31:05 +05:30
mergify[bot]
5af6553016
Merge pull request #16164 from ChillarAnand/eps
fix: Fix energy point log test case
2022-03-01 03:16:43 +00:00
Rushabh Mehta
4d96ece004
Merge pull request #16171 from rmehta/footer-powered-config
feat(minor): added option to configure powered by in footer and max-height for text editors
2022-02-28 23:13:03 +05:30
Rushabh Mehta
8cc38174fa feat(minor): added option to configure powered by in footer and max-height for text editors 2022-02-28 23:08:43 +05:30
Suraj Shetty
16ee2e3667
Merge pull request #16169 from surajshetty3416/fix-notification 2022-02-28 21:18:02 +05:30
Suraj Shetty
1c92ccf276 fix: Ability to disable standard notification 2022-02-28 20:58:06 +05:30
mergify[bot]
ba75b3b605
Merge pull request #16168 from ChillarAnand/boiler
fix: Inherit from FrappeTestCase in template
2022-02-28 14:01:27 +00:00
ChillarAnand
73db336009 fix: Inherit from FrappeTestCase in template 2022-02-28 19:09:18 +05:30
Sagar Vora
c6049d7e7c
fix: always execute method if found in __dict__ (#15958)
285823
2022-02-28 12:42:08 +00:00
mergify[bot]
fb3abfbe44
Merge pull request #16151 from sumaiya2908/child-table-required-fields
fix(grid): Add required symbol in table row heading
2022-02-28 12:34:17 +00:00
Gavin D'souza
96d298abf4 feat(minor): Add patch docstring if available in patch runner 2022-02-28 17:41:31 +05:30
Gavin D'souza
22df3e73ca fix: Reset any creation datetimes if inconsistencies exist 2022-02-28 17:02:45 +05:30
Gavin D'souza
7d04541b68 fix: Don't reset creation dates in install 2022-02-28 17:02:08 +05:30
ChillarAnand
747ac70795 fix: Fix energy point log test case 2022-02-28 16:59:05 +05:30
Ankush Menat
7688a0485e
Merge pull request #16162 from ankush/test/utils
feat: testing utilities
2022-02-28 16:38:22 +05:30
Ankush Menat
588fbe24ef feat: testing utilities 2022-02-28 16:20:51 +05:30
ChillarAnand
21314680c0 Merge branch 'develop' into none 2022-02-28 15:59:29 +05:30
Ankush Menat
b38c106f8c
Merge pull request #16157 from ankush/select_cust
fix!: block customizing select field type options
2022-02-28 15:57:37 +05:30
mergify[bot]
f41ed2d50b
Merge pull request #16138 from ChillarAnand/perm
test: Fix flaky permission test
2022-02-28 10:24:14 +00:00
Suraj Shetty
3276712d84
Merge branch 'develop' into perm 2022-02-28 15:21:52 +05:30
ChillarAnand
13b61f8a1d Merge branch 'develop' into none 2022-02-28 15:11:07 +05:30
ChillarAnand
22b73713ba Merge branch 'tests' into none 2022-02-28 15:10:48 +05:30
mergify[bot]
4d5803942b
Merge pull request #15794 from nextchamp-saqib/autocomplete-control
feat: Autocomplete control
2022-02-28 09:07:26 +00:00
Ankush Menat
014cd0cbaa fix!: block customizing select field type options 2022-02-28 14:30:43 +05:30
Suraj Shetty
6caa0a5954
Merge branch 'develop' into autocomplete-control 2022-02-28 14:14:43 +05:30
Suraj Shetty
19c3fd923b
Merge pull request #16153 from ChillarAnand/tests 2022-02-28 14:14:08 +05:30
Summayya Hashmani
0d4cb2f6d6
refactor: remove jquery object
Co-authored-by: Sagar Vora <sagar@resilient.tech>
2022-02-28 14:01:34 +05:30
mergify[bot]
cbeb0c4132
Merge pull request #16005 from resilient-tech/fix-doc-hook
fix: forget return value after `run_method` execution
2022-02-28 07:35:17 +00:00
ChillarAnand
2b48c08340 fix: Fix flaky tests 2022-02-28 12:44:06 +05:30