Commit graph

50960 commits

Author SHA1 Message Date
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
Akhil Narang
0a156b17d7
Merge pull request #33903 from akhilnarang/fix-data-import-console
fix(data_import): set payload count from existing importer
2025-09-03 18:12:15 +05:30
Akhil Narang
60b2d92af8
fix(data_import): set payload count from existing importer
Don't create a new one, especially one that doesn't have all parameters (main issue here: console=False)

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-09-03 17:56:41 +05:30
Akhil Narang
7ad1378d00
Merge pull request #33772 from erjeve/fix-data-import-payload-count
fix: initialize payload_count in import_file function
2025-09-03 17:10:10 +05:30
Akhil Narang
63191c0f78
Merge pull request #33878 from akhilnarang/fix-dbquery-function-check
fix(db_query): improve function check
2025-09-03 16:54:06 +05:30
Akhil Narang
f7d4f272ad
fix(db_query): raw string was broken
Add another function to blacklist

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-09-03 16:13:16 +05:30
Akhil Narang
27469efba3
Merge pull request #33584 from diptanilsaha/clipboard_button
fix: latest server error traceback not fetched in clipboard or communication compose dialog
2025-09-03 12:17:11 +05:30
Hussain Nagaria
8e9c4e2d63
Merge pull request #33894 from Rl0007/feat/max-signups-per-hour
feat: allow users to define max signups per hour
2025-09-03 11:53:32 +05:30
Hussain Nagaria
dcbc397400
fix: comparison accuracy 2025-09-03 11:33:53 +05:30
Rahul Agrawal
de1249ecec refactor: extract expression into separate variable 2025-09-03 11:28:46 +05:30
Rahul Agrawal
c4c151ed9b chore: update field name 2025-09-03 10:57:37 +05:30
Rahul Agrawal
4829b50a8b feat: allow users to define max signups per hour 2025-09-03 10:36:27 +05:30
Raffael Meyer
cc82ab19ab
feat: syntax highlighting in field description (#33791) 2025-09-03 03:21:34 +02:00
Raffael Meyer
08de97b1ce
fix: respect duration options in formatting (#32053) 2025-09-03 03:18:45 +02:00
Ejaaz Khan
936b66e7c9
Merge pull request #33890 from frappe/l10n_develop
fix: sync translations from crowdin
2025-09-03 00:08:20 +05:30
MochaMind
9ef6d0241e fix: Norwegian Bokmal translations 2025-09-02 22:15:20 +05:30
MochaMind
d4c7580423 fix: Danish translations 2025-09-02 22:15:17 +05:30
MochaMind
f71a46ccdf fix: Hungarian translations 2025-09-02 22:15:15 +05:30
Soham Kulkarni
b7129419ef
Merge pull request #33675 from sokumon/pdf-issue
fix: scan pdfs before uploading
2025-09-02 18:41:13 +05:30
Ejaaz Khan
46a2eada3c
Merge pull request #33886 from iamejaaz/link-preview-undefined
fix: undefined error when link title is off
2025-09-02 18:09:49 +05:30
Akhil Narang
629211f059
fix(server_script): check for type being scheduler AND frequency being cron to show cron field (#33872)
Resolves #33847

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-09-02 18:03:31 +05:30
Ejaaz Khan
e8ba5ed58e fix: undefined error when link title is off 2025-09-02 17:57:26 +05:30
Ejaaz Khan
64ab641340
Merge pull request #33884 from iamejaaz/grid-pagination-issue
fix(Grid): spacing issue in pagination
2025-09-02 16:25:53 +05:30
mergify[bot]
32cf13212c
Merge branch 'develop' into grid-pagination-issue 2025-09-02 10:37:00 +00:00
Ejaaz Khan
05b2dc3429 fix(Grid): spacing issue in pagination 2025-09-02 16:04:42 +05:30
sokumon
5e21a2e2ab fix: relax the logic 2025-09-02 14:54:55 +05:30