maliming
2bbf8d6edf
feat: Add MenuItemCulturePrefixHelper to AbpCultureMenuItemUrlProvider for improved culture prefix handling
4 days ago
maliming
6895d24d5a
feat: Enhance URL-based culture handling with new interfaces and async methods
4 days ago
maliming
420c860b08
feat: Implement URL-based culture handling in Blazor and MVC requests
4 days ago
github-actions[bot]
ceede870e8
Optimised images with calibre/image-actions
4 days ago
maliming
e2e6f048cc
Merge branch 'feature/url-based-localization' of github.com:abpframework/abp into feature/url-based-localization
4 days ago
maliming
299b4282a7
fix: Adjust route constraint to handle URL generation without HttpContext and update route order for Razor Pages
4 days ago
github-actions[bot]
209c907830
Optimised images with calibre/image-actions
4 days ago
maliming
cb412287be
feat: Enhance documentation for URL-based localization with additional examples and images
4 days ago
github-actions[bot]
3a16c0401b
Optimised images with calibre/image-actions
4 days ago
maliming
552544936c
feat: Add route-based culture support with custom route constraint and tests
4 days ago
maliming
555959657a
feat: Implement route-based culture navigation helper for improved localization handling
5 days ago
maliming
bb78038c9d
feat: Refactor culture prefix handling by moving logic to MenuItemCulturePrefixHelper and adding browser check
5 days ago
maliming
c36823fe4a
feat: Enhance route-based culture handling by inserting RouteDataRequestCultureProvider after QueryStringRequestCultureProvider
6 days ago
maliming
0d239d4a2c
feat: Refactor LoginDisplay and BasicThemeToolbarContributor for improved URL handling and culture prefixing
6 days ago
maliming
0880b23d7c
feat: Implement URL-based localization support for Blazor components and enhance menu item URL handling
6 days ago
maliming
cd478093ec
feat: Add culture parameter to account, identity, user, setting, and tenant management pages for URL-based localization
6 days ago
maliming
0292b2bbc7
fix: Update fallback culture handling in AbpCultureMenuItemUrlProvider to use CurrentCulture instead of CurrentUICulture
6 days ago
maliming
7d2686d065
refactor: Remove unnecessary Blazor web app configuration from localization examples
6 days ago
maliming
6f15b2f71a
feat: Enhance URL-based localization support for Blazor components and add tests
6 days ago
maliming
dc3e633606
feat: Implement route-based culture support in localization.
7 days ago
Volosoft Agent
0cd6b7b794
Merge pull request #25169 from abpframework/auto-merge/rel-10-2/4459
Merge branch dev with rel-10.2
1 week ago
maliming
fe548c75e8
Merge branch 'dev' into auto-merge/rel-10-2/4459
1 week ago
voloagent
9e8e83d34a
Update_NPM_Packages
1 week ago
Volosoft Agent
512342d12e
Merge pull request #25168 from abpframework/auto-merge/rel-10-2/4458
Merge branch dev with rel-10.2
1 week ago
selman koc
4a5dccec18
Merge branch 'dev' into auto-merge/rel-10-2/4458
1 week ago
Alper Ebiçoğlu
604edd8741
Merge pull request #25167 from abpframework/skoc10-patch-3
Update version to release 10.2.0-rc.4
1 week ago
selman koc
72571328c0
Update version to release 10.2.0-rc.4
1 week ago
Volosoft Agent
c20409d22b
Merge pull request #25166 from abpframework/skoc10-patch-3
Refine target branch detection in update-studio-docs workflow
1 week ago
selman koc
0f84f3277d
Refine target branch detection in update-studio-docs workflow
Updated target branch handling in workflow to allow auto-detection from the latest stable ABP release if not provided.
1 week ago
Volosoft Agent
eaec4a5d2c
Merge pull request #25165 from abpframework/auto-merge/rel-10-2/4457
Merge branch dev with rel-10.2
1 week ago
Volosoft Agent
2b20ca066a
Merge pull request #25164 from abpframework/auto-merge/rel-10-1/4456
Merge branch rel-10.2 with rel-10.1
1 week ago
Volosoft Agent
7545c899a0
Merge pull request #25163 from abpframework/auto-merge/rel-10-0/4455
Merge branch rel-10.1 with rel-10.0
1 week ago
Engincan VESKE
8b1966ca66
Merge pull request #25124 from abpframework/enisn/10537-mapperly-suite-docs-rel-10-0
docs: clarify ABP Suite usage after Mapperly migration
1 week ago
Volosoft Agent
ef63db3fcf
Merge pull request #25162 from abpframework/auto-merge/rel-10-2/4453
Merge branch dev with rel-10.2
2 weeks ago
Volosoft Agent
60215f0970
Merge pull request #25161 from abpframework/auto-merge/rel-10-1/4452
Merge branch rel-10.2 with rel-10.1
2 weeks ago
Volosoft Agent
2c4ffae2d7
Merge pull request #25160 from abpframework/auto-merge/rel-10-1/4451
Merge branch rel-10.2 with rel-10.1
2 weeks ago
Volosoft Agent
2c9bc02964
Merge pull request #25159 from abpframework/skoc10-patch-4
Update ABP Studio version range for 10.1.1
2 weeks ago
Volosoft Agent
d695bca4b6
Merge pull request #25158 from abpframework/skoc10-patch-3
Update release notes for version 2.2.4
2 weeks ago
selman koc
56529f8215
Update ABP Studio version range for 10.1.1
2 weeks ago
selman koc
a035ec1c0a
Update release notes for version 2.2.4
Updated release notes for version 2.2.4, added new features and changes.
2 weeks ago
Volosoft Agent
1e51694603
Merge pull request #25156 from abpframework/auto-merge/rel-10-2/4450
Merge branch dev with rel-10.2
2 weeks ago
Enis Necipoglu
a8d2cdb2cd
Fix stdout/stderr deadlock in CmdHelper.RunCmdAndGetOutput ( #25155 )
* Fix stdout/stderr deadlock in CmdHelper.RunCmdAndGetOutput
Read stdout and stderr concurrently to prevent pipe buffer deadlock.
The sequential ReadToEnd() calls caused a hang when child processes
(e.g. dotnet build) produced enough stderr output to fill the OS
pipe buffer (~4KB on Windows), since the parent blocked on stdout
while the child blocked on stderr.
Made-with: Cursor
* Simplify Task.WhenAll result handling per review
Made-with: Cursor
* Add test for CmdHelper to prevent stdout/stderr deadlock
* Reduce timeout in deadlock test for CmdHelper to 10 seconds
---------
Co-authored-by: maliming <malimings@gmail.com>
2 weeks ago
Engincan VESKE
7ba64de484
Merge pull request #25153 from abpframework/feat/luckypenny-automapper-module
feat: add `Volo.Abp.LuckyPenny.AutoMapper` package for commercial AutoMapper integration
2 weeks ago
SALİH ÖZKARA
3b7dd16a04
Merge pull request #25152 from abpframework/fix/dynamic-bg-worker-stop-cancellation
fix: use for semaphore wait in
2 weeks ago
maliming
eb42ca88ef
feat: add Volo.Abp.LuckyPenny.AutoMapper package for commercial AutoMapper integration
Closes #25137
2 weeks ago
maliming
117b6e33c5
fix: use CancellationToken.None for semaphore wait in StopAllAsync
2 weeks ago
SALİH ÖZKARA
b5b83374dd
Merge pull request #25151 from abpframework/docs/dynamic-features-availability-note
Add ABP 10.3 availability note to dynamic features articles
2 weeks ago
maliming
2c8a6e47ee
Add ABP 10.3 availability note to dynamic features articles
2 weeks ago
SALİH ÖZKARA
a172651d44
Merge pull request #25023 from abpframework/issue-24918-event-bus
String-Based Event Publishing with Dynamic Payload
2 weeks ago
SALİH ÖZKARA
9b9cb5d921
Merge pull request #25059 from abpframework/issue-24918-bg-jobs
String-Based Bg-Job Publishing with Dynamic Payload
2 weeks ago