..
api
fix: assume v1 if path is not set
2023-10-16 18:13:50 +05:30
automation
fix: Export None as type if select as no options ( #25211 )
2024-03-04 06:42:41 +00:00
change_log
commands
refactor(treewide): enable RUF rules
2024-02-21 16:20:28 +05:30
config
refactor(treewide): enable RUF rules
2024-02-21 16:20:28 +05:30
contacts
feat(address): Add no_title param to get_condensed_address Jinja filter ( #24949 )
2024-02-23 05:46:14 +00:00
core
fix: avoid linking to ephemeral virtual docs
2024-03-10 12:49:19 +05:30
custom
fix(patch): Remove obviously invalid fetch from expressions ( #25284 )
2024-03-10 07:36:12 +00:00
data
Merge branch 'develop' of https://github.com/frappe/frappe into print-format-builder-beta
2021-10-20 18:40:18 +05:30
database
fix: Use debug log to log DB queries
2024-03-10 12:49:19 +05:30
desk
fix: export dashboard_chart_source only if not programatically save
2024-03-11 14:27:24 +05:30
email
fix: Export None as type if select as no options ( #25211 )
2024-03-04 06:42:41 +00:00
geo
fix: add default timezone for Tanzania
2024-02-12 16:45:49 +05:30
gettext
feat: extract translatable strings from JS template strings ( #24904 )
2024-02-19 11:08:25 +05:30
integrations
fix: Export None as type if select as no options ( #25211 )
2024-03-04 06:42:41 +00:00
locale
fix: sync translations from crowdin ( #25244 )
2024-03-06 09:15:02 +05:30
model
fix!: Enqueue action after commit
2024-03-11 14:19:59 +05:30
modules
refactor(treewide): enable RUF rules
2024-02-21 16:20:28 +05:30
patches
refactor: Use JSON for session data ( #25207 )
2024-03-04 06:47:48 +00:00
printing
refactor: replace in_list(array, member) with array.includes(member)
2024-03-10 16:09:09 +01:00
public
fix: missing timeline timestamp for comments
2024-03-11 11:40:52 +05:30
query_builder
refactor(treewide): enable RUF rules
2024-02-21 16:20:28 +05:30
search
refactor(treewide): enable RUF rules
2024-02-21 16:20:28 +05:30
social
fix: Export None as type if select as no options ( #25211 )
2024-03-04 06:42:41 +00:00
templates
fix(weblist): Fix "More" button not working ( #24893 )
2024-02-19 11:17:46 +05:30
tests
fix: Use debug log to log DB queries
2024-03-10 12:49:19 +05:30
types
fix: Export None as type if select as no options ( #25211 )
2024-03-04 06:42:41 +00:00
utils
fix: linter config in boilerplate
2024-03-10 20:43:39 +01:00
website
fix: Export None as type if select as no options ( #25211 )
2024-03-04 06:42:41 +00:00
workflow
fix: Export None as type if select as no options ( #25211 )
2024-03-04 06:42:41 +00:00
www
feat: hook for print format template loader ( #25037 )
2024-02-26 20:20:25 +05:30
__init__.py
Merge pull request #25149 from akhilnarang/minor-fixes
2024-02-28 17:53:32 +05:30
app.py
fix: commit regardless of framework's transaction_writes count ( #25322 )
2024-03-11 15:18:38 +05:30
auth.py
fix: Flag impersonated sessions
2024-02-24 18:25:09 +05:30
boot.py
refactor(boot): frappe.cache() -> frappe.cache
2024-02-19 14:28:35 +05:30
build.py
fix: ruff fixes
2024-02-07 17:04:31 +05:30
cache_manager.py
fix(setup_module_map): fix caching
2024-02-28 17:41:18 +05:30
client.py
docs: add missing full stop
2023-12-18 19:09:45 +05:30
coverage.py
refactor(treewide): enable RUF rules
2024-02-21 16:20:28 +05:30
defaults.py
fix: ruff fixes
2024-02-07 17:04:31 +05:30
deferred_insert.py
fix: ruff fixes
2024-02-07 17:04:31 +05:30
exceptions.py
feat: allow setting a custom http status code for redirects
2023-12-20 17:36:42 +05:30
frappeclient.py
chore: typo in frappeclient.py ( #24854 )
2024-02-11 11:06:30 +00:00
handler.py
fix: Check perm for library file before cloning ( #25117 )
2024-02-27 18:15:20 +00:00
hooks.py
fix: ignore route history and access log from link check
2024-03-10 12:59:22 +05:30
installer.py
fix(uninstall): don't allow uninstalling an app if we have other apps dependent on it
2024-03-06 13:50:00 +05:30
middlewares.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
migrate.py
refactor: add_column ( #24867 )
2024-02-12 07:45:18 +00:00
modules.txt
chore: remove event streaming module
2022-08-26 00:39:41 +05:30
monitor.py
fix: tz aware vs naive comparison
2023-11-24 15:03:08 +05:30
oauth.py
style: re-format with ruff
2024-02-05 18:53:33 +05:30
parallel_test_runner.py
fix: ruff fixes
2024-02-07 17:04:31 +05:30
patches.txt
fix(patch): Remove obviously invalid fetch from expressions ( #25284 )
2024-03-10 07:36:12 +00:00
permissions.py
fix: translate doctype in user-facing error message
2024-02-24 02:39:29 +01:00
push_notification.py
chore: Add Push Notification Settings to Integrations workspace
2024-02-28 11:07:22 +05:30
rate_limiter.py
refactor(treewide): enable RUF rules
2024-02-21 16:20:28 +05:30
realtime.py
refactor(treewide): enable RUF rules
2024-02-21 16:20:28 +05:30
recorder.py
fix: ruff fixes
2024-02-07 17:04:31 +05:30
sessions.py
refactor: Use JSON for session data ( #25207 )
2024-03-04 06:47:48 +00:00
share.py
style: re-format with ruff
2024-02-05 18:53:33 +05:30
test_runner.py
fix: ruff fixes
2024-02-07 17:04:31 +05:30
translate.py
refactor(treewide): enable RUF rules
2024-02-21 16:20:28 +05:30
twofactor.py
refactor(twofactor): reduce number of calls to redis
2024-02-19 14:28:35 +05:30