Commit graph

46917 commits

Author SHA1 Message Date
Akhil Narang
53b054e72e
Merge pull request #24725 from blaggacao/chore/generalize-notification-receiver-fields
feat: generalize receiver logic in notifications
2024-07-18 15:30:52 +05:30
David
4a4e25f988
style: format 2024-07-18 11:48:17 +02:00
Akhil Narang
01de5ad796
Merge pull request #26978 from blaggacao/fix/email-record-linking
fix: email record linking via rfc5233 & rfc5322
2024-07-18 15:14:55 +05:30
Akhil Narang
ae375f1b5e
Merge pull request #27162 from akhilnarang/fix-newsletter-read-failure-logging
fix(newsletter): prevent `UnboundLocalError` when `doc` is not associated with a value
2024-07-18 13:32:57 +05:30
Akhil Narang
3354fe9db4
fix(newsletter): prevent UnboundLocalError when doc is not associated with a value
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-07-18 11:36:15 +05:30
Akhil Narang
231ca0d240
Merge pull request #27096 from marination/user-type-perms
feat: Allow Setting email, share and print perms via User Type
2024-07-18 11:06:24 +05:30
Akhil Narang
8c9a756a88
Merge pull request #27141 from Poorvi-R-Bhat/user_disable_email
fix: disabling the email notifications when the user is disabled#18193
2024-07-18 10:27:40 +05:30
Arun Mathai S.K.
02c680e68d
fix: migrate-to now works (#27115)
* chore : migrat-to pre check url

* feat: migrate-to now works

* fix: unecessary context

* chore: remove commented code
2024-07-18 10:27:20 +05:30
Rushabh Mehta
f179a1286f
Merge pull request #26748 from blaggacao/perf/smaller-website-body
perf: significantly smaller website body
2024-07-18 07:33:56 +05:30
Jeroen Peperkamp
806d13dbb9
fix!: sort exported customizations by name for better diffs (#26927)
* fix: sort exported customizations by name for better diffs

* fix formatting

---------

Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com>
2024-07-17 21:14:58 +05:30
Akhil Narang
23539e3dc7
Merge pull request #27152 from barredterra/handle-errors-during-error-handling
fix(Email Account): handle errors during error handling
2024-07-17 19:13:35 +05:30
Akhil Narang
4b7683d044
fix: disabled users now have thread_notify disabled
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-07-17 19:11:52 +05:30
Poorvi-R-Bhat
029e6f7ddd fix: disabling the notifications when the user is disabled#18193 2024-07-17 17:43:50 +05:30
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