Ankush Menat
71dfffa7ec
fix: Don't optimize images implicitly ( #26177 )
...
Makes screenshots in comments unreadable with no way to opt out of it.
2024-04-26 13:22:18 +00:00
Exequiel Arona
dc64678625
fix: clean up print ( #26170 )
2024-04-26 18:22:33 +05:30
Akhil Narang
9e8808f06c
Merge pull request #26145 from akhilnarang/fix-failed-backup-deletion
...
fix(backup): delete failed backup even if something fails during the backup process
2024-04-25 18:09:52 +05:30
Akhil Narang
e455b7b452
Merge pull request #26163 from barredterra/csv-decimal-sep
...
feat(CSV export): allow custom decimal separator
2024-04-25 16:55:55 +05:30
barredterra
3fe9190762
feat(CSV export): allow custom decimal separator
2024-04-25 12:24:24 +02:00
Ankush Menat
1e4c182b52
fix: retry count per doc instead of global ( #26159 )
2024-04-25 09:34:52 +00:00
Akhil Narang
8ff2516de4
Merge pull request #25970 from barredterra/email-account-form
...
fix(Email Account): form layout, OAuth button
2024-04-25 13:00:41 +05:30
Akhil Narang
38fb736a78
Merge pull request #26142 from barredterra/null-csv-preview
...
fix: handle null in CSV preview
2024-04-25 11:00:13 +05:30
Ankush Menat
16d74c1db4
fix: auto filter publish field ( #26151 )
...
closes https://github.com/frappe/frappe/issues/25581
2024-04-24 14:39:53 +00:00
Ankush Menat
c3fa4117f1
fix: avoid perm error on dashboard chart ( #26150 )
...
client side code is _never_ supposed to query doctype table.
2024-04-24 14:33:21 +00:00
Ankush Menat
d758f0c3f5
fix: hide tab button on child table ( #26148 )
2024-04-24 14:12:28 +00:00
Akhil Narang
ad55f5909c
fix(backup): delete failed backup even if something fails during the backup process
...
Not just rollback _after_ a step
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-04-24 16:23:38 +05:30
barredterra
e93b0e8948
fix: handle null in CSV preview
2024-04-24 12:22:14 +02:00
Rutwik Hiwalkar
a73e65581d
fix: disabled user login from login via link feature ( #26134 )
...
* fix(ui): button color for login via link template
- blue > black
* fix: restrict login via link for disabled users
* fix: validate user on session.resume
2024-04-24 15:49:17 +05:30
Ankush Menat
e5271bc034
fix: use document language for workflow action ( #26138 )
2024-04-24 13:46:25 +05:30
mergify[bot]
0d4066014e
Merge branch 'develop' into email-account-form
2024-04-23 22:05:37 +00:00
Raffael Meyer
2ec9ef5bf3
fix: handle case where mimetype is None ( #26131 )
2024-04-23 14:24:49 +00:00
Ankush Menat
79d18c1fbb
fix: print debug log to stderr ( #26128 )
2024-04-23 13:22:29 +00:00
Samuel Danieli
8ea4438253
fix: frappe.template.compile(...) is not a function ( #26125 )
2024-04-23 12:51:00 +00:00
Ankush Menat
b0cc93e9d7
fix: web form filtering ( #26122 )
2024-04-23 12:27:51 +00:00
Niraj Gautam
3f0c2330fc
feat: Allow user to optimize tables ( #26109 )
...
* feat: Allow user to optimize tables
* fix: Update butto label
* fix: Filter out single & virtual doctypes
* fix: Create long job for optimization
* fix: check perm
---------
Co-authored-by: Ankush Menat <ankush@frappe.io>
2024-04-23 11:49:11 +00:00
Kareem Kouddous
27948bccc7
fix: Renaming when doctype is used as a virtual link docfield fails ( #26025 )
2024-04-23 11:35:30 +00:00
Ankush Menat
fc98e900a4
Merge pull request #26106 from rutwikhdev/fix-prepared-report-export
...
refactor: filters for export on prepared report
2024-04-23 15:37:55 +05:30
Ankush Menat
b5b6a52559
refactor: Store prepared_report_name state on report obj
2024-04-23 13:03:19 +05:30
Akhil Narang
1620da5c17
Revert "fix(grid_row): check child table dependent properties whenever a row is selected" ( #26110 )
2024-04-23 07:29:46 +00:00
Rutwik Hiwalkar
71a9fa4fe9
fix: filters on prepared report export
2024-04-22 22:13:53 +05:30
Ankush Menat
58f55bc20b
fix: increase report limit ( #26102 )
2024-04-22 14:12:05 +00:00
Akhil Narang
1c73e41504
Merge pull request #26100 from akhilnarang/sentry-exclude-permissionerror
...
chore(sentry): exclude `PermissionError` as well
2024-04-22 18:35:05 +05:30
Akhil Narang
edad15ef9c
chore(sentry): exclude PermissionError as well
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-04-22 18:21:43 +05:30
Ankush Menat
16f8d4c107
fix!: drop duplicate uploadfile ( #26098 )
...
* fix: deprecate uploadfile
use upload_file
* chore!: Drop deprecated method
2024-04-22 12:45:31 +00:00
Akhil Narang
1cb80adff0
Merge pull request #26095 from akhilnarang/fix-25800
...
fix(grid): ensure that `doc` itself is not null
2024-04-22 18:01:42 +05:30
Akhil Narang
0838eec211
fix(grid): ensure that doc itself is not null
...
Follow up to #25800
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-04-22 17:45:06 +05:30
Ankush Menat
d75b41793d
chore: drop flaky not so important UI tests ( #26092 )
2024-04-22 11:50:02 +00:00
Corentin Flr
2f38e7968c
fix(attribution): Truncate text, hide deps if there are none ( #25999 )
2024-04-22 11:44:57 +00:00
Akhil Narang
e34ae53c37
Merge pull request #26089 from akhilnarang/fix-redirect-routing
...
fix(resolver): handle werkzeug redirect exception
2024-04-22 17:07:22 +05:30
Markus Lobedann
0a4ee1d829
fix: 🐛 don't create __init__.py files when gathering pages ( #26045 )
...
* fix: 🐛 don't create __init__.py files when gathering pages
These files are only necessary if any other *.py files exists in a pages folder. Apart from that, this functions purpose (by name) is to get pages, and not create any source code files.
closes #25167
* refactor: ⚰️ remove commented out code
2024-04-22 16:53:18 +05:30
Akhil Narang
40346305a7
fix(resolver): handle werkzeug redirect exception
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-04-22 16:44:28 +05:30
Ankush Menat
03de739107
fix(UX): Add health check in navbar ( #26086 )
2024-04-22 07:35:59 +00:00
Akhil Narang
f2c109394e
Merge pull request #26001 from kittiu/patch-3
...
fix: unknown charset windows-874 problem on incoming mail
2024-04-22 12:52:31 +05:30
Ankush Menat
4b705fc701
Merge pull request #26046 from ankush/system_helth
...
feat: System Health Report
2024-04-22 12:45:57 +05:30
Nihantra C. Patel
38dba4d1f6
fix: datepicker time row color for timeless night ( #26077 )
2024-04-22 12:36:07 +05:30
Ankush Menat
c9a8cd673c
refactor: misc
...
- fix styles
- hardcode perm check
- few more indicators
- cache directory size for 5 min (rapid refreshes should be fast enough)
2024-04-22 12:30:26 +05:30
Akhil Narang
441379e7a8
refactor: don't modify email library's dictionary
...
Keep our own map of alternative character sets
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-04-22 12:23:59 +05:30
Ankush Menat
c7127806d2
feat: failng scheduled jobs
2024-04-22 12:10:32 +05:30
Ankush Menat
9154e42c66
refactor: use table for errors
2024-04-22 12:10:32 +05:30
Ankush Menat
b0ce40442c
feat: extend highlight to child tables
2024-04-22 12:10:32 +05:30
Ankush Menat
d40b2a2517
fix(UX): help links and relative URLs
...
also closes https://github.com/frappe/frappe/issues/23020
2024-04-22 12:10:28 +05:30
Ankush Menat
4f406d7c3b
feat: highlight bad indicators
2024-04-22 11:42:17 +05:30
Ankush Menat
a94534a938
chore: rename child doctypes
2024-04-22 11:42:17 +05:30
Ankush Menat
cbf4351a49
fix: exception handling for health report
2024-04-22 11:42:17 +05:30