..
automation
refactor: remove event streaming doctypes from Tools workspace
2022-08-26 00:39:41 +05:30
change_log
chore: Added Change log for v13.3.0
2021-05-17 10:58:30 +05:30
commands
refactor: load balanced parallel tests without orchestrator ( #18386 )
2022-10-12 12:13:24 +05:30
config
chore: dead code removal ( #18410 )
2022-10-13 15:55:40 +05:30
contacts
refactor: remove naming case feature ( #18672 )
2022-10-31 11:23:49 +05:30
core
test: bg jobs test cleanup ( #18767 )
2022-11-05 14:08:35 +05:30
custom
fix(meta): ensure that insert_after is always considered when sorting fields ( #18682 )
2022-10-31 15:37:55 +05:30
data
Merge branch 'develop' of https://github.com/frappe/frappe into print-format-builder-beta
2021-10-20 18:40:18 +05:30
database
feat: added PseudoColumnMapper for postgres support
2022-11-03 20:43:24 +05:30
desk
fix: hide value only if it's equal to the label ( #18722 )
2022-11-02 13:55:09 +05:30
email
fix(email): generate random filename when attachment filenames are same upon inbound email ( #18483 )
2022-10-24 00:37:49 +05:30
geo
fix: Turkey number format corrected ( #17886 ) ( #17888 )
2022-08-20 19:51:04 +05:30
integrations
fix: google calendar sync times (system tz) ( #18458 )
2022-10-19 10:39:43 +05:30
model
Merge pull request #18491 from resilient-tech/perf-set-document_naming
2022-11-04 17:13:19 +05:30
modules
fix: disable autocommit before each patch ( #18307 )
2022-10-06 16:08:39 +05:30
patches
feat: consistent, translatable timeline messages ( #17526 )
2022-10-12 22:27:04 +05:30
printing
chore: db.get_all -> get_all
2022-08-22 11:35:14 +05:30
public
fix: child table don't run mobile specific code
2022-11-04 12:07:39 +05:30
query_builder
Merge pull request #18756 from ankush/qb_simpler
2022-11-04 17:26:57 +05:30
search
test: Use FrappeTestCase everywhere
2022-08-17 16:39:42 +05:30
social
perf: drop many unused indexes
2022-09-14 14:28:47 +05:30
templates
refactor: allow to include head.html in custom app ( #18671 )
2022-10-31 16:55:53 +05:30
tests
test: bg jobs test cleanup ( #18767 )
2022-11-05 14:08:35 +05:30
translations
chore: fix DE translations
2022-10-25 12:06:49 +05:30
utils
build: py3.11 support ( #18550 )
2022-11-03 20:49:05 +05:30
website
refactor: remove naming case feature ( #18672 )
2022-10-31 11:23:49 +05:30
workflow
test: add test role to user
2022-09-10 12:48:33 +05:30
www
refactor: dynamically load web form module ( #18486 )
2022-10-23 11:20:17 +05:30
__init__.py
fix: set proper cache key for singles when name is passed as None ( #18667 )
2022-10-29 17:34:52 +05:30
api.py
refactor: simplify api.py ( #18372 )
2022-10-12 15:18:39 +05:30
app.py
fix!: remove relaxations for Cordova ( #18728 )
2022-11-04 17:24:26 +05:30
auth.py
fix!: remove relaxations for Cordova ( #18728 )
2022-11-04 17:24:26 +05:30
boot.py
feat: Added Subscription Banner for remotely logging into FrappeCloud dashboard from site (backport #18263 ) ( #18281 )
2022-10-03 16:41:12 +05:30
build.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
cache_manager.py
fix: dont clear doctype map keys when clearing doctype cache
2022-11-02 09:58:34 +00:00
client.py
fix(insert_many): list instead of set to maintain order ( #18641 )
2022-10-28 14:37:17 +05:30
coverage.py
ci: dont fail silently and wait for coverage
2022-08-13 22:50:22 +05:30
defaults.py
chore: remove old code where User Permissions were set in tabDefaultValue
2022-08-22 19:03:30 +05:30
deferred_insert.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
exceptions.py
feat: wrap read only mode SQL errors
2022-09-09 17:34:44 +05:30
frappeclient.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
handler.py
fix: dont allow blank content of unsupported type
2022-07-11 14:23:10 +05:30
hooks.py
feat: Added Subscription Banner for remotely logging into FrappeCloud dashboard from site (backport #18263 ) ( #18281 )
2022-10-03 16:41:12 +05:30
installer.py
fix: sync app dashboard on app install
2022-09-12 00:01:21 +05:30
middlewares.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
migrate.py
fix: handle exceptions thrown in post_schema_updates ( #18648 )
2022-10-28 22:37:58 +05:30
modules.txt
chore: remove event streaming module
2022-08-26 00:39:41 +05:30
monitor.py
fix: use compact JSON representation for monitor
2022-09-25 15:07:30 +05:30
oauth.py
fix(oauth): Send id_token of the authorized user instead of Guest
2022-06-21 21:52:22 +05:30
parallel_test_runner.py
refactor: load balanced parallel tests without orchestrator ( #18386 )
2022-10-12 12:13:24 +05:30
patches.txt
feat: consistent, translatable timeline messages ( #17526 )
2022-10-12 22:27:04 +05:30
permissions.py
chore: db.get_all -> get_all
2022-08-22 11:35:14 +05:30
rate_limiter.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
realtime.py
refactor: Removed vendored socketio library
2022-06-29 14:58:13 +05:30
recorder.py
Merge branch 'develop' of github.com:frappe/frappe into mariadb-client-refactor
2022-07-05 14:55:02 +05:30
sessions.py
fix: don't attempt to delete session during read only session
2022-09-10 12:45:25 +05:30
share.py
fix: add flags to set_permission for docshares ( #18416 )
2022-10-17 12:39:56 +05:30
test_runner.py
test: bg jobs test cleanup ( #18767 )
2022-11-05 14:08:35 +05:30
translate.py
fix: ignore global translations ( #18733 )
2022-11-03 03:00:03 +05:30
twofactor.py
chore: remove unused function qrcode_as_png
2022-09-02 18:59:33 +05:30