Commit graph

51509 commits

Author SHA1 Message Date
hexed0ut
4ff1256fe1 fix(tags): Close dropdown on tag selection
Context - https://github.com/frappe/frappe/pull/34625#pullrequestreview-3521774645
2025-12-02 09:54:44 +05:30
Abesh Roy
009e117f4d chore(tags): Add semi-colon 2025-11-15 12:13:42 +05:30
hexed0ut
789c74debd fix(tags): Fix autocomplete to automatically select the best match
Resolves #33747
2025-11-05 23:11:03 +05:30
El-Shafei H.
c8c07ea685
fix: translate CSV (#33855) 2025-11-05 17:26:56 +00:00
MochaMind
66b3fb52b0
fix: sync translations from crowdin (#34575)
* fix: Spanish translations

* fix: Arabic translations

* fix: Czech translations

* fix: Danish translations

* fix: German translations

* fix: Hungarian translations

* fix: Italian translations

* fix: Dutch translations

* fix: Polish translations

* fix: Portuguese translations

* fix: Russian translations

* fix: Serbian (Cyrillic) translations

* fix: Swedish translations

* fix: Turkish translations

* fix: Chinese Simplified translations

* fix: Vietnamese translations

* fix: Portuguese, Brazilian translations

* fix: Indonesian translations

* fix: Persian translations

* fix: Tamil translations

* fix: Thai translations

* fix: Croatian translations

* fix: Burmese translations

* fix: Bosnian translations

* fix: Norwegian Bokmal translations

* fix: Serbian (Latin) translations

* fix: Esperanto translations
2025-11-05 16:07:56 +05:30
Ejaaz Khan
9ff3b80a15
Merge pull request #34603 from iamejaaz/add-prev-next-button
fix: add previous and next buttons in form
2025-11-05 16:06:37 +05:30
Ejaaz Khan
6460d1c7f2 fix: add previous and next buttons in form 2025-11-05 13:12:14 +05:30
Akhil Narang
ff33e7db4f
fix(auto_repeat): render template from DB (#34580)
Don't allow client to pass in a template to render
Also change endpoint to POST

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-11-05 12:55:58 +05:30
Akhil Narang
31131ea129
fix(get_doc_path): don't allow referencing a path outside the doc's module (#34581)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-11-05 11:49:23 +05:30
Ejaaz Khan
4eb38125da
Merge pull request #34588 from iamejaaz/ui-ux-fixes-list-form
fix(ListView): on click tag dropdown closes
2025-11-05 10:19:17 +05:30
Henning Wendtland
93bff464bd
feat: add attachments to notification (#34197)
* feat: add attachments to notification

* chore: remove unneeded comment

* fix: revert change of function name

* fix: simplify if statement

* fix: use doc language with highest prio in print

* fix: prevent empty list in attached_file

For empty list []:
  - attachments and json.dumps(attachments) → returns [] (the empty list, because and short-circuits on falsy left side)
  - json.dumps(attachments) if attachments else None → returns None (because empty list is falsy in if condition)

* fix(Notification): improve print letterhead handling in email attachments

Fix the logic for determining the print letterhead attachment to handle cases with multiple attachments, and only one of them printed.

* refactor: get_attachment to improve clarity

* fix(Notification): better fieldnames

* fix(Notification): condition & validation for From Attach Field

* test(Notification): attach files

---------

Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com>
2025-11-04 16:36:47 +01:00
Hussain Nagaria
1774021901
feat: configure SMS OTP template for 2FA (#34585)
* feat: configure SMS OTP template for 2FA

* fix: jinja tags

* refactor: better func name
2025-11-04 12:32:57 +00:00
Ejaaz Khan
e7ab4d1312 fix(ListView): on click tag dropdown closes 2025-11-04 17:21:09 +05:30
Ejaaz Khan
f9e51b7abf
Merge pull request #34584 from iamejaaz/ui-ux-fixes-list-form
fix(ListView): minor spacing fixes in list view and button
2025-11-04 17:00:57 +05:30
Soham Kulkarni
610e2408bf
Merge pull request #34582 from sokumon/grid-row-value
fix: use setTimeout before setting the value
2025-11-04 16:15:46 +05:30
Ejaaz Khan
b9d3711d66 fix(ListView): subject field width issue 2025-11-04 16:02:54 +05:30
sokumon
d227cd9a9a fix: use setTimeout before setting the value 2025-11-04 15:25:44 +05:30
Ejaaz Khan
53e7d2ffd0 fix(minor): align action icon in centre 2025-11-04 14:44:55 +05:30
Ejaaz Khan
01843e7faf
Merge pull request #34568 from iamejaaz/fix-listview-mobile-scroll
fix: scrolling issue in mobile devices
2025-11-04 10:33:56 +05:30
Soham Kulkarni
8db4049463
Merge pull request #34450 from rehanrehman389/login-email-icon
Fixes centering of email icon on login page and icon stroke on forgot password link
2025-11-03 21:32:56 +05:30
Ejaaz Khan
fd9fa39992 fix: scolling issue in mobile devices 2025-11-03 18:06:49 +05:30
Packeting
0b3a6c4c6d
chore: disallow user from creating API Request Log (#34518) 2025-11-03 07:02:04 +00:00
MochaMind
71aa763697
fix: sync translations from crowdin (#34538)
* fix: Serbian (Cyrillic) translations

* fix: Persian translations

* fix: Serbian (Latin) translations

* fix: Swedish translations
2025-11-03 11:51:54 +05:30
MochaMind
876272f9c1
chore: update POT file (#34566) 2025-11-03 11:09:59 +05:30
rohitwaghchaure
0a27e83f9b
Merge pull request #34557 from rohitwaghchaure/fixed-github-40130
fix: allow white background color
2025-10-31 21:46:37 +05:30
Rohit Waghchaure
a9015a4d13 fix: allow white background color 2025-10-31 20:13:13 +05:30
Akhil Narang
14d4fa6108
Merge pull request #34551 from akhilnarang/fix-multiselect-xss
fix(multiselect): escape HTML
2025-10-31 16:49:51 +05:30
Akhil Narang
5b21c0a43e
Merge pull request #34548 from akhilnarang/dont-show-empty-menu
fix: don't show empty menu in form view
2025-10-31 16:48:55 +05:30
Akhil Narang
45d1dd3224
fix: escape multiselect as well
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-31 13:42:54 +05:30
Akhil Narang
1068b3cb96
Revert "Merge pull request #28914 from samkit5495/patch-1"
This reverts commit 22560c36f6, reversing
changes made to 7a7b318662.
2025-10-31 13:18:05 +05:30
Akhil Narang
7a0f6b6f3f
fix: don't show empty menu in form view
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-31 11:33:02 +05:30
Ankush Menat
bf58e7be1f
fix: onboarding - write in read only request (#34537)
* fix: remove read_only decorator from get_desktop_page
get_desktop_page leads to a call to check_completions which calls save and thus with the read_only decorator calls save on the read replica

* fix: Avoid changes to DB in read only request

* Revert "fix: remove read_only decorator from get_desktop_page"

This reverts commit 93db873bb707c6b58c7e6e68499df173aaa66d49.

---------

Co-authored-by: Apile Tyumre <apiletyumre@iridescentsun.com>
2025-10-30 06:02:36 +00:00
Ankush Menat
6d2ca3913c
Merge pull request #34413 from AarDG10/feat-cancellable-data-import
feat: Cancel Button Added for Data Import
2025-10-30 10:42:20 +05:30
MochaMind
9059b4c598
fix: sync translations from crowdin (#34519) 2025-10-29 20:57:20 +01:00
Hussain Nagaria
c1a58bc559
fix: check if get_route property exists before calling (#34526) 2025-10-29 11:51:17 +00:00
Akhil Narang
3329b6a46c
fix(grid_row): use optional chaining to prevent TypeError (#34498)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-29 13:03:32 +05:30
Raffael Meyer
edc6937aa0
fix(Web Form): don't offer all fieldtypes as list columns (#34268) 2025-10-28 16:40:49 +00:00
Sanket Shah
3914891ebe
fix: increase label field length to 255 chars (#34394)
* fix: increase label field length to 255 chars

Some doc field labels were getting truncated when exceeding 140 characters.

This caused issues during customization of complex forms where descriptive labels were required.

* fix: increase label field length to 255 chars

Some customize form field labels were getting truncated when exceeding 140 characters.

This caused issues during customization of complex forms where descriptive labels were required.
2025-10-28 17:06:24 +05:30
Akhil Narang
6dfcc2bf4c
Merge pull request #34027 from sumitbhanushali/expand-link
feat: add support of expand in rest api v1/document_list
2025-10-28 17:02:14 +05:30
Akhil Narang
21fde3a507
Merge pull request #34474 from AMR-Mannesmann/fix(utils)--format_duration-for-negative-values
fix(utils)!: format_duration for negative values
2025-10-28 15:51:10 +05:30
MochaMind
a429849e0b
fix: sync translations from crowdin (#34475)
* fix: Persian translations

* fix: Polish translations

* fix: German translations

* fix: Polish translations

* fix: Serbian (Cyrillic) translations

* fix: Croatian translations

* fix: Serbian (Latin) translations
2025-10-28 14:27:22 +05:30
MochaMind
f1b2ac5968
chore: update POT file (#34496) 2025-10-28 14:27:02 +05:30
Ejaaz Khan
e0c43e3abb
Merge pull request #34508 from iamejaaz/fix-duplicate-row
fix: duplicate row button visible on cant add rows
2025-10-28 14:15:14 +05:30
Akhil Narang
139ae9ef6c
Merge pull request #34494 from tanmoysrt/sqlite_fix
fix(sqlite): Use DEFERRED isolation level
2025-10-28 14:09:59 +05:30
Tanmoy Sarkar
5ce54d0144
feat(sqlite): Set 5s of busy_timeout
To reduce database lock issue during concurrent write / wal merge
2025-10-28 13:54:53 +05:30
Tanmoy Sarkar
b2e7b6fafb
fix(sqlite): Use DEFERRED isolation level
sqlite connection starts with no transaction if isolation level hasn't provided
2025-10-28 13:54:53 +05:30
Ejaaz Khan
ac1f7b22bc fix: duplicate row button visible on cant add rows 2025-10-28 13:53:19 +05:30
Abdeali Chharchhodawala
fed7b3bb69
feat: utility to generate filtered list URLs and links for doctype (#34503) 2025-10-28 07:33:16 +00:00
dependabot[bot]
bbd966f327
chore(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 (#34507)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-28 07:20:15 +00:00
dependabot[bot]
2771adaf1b
chore(deps): bump actions/upload-artifact from 4 to 5 (#34506)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-28 12:37:24 +05:30