Commit graph

36088 commits

Author SHA1 Message Date
Saqib Ansari
fa6efae921 refactor: use child fieldname for child doctype selection 2021-09-13 11:38:33 +05:30
Saqib Ansari
54f34bdce8 fix: fetching of child items 2021-09-13 11:38:18 +05:30
Saqib Ansari
6dbe0ef5cf refactor: replace child_selection_toggle button with checkbox 2021-09-13 11:37:41 +05:30
Saqib Ansari
75c20efd02 chore: hide apply filter button 2021-09-13 11:37:30 +05:30
Saqib Ansari
52bf3f6bba fix: sider issues 2021-09-13 11:37:22 +05:30
Saqib Ansari
290150df31 fix: datatable height 2021-09-13 11:37:09 +05:30
Saqib Ansari
1ecb0b63d3 fix: datatable height 2021-09-13 11:36:48 +05:30
Saqib Ansari
48f1abc86b chore: remove name column 2021-09-13 11:36:42 +05:30
Saqib Ansari
0da9d55f01 fix: datatable rendering 2021-09-13 11:36:36 +05:30
Saqib Ansari
e9926c92a8 feat: use datatable for filtering child items 2021-09-13 11:36:28 +05:30
Saqib Ansari
22d7aca576 feat: child selection in multi select dialog 2021-09-13 11:36:20 +05:30
Saqib Ansari
c37ec8fdd9 refactor: get_fields of multi select dialog 2021-09-13 11:36:10 +05:30
Summayya
0a4e5a2e3c reset password page 2021-09-13 09:20:18 +05:30
Summayya
53a72f48c5 fix(UI): freset password page 2021-09-12 23:17:13 +05:30
Ankush Menat
4aced1cbe2
Merge pull request #14085 from ankush/ci_ubuntu_latest
ci: use ubuntu-latest for all jobs
2021-09-12 19:44:52 +05:30
Mohammad Hasnain Mohsin Rajan
ae5cf9c32c
chore: change missing_in_backup function docstring 2021-09-12 19:09:05 +05:30
Ankush Menat
eb4e94f52d
fix: install mariadb client
GitHub action's Ubuntu 20.04 image has mysql8 tooling which is not
compatible with mariadb.
2021-09-12 18:11:12 +05:30
Ankush Menat
049df53cd8
Merge branch 'develop' into ci_ubuntu_latest 2021-09-12 17:05:17 +05:30
Rushabh Mehta
22f143898b fix(minor): frappe.toast alist from frappe.show_alert, and added toasts to website.js, plus show full processlist 2021-09-10 11:27:36 +05:30
ahmadRagheb
c280671a7a
fix(event streaming): Notify consumers on document cancel (#14160)
* event streaming not working on cancel 

fix for https://github.com/frappe/frappe/issues/14141 
event streaming not working on cancel

* style: Remove extra line

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-09-10 04:17:02 +00:00
mergify[bot]
74ee14a07b
Merge pull request #13465 from hasnain2808/fix-number-format-issues
fix: number format converting to decimals
2021-09-10 04:04:21 +00:00
Akash Chaudhari
bc4b0d9348
fix: Dont translate brand name (#14162) 2021-09-10 09:32:59 +05:30
shadrak gurupnor
5343b28ab5 fix: expiry was not setting on key 2021-09-09 22:35:32 +05:30
Rushabh Mehta
63186fca75
Merge pull request #14155 from rmehta/show-proceesslist
feat(minor): Show Processlist in System Console
2021-09-09 17:08:42 +05:30
Gavin D'souza
f2dfac684f chore: Improve readability for Schema.create 2021-09-09 15:49:24 +05:30
Gavin D'souza
ed15997a08 fix: Raise SIteNotSpecifiedError if no site is set 2021-09-09 15:48:47 +05:30
Suraj Shetty
8b707278b9 fix: Redirect after login 2021-09-09 15:29:02 +05:30
lukptr
1ee2385944 feat: custom database port for read-only replica configuration 2021-09-09 16:19:19 +07:00
Mohammad Hasnain
906c70b245 chore: sider 2021-09-09 14:35:04 +05:30
Mohammad Hasnain
4d0b0d35ef fix: make flt value idempotent 2021-09-09 14:29:00 +05:30
Mohammad Hasnain
f29138d6f8 fix: convert back to number_format on change 2021-09-09 14:28:17 +05:30
Mohammad Hasnain
21a4331be4 revert: removal of flt on focus event 2021-09-09 14:27:23 +05:30
Mohammad Hasnain
9dc8f84aed test: tests for control: float 2021-09-09 14:26:40 +05:30
lukptr
85834d7a00 feat: Able to use custom port for database load balancers 2021-09-09 15:51:15 +07:00
Steffen
4415351597 fix: hand no_default_fields parameter further down to recursive calls of as_dict 2021-09-09 10:28:27 +02:00
Rushabh Mehta
0e2d98a473 feat(minor): Show Processlist in System Console 2021-09-09 13:33:28 +05:30
Shariq Ansari
1e22878554 fix: remove unnecessary padding 2021-09-09 13:30:09 +05:30
Shariq Ansari
90bc9e2317 fix(UI): Clicking area around file view row opens the file 2021-09-09 13:20:12 +05:30
Suraj Shetty
39dfb96ff8
Merge pull request #14152 from anupamvs/address-spacing 2021-09-09 12:30:53 +05:30
Shariq Ansari
84562d5a05
fix(UI): Incorrect text color on version document in dark mode (#14147) 2021-09-09 12:14:47 +05:30
Anupam
35d563edb0 fix: contact.py spacing issue 2021-09-09 11:50:47 +05:30
Anupam
6ca2788cc5 fix: spacing issue 2021-09-09 11:48:20 +05:30
gavin
39f4d5b54a
Merge pull request #14143 from gavindsouza/web_form-fixes
fix(Web Form): Add fields to row that haven't been added yet
2021-09-09 11:05:37 +05:30
Suraj Shetty
7f7ab76479 fix: Update login page & footer style 2021-09-08 16:59:50 +05:30
Suraj Shetty
fd26415993 fix: Show login page instantly 2021-09-08 16:57:10 +05:30
mergify[bot]
7a406c75cb
Merge pull request #14142 from gavindsouza/write-only
fix: Switch writes to primary when wrapped with read_only
2021-09-08 10:28:13 +00:00
Mohammad Hasnain
8aea1254f9 chore: add semi colon 2021-09-08 15:15:47 +05:30
Mohammad Hasnain
9eff8bee21 test: tests for float control 2021-09-08 15:02:56 +05:30
Gavin D'souza
2b00bdb37f fix(Web Form): Add fields to row that haven't been added yet 2021-09-08 14:03:33 +05:30
Gavin D'souza
309eaabcf9 fix: Get rid of pointless except: raise 2021-09-08 14:01:38 +05:30