Commit graph

37112 commits

Author SHA1 Message Date
Shariq Ansari
aa0d10fe0e fix: First set in model then save attachment 2022-03-21 17:24:18 +05:30
mergify[bot]
5d0ff49296
Merge pull request #16321 from rmehta/website-fixes
fix(build): separate assets.json and assets-rtl.json to fix concurrency issue
2022-03-17 09:51:35 +00:00
Rushabh Mehta
0b8a2edee7 fix(build): separate assets.json and assets-rtl.json to fix concurrency issue 2022-03-17 14:54:17 +05:30
mergify[bot]
b176443792
Merge pull request #16070 from shariquerik/grid-search-feat
feat: Grid Search
2022-03-17 07:03:44 +00:00
mergify[bot]
0374e1511f
Merge pull request #16317 from shariquerik/list-paging-test-fix
test: failing list_paging UI test
2022-03-17 06:57:28 +00:00
Suraj Shetty
d214f25328
Merge pull request #16291 from shadrak98/support-portal 2022-03-17 12:25:20 +05:30
Shariq Ansari
631e6f3260 fix: using bulk_insert instead of sql query 2022-03-17 12:03:46 +05:30
Shariq Ansari
bc48c03da7 test: failing list_paging UI test 2022-03-17 11:18:12 +05:30
Suraj Shetty
bcaac34126
Merge branch 'develop' into support-portal 2022-03-17 10:49:48 +05:30
Suraj Shetty
785bee4a8c
Merge pull request #16313 from gavindsouza/misc-fixes-7 2022-03-17 10:09:48 +05:30
Gavin D'souza
14a4e35d8d fix: Typo in is_downgrade's user warning
Fixes https://github.com/frappe/frappe/issues/16312
2022-03-17 09:51:00 +05:30
Rushabh Mehta
dd02496dad
Merge pull request #15964 from phot0n/integer-primary-keys
feat: integer primary keys
2022-03-16 17:07:20 +05:30
Ankush Menat
1a0fb21645 feat: MySQL TIMESTAMP functionality for QB 2022-03-16 15:13:04 +05:30
mergify[bot]
5f1eadeb7a
fix(BackupGenerator): set missing attribute for class object (backport #16273) (#16301)
This is a semi-automatic backport of pull request #16273 done by [Mergify](https://mergify.com).
2022-03-16 08:10:05 +00:00
mergify[bot]
2f734ac10d
Merge pull request #16196 from alyf-de/refactor-excel-export
refactor(query_report): simplify excel export logic
2022-03-16 08:09:36 +00:00
mergify[bot]
a7df0dac7c
Merge pull request #16204 from mituldavid/attachments
fix: Duplicate attachments in sidebar
2022-03-16 04:18:35 +00:00
Samuel Danieli
c5963b5b7c fix: escape , 2022-03-15 17:27:51 +01:00
Samuel Danieli
a560d38562 feat: add German translations 2022-03-15 17:27:51 +01:00
mergify[bot]
34ba46b47b
Merge pull request #16137 from shariquerik/tree-view-print-fix
fix: Print for tree view is broken
2022-03-15 15:42:40 +00:00
mergify[bot]
e27b6258b3
Merge pull request #16259 from resilient-tech/perf-single-cache
perf: cache single documents
2022-03-15 14:14:50 +00:00
Raffael Meyer
a35de49659
Merge branch 'develop' into refactor-excel-export 2022-03-15 15:07:22 +01:00
Shariq Ansari
cac1fd40d4 fix(sider): expected space(s) 2022-03-15 17:39:02 +05:30
shadrak gurupnor
9268405d62 feat: added redirect for support portal 2022-03-15 17:36:33 +05:30
Shariq Ansari
f81b609040
Merge branch 'develop' into tree-view-print-fix 2022-03-15 17:24:57 +05:30
Shariq Ansari
5a1bc4b1d6 fix: use boolean strings (T, F, true, false, 1, 0 etc) for Check fieldtype 2022-03-15 17:23:46 +05:30
Shariq Ansari
cd3950401c fix: using debounce instead of setTimeout() 2022-03-15 17:22:03 +05:30
phot0n
f21f526ae6 fix: sider 2022-03-15 16:49:33 +05:30
phot0n
86c9791813 fix: use next sequence number for ammended doc
* chore: use meta
2022-03-15 16:07:08 +05:30
mergify[bot]
2b50525a5e
Merge pull request #16243 from shariquerik/number-card-filter-fix
fix: Number Card to support child table doctype for filters
2022-03-15 10:32:30 +00:00
Shariq Ansari
8ddfa39716 fix: load print format css in print_tree.html for icons 2022-03-15 15:53:11 +05:30
Suraj Shetty
e0def6fdd1 style: Remove unnecessary indentation 2022-03-15 15:51:09 +05:30
Ankush Menat
5f08c9962b fix(ux)!: when error messages are present supress non-error messages 2022-03-15 15:51:09 +05:30
Suraj Shetty
10b6e1902f
Merge pull request #16283 from nextchamp-saqib/fix-delete-message 2022-03-15 15:38:47 +05:30
Saqib Ansari
da080a4091
Merge pull request #16271 from pateljannat/web-form-link-title-doctype-issue
fix: web form link title doctype issue
2022-03-15 15:10:08 +05:30
mergify[bot]
c3e350f2c6
chore: typo mistake (#16275) (#16285)
(cherry picked from commit e997d82da3d5fa74f90fdd878bb0bd8a80bbbc06)

Co-authored-by: Bhavesh Maheshwari <34086262+bhavesh95863@users.noreply.github.com>
2022-03-15 15:02:44 +05:30
Saqib Ansari
d3464f7c11 chore: improve bulk deletion message 2022-03-15 14:28:54 +05:30
Ankush Menat
b2e115513f
Merge pull request #16280 from ankush/docinfo2x
fix: dont return docinfo as `message`
2022-03-15 13:45:21 +05:30
Suraj Shetty
23d7b98317
Merge pull request #16276 from surajshetty3416/fix-build-system 2022-03-15 12:51:08 +05:30
Ankush Menat
db0925d446 fix: dont return docinfo as message
The return was added for testability but it also becomes part of
response so response size doubles. :)
2022-03-15 12:46:36 +05:30
Saqib Ansari
82c0b5b1d9
Merge pull request #16238 from nextchamp-saqib/webform-link-title
feat: show link titles in web form link fields
2022-03-15 12:20:21 +05:30
Shridhar Patil
89f109a197
fix: postgres support for system console processlist (#16212)
* fix: postgres support for system console processlist

* fix: removed logs

* fix: handle dbtype from backend

* fix: use frappe.db.multiselect to run database specific query
2022-03-15 11:55:05 +05:30
Suraj Shetty
ccb4475411 build: Pass watchFiles list to auto trigger rebuild process on template change 2022-03-15 09:29:54 +05:30
Suraj Shetty
24f3123552 build: Use @frappe/esbuild-plugin-postcss2 to auto-trigger rebuild on scss file changes 2022-03-15 09:28:30 +05:30
Jannat Patel
55eb8eed1a fix: calling function directly from boot file 2022-03-15 09:03:37 +05:30
Saqib Ansari
e6f1fbc4f1 refactor: show title only if show_title_field_in_link is enabled 2022-03-14 18:44:38 +05:30
Jannat Patel
825e2d0537 fix: web form link title doctype issue 2022-03-14 18:33:29 +05:30
mergify[bot]
6a45846010
Merge pull request #16199 from resilient-tech/perf-listfactory
perf: remove duplicate call to `ListView.show`
2022-03-14 11:01:27 +00:00
Sagar Vora
a2b02f9f33 fix: more succinct docstring 2022-03-14 15:59:32 +05:30
Ankush Menat
b16c8efa30
Merge pull request #16256 from ankush/is_async_commit
fix!: run synchronous background jobs directly in production
2022-03-14 15:57:17 +05:30
Sagar Vora
be1b503958 fix: create before_show method 2022-03-14 15:49:57 +05:30