seitime-frappe/frappe
Gavin D'souza 17e970d947 fix: Add is_virtual to Custom Field
The diff for this commit is too large because the format was changed.
But essentially, only "Is Virtual" field was added. This commit was
meant to be a part of the preceeding one. It was kept separate only
because the diffs too large :')
2022-01-27 22:40:41 +05:30
..
automation Merge branch 'develop' into wspace-new-design 2022-01-24 10:50:59 +05:30
change_log chore: Added Change log for v13.3.0 2021-05-17 10:58:30 +05:30
commands fix: correctly compute doctype name from table name 2022-01-24 11:18:21 +05:30
config refactor: Use run instead of frappe.db.sql 2021-08-12 18:36:43 +05:30
contacts fix: Check permission for address and contact list 2021-10-28 15:14:53 +05:30
core feat: Virtual DocField 2022-01-27 22:38:48 +05:30
custom fix: Add is_virtual to Custom Field 2022-01-27 22:40:41 +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 fix: dont auto drop manually created index on text types (#15739) 2022-01-26 17:47:30 +05:30
desk Merge pull request #15722 from hrwX/virtual_dt 2022-01-27 04:39:57 +00:00
email fix: email fetch error for imaplib (#15581) 2022-01-11 08:11:38 +00:00
event_streaming fix: delete Event Producer Last Update on trash event of Event Producer 2021-12-03 10:37:30 +05:30
geo chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
integrations fix(File): Handle file_path is None (#15552) 2022-01-27 13:29:43 +05:30
model feat: Virtual DocField 2022-01-27 22:38:48 +05:30
modules Merge pull request #15722 from hrwX/virtual_dt 2022-01-27 04:39:57 +00:00
patches Merge pull request #15335 from shariquerik/wspace-new-design 2022-01-26 15:33:55 +05:30
printing Merge pull request #15458 from gavindsouza/print-format-rename 2021-12-27 15:48:05 +05:30
public Merge pull request #15752 from shariquerik/image-in-sidebar-mobile-view 2022-01-27 10:43:30 +00:00
query_builder Merge branch 'develop' into aks-feat-sanitise_qb_2 2021-12-12 10:16:26 +05:30
search feat: apply boosts on search queries 2021-10-25 09:14:53 +05:30
social refactor: use is None instead of == None 2022-01-17 10:37:51 +01:00
templates fix: mobile view for reset password page 2022-01-04 13:17:41 +05:30
tests Merge branch 'develop' of github.com:frappe/frappe into dynamic-docfields 2022-01-27 18:50:57 +05:30
translations fix(translation): Update de.csv (#15697) 2022-01-24 16:54:33 +05:30
utils feat: post model-sync patches (#15351) 2022-01-26 11:21:30 +05:30
website Merge branch 'develop' into wspace-new-design 2022-01-25 12:14:45 +05:30
workflow fix: Give select permission to 'All' for workflow state (#15044) 2021-11-22 18:49:56 +05:30
www Merge pull request #15418 from Don-Leopardo/fix_html_custom_print_fotmat 2022-01-25 09:25:05 +05:30
__init__.py refactor: use is bool instead of == bool 2022-01-17 15:40:33 +01:00
api.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
app.py fix: Combine request args and form data 2021-12-14 13:55:24 +05:30
auth.py refactor: use is bool instead of == bool 2022-01-17 15:40:33 +01:00
boot.py Merge branch 'develop' into wspace-new-design 2022-01-14 18:17:45 +05:30
build.py refactor: remove chalk dependency 2021-10-20 12:46:05 +05:30
cache_manager.py fix: correctly compute doctype name from table name 2022-01-24 11:18:21 +05:30
client.py fix: Pass parent_doctype required for DatabaseQuery perm checks 2021-12-24 13:57:07 +05:30
coverage.py CI: Use codecov coverage reporting 2021-09-02 09:36:25 +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 refactor: extend Exception instead of ValidationError 2021-10-25 18:46:54 +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 feat: post model-sync patches (#15351) 2022-01-26 11:21:30 +05:30
middlewares.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
migrate.py feat: post model-sync patches (#15351) 2022-01-26 11:21:30 +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 chore: Update PyJWT dependency 2021-05-29 17:22:30 +05:30
parallel_test_runner.py fix: remove mutable defaults (#14597) 2021-10-28 09:36:31 +00:00
patches.txt feat: post model-sync patches (#15351) 2022-01-26 11:21:30 +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 fix(minor): remove print 2022-01-13 16:41:47 +05:30
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 fix: Postgres Compatibility 2022-01-07 10:44:57 +05:30
translate.py refactor: use is None instead of == None 2022-01-17 10:37:51 +01:00
twofactor.py refactor: converted more queries 2021-11-20 15:02:22 +05:30