Commit graph

144 commits

Author SHA1 Message Date
Gavin D'souza
c876cdc63e fix: Update controllers via delete_doc and rename_doc only in
developer_mode
2020-12-16 19:04:59 +05:30
Gavin D'souza
d8335e7a0e Merge branch 'develop' of github.com:frappe/frappe into fix-broken-folders 2020-11-23 11:17:41 +05:30
Gavin D'souza
18c0270168 fix: Delete controllers if delete_doc triggered via tests too 2020-11-11 19:54:31 +05:30
Gavin D'souza
d28fb7ff5e fix: ignore on_trash, delete comment on dt 2020-11-10 18:44:10 +05:30
Rushabh Mehta
b09beb9147 fix(tests): cleanup 2020-08-17 09:41:54 +05:30
Gavin D'souza
009c994d2d fix: set flag in_uninstall to not delete controller code
when bench command is executed to  uninstall-app from site, controller
code should not be deleted
2020-06-19 12:12:15 +05:30
Himanshu
5bb489c637
Update frappe/model/delete_doc.py 2020-04-16 10:06:41 +05:30
Kenneth Sequeira
24a8b03639 chore: improve error message on delete 2020-04-08 20:27:38 +05:30
Faris Ansari
2e2c038f35 fix: Skip Email Queue doctype in delete_doc (#9364) 2020-01-27 21:33:47 +05:30
Rucha Mahabal
19c69e5316 fix: anti-pattern code 2020-01-27 12:26:12 +05:30
Rucha Mahabal
f99cbf9690 fix: rename Update Log to Event Update Log for consistency 2019-12-26 12:53:58 +05:30
Rucha Mahabal
199291e9c5 fix: conflicts 2019-12-09 17:16:18 +05:30
mergify[bot]
ac7c5837c5
Merge pull request #8861 from alias/frappe_org_dev
fix: Allow to delete custom doctype with custom module
2019-12-03 16:17:45 +00:00
Rucha Mahabal
767168ed72 fix: travis.yml conflict 2019-11-28 19:24:32 +05:30
Suraj Shetty
046c43e0b5
fix: Parameterize link_doctype 2019-11-26 11:29:30 +05:30
Ben Knowles
2c16a86e86
fix: parameterize link name when clearing timeline references
link_name could potentially include an apostrophe and cause:

`"mysql.err.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax"`

Adjusted the query to parameterize it
2019-11-25 16:20:33 -06:00
Bob Schulze
ed98820929 fix for a problem than prevents deletion of a table that is solely custom 2019-11-21 09:35:33 +01:00
Rucha Mahabal
b338e3dc48 fix: codacy 2019-11-14 17:51:33 +05:30
Rucha Mahabal
fa6a29ff37 fix: conflicts 2019-11-13 11:23:30 +05:30
Faris Ansari
3bd80c3cd3 fix: tests 2019-10-21 19:16:38 +05:30
Rucha Mahabal
870bf66807 fix: replaced Node Configuration with Event Producer and Consumer, removed Node related doctypes 2019-10-11 02:16:31 +05:30
Rucha Mahabal
7c5ea346eb fix: changed module name from offline to events_streaming 2019-10-11 02:16:31 +05:30
Rucha Mahabal
68a3bd0a36 feat: master-follower one way sync 2019-10-11 02:16:30 +05:30
Himanshu Warekar
13321ec5f4 chore: rename global_tags to tags 2019-10-05 09:57:43 +05:30
Himanshu Warekar
02cebdd7d3 fix: use frappe.tags 2019-10-03 16:43:36 +05:30
Himanshu Warekar
f6d1ce2194 feat: Global Tags 2019-09-24 01:03:11 +05:30
Faris Ansari
76bfa7ccff fix: Dont delete controllers in for_reload 2019-09-20 16:44:44 +05:30
Suraj Shetty
139da25574 fix: Skip get_table_fields of Custom Field
-  if field_doctype is Custom Field
2019-09-12 19:29:12 +05:30
Saurabh
dd4761e404
Merge pull request #8380 from nabinhait/bulk-delete-error-handling
fix: Handle error on bulk deletion
2019-09-10 11:26:46 +05:30
Nabin Hait
b86dbf1c82 fix: Handle error on bulk deletion 2019-09-09 16:18:02 +05:30
gavin
f3b1846901 fix: added FileNotFoundError compatability (#8342) 2019-09-05 13:17:40 +05:30
mergify[bot]
2eebc463db
Merge pull request #8267 from gavindsouza/doctype-fix
refactor: improvement to doctype API
2019-08-27 11:44:50 +00:00
Gavin D'souza
b21223ab64 fix: delete controller code when doctype is deleted 2019-08-27 12:35:33 +05:30
Deepesh Garg
0f60698513 feat: Ignore certain linked documents on cancellation of document (#8255)
* fix: Allow cancellation of doctype if linked with certain doctypes

* fix: Consider docstatus

* fix: Do not allow to delete canceled doc
2019-08-26 17:05:35 +05:30
Himanshu
2b14c95644 fix(Communication): New child doctype for Communication Timeline Links (#7524)
* fix: separate child doctype for communication

* fix: reload doc before running the patches

* fix: update_timeline_doc

* fix: manipulatetimeline fields in Comm Links

* fix: test cases

* fix: reload comm_link before communication

* patch: remove redundant patch
2019-05-21 20:48:55 +05:30
Himanshu Warekar
0050fb58ff fix: remove clear reference links from delete doc 2019-05-18 10:40:55 +05:30
Himanshu Warekar
aa98dd28a6 test: communication tests 2019-05-16 20:04:49 +05:30
Himanshu Warekar
43bc6ca8d1 fix: missing quotes in where clause 2019-05-16 18:36:10 +05:30
Himanshu Warekar
005c1a8de1 fix: use frappe sql for query 2019-05-16 17:40:58 +05:30
Himanshu Warekar
d075c3b748 fix: link error while deleting linked doc 2019-05-16 13:26:35 +05:30
Himanshu Warekar
b31070d427 fix: delete_doc for timeline references 2019-05-15 18:00:16 +05:30
Himanshu Warekar
77d009747d fix: remove debug parameter 2019-05-15 14:00:25 +05:30
Himanshu Warekar
f114e03c8c Merge branch 'develop' into comm_ref 2019-05-14 16:18:32 +05:30
Himanshu Warekar
5d09fb26a9 fix: timeline docs to dynamic links 2019-05-14 12:01:14 +05:30
Rushabh Mehta
3d26d2dd22 BREAKING CHANGE: remove Feedback Trigger and Feedback Rating, this was not very configurable and can now be done better with Web Forms 2019-05-13 14:18:02 +05:30
Anurag Mishra
b56830e2e5 fix: Cannot delete Issue because it is linked to Comments(v12) (#7270)
* fix: Cannot delete Issue because it is linked to Comments

* fix: commonified code
2019-04-22 11:27:58 +05:30
Anurag Mishra
cd191439fd feat: Document subscription (#6745) 2019-03-07 14:06:22 +05:30
Rushabh Mehta
f00394ba13 fix: linting (nosec) 2019-02-13 18:49:22 +05:30
Rushabh Mehta
d610ce9522 fix(tests): tests and linting 2019-02-13 16:50:34 +05:30
Rushabh Mehta
e337ce9edf fix: patch 2019-02-07 16:35:50 +05:30