seitime-frappe/frappe
Akhil Narang 5e422640d9
revert: disable attach fields in unsaved child table rows (#31166)
* Revert "fix: move child table checks to within `set_input()`"

This reverts commit e08fb1cff2.

* Revert "fix(attach): fix crash on web page builder"

This reverts commit b0b0a4e36b.

* Revert "fix: don't allow attaching a file to a child table in a new document"

This reverts commit 2fdc94840f.
2025-02-07 06:35:51 +00:00
..
api Revert "perf: Avoid checking server script map (#29057)" 2025-01-06 19:43:53 +05:30
automation perf: use client cache for doctype "maps" (#31105) 2025-02-05 06:46:47 +00:00
change_log
commands perf: Skip loading EPS if not enabled (#31099) 2025-02-04 07:28:29 +00:00
contacts fix(Contact): export company name and department in vCard (#29190) 2025-01-15 14:16:03 +00:00
core Merge pull request #31090 from iamejaaz/sticky-columns-childtable 2025-02-06 17:03:02 +05:30
custom perf: skip perm checking on property setters (#29031) 2025-01-02 16:39:21 +00:00
data
database style: fix errormsg to refer postgres instead of mariadb 2025-02-05 14:48:11 +01:00
desk perf: Skip loading EPS if not enabled (#31099) 2025-02-04 07:28:29 +00:00
email fix: Pass function reference instead of function call (#31114) 2025-02-04 18:26:42 +05:30
geo perf: Dont send useless translations 2025-01-14 15:46:21 +05:30
gettext refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
integrations perf: client-cache webhooks (#31095) 2025-02-04 06:17:35 +00:00
locale chore: update POT file (#31076) 2025-02-05 13:42:27 +01:00
model perf: use client cache for notifications (#31094) 2025-02-04 09:24:30 +00:00
modules fix(export_file): check paths before writing 2025-01-09 14:56:10 +05:30
patches Revert "fix: only add expression if truthy" (#31132) 2025-02-05 06:53:24 +00:00
printing fix: clear print format selector if default print format is absent (#31123) 2025-02-05 06:43:13 +00:00
public revert: disable attach fields in unsaved child table rows (#31166) 2025-02-07 06:35:51 +00:00
query_builder fix: datetime comparison in QB (#26364) 2024-05-09 10:19:27 +00:00
search refactor: change filter from tuple to dict 2024-11-26 11:38:15 +05:30
social perf: use client cache for doctype "maps" (#31105) 2025-02-05 06:46:47 +00:00
templates fix: alignment Issues with Serial Numbers and Descriptions (#29093) 2025-01-13 11:50:01 +05:30
testing chore: set default max_module_depth to 0 2024-12-04 17:19:02 +05:30
tests Merge pull request #31147 from barredterra/fix-child-table-links 2025-02-06 13:14:55 +05:30
types perf: Make frappe._dict great again (#28824) 2024-12-18 16:36:31 +05:30
utils build: bump RQ to 2.x (#31141) 2025-02-05 12:18:03 +00:00
website fix(minor): Extract images from markdown as well 2025-02-03 17:03:46 +05:30
workflow fix: use get_email_template to support html template in workflow email 2024-10-24 14:43:39 +05:30
www fix(styles): Style cleanups for sidebar, breadcrumb 2025-02-05 16:25:09 +05:30
__init__.py feat: custom response header support 2025-01-24 18:35:26 +05:30
_optimizations.py fix(DX): add faulthandler for SEGV and other bad signals (#30046) 2025-01-24 14:24:54 +00:00
app.py feat: HTTP caching on API endpoints (#29997) 2025-01-24 20:04:57 +05:30
apps.py fix: consider default path for Website User if applicable 2024-08-30 15:42:58 +05:30
auth.py Merge pull request #30896 from dhiashalabi/fix/reorder-setlang-initialization 2025-01-29 11:49:35 +05:30
boot.py perf: cache unseen notes 2025-01-14 19:43:22 +05:30
build.py fix: Clear all cache after rebuilding assets (#29876) 2025-01-21 18:57:10 +05:30
cache_manager.py perf: use client cache for doctype "maps" (#31105) 2025-02-05 06:46:47 +00:00
client.py fix: only check parent doctype for child doctypes 2025-02-06 13:05:06 +05:30
config.py perf!: Cache site configs in memory for 60 seconds (#28869) 2024-12-27 16:21:14 +00:00
coverage.py ci: make gh actions functions (#28299) 2024-10-27 02:09:02 +00:00
defaults.py perf: client-cache for defaults 2025-01-07 12:51:10 +05:30
deferred_insert.py fix: ruff fixes 2024-02-07 17:04:31 +05:30
deprecation_dumpster.py test: undo breaking change to test-fixture regeneration (#29034) 2025-01-03 11:44:12 +05:30
exceptions.py revert: bencher/bench intrface (#28925) 2024-12-26 14:41:36 +00:00
frappeclient.py refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
handler.py Revert "perf: Avoid checking server script map (#29057)" 2025-01-06 19:43:53 +05:30
hooks.py Merge pull request #28767 from frappe/remove-billing-pages 2025-01-15 13:21:32 +05:30
installer.py perf!: Cache site configs in memory for 60 seconds (#28869) 2024-12-27 16:21:14 +00:00
locale.py feat: cache documents in client cache 2025-01-14 14:33:10 +05:30
middlewares.py
migrate.py perf: use client cache for notifications (#31094) 2025-02-04 09:24:30 +00:00
modules.txt
monitor.py perf: "random" naming to improve concurrency and locality (#30053) 2025-01-25 07:04:09 +00:00
oauth.py perf: Skip link checking on internal deletes 2025-01-06 11:48:19 +05:30
parallel_test_runner.py test: avoid flaky behaviour on test ordering 2025-01-04 11:54:37 +05:30
patches.txt chore: added patch to create missing keys and update counter 2024-12-09 11:32:50 +05:30
permissions.py perf: Skip link checking on internal deletes 2025-01-06 11:48:19 +05:30
push_notification.py chore: Add Push Notification Settings to Integrations workspace 2024-02-28 11:07:22 +05:30
rate_limiter.py perf: No need to set expiry for rate limiter key everytime (#28956) 2024-12-30 07:31:47 +00:00
realtime.py refactor: better permission checking on sockets 2024-04-06 21:14:48 +05:30
recorder.py refactor: minor cleanup / avoid repeat calls 2025-01-06 18:57:57 +05:30
sessions.py refactor: use an alternate key for handling expiry 2025-01-24 18:27:44 +05:30
share.py style: re-format with ruff 2024-02-05 18:53:33 +05:30
test_runner.py refactor: organize test contextmanagers (#28041) 2024-10-09 02:09:19 +02:00
translate.py chore: remove unused method (#29163) 2025-01-14 21:39:09 +00:00
twofactor.py chore(twofactor): specify key to display during decryption failures 2024-09-16 13:00:38 +05:30