seitime-frappe/frappe/tests
Ankush Menat e8af6b2c16 feat: make attachments public on doctypes
When this checkbox is checked, while uploading docs using fileuploader
the default visibility will be set to "public".

At present all uploaded attachments are private, however in following
cases it makes sense to set default as public:

1. Blog post
2. Item catalog
3. Website item

Considering this we decided to add this configurtion so developers can
specify sane default while user still has control over it using
"Customize form"

Enabled this for "blog post" doctype

Unrelatd change: consistent "form settings" section on DocType and customize
form
2022-08-26 12:42:26 +05:30
..
data test: Add test for lazy_import 2022-08-11 23:53:21 +05:30
__init__.py test: Case to validate Web Link authentication 2022-05-30 15:35:47 +05:30
test_api.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_assign.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_auth.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_background_jobs.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_base_document.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_boilerplate.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_boot.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_bot.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_caching.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_child_table.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_client.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_commands.py test: simplify user addition test 2022-08-24 14:50:22 +05:30
test_config.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_cors.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_db.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_db_query.py perf: avoid coalescing wherever possible (#17920) 2022-08-24 10:30:51 +05:30
test_db_update.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_defaults.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_deferred_insert.py fix: handle dict data in deferred_insert 2022-05-04 14:59:17 +05:30
test_docstatus.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_document.py Merge pull request #17854 from netchampfaris/text-editor-has-content 2022-08-17 11:57:36 +00:00
test_document_locks.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_domainification.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_dynamic_links.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_email.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_exporter_fixtures.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_fixture_import.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_fmt_datetime.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_fmt_money.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_form_load.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_formatter.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_frappe_client.py test: FrappeClient tests not skipped (#17843) 2022-08-16 14:10:12 +05:30
test_geo_ip.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_global_search.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_goal.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_hooks.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_linked_with.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_listview.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_model_utils.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_modules.py test: Reset requirements for export_doc 2022-08-09 15:57:26 +05:30
test_monitor.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_naming.py fix: ignore empty part in naming series (#17508) 2022-07-14 13:14:58 +05:30
test_nestedset.py feat: remove subtree (#17647) 2022-08-25 11:34:05 +05:30
test_oauth20.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_password.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_patches.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_pdf.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_permissions.py test: use different user 2022-08-02 05:02:48 +05:30
test_printview.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_query.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_query_builder.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_query_report.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_rate_limiter.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_recorder.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_redis.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_rename_doc.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_safe_exec.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_scheduler.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_search.py test: use FrappeTestCase for cleaning up state (#17768) 2022-08-09 16:26:40 +05:30
test_seen.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_sequence.py fix(sequence): Setup & use SequenceGeneratorLimitExceeded error 2022-06-17 12:10:43 +05:30
test_sitemap.py chore: db.get_all -> get_all 2022-08-22 11:35:14 +05:30
test_test_utils.py test: improve FrappeTestCase 2022-04-22 19:47:54 +05:30
test_translate.py test: clear lang_full_dict from local cache 2022-08-22 19:04:18 +05:30
test_twofactor.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_utils.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_virtual_doctype.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_webform.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
test_website.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
tests_geo_utils.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
translation_test_file.txt feat: allow splitting _() function call on multiple lines 2022-03-26 16:18:35 +05:30
ui_test_helpers.py feat: make attachments public on doctypes 2022-08-26 12:42:26 +05:30
utils.py test: top bar for website 2022-08-24 11:03:53 +05:30