Commit graph

46891 commits

Author SHA1 Message Date
barredterra
eb28a7322b fix(Email Account): handle errors during error handling 2024-07-17 13:20:09 +02:00
Akhil Narang
cb90ce463d
Merge pull request #27149 from akhilnarang/pin-pydyf
chore(deps): pin pydyf to 0.10.0
2024-07-17 14:40:43 +05:30
Akhil Narang
7ffe82956d
chore(deps): pin pydyf to 0.10.0
weasyprint had a loose requirement of >=0.6.0 earlier
pydyf changed their constructor in 0.11.0

Later versions of weasyprint would work (they did pin their
dependencies, but there's still a conflict due to `bleach[css]`

The conflict is caused by:
    weasyprint 62.3 depends on tinycss2>=1.3.0
    bleach[css] 6.0.0 depends on tinycss2<1.2 and >=1.1.0; extra == "css"

For now, pinning this is the simplest solution until we upgrade other
packages as well

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-07-17 14:14:05 +05:30
Akhil Narang
c4760fc78a
Merge pull request #27139 from frappe/mergify/bp/develop/pr-27105
fix: not showing actions menu (backport #27105)
2024-07-16 21:26:33 +05:30
RJPvT
04e3f1d035 fix: makeup prettier
(cherry picked from commit 979a7659c9ee83139ff517802537cf6571e4ef4b)
2024-07-16 14:43:22 +00:00
RJPvT
f2904fb0db fix: not showing actions menu
should be .list-row-checkbox:checked (since three months ago)

(cherry picked from commit 77d31e04c4c0962163f54fd34b2e85105b98fe3c)
2024-07-16 14:43:22 +00:00
Akhil Narang
06c000822c
Merge pull request #27134 from akhilnarang/dont-notify-value-change-on-delete
fix: don't trigger `Value Change` notifications for deleted documents
2024-07-16 18:22:48 +05:30
Akhil Narang
5e95e51219
fix: don't trigger Value Change notifications for deleted documents
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-07-16 18:07:15 +05:30
gavin
171792f8fc
feat: frm.set_headline_alert permanent (#27097)
Allow option to set a permanent headline on form. For when you want a
user to always be warned.
2024-07-16 14:18:13 +02:00
Raffael Meyer
1fe0f6e20b
fix: handle invalid images in HTML (#27095)
* fix: handle invalid image

* refactor: simplify broken image replacement

* fix: add alt attribute to broken image
2024-07-16 14:15:43 +02:00
Gursheen Kaur Anand
5a1d670f0b
Merge pull request #27084 from GursheenK/2FA-email-verification
fix: send 2FA OTP email synchronously
2024-07-16 16:34:47 +05:30
Akhil Narang
1f81228e3d
Merge pull request #27104 from frappe/l10n_develop
fix: sync translations from crowdin
2024-07-16 16:00:44 +05:30
Akhil Narang
bb35547263
Merge pull request #27106 from frappe/pot_develop_2024-07-14
chore: update POT file
2024-07-16 16:00:29 +05:30
Akhil Narang
1856b4430b
Merge pull request #27127 from akhilnarang/fix-syntax-error
fix(multiselect_list): don't crash if a value with space is selected
2024-07-16 14:18:44 +05:30
Akhil Narang
f5fbca26f9
fix(multiselect_list): don't crash if a value with space is selected
Spaces or certain other characters don't seem to be well handled by
jQuery, so escape the value before checking.

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-07-16 14:01:34 +05:30
Akhil Narang
8c74cc2d81
Merge pull request #27126 from Poorvi-R-Bhat/link-dropdown
fix: link fields were not displaying the dropdown values in the portal#18421
2024-07-16 11:14:16 +05:30
Poorvi-R-Bhat
e04b944d3a fix: link fields were not displaying the dropdown values in the portal#18421 2024-07-16 09:32:11 +05:30
Gursheen Kaur Anand
f56982326a
Merge pull request #27120 from GursheenK/workflow-action-email-warning
chore: add warning for workflow actions email
2024-07-15 21:05:25 +05:30
Gursheen Anand
3491f9d88a chore: add warning for workflow actions email 2024-07-15 20:21:22 +05:30
Akhil Narang
f2d418ce43
Merge pull request #27100 from gavindsouza/misc-fixes-12_07_24
fix: Misc fixes
2024-07-15 17:50:11 +05:30
Gavin D'souza
84919bfe8e
fix: Typing hint for Document.get_doc_before_save 2024-07-15 09:25:08 +02:00
Frappe PR Bot
2598705364 fix: Swedish translations 2024-07-14 22:45:05 +05:30
frappe-pr-bot
c5886a81f3 chore: update POT file 2024-07-14 09:33:19 +00:00
Frappe PR Bot
ad46d28861 fix: Swedish translations 2024-07-13 22:46:26 +05:30
Sumit Bhanushali
41073a9885
Merge pull request #26897 from mahsem/fix-translation-in-permission_manager.js
fix: translation in permission_manager.js
2024-07-13 12:15:38 +05:30
Sumit Bhanushali
bdb180da2a
Merge pull request #26901 from mahsem/fix-translation-in-load.py
fix: translation in load.py
2024-07-13 11:45:07 +05:30
Sumit Bhanushali
7e2da2be6c fix: precommit check 2024-07-13 11:39:16 +05:30
Sumit Bhanushali
de4c275e66 fix: doc name cannot be translated 2024-07-13 11:30:34 +05:30
Sumit Bhanushali
7126a153d6
Merge pull request #26902 from mahsem/fix-translation-in-user_profile_controller.js
fix: translation in user_profile_controller.js
2024-07-13 11:28:19 +05:30
Sumit Bhanushali
c9239f9621
Merge pull request #26903 from mahsem/fix-translation-in-document.py
fix: translation in document.py
2024-07-13 11:27:41 +05:30
Sumit Bhanushali
8f2ca1973e
Merge pull request #26908 from mahsem/fix-translation-in-form_tour.js
fix: translation in form_tour.js
2024-07-13 11:23:11 +05:30
Sumit Bhanushali
bfef3fc4cc
Merge pull request #26917 from mahsem/fix-translation-in-onboarding_widget.js
fix: translation in onboarding_widget.js
2024-07-13 11:21:18 +05:30
Sumit Bhanushali
ec736bb027
Merge pull request #26916 from mahsem/fix-translation-in-chart_widget.js
fix: translation in chart_widget.js
2024-07-13 11:17:28 +05:30
mahsem
95eb6c4b09
fix: translation in messages.js (#26911) 2024-07-13 05:26:48 +00:00
Sumit Bhanushali
413c6d9301 fix: precommit check 2024-07-13 10:46:19 +05:30
Sumit Bhanushali
6fde29ff17 fix: pre commit check 2024-07-13 10:42:08 +05:30
Sumit Bhanushali
3930f3b5fa fix: precommit check 2024-07-13 10:40:40 +05:30
Sumit Bhanushali
cb14746f68
Merge pull request #26910 from mahsem/fix-translation-in-chart.js
fix: translation in chart.js
2024-07-13 10:33:21 +05:30
Gavin D'souza
aee278b6ae
fix: Pass string method path to q.enqueue_call
Passing a method results in rq doing some internal gymnastics to
generate this string. In our case, this function never changes so we can
get rid of those steps
2024-07-12 20:10:30 +02:00
Gavin D'souza
281e04bd5e
fix: Enqueue Notification log creation after commit
Avoid ghost notifications in case the transaction gets rolled back
2024-07-12 20:08:18 +02:00
Gavin D'souza
aae0cd896e
refactor: frappe.cache.set_value
redis.set accepts ex kwarg, etc
2024-07-12 19:55:38 +02:00
Marica
bcfe7603de
Merge pull request #26872 from gavindsouza/develop
refactor: get_linked_docs
2024-07-12 19:34:34 +02:00
Raffael Meyer
55e71031e6
chore: bump boto3 to 1.34.143 (#27094) 2024-07-12 19:18:11 +02:00
Frappe PR Bot
f2f91d3067
fix: sync translations from crowdin (#27082) 2024-07-12 16:41:21 +02:00
Raffael Meyer
ac4104ae0b
Revert "fix: use currency number format if present" (#27087) 2024-07-12 12:07:24 +02:00
Gursheen Kaur Anand
13ba502257
Merge pull request #27079 from GursheenK/listview-code-field-format
fix(List View): show escaped content for Code fields
2024-07-12 12:51:20 +05:30
Gursheen Anand
fd3502f8f4 fix: send 2FA OTP email synchronously 2024-07-12 12:50:21 +05:30
mahsem
57a9cc4721
fix: translation in number_card.js (#26899)
fix: translation in  number_card.js
2024-07-12 12:39:32 +05:30
mahsem
d0f7760431
fix: translation in dashboard_chart.js (#26898)
fix: translation in dashboard_chart.js
2024-07-12 12:39:06 +05:30
Sagar Vora
b193cde7c0
feat: allow creating Days Before / After notifications for child table (#26982) 2024-07-11 19:11:29 +05:30