hrwx
cc5723b42f
Merge branch 'develop' of github.com:frappe/frappe into multistep_webforms
3 年之前
mergify[bot]
72ee2a0817
Merge pull request #15434 from ChillarAnand/archive
fix: Use makedirs instead of mkdir to create archived sites path
3 年之前
ChillarAnand
f648852e81
fix: Use makedirs instead of mkdir to create arhived sites path
3 年之前
mergify[bot]
b7dfd7f75a
Merge pull request #15443 from alyf-de/dont-rebuild-search
feat: option to not rebuild search on rename
3 年之前
gavin
e1ec5ec964
Merge pull request #15458 from gavindsouza/print-format-rename
fix: Rename Property Setter on Print Format Rename
3 年之前
mergify[bot]
047466bc77
Merge pull request #15457 from ruchamahabal/fix-set-fetch-from
fix: set fetch from values before checking permissions
3 年之前
mergify[bot]
b3cacdf40d
Merge pull request #15435 from karthikeyan5/develop-fix-mobile-print-page-menu
fix(print page): additional menu in mobile view print page
3 年之前
Gavin D'souza
7a68d797e9
fix: Rename Property Setter on Print Format Rename
This fixes the default print format set when Custom Print Formats are
renamed
3 年之前
Rucha Mahabal
97d049cab9
fix: set fetch from values before checking permissions
Co-authored-by: Suraj Shetty <surajshetty3416@gmail.com>
3 年之前
mergify[bot]
bace5cd209
Merge pull request #15439 from shariquerik/container-js-fix
fix: Workspace content loading twice
3 年之前
Suraj Shetty
7cb293799a
Merge branch 'develop' into container-js-fix
3 年之前
Wolfram Schmidt
f0e15338fe
fix: Grammar of error statement in 404 page ( #15447 )
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
3 年之前
Suraj Shetty
a83f91f5b4
Merge pull request #15454 from frappe/misc-fixes-25-dec
3 年之前
mergify[bot]
753523bb77
Merge pull request #15449 from frappe/fix-iss-15448
fix: don't run webhook in migrate
3 年之前
Raffael Meyer
829475a98d
fix: don't run webhook in migrate
3 年之前
mergify[bot]
ba9d302357
Merge pull request #15328 from saxenabhishek/aks-test-fixtures
test: import fixtures
3 年之前
Suraj Shetty
8dce649933
fix: Use last_value as a fallback if model value isn't set
- Did this to avoid repeated value set of datetime value which causes browser to freeze.
This happens only with the datetime control is used in filters (with a default value) and is not linked with a form.
3 年之前
Suraj Shetty
16435de3d6
fix: Null state style
3 年之前
barredterra
429d5178e0
feat: option to not rebuild search on rename
3 年之前
karthikeyan5
a1c9282368
fix: update refresh lable in print view
3 年之前
mergify[bot]
1b28c3b4ed
Merge pull request #15407 from resilient-tech/server-scripts
feat: `frappe.enqueue` and `frappe.call` for Server Scripts
3 年之前
Suraj Shetty
84f366bbfc
Merge branch 'develop' into aks-test-fixtures
3 年之前
Suraj Shetty
f19c67314d
style: Fixed indentation
3 年之前
mergify[bot]
8b3ccd9ab6
Merge pull request #15437 from gavindsouza/custom-child-table-get_list
fix: Handle custom child tables via check_parent_permission
3 年之前
Shariq Ansari
9f18c9eeb7
Merge branch 'develop' into container-js-fix
3 年之前
Ankush Menat
3ff26ae44c
Merge pull request #15426 from gavindsouza/feedback-bs
refactor: Fractional ratings patch
3 年之前
Shariq Ansari
109b07971c
fix: removed unused code from container.js which fixes workspace content loading twice
3 年之前
Ankush Menat
0b7f2804d7
refactor: make ratings field nullable while altering
3 年之前
Ankush Menat
600156b1a1
refactor!: allow modified column to be nullable
* updated change_column_type to allow making columns nullable.
* breaking change: in postgres the method was previously nullable by
default, changed it to be consistent with mariadb.
3 年之前
Rushabh Mehta
193eca4721
Merge pull request #15438 from shariquerik/single-card-for-tabs
refactor(UI): Single card design for form
3 年之前
Shariq Ansari
6eb00fd378
Merge branch 'develop' into single-card-for-tabs
3 年之前
Shariq Ansari
a2a6e112ee
refactor(UI): Single card design for form
3 年之前
Gavin D'souza
0f71dd411b
style: DatabaseQuery.execute's permission cond block
3 年之前
Gavin D'souza
84ebdabe49
refactor(minor): frappe.has_permission
The throw block was very clearly broken. Referencing frappe.throw inside
__init__.py rip. Added drop in replacement msgprint call
3 年之前
Gavin D'souza
3b7b555148
fix: Pass parent_doctype required for DatabaseQuery perm checks
has_child_table_permission would throw 'Parent DocType Required: Please
specify a valid parent DocType for {TEST DOCTYPE}' after the previous
commit 33b7d7d74f
. Passing parent_doctype
solves this
3 年之前
Gavin D'souza
33b7d7d74f
fix: Handle custom child tables via check_parent_permission
Check `tabCustom Field` and `tabDocfield` for matching parent existence.
3 年之前
karthikeyan5
dd731903bd
fix(print page): addtional menu in mobile view
3 年之前
mergify[bot]
7e34c27690
fix: Incorrect timespan daterange calculation (backport #15369 ) ( #15431 )
Co-authored-by: Kartik Sharma <kartiksharma9319@gmail.com>
3 年之前
mergify[bot]
99ab47b949
Merge pull request #15394 from gavindsouza/safe-base64-decode
fix: Safe decode base64 data in case of incorrect padding
3 年之前
mergify[bot]
6ba68ea5a3
Merge pull request #15413 from hrwX/update_notification_msg
chore: update msg_print messages
3 年之前
mergify[bot]
3af410a05f
Merge pull request #15427 from ankush/route_hist
fix: mutating route history while get_last_doc
3 年之前
saxenabhishek
ed9dad8f30
test: import single doctype
3 年之前
mergify[bot]
059e1cc364
fix: Report boilerplate (js, py) year to current year ( #15429 )
Co-authored-by: mymi14s <mymi14s@hotmail.com>
3 年之前
Ankush Menat
442e58415b
fix: mutating route history while get_last_doc
co-authored-by: @skjbulcher
3 年之前
saxenabhishek
016bda51aa
test: import doctype fixtures
3 年之前
Gavin D'souza
141f4922e7
fix: Skip patch if column already converted
Co-authored-by: Ankush Menat <me@ankush.dev>
Co-authored-by: Suraj Shetty <surajshetty3416@gmail.com>
3 年之前
Gavin D'souza
fd11b0e8e7
fix: Re-run patch to ensure column conversion
Co-authored-by: Ankush Menat <me@ankush.dev>
Co-authored-by: Suraj Shetty <surajshetty3416@gmail.com>
3 年之前
Gavin D'souza
27f8a1ea56
refactor: Fractional ratings patch
* Change column types of rating fields
* Workaround added for truncated/NULL values
Co-authored-by: Ankush Menat <me@ankush.dev>
Co-authored-by: Suraj Shetty <surajshetty3416@gmail.com>
3 年之前
Shariq Ansari
074d0b498b
refactor: show dashboard section on particular tabs (set options = Dashboard)
3 年之前
Himanshu
f123ed09b5
chore: update title and messages for frappe.msgprint
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
3 年之前