選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
gavin 873c4ad0ec
Merge pull request #16165 from gavindsouza/creation-doc-man
3年前
..
automation Merge branch 'develop' into wspace-new-design 3年前
change_log chore: Added Change log for v13.3.0 4年前
commands fix(cli): Database agnostic options for root db credentials (#15973) 3年前
config refactor: Use run instead of frappe.db.sql 3年前
contacts fix: Check permission for address and contact list 3年前
core fix: Inherit from FrappeTestCase in template 3年前
custom Merge pull request #16157 from ankush/select_cust 3年前
data Merge branch 'develop' of https://github.com/frappe/frappe into print-format-builder-beta 3年前
data_migration refactor: get_mapping_module doesn't need to access to instance 3年前
database Merge branch 'develop' of https://github.com/frappe/frappe into autocomplete-control 3年前
desk chore: remove unused function `kanban_board.update_doc` 3年前
email fix: Ability to disable standard notification 3年前
event_streaming refactor: remove parent, parenttype, parentfield, idx columns from non-child table doctypes 3年前
geo chore: Update header: license.txt => LICENSE 3年前
integrations chore: Simplify ldap_custom_group_search resolution 3年前
model Merge pull request #16165 from gavindsouza/creation-doc-man 3年前
modules feat(minor): Add patch docstring if available in patch runner 3年前
patches fix: Reset any creation datetimes if inconsistencies exist 3年前
printing Merge pull request #15458 from gavindsouza/print-format-rename 3年前
public Merge pull request #16173 from resilient-tech/mandatory_save_fix 3年前
query_builder fix: executing non-select qb code from whitelisted methods 3年前
search fix: Use whoosh AsyncWriter to prevent write locks 3年前
social fix: Fix energy point log test case 3年前
templates fix(minor): fix website nav dropdown 3年前
tests fix: always execute method if found in `__dict__` (#15958) 3年前
translations fix(translation): Field translation (#16010) 3年前
utils Merge pull request #16011 from resilient-tech/remove-unused-flag 3年前
website feat(minor): added option to configure powered by in footer and max-height for text editors 3年前
workflow fix: Give select permission to 'All' for workflow state (#15044) 3年前
www Merge pull request #15953 from resilient-tech/optimize-print 3年前
__init__.py Merge branch 'develop' into msgprint-title-backend 3年前
api.py test: Add tests for auth & run_method 3年前
app.py chore(deps): bump werkzeug to latest version 3年前
auth.py refactor: use `is bool` instead of `== bool` 3年前
boot.py fix: Set value as string for property setter 3年前
build.py chore!: Deprecate frappe.utils.minify 3年前
cache_manager.py fix: correctly compute doctype name from table name 3年前
client.py refactor: remove parent, parenttype, parentfield, idx columns from non-child table doctypes 3年前
coverage.py ci: Remove build.py from exclusion list 3年前
defaults.py refactor: use `is None` instead of `== None` 3年前
deferred_insert.py fix: Use separate API to insert route history 3年前
exceptions.py fix(ux): show report button on too many writes error (#15614) 3年前
frappeclient.py fix: Use params instead of data for client login 3年前
handler.py feat: `frappe.enqueue` and `frappe.call` for server scripts 3年前
hooks.py fix: function name and comment 3年前
installer.py fix(cli): Database agnostic options for root db credentials (#15973) 3年前
middlewares.py chore: Update header: license.txt => LICENSE 3年前
migrate.py refactor: Site Migration 3年前
modules.txt chore: Remove Chat Module 3年前
monitor.py chore: Update header: license.txt => LICENSE 3年前
oauth.py chore: Update PyJWT dependency 4年前
parallel_test_runner.py fix: remove mutable defaults (#14597) 3年前
patches.txt fix: Reset any creation datetimes if inconsistencies exist 3年前
permissions.py refactor: use `is bool` instead of `== bool` 3年前
rate_limiter.py Merge pull request #14087 from shadrak98/rate-limiting 3年前
realtime.py refactor: a not in b 3年前
recorder.py chore: Update header: license.txt => LICENSE 3年前
sessions.py refactor: use `is None` instead of `== None` 3年前
share.py refactor: replaced sql_list 3年前
test_runner.py Merge branch 'develop' of github.com:frappe/frappe into update-title-types 3年前
translate.py Merge pull request #16079 from surajshetty3416/fix-translation-for-included-files 3年前
twofactor.py refactor: converted more queries 3年前