MochaMind
bdfdae402e
fix: Norwegian Bokmal translations
2025-09-10 23:14:49 +05:30
Akhil Narang
009606a385
Merge pull request #33963 from akhilnarang/fix-pdf-check
...
fix: don't try to scan encrypted PDFs
2025-09-10 16:14:03 +05:30
Akhil Narang
36ccf32ab3
fix: don't try to scan encrypted PDFs
...
Also fix reversed logic of JS check
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-09-10 15:44:09 +05:30
Ejaaz Khan
38a7ab4be8
Merge pull request #33961 from frappe/l10n_develop
...
fix: sync translations from crowdin
2025-09-10 11:46:54 +05:30
MochaMind
d54fe0a57f
fix: Serbian (Latin) translations
2025-09-09 22:58:10 +05:30
MochaMind
b61a877c5c
fix: Serbian (Cyrillic) translations
2025-09-09 22:58:07 +05:30
MochaMind
bbe4d7f6f9
fix: Norwegian Bokmal translations
2025-09-09 22:58:04 +05:30
Corentin Forler
64aa4787be
fix: Don't check PDF content if not defined ( #33914 )
2025-09-09 15:29:57 +05:30
Sagar Vora
bdcd7c8eed
Merge pull request #33956 from sagarvora/extend_doctype_class
...
fix: minor improvements to extended class logic
2025-09-09 06:18:52 +00:00
Sagar Vora
c5bc3875df
fix: minor improvements to extended class logic
2025-09-09 11:15:17 +05:30
dependabot[bot]
2c65bc8426
chore(deps): bump actions/labeler from 5 to 6 ( #33954 )
...
Bumps [actions/labeler](https://github.com/actions/labeler ) from 5 to 6.
- [Release notes](https://github.com/actions/labeler/releases )
- [Commits](https://github.com/actions/labeler/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/labeler
dependency-version: '6'
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-09-09 10:57:37 +05:30
dependabot[bot]
bba1fa6d59
chore(deps): bump actions/github-script from 7 to 8 ( #33953 )
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v7...v8 )
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-version: '8'
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-09-09 10:57:29 +05:30
dependabot[bot]
37787da28c
chore(deps): bump actions/setup-node from 4 to 5 ( #33951 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-node
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-09-09 10:56:59 +05:30
dependabot[bot]
02522c7cd3
chore(deps): bump actions/setup-python from 5 to 6 ( #33952 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: '6'
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-09-09 10:56:49 +05:30
Ejaaz Khan
4cf7a94db6
Merge pull request #33945 from iamejaaz/report-print-format-default
...
fix: wrong default value for print format in reports
2025-09-08 23:53:03 +05:30
Ejaaz Khan
0a2a937be3
Merge pull request #33948 from frappe/l10n_develop
...
fix: sync translations from crowdin
2025-09-08 23:52:31 +05:30
MochaMind
267b54612e
fix: Norwegian Bokmal translations
2025-09-08 22:44:13 +05:30
Ejaaz Khan
7e6f1966b7
chore: revert user invitation change
2025-09-08 21:10:16 +05:30
Ejaaz Khan
c3873fc699
fix: wrong default vaue for print format in reports
2025-09-08 21:07:44 +05:30
Sagar Vora
d81cf3856c
Merge pull request #33943 from sagarvora/extend_doctype_class
...
feat: new `extend_doctype_class` hook
2025-09-08 13:54:41 +00:00
Sagar Vora
b4bd4f756d
fix: set __module__ in extended class
2025-09-08 18:37:41 +05:30
Anoop
ef34a7ce7d
fix: check participant email exists before adding to guest list ( #33944 )
2025-09-08 18:25:25 +05:30
Sagar Vora
18e2e61cad
feat: support pickling extended class
2025-09-08 18:25:18 +05:30
Sagar Vora
1ff85611ff
feat: new extend_doctype_class hook
2025-09-08 17:02:34 +05:30
Exequiel Arona
912e0e8be0
feat(search): allows search for translated or untranslated doctypes name ( #33907 )
...
Signed-off-by: Exequiel Arona <earona@novigo.com.ar>
Co-authored-by: szufisher <szufisher@users.noreply.github.com>
2025-09-08 15:32:14 +05:30
El-Shafei H.
aaad14b698
fix: missing translation function ( #33938 )
2025-09-08 15:31:07 +05:30
Anoop
804e211b2d
fix: owner getting added to google event participant list ( #33939 )
2025-09-08 14:23:37 +05:30
V Shankar
93ebe2f19f
fix: realtime updates on file grid view ( #33930 )
2025-09-08 12:51:48 +05:30
Ejaaz Khan
ed9e486212
Merge pull request #33936 from iamejaaz/list-double-scroll
...
fix(ListView): fix double scroll on list view
2025-09-08 11:39:42 +05:30
Ejaaz Khan
afe3e65124
fix(ListView): fix double scroll on list view
2025-09-08 11:15:45 +05:30
MochaMind
d53f5e6868
fix: sync translations from crowdin ( #33931 )
2025-09-08 07:01:07 +02:00
Ejaaz Khan
e746e6f1e1
Merge pull request #33932 from frappe/pot_develop_2025-09-07
...
chore: update POT file
2025-09-07 20:04:28 +05:30
frappe-pr-bot
9024020a52
chore: update POT file
2025-09-07 09:33:01 +00:00
Hussain Nagaria
268863a2b6
chore: typo in comments ( #33929 )
2025-09-06 10:35:38 +00:00
Ejaaz Khan
3e74c149c6
Merge pull request #33926 from frappe/l10n_develop
...
fix: sync translations from crowdin
2025-09-06 10:13:59 +05:30
MochaMind
a3ddcb0328
fix: Norwegian Bokmal translations
2025-09-05 22:28:39 +05:30
MochaMind
8d0ba0ec1f
fix: Swedish translations
2025-09-05 22:28:35 +05:30
MochaMind
25be804c69
fix: Portuguese translations
2025-09-05 22:28:32 +05:30
Rahul Agrawal
c52e5157b4
feat: allow users to export report in background ( #33861 )
...
* feat: allow users to email prepared report
* fix: add export in background checkbox in export dialog
* chore: use a common function to send report email
* feat: delete generated files from system after user defined duration
* feat: add exported reports in a folder and periodically clean it
* test: add test for export via report
* fix: add exported folder path as constant
* chore: un-edit report.json
* refactor: for readability
* chore: type hint
* refactor: let the BG job fail if email fails
* refactor: consistent `report_name`
* it reads better now, e.g. attached_to_name=report_name instead of attached_to_name=title
* refactor: `return_file` to its inverse `populate_response`
* chore: more specific error message
---------
Co-authored-by: Rahul Agrawal <deathstarconsole@Rahuls-MacBook-Air.local>
Co-authored-by: Hussain Nagaria <hussainbhaitech@gmail.com>
2025-09-05 14:34:55 +00:00
Ejaaz Khan
48f2cc1847
Merge pull request #33918 from iamejaaz/print-refresh-shortcut
...
feat: add shortcut to refresh print preview
2025-09-05 13:11:13 +05:30
Ejaaz Khan
5265d7fb1a
fix: multiple call of fucntion
2025-09-05 12:51:33 +05:30
Ejaaz Khan
bbb3a35ffe
feat: add shortcut to refresh print preview
2025-09-04 18:17:57 +05:30
Shariq Ansari
14a68b9687
Merge pull request #33911 from shariquerik/event
2025-09-04 18:05:46 +05:30
Shariq Ansari
5d925384dd
Merge branch 'develop' into event
2025-09-04 17:22:42 +05:30
Shariq Ansari
247c98d99b
test: update expected field count in Event customization test
2025-09-04 17:19:32 +05:30
Raffael Meyer
3c0a378a41
refactor: prefer list patterns provided by babel ( #33857 )
...
* feat: prefer list patterns provided by babel
* test: comma_and, comma_or
2025-09-04 15:17:56 +05:30
Shariq Ansari
d26503cb60
fix: enhance event document with dynamic links and reference fields
2025-09-04 14:30:32 +05:30
Ejaaz Khan
e3075bd0d6
Merge pull request #33848 from 0MUHAMMEDIRFAN/geolocation-modify
...
feat: map layers in geolocation
2025-09-04 12:47:49 +05:30
ismxilxrif
c6c6a9ed59
feat(socketio): print socket.io address on socketio.js ( #33639 )
...
This enables auto port-forwards in IDEs like VSCode and friends.
Signed-off-by: ismail <ismail@tektician.com>
2025-09-04 05:39:41 +00:00
MochaMind
d0fde0837e
fix: sync translations from crowdin ( #33906 )
2025-09-03 19:07:27 +02:00