Ejaaz Khan
de2144b109
Merge pull request #33512 from naaa760/feat/sidebar-hover-expand
...
feat: auto-expand sidebar on hover
2025-08-03 22:19:04 +05:30
Ejaaz Khan
9d8fea2ad5
Merge pull request #33514 from frappe/l10n_develop
...
fix: sync translations from crowdin
2025-08-03 14:55:49 +05:30
MochaMind
8f6730c8fc
fix: Indonesian translations
2025-08-03 05:22:46 +05:30
MochaMind
79458098ce
fix: Esperanto translations
2025-08-03 05:22:43 +05:30
MochaMind
cb484b7b99
fix: Serbian (Cyrillic) translations
2025-08-03 05:22:41 +05:30
MochaMind
c3cfd86c64
fix: Italian translations
2025-08-03 05:22:39 +05:30
MochaMind
bbb9279ad3
fix: Vietnamese translations
2025-08-03 05:22:37 +05:30
MochaMind
93b215725e
fix: Dutch translations
2025-08-03 05:22:35 +05:30
MochaMind
854d2c0c34
fix: Czech translations
2025-08-03 05:22:33 +05:30
MochaMind
b4beccea4f
fix: Serbian (Latin) translations
2025-08-03 05:22:31 +05:30
MochaMind
b2acdf8362
fix: Bosnian translations
2025-08-03 05:22:28 +05:30
MochaMind
397d93599e
fix: Croatian translations
2025-08-03 05:22:26 +05:30
MochaMind
8c34712570
fix: Thai translations
2025-08-03 05:22:24 +05:30
MochaMind
811b5fbc09
fix: Persian translations
2025-08-03 05:22:22 +05:30
MochaMind
002834ea9c
fix: Portuguese, Brazilian translations
2025-08-03 05:22:20 +05:30
MochaMind
74600c20b2
fix: Chinese Simplified translations
2025-08-03 05:22:17 +05:30
MochaMind
239d3e065b
fix: Turkish translations
2025-08-03 05:22:15 +05:30
MochaMind
abadf4a213
fix: Swedish translations
2025-08-03 05:22:13 +05:30
MochaMind
bd37484e95
fix: Russian translations
2025-08-03 05:22:11 +05:30
MochaMind
7a7c561d6c
fix: Portuguese translations
2025-08-03 05:22:09 +05:30
MochaMind
632414bee8
fix: Polish translations
2025-08-03 05:22:07 +05:30
MochaMind
ba2b226db0
fix: Hungarian translations
2025-08-03 05:22:04 +05:30
MochaMind
87e9109002
fix: German translations
2025-08-03 05:22:02 +05:30
MochaMind
6b6618866a
fix: Arabic translations
2025-08-03 05:22:00 +05:30
MochaMind
987a5d3c64
fix: Spanish translations
2025-08-03 05:21:58 +05:30
MochaMind
b517a97f90
fix: French translations
2025-08-03 05:21:56 +05:30
naaa760
93455d8e72
feat: auto-expand sidebar on hover
2025-08-02 21:28:38 +05:30
Ejaaz Khan
8c71649539
Merge pull request #33455 from frappe/pot_develop_2025-07-27
...
chore: update POT file
2025-08-02 19:31:16 +05:30
Ejaaz Khan
7092638ae7
Merge pull request #33503 from frappe/l10n_develop
...
fix: sync translations from crowdin
2025-08-02 14:29:09 +05:30
Ejaaz Khan
890ab456e3
Merge pull request #33505 from sokumon/date-picker-issue
...
fix: added logic to prevent blanking on datetime fields
2025-08-02 11:10:53 +05:30
Akhil Narang
6461592b5d
Merge pull request #32192 from henriquefalconer/fix/field-level-permissions-filtering
...
fix: Field Level Permissions Not Applied Correctly in frappe.get_list
2025-08-01 16:35:08 +05:30
sokumon
279f08efe5
fix: added logic to prevent blanking on datetime
2025-08-01 14:00:02 +05:30
Akhil Narang
9a94e73489
feat: add in support for _inplacevar_ ( #31921 )
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-08-01 13:50:43 +05:30
Abdeali Chharchhodawala
2c3603c270
refactor: Enhance About dialog box ( #28994 )
...
* refactor: Add copy to clipboard button for Apps information
* refactor: Update about dialog to use consistent variable naming and improve readability
* refactor: Adjust button styling for copy apps info in about dialog
* refactor: Update YouTube icon in about dialog for improved visual consistency
* refactor: Add Instagram link to about dialog for enhanced social media presence
* refactor: Add forum link to about dialog for enhanced community engagement
* refactor: Enhance about dialog with improved app version tooltip and copy functionality
* refactor: make code flatter
* fix(style): update class names for app version elements in about dialog
* revert: Remove single app copy version
* feat: add copy functionality for app version in about dialog
* fix: remove unnecessary padding from copy apps info button in about dialog
* refactor: Wrap label in translation function
* refactor: remover `Apps Version` heading
* refactor: replace old twitter icon with new icon
* chore: make about dialog code readable
* refactor: remove `repl` function to append html in about dialog
* refactor: do not sort installed apps in about
* chore: Update copy version title
* refactor: update single app copied version info
* refactor: make version text retrieval easy
* refactor: simplify loop variable in version retrieval
* refactor: only show app_name and app_version in copied info
* fix: add link to Frappe Blogs in about section
* chore: Update label and link of social links in About
* refactor: use for each loop to get app versions
* fix: remove Frappe School link from about dialog
2025-08-01 13:49:33 +05:30
Akhil Narang
40e6241c1f
Merge pull request #28786 from gbm001/virtual_custom_link_fields
...
fix: Allow cancellation/rename of doctypes linked by a virtual custom field
2025-08-01 13:44:46 +05:30
Ejaaz Khan
30caea909f
Merge pull request #32483 from barredterra/notification-filters-ui
...
feat(Notification): add support for filters UI
2025-08-01 11:24:52 +05:30
MochaMind
a4668a0112
fix: Persian translations
2025-08-01 05:05:24 +05:30
Faris Ansari
7c49237913
Merge pull request #33502 from netchampfaris/sqlite-search-fixes
...
fix: wrap doc index update in try block
2025-08-01 00:37:44 +05:30
Faris Ansari
952ee8f22e
fix: add support for like filter
2025-07-31 23:29:06 +05:30
Faris Ansari
d2ca1d63f4
fix: wrap doc index update in try block
...
failure in index update shouldn't affect document lifecycle
2025-07-31 23:02:52 +05:30
Akhil Narang
a8fc41a5ab
Merge pull request #33349 from zeel-codder/fix/redirects-setup-wizard
...
fix: prevent random redirect on setup wizard even after all apps setup is done
2025-07-31 22:42:19 +05:30
Akhil Narang
c5c5cd589a
Merge pull request #32868 from niraj2477/auto-repeat
...
Allow assigning documents via Auto Repeat
2025-07-31 17:49:50 +05:30
Akhil Narang
9355c76eca
fix(email_group): prevent StopIteration when running import on a doctype without email fields ( #33418 )
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-07-31 08:20:15 +00:00
Ejaaz Khan
39d8f46a8b
Merge pull request #33473 from frappe/l10n_develop
...
fix: sync translations from crowdin
2025-07-31 13:37:45 +05:30
Ejaaz Khan
20315bf030
Merge pull request #33446 from maverjk/patch-3
...
Update base_document.py to resolve error "AttributeError: 'NoneType' object has no attribute 'fieldtype'"
2025-07-31 12:19:53 +05:30
Ejaaz Khan
435b6d0144
Merge pull request #32143 from marination/list-view-buttons
...
fix: Render List row buttons as columns
2025-07-31 12:13:20 +05:30
Maverjk Carter
a9562f6182
fix: check if df exist before accessing its properties
2025-07-31 12:04:15 +05:30
Ejaaz Khan
e8a0a16677
Merge pull request #32937 from maheini/develop
...
fix: Add proper html skeleton to preview iframe
2025-07-31 11:46:09 +05:30
mergify[bot]
ddd7c96924
Merge branch 'develop' into develop
2025-07-31 05:26:30 +00:00
Soham Kulkarni
be60e286d4
fix(List View): make Toggle Sidebar work again ( #33482 )
...
* fix(List View): make Toggle Sidebar work again
* fix: remove shortcut key combination confusion
2025-07-30 19:23:54 +05:30