seitime-frappe/frappe
Lev Vereshchagin 14ca1f0dce fix(UI): Fix incorrect dark theme text color in user-wise grid column configuration (closes #14572)
(cherry picked from commit 5280d60ea93b8690f684dddbad0bda32df3cec04)
2022-02-23 10:04:25 +00:00
..
automation Merge branch 'develop' into wspace-new-design 2022-01-24 10:50:59 +05:30
change_log
commands Merge pull request #15877 from gavindsouza/migrate-refactor 2022-02-21 09:06:52 +00:00
config refactor: Use run instead of frappe.db.sql 2021-08-12 18:36:43 +05:30
contacts chore: adding back idx column 2022-02-07 16:40:01 +05:30
core Merge pull request #16050 from surajshetty3416/fix-document-links 2022-02-23 13:56:29 +05:30
custom test: Set correct parent doctype for document link 2022-02-21 14:25:34 +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
data_migration refactor: get_mapping_module doesn't need to access to instance 2021-11-26 17:29:44 +05:30
database Merge pull request #16067 from cpdeethree/postgres-fix-table-creation 2022-02-22 12:36:57 +05:30
desk Merge pull request #16069 from resilient-tech/fix-meta 2022-02-22 13:35:14 +05:30
email refactor: code cleanup 2022-02-08 12:54:51 +05:30
event_streaming refactor: remove parent, parenttype, parentfield, idx columns from non-child table doctypes 2022-02-07 15:12:37 +05:30
geo chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
integrations fix: broken validation for custom LDAP server 2022-02-16 22:23:27 +01:00
model Merge pull request #16003 from resilient-tech/update-if-missing 2022-02-23 14:17:44 +05:30
modules refactor: remove parent, parenttype, parentfield, idx columns from non-child table doctypes 2022-02-07 15:12:37 +05:30
patches chore: remove patch 2022-02-07 15:12:43 +05:30
printing Merge pull request #15458 from gavindsouza/print-format-rename 2021-12-27 15:48:05 +05:30
public fix(UI): Fix incorrect dark theme text color in user-wise grid column configuration (closes #14572) 2022-02-23 10:04:25 +00:00
query_builder fix: executing non-select qb code from whitelisted methods 2022-02-08 13:06:24 +05:30
search fix: Use whoosh AsyncWriter to prevent write locks 2022-02-06 08:40:23 +05:30
social feat: utility methods for docstatus (#15515) 2022-02-04 07:41:25 +00:00
templates fix: pass print_heading_template as render args 2022-02-11 18:51:10 +05:30
tests Merge pull request #15877 from gavindsouza/migrate-refactor 2022-02-21 09:06:52 +00:00
translations fix(translation): Field translation (#16010) 2022-02-23 14:29:46 +05:30
utils fix(print): Added properties page-width, page-height (#16045) 2022-02-23 13:49:40 +05:30
website refactor: a not in b 2022-02-21 19:54:34 +01:00
workflow fix: Give select permission to 'All' for workflow state (#15044) 2021-11-22 18:49:56 +05:30
www Merge pull request #15953 from resilient-tech/optimize-print 2022-02-16 03:47:53 +00:00
__init__.py Merge branch 'develop' into msgprint-title-backend 2022-02-09 10:34:05 +01:00
api.py test: Add tests for auth & run_method 2022-02-11 15:25:29 +05:30
app.py chore(deps): bump werkzeug to latest version 2022-02-08 20:02:49 +05:30
auth.py refactor: use is bool instead of == bool 2022-01-17 15:40:33 +01:00
boot.py fix: Set value as string for property setter 2022-02-15 10:21:40 +05:30
build.py chore!: Deprecate frappe.utils.minify 2022-02-11 20:22:56 +05:30
cache_manager.py fix: correctly compute doctype name from table name 2022-01-24 11:18:21 +05:30
client.py refactor: remove parent, parenttype, parentfield, idx columns from non-child table doctypes 2022-02-07 15:12:37 +05:30
coverage.py ci: Remove build.py from exclusion list 2022-02-17 16:57:27 +05:30
defaults.py refactor: use is None instead of == None 2022-01-17 10:37:51 +01:00
deferred_insert.py fix: Use separate API to insert route history 2021-11-29 16:38:15 +05:30
exceptions.py fix(ux): show report button on too many writes error (#15614) 2022-01-31 18:57:32 +05:30
frappeclient.py fix: Use params instead of data for client login 2022-01-05 20:38:16 +05:30
handler.py feat: frappe.enqueue and frappe.call for server scripts 2021-12-22 13:21:13 +05:30
hooks.py fix: function name and comment 2021-12-17 15:00:56 +05:30
installer.py refactor: a not in b 2022-02-21 19:54:34 +01:00
middlewares.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
migrate.py refactor: Site Migration 2022-02-02 17:44:49 +05:30
modules.txt chore: Remove Chat Module 2021-11-09 13:44:57 +05:30
monitor.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
oauth.py
parallel_test_runner.py fix: remove mutable defaults (#14597) 2021-10-28 09:36:31 +00:00
patches.txt fix(patch): ReSync Custom FIeld schema 2022-02-14 20:25:44 +05:30
permissions.py refactor: use is bool instead of == bool 2022-01-17 15:40:33 +01:00
rate_limiter.py Merge pull request #14087 from shadrak98/rate-limiting 2021-09-21 08:07:26 +05:30
realtime.py refactor: a not in b 2022-02-21 19:54:34 +01:00
recorder.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
sessions.py refactor: use is None instead of == None 2022-01-17 10:37:51 +01:00
share.py refactor: replaced sql_list 2021-10-22 13:31:36 +05:30
test_runner.py refactor: a not in b 2022-02-21 19:54:34 +01:00
translate.py Merge pull request #16079 from surajshetty3416/fix-translation-for-included-files 2022-02-22 19:05:01 +05:30
twofactor.py refactor: converted more queries 2021-11-20 15:02:22 +05:30