Sagar Vora
c4486246da
test: clear `lang_full_dict` from local cache
(cherry picked from commit 2866721a78
)
# Conflicts:
# frappe/tests/test_translate.py
2 yıl önce
Sagar Vora
dc8cd73666
chore: remove old code where User Permissions were set in `tabDefaultValue`
(cherry picked from commit 63e760e3ad
)
3 yıl önce
Suraj Shetty
4c56aaba26
Merge pull request #17908 from frappe/mergify/bp/version-14-hotfix/pr-17863
2 yıl önce
Shariq Ansari
1543bf97a7
feat: added not saved indicator if form is dirty
(cherry picked from commit 2b57e77f29
)
2 yıl önce
Shariq Ansari
6f15acb527
style: rating field style changes in view mode
color field causing error in view mode (fixed)
(cherry picked from commit 7d245268ea
)
2 yıl önce
Shariq Ansari
26089c2b73
fix: include Color field in Web Form fieldtypes
(cherry picked from commit fb8ba3d881
)
2 yıl önce
Shariq Ansari
db30c7f7ba
fix: setup field's change event instead of input change event
(cherry picked from commit 02da933c16
)
2 yıl önce
Shariq Ansari
30ea75af6c
fix: title should never be empty
(cherry picked from commit 4b4d66d2a3
)
2 yıl önce
Shariq Ansari
af05e8868d
fix: show webform name and webform doc name on header
(cherry picked from commit 309b42f1a3
)
2 yıl önce
Shariq Ansari
00af4f8e5c
fix: show introduction in edit mode
(cherry picked from commit 66389932d1
)
2 yıl önce
Shariq Ansari
cab022e4c6
fix: show discard dialog only if form is dirty
(cherry picked from commit b1944916c3
)
2 yıl önce
Shariq Ansari
88186d3243
fix: submit button should always be on extreme right
(cherry picked from commit 364366ae99
)
2 yıl önce
Shariq Ansari
d286ca36c2
fix: text editor overflow issue
(cherry picked from commit c5f64d43bb
)
2 yıl önce
Shariq Ansari
9231bc4e1b
fix: minor success page css changes
(cherry picked from commit 5cdf21d8ee
)
2 yıl önce
Shariq Ansari
69e706f2de
fix: foreach doesnt work for html element looping
(cherry picked from commit fc2defcc3f
)
2 yıl önce
Shariq Ansari
2d7b015d61
fix: remove page breaks without any fields in it
(cherry picked from commit 8bd012da0c
)
2 yıl önce
Shariq Ansari
bacb2cf2e5
fix: replaced clear button with discard button
(cherry picked from commit 9288d0cebf
)
2 yıl önce
Shariq Ansari
57437f957b
test: fixed failing unit test
(cherry picked from commit 6ed42f5213
)
2 yıl önce
Shariq Ansari
cb7ef15339
test: fixed failing UI test
(cherry picked from commit 2181233c75
)
2 yıl önce
Shariq Ansari
7746bea3ad
fix(minor): success page button css (responsive)
(cherry picked from commit 7ae2202b75
)
2 yıl önce
Shariq Ansari
278d9b3d45
chore: sider fixes
(cherry picked from commit 05b1a99e53
)
2 yıl önce
Shariq Ansari
f23f909c67
fix: made web form skeleton responsive
(cherry picked from commit eb7dccaae2
)
2 yıl önce
Shariq Ansari
2741b91490
fix: made web form and web list responsive
(cherry picked from commit 0889d9137f
)
2 yıl önce
Shariq Ansari
bbba5f1a4e
fix: moved banner image in to page header section
(cherry picked from commit 3c9bc6f1ec
)
2 yıl önce
Shariq Ansari
e52993fa59
chore: minor fixes
(cherry picked from commit f03e5e2d1e
)
2 yıl önce
Shariq Ansari
95c0868b89
fix: added cancel button in clear form dialog
(cherry picked from commit 68318aacd3
)
2 yıl önce
Shariq Ansari
627a72fa97
fix: make clear button link which trigger warning dialog
(cherry picked from commit ce67ee1bc6
)
2 yıl önce
Shariq Ansari
ba53a2b23e
fix: show clear button only if form is dirty and
move previous button on right side if clear button is visible
(cherry picked from commit df3eff1a8d
)
2 yıl önce
Shariq Ansari
995ffa30d9
fix: formatted Section,Column,Page Breaks in webform field table and more
Show fields label in Field column both in web form fields table and web form list column table. Also enabled mandatory field in grid view
(cherry picked from commit 029bea6774
)
2 yıl önce
Shariq Ansari
e604b4705a
fix: only allow 9 page breaks in web form
(cherry picked from commit 0c897e4d22
)
2 yıl önce
Shariq Ansari
796892013e
chore: rearranged web form tabs and fields
(cherry picked from commit 2eb70c381a
)
2 yıl önce
Shariq Ansari
94b5c572ee
fix: keep progress dots always in center
(cherry picked from commit 1b230b75e3
)
2 yıl önce
Shariq Ansari
dda0c89da2
fix: show empty fields in web form's view mode
(cherry picked from commit fec57546ee
)
2 yıl önce
Shariq Ansari
17472bc8fa
fix: show submit button always if allow_incomplete is enabled
(cherry picked from commit b3b773dcae
)
2 yıl önce
Shariq Ansari
7768b40189
fix: show Page 1 of 2 only in view mode
(cherry picked from commit 0797cc2120
)
2 yıl önce
Shariq Ansari
b7bd48938a
fix: added in_view_mode flag
(cherry picked from commit 7cd528084e
)
2 yıl önce
Shariq Ansari
bb40b0b71d
chore: renamed is_form_editable to in_edit_mode
(cherry picked from commit b0adf07790
)
2 yıl önce
Shariq Ansari
516ee671d8
fix: Keep action button size consistent
(cherry picked from commit f7942a4a8b
)
2 yıl önce
mergify[bot]
8f986983ac
perf: ~45% faster Desk first response (backport #17891 ) ( #17897 )
* fix(recorder): make whole order button clickable
(cherry picked from commit 04aeeabb2b
)
* perf: ~33% faster Desk response
- hardcode `/app` resolution
- use cached website settings everywhere. It was mixing cache and DB
everywhere and re-quering same thing (why ?)
(cherry picked from commit 786df3fbeb
)
* perf: use is_virtual_doctype and remove limit
This reduces 1 query for each child table read
Removed limit cause with 1000+ doctypes in frappe+erpnext this cache
will just keep getting trashed for no reason. There's clear upper bound
on size so no need to limit it here.
(cherry picked from commit 61a9349789
)
* perf: dont order by for uniq searches
(cherry picked from commit 48869d506f
)
* perf: simpler/faster preload header computation
We parse entire response to find preload headers, instead just use
include_style and include_script to include assets directly into preload
headers. This shaves off ~13% overhead in response.
(cherry picked from commit 4241f8c8c0
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
2 yıl önce
Shariq Ansari
8b339ea838
Merge pull request #17900 from frappe/mergify/bp/version-14-hotfix/pr-17847
2 yıl önce
Shariq Ansari
b8e246a77e
chore: code cleanup
(cherry picked from commit d274b56817
)
2 yıl önce
Shariq Ansari
78c0e705e4
fix: make fields that needs to be updated from UI read_only
(cherry picked from commit de4e3f0c8c
)
2 yıl önce
Shariq Ansari
4277c27d3c
fix: update public workspace name with json file
(cherry picked from commit 521102b589
)
2 yıl önce
mergify[bot]
0cba16eb11
perf: install hiredis for faster response parsing ( #17893 ) ( #17896 )
(cherry picked from commit b30a78aa40
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
2 yıl önce
mergify[bot]
295f254ff5
chore: db.get_all -> get_all ( #17895 )
Reduces 1 pointless function call.
Function calls are also not "super cheap" in python.
(cherry picked from commit 2eec621e95
)
[skip ci]
Co-authored-by: Ankush Menat <ankush@frappe.io>
2 yıl önce
mergify[bot]
44cbb7155c
fix: Turkey number format corrected ( #17886 ) ( #17889 )
(cherry picked from commit b0a808b2c4
)
Co-authored-by: Türker Tunalı <turker.tunali@gmail.com>
2 yıl önce
Ritwik Puri
d7f068bba2
Merge pull request #17880 from frappe/mergify/bp/version-14-hotfix/pr-17683
feat: Add STARTTLS authentification method for IMAP protocol (backport #17683 )
2 yıl önce
HENRY Florian
083858483f
feat: STARTTLS authentication for IMAP ( #17683 )
Co-authored-by: phot0n <ritwikpuri5678@gmail.com>
(cherry picked from commit 11a17d3867
)
2 yıl önce
mergify[bot]
2a3fbeb5cb
chore: limit over-logging of handled exception ( #17878 ) ( #17879 )
[skip ci]
(cherry picked from commit f002016eb6
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
2 yıl önce
mergify[bot]
c27e6bf299
perf: ~65% faster `create_custom_fields` ( #17875 )
Co-authored-by: Sagar Vora <sagar@resilient.tech>
2 yıl önce