Commit graph

50898 commits

Author SHA1 Message Date
Akhil Narang
06afd9b073
Merge pull request #33865 from akhilnarang/fix-order-group-by-check
fix(db_query): check for some more functions
2025-09-02 11:49:07 +05:30
Akhil Narang
5b26db7265
Merge pull request #33685 from AMR-Mannesmann/fix(document)-is_child_table_same-for-new-docs
fix(document): is_child_table_same for new docs
2025-09-02 11:37:06 +05:30
Ejaaz Khan
c8c09eff8d
Merge pull request #33869 from frappe/l10n_develop
fix: sync translations from crowdin
2025-09-02 10:35:17 +05:30
MochaMind
981d73bb3c fix: Norwegian Bokmal translations 2025-09-01 21:59:20 +05:30
MochaMind
4c0ad67274 fix: Danish translations 2025-09-01 21:59:17 +05:30
MochaMind
429f1cf49a fix: Indonesian translations 2025-09-01 21:59:15 +05:30
MochaMind
98256ef9d5 fix: Esperanto translations 2025-09-01 21:59:13 +05:30
MochaMind
2967c17b55 fix: Serbian (Cyrillic) translations 2025-09-01 21:59:10 +05:30
MochaMind
8014086fe9 fix: Italian translations 2025-09-01 21:59:08 +05:30
MochaMind
37cd6cb10f fix: Vietnamese translations 2025-09-01 21:59:06 +05:30
MochaMind
3ccf80a087 fix: Dutch translations 2025-09-01 21:59:04 +05:30
MochaMind
e9bd1bfc32 fix: Czech translations 2025-09-01 21:59:02 +05:30
MochaMind
03c11c8137 fix: Serbian (Latin) translations 2025-09-01 21:58:59 +05:30
MochaMind
490893ae32 fix: Bosnian translations 2025-09-01 21:58:57 +05:30
MochaMind
89890f57ab fix: Croatian translations 2025-09-01 21:58:55 +05:30
MochaMind
8fdaaa55a8 fix: Thai translations 2025-09-01 21:58:52 +05:30
MochaMind
c1ab5347c5 fix: Persian translations 2025-09-01 21:58:49 +05:30
MochaMind
5168f77b73 fix: Portuguese, Brazilian translations 2025-09-01 21:58:47 +05:30
MochaMind
78ba17c38f fix: Chinese Simplified translations 2025-09-01 21:58:45 +05:30
MochaMind
66b2eec54a fix: Turkish translations 2025-09-01 21:58:43 +05:30
MochaMind
a242e91a82 fix: Swedish translations 2025-09-01 21:58:40 +05:30
MochaMind
4a91a72ef7 fix: Russian translations 2025-09-01 21:58:38 +05:30
MochaMind
b11f7d34a9 fix: Portuguese translations 2025-09-01 21:58:35 +05:30
MochaMind
4415ff4fe0 fix: Polish translations 2025-09-01 21:58:33 +05:30
MochaMind
10fec0aca7 fix: Hungarian translations 2025-09-01 21:58:30 +05:30
MochaMind
aa79b3f717 fix: German translations 2025-09-01 21:58:28 +05:30
MochaMind
51b14b06af fix: Arabic translations 2025-09-01 21:58:26 +05:30
MochaMind
aac64511fc fix: Spanish translations 2025-09-01 21:58:23 +05:30
MochaMind
7d5c300ce5 fix: French translations 2025-09-01 21:58:21 +05:30
Akhil Narang
bd05f6a7b7
Merge pull request #33534 from AMR-Mannesmann/develop
fix: resolve issue in validate_user_pass_login frappe#33528
2025-09-01 19:17:06 +05:30
Ejaaz Khan
4ace56141f
Merge pull request #33661 from rareMaxim/ui-popup-links-respect-title
feat: Improve readability of preview pop-up
2025-09-01 17:37:00 +05:30
mergify[bot]
6b71426d22
Merge branch 'develop' into ui-popup-links-respect-title 2025-09-01 11:54:19 +00:00
Ejaaz Khan
258df2670c refactor: remove permission check 2025-09-01 17:19:49 +05:30
Ejaaz Khan
827d7c5fdf
Merge pull request #33050 from Shankarv19bcr/copy-file-url
feat: add copy url btn in file grid view
2025-09-01 16:56:43 +05:30
Maxim Sysoev
df846d7518 refactor: enhance permission checks and improve preview data formatting 2025-09-01 14:14:08 +03:00
Ejaaz Khan
8199cdf52c
Merge pull request #33818 from raizasafeel/fix/number-card-filters
fix: apply all filters from a number card correctly
2025-09-01 16:26:15 +05:30
Akhil Narang
5666b2b9fc
Merge pull request #33762 from Rl0007/fix/count-query-deleted-doctype
fix: handle get_count for doctypes with reserved keywords in name
2025-09-01 16:23:45 +05:30
Akhil Narang
9a9f7e1d91
fix(db_query): check for some more functions
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-09-01 16:11:04 +05:30
Akhil Narang
49b0c11802
Merge pull request #33864 from akhilnarang/bump-weasyprint
build(deps): bump weasyprint
2025-09-01 15:32:12 +05:30
Akhil Narang
def0746806
build(deps): bump weasyprint
Fixes an error with pydyf

```
  File "env/lib/python3.11/site-packages/weasyprint/document.py", line 399, in write_pdf
    pdf = generate_pdf(self, target, zoom, **options)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "env/lib/python3.11/site-packages/weasyprint/pdf/__init__.py", line 120, in generate_pdf
    pdf = pydyf.PDF((version or '1.7'), identifier)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: PDF.__init__() takes 1 positional argument but 3 were given
```

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-09-01 15:11:45 +05:30
Ejaaz Khan
9fbc9db89d
Merge pull request #33843 from frappe/l10n_develop
fix: sync translations from crowdin
2025-09-01 14:20:45 +05:30
Akhil Narang
0e26bcd3cf
Merge pull request #33777 from mihir-kandoi/33757
fix: cleaner message when adding/removing child table rows in bulk
2025-09-01 14:15:51 +05:30
Mihir Kandoi
f96e96ec15 chore: refactor string 2025-09-01 13:54:57 +05:30
Ejaaz Khan
a6f1d23b39
Merge pull request #33837 from iamejaaz/focus-tab-border
fix(minor): show border on focus when navigating via keyboard
2025-09-01 13:02:21 +05:30
Suraj Shetty
98eaa04b2e
Merge pull request #33753 from frappe/drive-integration
feat: allow adding other methods of file upload
2025-09-01 12:06:06 +05:30
s-aga-r
41dbeb663d
fix(FrappeMail): chunk upload raw_message (#33860) 2025-09-01 06:29:31 +00:00
mergify[bot]
c7ba132315
Merge branch 'develop' into drive-integration 2025-09-01 06:14:16 +00:00
Akhil Narang
a2e5621683
Merge pull request #33841 from barredterra/iban-fixes
feat: format IBAN in read-only fields
2025-09-01 09:01:44 +05:30
Ejaaz Khan
7dd7c62210
Merge pull request #33853 from frappe/pot_develop_2025-08-31
chore: update POT file
2025-08-31 23:38:08 +05:30
Raffael Meyer
6aed5b91d3
feat!: remove the "Transaction Log" DocType and a related report (#33844) 2025-08-31 20:02:43 +02:00