Commit graph

46163 commits

Author SHA1 Message Date
Corentin Flr
82623e5977
chore(translations): Remove extra space at end of line
When editing translation CSV manually in a text editor, one does not always disable the "trim trailing whitespace" feature. This can lead to mis-translations and duplications (when using `bench get-untranslated`).
2023-11-27 12:17:27 +01:00
Ankush Menat
4a70ac4e4e chore: Drop some ui tests
- Either not important and flaky
- Or badly written using weird selectors and flaky

Not touching things that work.
2023-11-27 16:40:39 +05:30
barredterra
dbe6ae351f fix: handle string routes 2023-11-27 11:47:28 +01:00
Rushabh Mehta
57d911af98 fix(minor): some more espresso polish 2023-11-27 16:03:36 +05:30
Ankush Menat
4510471c6d
Merge pull request #23025 from bosue/awesomebar_fix_filter_on_same
fix!: Make router always take query parameters into account.
2023-11-27 15:44:18 +05:30
Ankush Menat
a8c943fbdd
Merge pull request #23446 from rmehta/system-settings-tabs
refactor: Add tabs to "System Settings"
2023-11-27 15:31:56 +05:30
Ankush Menat
db319700ad
Merge pull request #23443 from ankush/simpler_comparison
fix: Simpler oauth token validity checks
2023-11-27 15:30:43 +05:30
Shariq Ansari
7602174871 fix: add section below 2023-11-27 15:21:13 +05:30
Shariq Ansari
c19f426bd5
Merge pull request #23447 from shariquerik/allow-internal-routing-using-url-option 2023-11-27 15:15:46 +05:30
Shariq Ansari
597a53e4c1 fix: allow internal routing using workspace shortcut url option 2023-11-27 14:20:27 +05:30
Rushabh Mehta
2c34c71b43 refactor: Cleanup Login Settings in System Settings 2023-11-27 14:08:45 +05:30
Rushabh Mehta
4a25451f44 refactor: Add tabs to "System Settings" 2023-11-27 13:56:54 +05:30
Ankush Menat
884e980526 fix: Simpler oauth token validity checks
The code is currently

1. Getting token expiry time (in system tz)
2. Adding system tz to make it tz aware
3. Converting it to UTC
4. Getting current UTC time and comparing.

We can just get current system tz time and compare directly.
2023-11-27 12:04:29 +05:30
Ankush Menat
1d5d06e924
Merge pull request #23418 from akhilnarang/return-traceback-for-setupwizard-failure
fix(setup_wizard): don't suppress original exception
2023-11-27 11:51:40 +05:30
Akhil Narang
d67a6d168e
fix(commands/scheduler): typo (#23441)
* fix(commands/scheduler): typo

Signed-off-by: Akhil Narang <me@akhilnarang.dev>

* chore: Update frappe/commands/scheduler.py

[skip ci]

---------

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
2023-11-27 11:30:33 +05:30
barredterra
fdd1df5952 fix: set href in awesome bar 2023-11-26 19:18:32 +01:00
Deepesh Garg
20a7521c92 chore: Provision to ignore child mapping using get mapped doc 2023-11-26 14:33:42 +05:30
barredterra
a81b8f4ba4 fix: add patch to unsubscribe invalid recipients
Unsubscribe any Email Group Member with an invalid email address.
This is required to ensure that all Newsletter recipients are valid.
By only unsubscribing, the Newsletter Manager can still correct typos.
2023-11-25 17:10:09 +01:00
barredterra
66ac92aab6 fix: skip invalid email addresses
... while adding members to Email Group
2023-11-25 17:07:15 +01:00
barredterra
563f9b00b5 refactor: validate Newsletter recipients at source 2023-11-25 17:05:12 +01:00
barredterra
e5f428ab8b feat(Newsletter): redirect to welcome URL 2023-11-24 19:36:24 +01:00
marination
17cd3e9b3e test: Custom doctype links having non std fieldname with dashboard override 2023-11-24 19:19:28 +01:00
marination
d4129721ce fix: Treat Document Links entries as all non-std fields
- Since the field name is specified use it as a non standard field because it is hard to determine which field is standard. It is often wrong to assume the first entry has the statndard field
2023-11-24 16:39:50 +01:00
Ankush Menat
e8fe3b2166
Merge pull request #23414 from ankush/bulk_actions_bg
perf: run bulk actions using background jobs
2023-11-24 18:33:38 +05:30
Akhil Narang
db3ffaf658
refactor: check for last response error
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2023-11-24 18:25:31 +05:30
Akhil Narang
d48c3f5f60
refactor: return message in response as well
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2023-11-24 18:25:07 +05:30
mergify[bot]
4ead8e009a
Merge pull request #23424 from vorasmit/after_mapping
fix: add `after_mapping` doc method to run custom mapping functions
2023-11-24 12:50:05 +00:00
Nabin Hait
ddac8af434
fix: ignore duplicate contact creation (#23423) 2023-11-24 18:16:02 +05:30
Smit Vora
bf50952662 fix: after_mapping hook to run custom mapping functions 2023-11-24 17:45:38 +05:30
Akhil Narang
461f479b45
feat(setup_wizard): store error in error log as well
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2023-11-24 17:43:44 +05:30
Shariq Ansari
5e172eab78
Merge pull request #23378 from shadrak98/no-label-fix
fix: show fieldname if field label is not set
2023-11-24 17:38:20 +05:30
Akhil Narang
9aec553b89
fix(setup_wizard): sync password character limit with other places (#23419)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2023-11-24 17:26:34 +05:30
14987
af534cd78e
fix: Change label 2023-11-24 17:16:00 +05:30
Akhil Narang
838a49ebc2
fix(setup_wizard): don't suppress original exception
Raise it so that the user can know what went wrong

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2023-11-24 17:13:34 +05:30
Ankush Menat
6cf168a56f fix: bulk workflow action in background 2023-11-24 17:04:09 +05:30
14987
0361fd8b8d
doc: Update doc string 2023-11-24 17:01:58 +05:30
14987
1bdc5997e5
feat(communication): Add send_after in communication 2023-11-24 16:57:19 +05:30
Suraj Shetty
a260bd28ce
Merge pull request #23415 from surajshetty3416/fix-font-path 2023-11-24 16:46:25 +05:30
Suraj Shetty
851294a329 fix: Inter css build 2023-11-24 16:44:13 +05:30
Ankush Menat
866a0295e3 fix: bulk submit/cancel/update in background jobs 2023-11-24 16:38:04 +05:30
Ankush Menat
077218156b fix: always publish progress for bulk action 2023-11-24 16:38:04 +05:30
Suraj Shetty
8ca616e7c0
Merge pull request #23412 from surajshetty3416/font-cleanup 2023-11-24 16:26:37 +05:30
Suraj Shetty
37411f53e3 chore: Remove unused font and redundant code 2023-11-24 16:24:16 +05:30
Ankush Menat
a8a8f8d438
feat: msgprint using socketio (#23408) 2023-11-24 10:54:07 +00:00
Rushabh Mehta
8a38976442
Merge pull request #23405 from rmehta/inter-fix
fix: Inter V loading issues + Update to Version 4
2023-11-24 15:17:48 +05:30
Ankush Menat
3c83b102ef fix: tz aware vs naive comparison 2023-11-24 15:03:08 +05:30
Rushabh Mehta
f9f36b6f72 fix: Inter V loading issues 2023-11-24 15:01:45 +05:30
Shariq Ansari
655e646d8b
Merge pull request #23401 from shariquerik/banner-image-name-overlapping
fix: webform banner_image name replacing navbar banner_image
2023-11-24 12:43:42 +05:30
Shariq Ansari
01fb455a76 fix: webform banner_image name replacing navbar banner_image 2023-11-24 11:29:29 +05:30
Ankush Menat
62529f3d74
chore(telemetry): track logged errors (#23390)
Also includes unhandled errors
2023-11-24 04:55:12 +00:00