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
Frappe PR Bot
7f3044ae01
chore(release): Bumped to Version 14.4.1
## [14.4.1](https://github.com/frappe/frappe/compare/v14.4.0...v14.4.1 ) (2022-08-23)
### Bug Fixes
* make fields that needs to be updated from UI read_only ([78c0e70
](78c0e705e4
))
* Turkey number format corrected ([#17886 ](https://github.com/frappe/frappe/issues/17886 )) ([#17889 ](https://github.com/frappe/frappe/issues/17889 )) ([44cbb71
](44cbb7155c
))
* update public workspace name with json file ([4277c27
](4277c27d3c
))
### Performance Improvements
* ~45% faster Desk first response (backport [#17891 ](https://github.com/frappe/frappe/issues/17891 )) ([#17897 ](https://github.com/frappe/frappe/issues/17897 )) ([8f98698
](8f986983ac
))
* install hiredis for faster response parsing ([#17893 ](https://github.com/frappe/frappe/issues/17893 )) ([#17896 ](https://github.com/frappe/frappe/issues/17896 )) ([0cba16e
](0cba16eb11
))
2 yıl önce
Ankush Menat
c5b0e47ed6
Merge pull request #17906 from frappe/version-14-hotfix
chore: weekly version 14 release
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
Frappe PR Bot
808eae5c7d
chore(release): Bumped to Version 14.4.0
# [14.4.0](https://github.com/frappe/frappe/compare/v14.3.0...v14.4.0 ) (2022-08-19)
### Bug Fixes
* convert pk from db to str. ([#17876 ](https://github.com/frappe/frappe/issues/17876 )) ([c56aed8
](c56aed821f
))
* pop pwd from form dict, disable auth logging (backport [#17872 ](https://github.com/frappe/frappe/issues/17872 )) ([#17874 ](https://github.com/frappe/frappe/issues/17874 )) ([da0c12a
](da0c12ac66
))
### Features
* STARTTLS authentication for IMAP ([#17683 ](https://github.com/frappe/frappe/issues/17683 )) ([0838584
](083858483f
))
### Performance Improvements
* ~65% faster `create_custom_fields` ([#17875 ](https://github.com/frappe/frappe/issues/17875 )) ([c27e6bf
](c27e6bf299
))
2 yıl önce
Ankush Menat
0a2e50fd05
Merge pull request #17882 from frappe/version-14-hotfix
chore: release
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
mergify[bot]
c56aed821f
fix: convert pk from db to str. ( #17876 )
(cherry picked from commit 87972656d4
)
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com>
2 yıl önce
mergify[bot]
da0c12ac66
fix: pop pwd from form dict, disable auth logging (backport #17872 ) ( #17874 )
* fix: pop pwd from form dict, disable auth loggin
- This prevents accidental logging of this info somewhere down the line.
- Disable exception logging for auth failures
(cherry picked from commit f2b6c937c9
)
* refactor: add default to pop
[skip ci]
Co-authored-by: Sagar Vora <sagar@resilient.tech>
(cherry picked from commit b2b0b64d8c
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
2 yıl önce
Ankush Menat
31bb1cf6c2
Merge pull request #17864 from frappe/mergify/bp/version-14-hotfix/pr-17862
chore(deps): bump boto dependency (backport #17862 )
2 yıl önce
Ankush Menat
a29836512d
chore(deps): bump boto dependency
(cherry picked from commit 821a4df192
)
2 yıl önce
Frappe PR Bot
8dee70eec4
chore(release): Bumped to Version 14.3.0
# [14.3.0](https://github.com/frappe/frappe/compare/v14.2.0...v14.3.0 ) (2022-08-17)
### Bug Fixes
* appropriate password hint (backport [#17623 ](https://github.com/frappe/frappe/issues/17623 )) ([#17839 ](https://github.com/frappe/frappe/issues/17839 )) ([c8d4fbd
](c8d4fbd6dd
))
* default `filters` to `undefined` instead of `null` ([9107fbb
](9107fbbcd5
))
* dont mutate `df` when creating custom fields ([aac89f1
](aac89f13d4
))
* has_content check for fieldtype TextEditor ([bd69c67
](bd69c67f42
))
* incorrect attachment limit message ([#17848 ](https://github.com/frappe/frappe/issues/17848 )) ([#17849 ](https://github.com/frappe/frappe/issues/17849 )) ([d3608fb
](d3608fb0bb
))
* undefined "self" ([3e31275
](3e31275a85
))
* **UX:** better indicator for "is private" uploads ([b510037
](b510037b21
))
### Features
* custom __link_options ([#17699 ](https://github.com/frappe/frappe/issues/17699 )) ([#17838 ](https://github.com/frappe/frappe/issues/17838 )) ([10faee0
](10faee0a04
))
* **Language:** show title in link field ([7995050
](79950501f7
))
### Performance Improvements
* use cached docs for system settings ([#17842 ](https://github.com/frappe/frappe/issues/17842 )) ([e0efa6f
](e0efa6fde2
))
2 yıl önce
Ankush Menat
b2dadc90e6
Merge pull request #17859 from frappe/version-14-hotfix
chore: release
2 yıl önce
Ankush Menat
5edcc35625
Merge pull request #17856 from frappe/mergify/bp/version-14-hotfix/pr-17854
fix: has_content check for fieldtype TextEditor (backport #17854 )
2 yıl önce
Faris Ansari
d94a2770c9
test: Text Editor only image content
(cherry picked from commit 10e49a19b8
)
2 yıl önce
Faris Ansari
bd69c67f42
fix: has_content check for fieldtype TextEditor
When a TextEditor field contains only an image, while checking for
content, HTML tags are stripped off including the only image.
This change adds a loose but explicit check for img tag.
(cherry picked from commit d11692c52f
)
2 yıl önce
Ankush Menat
b510037b21
fix(UX): better indicator for "is private" uploads
(cherry picked from commit 040a7ba021
)
2 yıl önce
Ankush Menat
3e31275a85
fix: undefined "self"
This is JS not python xD
(cherry picked from commit 5062b9b26a
)
2 yıl önce