Commit graph

37300 commits

Author SHA1 Message Date
Akhil Narang
b47c31b054
fix: formatting
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-07-11 13:19:38 +05:30
Akhil Narang
e544c9070c
Merge pull request #26896 from mahsem/fix-translation-in-doctype.js
fix: translation in doctype.js
2024-07-11 12:23:41 +05:30
Sumit Bhanushali
65375b0e4d fix: inform user if email pull already running in queue 2024-07-11 11:47:57 +05:30
Sumit Bhanushali
5c1e0c2bc9
fix: freeze screen while pulling emails
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2024-07-11 11:31:33 +05:30
Raffael Meyer
fd9e80e364
feat: nudge for all DocTypes that can be disabled, not deleted (#27067)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2024-07-11 05:18:19 +00:00
Raffael Meyer
0199069cb2
fix: cleanup user data on trash (#27068) 2024-07-11 10:28:35 +05:30
Frappe PR Bot
f72e632bcf
fix: sync translations from crowdin (#27031) 2024-07-11 10:28:02 +05:30
Kerem Kurtuldu
34aedf7782
fix: update country name from Türkiye to T\u00fcrkiye and sort by name (#27069) 2024-07-11 10:27:52 +05:30
Raffael Meyer
15daa011d5
fix: better label for list primary action (#27053) 2024-07-10 15:27:04 +02:00
Akhil Narang
f27ac1693b
Merge pull request #26999 from pgruener/feature/db_env_credentials
feat: Adds possibility of permitting DB credentials via ENV
2024-07-10 17:35:48 +05:30
Akhil Narang
b5d05e657c
Merge pull request #27029 from frappe/pot_develop_2024-07-07
chore: update POT file
2024-07-10 17:35:38 +05:30
Systonium
c379815a4b fix(System Health Report): Modified the fetch_scheduler function to use different SQL queries for different databases using frappe.db.multisql 2024-07-10 16:24:38 +05:00
Akhil Narang
2e003a6b0c
Merge pull request #27043 from blaggacao/fix/input-mode-numbers
fix: input mode for numbers
2024-07-10 15:25:37 +05:30
Akhil Narang
e5a72a6ae5
Merge pull request #27055 from priyanshshah2442/fix_cscipt_is_onload_flag
fix: unset `cscript.is_onload` flag after the form is rendered
2024-07-10 13:04:01 +05:30
Sumit Bhanushali
61ec70efc5
Merge pull request #27062 from frappe/fixes-97
fix(Duration): save null for empty value
2024-07-10 12:37:16 +05:30
Sumit Bhanushali
928428c6a7 feat(Email): manually pull email from given email account 2024-07-10 12:36:51 +05:30
Sumit Bhanushali
55db5dc37a fix: linter check 2024-07-10 12:20:54 +05:30
Akhil Narang
def1791421
fix: update country name from Turkey to Türkiye (#27054)
fix: update country name from Turkey to Türkiye
2024-07-10 11:15:36 +05:30
Akhil Narang
d9495ff146
Merge pull request #27034 from blaggacao/docs/adapt-to-reworked-payment-hook-api
docs: fix server script on payment hooks
2024-07-10 11:06:40 +05:30
priyanshshah2442
342de10c50 fix: remove unsetting of in trigger_onload 2024-07-10 10:45:33 +05:30
Rushabh Mehta
1a5085b023
Merge pull request #27057 from elshafei-developer/develop
Fix: Map icon color in dark mode
2024-07-10 09:29:05 +05:30
Rushabh Mehta
8e38c50f93
Merge pull request #26162 from Nihantra-Patel/multiple_btn_listview
feat: add multiple buttons (dropdown) in listview row
2024-07-10 07:15:47 +05:30
Sumit Bhanushali
d476cbdf84 fix(Duration): save null for empty value 2024-07-09 16:43:29 +05:30
El-Shafei H
0ebe4a2448
Fix: Map icon color in dark mode
When toggling to dark mode, all the icons in the dropdown button change to white in the list view, except for the map icon, which remains black.

Upon reviewing the code for this icon, I found that it had a fixed white color assigned (stroke=#111). I replaced it with the variable color value var(--icon-stroke) to ensure it changes appropriately with the theme toggle.
2024-07-09 11:53:54 +03:00
barredterra
d3374d824d docs: add type hints and docstrings 2024-07-09 10:45:20 +02:00
barredterra
34264a34e6 refactor: save one variable and line 2024-07-09 10:33:44 +02:00
priyanshshah2442
551d511789 fix: unset cscript.is_onload flag after the form is rendered 2024-07-09 12:52:00 +05:30
Kerem Kurtuldu
386803eab2
Update: Country name from Turkey to Türkiye
Updated the country name from 'Turkey' to 'Türkiye' following the official name change announced by Türkiye in 2021. This change aligns with the United Nations' updated designation and ensures the framework reflects the correct country name.
2024-07-09 03:59:43 +03:00
barredterra
90d850ee2b feat: new report "User Doctype Permissions"
This report shows the aggregated perms a user has on a DocType, considering all of their roles.
2024-07-08 22:14:59 +02:00
Gursheen Anand
454e48c397 fix: use currency number format if present 2024-07-08 19:42:16 +05:30
Philipp Gruener
7df4185f87 fix: removed TODO marks 2024-07-08 15:16:51 +02:00
Akhil Narang
f9cb856c8f
Merge pull request #27044 from akhilnarang/data-exporter-dont-sort-multiselect-fields
fix(data_exporter): don't sort multiselect dialog fields
2024-07-08 17:57:16 +05:30
Akhil Narang
afa5b6b7e7
fix(data_exporter): don't sort multiselect dialog fields
By default we currently sort all by default, doesn't make sense to do here
Better to leave it in the order the fields in the doctype are

Reference: support ticket 18084

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-07-08 17:42:58 +05:30
David
4e26353793
docs: fix server script on payment hooks 2024-07-08 12:50:41 +02:00
David
c8ef58f7f4
fix: input mode for numbers 2024-07-08 12:38:51 +02:00
Maharshi Patel
82a86fd046 fix: check image before trying to load in print. 2024-07-08 13:45:23 +05:30
Gursheen Anand
b34bdc007a fix: data filter value for status indicator 2024-07-08 12:10:50 +05:30
frappe-pr-bot
30736ef0e8 chore: update POT file 2024-07-07 09:33:58 +00:00
Philipp Gruener
c19e844516 fix: Re-establish orig connection in tearDown for failing cases, that following specs dont rely on broken connection 2024-07-05 16:43:15 +02:00
Philipp Gruener
ea3d1365fe fix: Adjusted the retrieved dbms errors to also handle mariadb errors correctly in specs. 2024-07-05 16:26:51 +02:00
Philipp Gruener
1b56b4f3f7 fix: Reset to orig env vars in specs 2024-07-05 15:44:04 +02:00
Philipp Gruener
abba28be3b feat: Added env db options for db, password and pg_schema 2024-07-05 12:05:20 +02:00
barredterra
835e1fa270 fix: align filter values in print 2024-07-05 12:03:19 +02:00
David
b0c57843c4
fix: plus quoting for better mta compatibility 2024-07-05 11:03:21 +02:00
David
d56430da53
fix: email record linking via rfc5233 & rfc5322 2024-07-05 11:03:20 +02:00
Sagar Vora
a1b34a87fe fix: add type hint to whitelisted function 2024-07-05 08:53:41 +05:30
s-aga-r
2488642746 chore: connected app - show title in link field 2024-07-05 08:28:20 +05:30
Sagar Vora
2d69466eb1
Revert "fix: query report filters" 2024-07-05 07:58:23 +05:30
Philipp Gruener
2e0ca7d3a7 fix: simplified functional call to iterator (semgrep) 2024-07-04 23:25:55 +02:00
gruener
c6af3ab8d3
Merge branch 'frappe:develop' into feature/db_env_credentials 2024-07-04 23:16:19 +02:00