Commit graph

31471 commits

Author SHA1 Message Date
Saurabh
ef83ebeb3c bumped to version 13.0.2 2021-04-07 11:32:01 +05:50
mergify[bot]
6708d89da0
fix: ZeroDivision error in progress (bp #12586) (#12808)
Co-authored-by: Ankush Menat <ankush@iwebnotes.com>
2021-04-06 18:22:06 +05:30
Nabin Hait
bad52991a4
fix: Patch fixes for v13 upgrade (#12806) 2021-04-06 17:17:58 +05:30
mergify[bot]
4453303b4c
fix: Handle exception while building version comment (bp #12801) (#12802)
(cherry picked from commit 13e7f453fc)

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-04-05 12:16:04 +05:30
Suraj Shetty
a4b166e71f chore: Bump version to v13.0.1 2021-04-04 12:30:21 +05:30
Suraj Shetty
6b0cef718c Merge branch 'version-13' of https://github.com/frappe/frappe into version-13-pre-release 2021-04-04 12:28:43 +05:30
Suraj Shetty
ea99076096
Merge pull request #12797 from frappe/mergify/bp/version-13-pre-release/pr-12794
fix: Check if df.options exists before setting docfields (bp #12794)
2021-04-04 11:08:35 +05:30
Suraj Shetty
4d218fe108 fix: Check if df.options exists before setting docfields
Fixes: https://github.com/frappe/frappe/issues/12793
(cherry picked from commit a71066f3a4)
2021-04-04 05:23:30 +00:00
Suraj Shetty
7fe7206031
Merge pull request #12795 from frappe/mergify/bp/version-13-pre-release/pr-12783
fix: Reload website_theme_ignore_app before Website Theme (bp #12783)
2021-04-04 10:32:45 +05:30
Suraj Shetty
e1120eed5d fix: Reload website_theme_ignore_app before Website Theme
(cherry picked from commit aaea55ed7d)
2021-04-04 04:49:54 +00:00
Saurabh
3932d1a966 Merge branch 'version-13-pre-release' into version-13 2021-04-01 22:53:39 +05:30
Saurabh
c062af9749 chore: Bump version to v13.0.0 2021-04-01 22:46:52 +05:30
Suraj Shetty
b35cb0863b
Merge pull request #12780 from frappe/mergify/bp/version-13-pre-release/pr-12779
fix: use reload_doc instead of reload_doctype (bp #12779)
2021-04-01 21:59:07 +05:30
hasnain2808@gmail.com
8290f0d320 fix: list view setting patch
(cherry picked from commit 86ddc1b2a3)
2021-04-01 16:17:05 +00:00
Suraj Shetty
6a1eebc3ec
Merge pull request #12778 from frappe/mergify/bp/version-13-pre-release/pr-12777 2021-04-01 21:44:00 +05:30
hasnain2808@gmail.com
10d0391fcc fix: fix patch to pluralize list view setting
(cherry picked from commit 872151f32e)
2021-04-01 15:25:31 +00:00
Leela vadlamudi
f7bc97d925
Merge pull request #12775 from frappe/mergify/bp/version-13-pre-release/pr-12774
fix: get_count API endpoint (bp #12774)
2021-04-01 19:46:48 +05:30
leela
7a36ba5bbd fix: get_count API endpoint
Make get_count work with join queries

(cherry picked from commit 566f8ba12a)
2021-04-01 14:14:19 +00:00
Suraj Shetty
59b5661919
Merge pull request #12772 from frappe/mergify/bp/version-13-pre-release/pr-12770
fix: get_route_options_for_new_doc in link field (bp #12770)
2021-04-01 18:37:27 +05:30
Suraj Shetty
5747ff39bb fix: get_route_options_for_new_doc in link field
- Used correct df where get_route_options_for_new_doc
function is attached

It stopped working after https://github.com/frappe/frappe/pull/12744

(cherry picked from commit e25fae3f8f)
2021-04-01 13:06:53 +00:00
Suraj Shetty
364c86313e
Merge pull request #12762 from surajshetty3416/change-log-version-13 2021-04-01 18:36:08 +05:30
Suraj Shetty
2b8a04d3c6
Merge pull request #12771 from frappe/mergify/bp/version-13-pre-release/pr-12767
fix: Emit doc close event on doc change (bp #12767)
2021-04-01 18:35:46 +05:30
prssanna
d7162c361e fix: also emit doc close event on doc change
(cherry picked from commit 987b3e23ca)
2021-04-01 13:05:14 +00:00
Suraj Shetty
30704b2c17
Merge pull request #12765 from frappe/mergify/bp/version-13-pre-release/pr-12764
fix: users currently viewing a form (bp #12764)
2021-04-01 15:53:16 +05:30
Suraj Shetty
9c9f13d494 chore: Version 13 change log 2021-04-01 15:52:29 +05:30
prssanna
92a8750e51 fix: users currently viewing a form
(cherry picked from commit 0952e5d2d0)
2021-04-01 10:14:28 +00:00
Suraj Shetty
9908191594 chore: Remove change logs of beta releases 2021-04-01 14:44:12 +05:30
Suraj Shetty
8d462d843d
Merge pull request #12760 from frappe/mergify/bp/version-13-pre-release/pr-12744 2021-04-01 12:58:33 +05:30
Suraj Shetty
88ddf21110 test: Add a test case for grid validation
(cherry picked from commit 108c728298)
2021-04-01 07:28:15 +00:00
Suraj Shetty
c2c9df632c fix: Grid validation
- Use separate docfields list for each child table row to
avoid cross row validation issue

(cherry picked from commit be857c753b)
2021-04-01 07:28:15 +00:00
mergify[bot]
6ca947a41b
fix: only focus on first input if form is new (bp #12758) (#12759)
(cherry picked from commit 4fb544cb0a)

Co-authored-by: prssanna <prssud@gmail.com>
2021-04-01 12:54:50 +05:30
mergify[bot]
8e53913e7e
fix: Miscellaneous changes (bp #12754) (#12755)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-04-01 09:47:14 +05:30
mergify[bot]
88617dd2ae
fix: Chart style in Dark Mode (bp #12751) (#12752)
(cherry picked from commit 8d07768a07)

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-03-31 23:46:34 +05:30
mergify[bot]
2bd53e95ab
fix: Return correct value from frappe.db.count (bp #12748) (#12750)
(cherry picked from commit b279ca2c0f)

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-03-31 22:29:56 +05:30
mergify[bot]
c26a009ff5
fix: get frappe.client.get_value() to work when as_dict is false (bp #12739) (#12749)
(cherry picked from commit 193dbec47c)

Co-authored-by: Walstan Baptista <38958184+walstanb@users.noreply.github.com>
2021-03-31 22:13:22 +05:30
mergify[bot]
cbf4288a54
fix: change z-index even when list is empty (bp #12745) (#12747)
(cherry picked from commit bbcfee9b48)

Co-authored-by: hasnain2808@gmail.com <hasnain2808@gmail.com>
2021-03-31 20:20:21 +05:30
Leela vadlamudi
bc1cbd98b6
Merge pull request #12746 from frappe/mergify/bp/version-13-pre-release/pr-12729
refactor: Code cleanup and attempt tracker for 2FA (bp #12729)
2021-03-31 19:16:36 +05:30
leela
e7b5ea282c test: OTP atempt tracker tests
(cherry picked from commit 8fcb97ae31)
2021-03-31 13:43:20 +00:00
leela
e94ea12568 fix: Track 2FA OTP attempts using login tracker
(cherry picked from commit 1f6f02fd5a)
2021-03-31 13:43:20 +00:00
leela
bda37b541b refactor: Cleanup name confusion
Using `delete_session` name for a function and also as a method name is
confusing. Cleaned that up.

(cherry picked from commit 9200192c1c)
2021-03-31 13:43:20 +00:00
leela
79233f007d fix: Make authentication check mandatory even in case of 2FA
(cherry picked from commit 2227b910d3)
2021-03-31 13:43:19 +00:00
Prssanna Desai
a7e37d9a1d
Merge pull request #12742 from frappe/mergify/bp/version-13-pre-release/pr-12741
fix: checkbox bleed (bp #12741)
2021-03-31 17:01:46 +05:30
hasnain2808@gmail.com
4e09f36eef fix: checkbox bleed
(cherry picked from commit b12714ae20)
2021-03-31 10:57:54 +00:00
Prssanna Desai
3839f9f500
Merge pull request #12740 from hasnain2808/fix--filters-in-share-url-not-working-prerelese 2021-03-31 16:27:29 +05:30
hasnain2808@gmail.com
cd18d947a7 fix: use pathname on window.location 2021-03-31 15:34:20 +05:30
Mohammad Hasnain Mohsin Rajan
7018c0457d chore: add semicolon 2021-03-31 15:33:39 +05:30
mergify[bot]
ee92355ab9
fix: Miscellaneous changes (bp #12730) (#12738)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-03-31 13:07:43 +05:30
mergify[bot]
1d37a43059
refactor: Grid paste code (bp #12633) (#12737)
Co-authored-by: Suraj Shetty <surajshetty3416@gmail.com>
2021-03-31 12:50:36 +05:30
mergify[bot]
ab7f9c0b1b
fix: copy paste rows more than 50 (one page) (bp #12548) (#12736)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
Co-authored-by: Fisher Yu <12823863+szufisher@users.noreply.github.com>
2021-03-31 12:48:21 +05:30
mergify[bot]
40cd028c34
fix: first column padding in datatable (bp #12733) (#12734)
(cherry picked from commit 1c3688e0ed)

Co-authored-by: Prssanna Desai <prssud@gmail.com>
2021-03-31 12:36:23 +05:30