selman koc
223bb51bc0
Update version to release 9.3.3
9 months ago
Yağmur Çelik
02b4167c2c
Merge pull request #23647 from abpframework/issue-#7259
Improve column width handling in ExtensibleTable
9 months ago
Fahri Gedik
0f23ce685a
Refactor column width handling with signals and computed
Replaces manual column width management with Angular signals and computed properties for improved reactivity and code clarity in ExtensibleTableComponent. Removes the setColumnWidths method and updates the actionsColumnWidth input to use a signal.
9 months ago
Fahri Gedik
436dbc69ba
Reapply "Improve column width handling in ExtensibleTable"
This reverts commit 3f41906037 .
9 months ago
Fahri Gedik
3f41906037
Revert "Improve column width handling in ExtensibleTable"
This reverts commit 53cfc6a817 .
9 months ago
Fahri Gedik
53cfc6a817
Improve column width handling in ExtensibleTable
Updated the table to use default widths when columnWidths are undefined and added canAutoResize binding. Added logic in the component to reset column widths if any are missing, ensuring consistent table rendering.
9 months ago
oykuermann
7bd91874fe
Merge pull request #23612 from abpframework/EngincanV/cms-fix-blogposts
CMS: Fix tag & marked item filtering on blogposts
9 months ago
sumeyye
000f2a7924
Merge pull request #23629 from abpframework/issue-23610
Refine tenant property type renaming logic
9 months ago
EngincanV
bf86f3fa51
Fix favorite filter and tag filtering in blog post repositories
Refactored tag and favorite user filtering logic in both EfCore and MongoDB blog post repositories to handle empty filter results and cancellation tokens more robustly. Updated BlogPostPublicAppService to pass favoriteUserId to GetCountAsync for accurate paging. Adjusted blog index view to improve favorite filter button visibility and logic.
9 months ago
Fahri Gedik
848c61bb6f
Refine tenant property type renaming logic
Adds a check to prevent prepending 'Saas' to property types that already start with 'Saas' when renaming tenant-related properties in interfaces.
9 months ago
İsmail ÇAĞDAŞ
debbd92a40
Merge pull request #23343 from abpframework/data-collection-rel-9-3
ABP Telemetry Collection
9 months ago
Yağmur Çelik
a81d31b83c
Merge pull request #23594 from abpframework/Issue-#23338-1
Create links for the CLI commands - Issue #23338
9 months ago
Ma Liming
96af7c76aa
Merge pull request #23613 from realLiangshiwei/liangshiwei/rebus-fix
Start Rebus after RebusDistributedEventBus is initialized
9 months ago
liangshiwei
b7ce35635f
Update AbpEventBusRebusModule.cs
9 months ago
liangshiwei
cca79a13b4
Start Rebus after RebusDistributedEventBus is initialized
9 months ago
EngincanV
563aeb0ce2
CMS: Fix tag & marked item filtering on blogposts (ef-core)
9 months ago
Enis Necipoglu
7ae8a2508b
Merge pull request #23604 from abpframework/EngincanV/cmskit-note
Add guide for integrating public and admin CMS Kit packages
9 months ago
Engincan VESKE
12381fc602
Update docs/en/modules/cms-kit/index.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
9 months ago
EngincanV
f063348f5d
Add guide for integrating public and admin CMS Kit packages
Added documentation on configuring global layout settings when using both admin and public CMS Kit packages in a unified application. Includes instructions for setting up a _ViewStart.cshtml file to ensure correct layout rendering.
9 months ago
voloagent
e58fbdf047
Update_NPM_Packages
9 months ago
Ma Liming
1676cbc1ee
Merge pull request #23595 from wcypierre/bugfix/bump-dependencies
Bump System.Linq.Dynamic.Core in Abp 8.3 to 1.6.7 to fix the vulnerability
9 months ago
Ma Liming
aece25d7af
Merge branch 'rel-9.3' into bugfix/bump-dependencies
9 months ago
Wong Chieh Yie
6cf28a3494
Bump System.Linq.Dynamic.Core to 1.6.7 after suggestion from @maliming
9 months ago
Wong Chieh Yie
0ff8cac122
Bump System.Linq.Dynamic.Core to 1.6.0.1 to fix the vulnerability
9 months ago
Ahmet Çelik
9a31e0a512
Add internal links to CLI command list in docs
Updated the list of ABP CLI commands in the documentation to include internal links to their respective sections, improving navigation and usability for readers.
9 months ago
Alper Ebiçoğlu
d8ae3be077
Merge pull request #23592 from abpframework/skoc10-patch-3
Update version to release 9.3.2
9 months ago
selman koc
d26b7c4aa3
Update version to release 9.3.2
9 months ago
Halil İbrahim Kalkan
939320a197
Merge pull request #23590 from abpframework/salihozkara-patch-2
Fix render problem
9 months ago
SALİH ÖZKARA
29d6eb48e7
Update form-validation.md
9 months ago
oykuermann
2f05557a0c
Merge pull request #23576 from abpframework/EngincanV/cms-kit-enh
CMS Kit: Fix dynamic menu item sorting
9 months ago
sumeyye
0946c5797b
Merge pull request #23285 from abpframework/sumeyye/standalone-migration-documentation-updates
Angular - Documentation updates for standalone migration
9 months ago
Engincan VESKE
19e70d6995
Merge pull request #23581 from abpframework/Blazorise-181
Bump Blazorise version to 1.8.1
9 months ago
maliming
c72918ea1e
Bump Blazorise version to 1.8.1
9 months ago
EngincanV
32b206a30c
Update MenuItemAdminAppService_Tests.cs
9 months ago
EngincanV
097fb6f28a
Merge branch 'EngincanV/cms-kit-enh' of https://github.com/abpframework/abp into EngincanV/cms-kit-enh
9 months ago
EngincanV
784d959a56
CMS: Write new test methods for GetAvailableMenuOrderAsync
9 months ago
sumeyye
0d0bc795ef
Merge pull request #23577 from mahmut-gundogdu/patch-3
Update loading.directive.ts
9 months ago
Mahmut Gundogdu
0b2f2d47ad
Update loading.directive.ts
9 months ago
Engincan VESKE
174f83ac58
Update modules/cms-kit/src/Volo.CmsKit.Admin.Application/Volo/CmsKit/Admin/Menus/MenuItemAdminAppService.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
9 months ago
EngincanV
87efe7bf19
CMS: Fix dynamic menu ordering
9 months ago
EngincanV
359f177d5d
Delete startup.cs file from the cmskit.web.unified
9 months ago
EngincanV
8d820b2133
Show success notification instead of modal for global-resource savings.
9 months ago
Ma Liming
9b080ead71
Merge pull request #23569 from abpframework/EngincanV-patch-1
Remove the "yarn is not installed ..." warning from InstallLibsService
9 months ago
Enis Necipoglu
49b0f415a1
Merge pull request #23568 from abpframework/EngincanV/cms-sub-docs
Add CMS Kit feature docs to the doc-nav with lazy-expandable support & revise the page-feedback doc
9 months ago
github-actions[bot]
b85498bb8b
Optimised images with calibre/image-actions
9 months ago
Engincan VESKE
ce3ca49f16
Update InstallLibsService.cs
9 months ago
EngincanV
f5dd3b02b4
Update Page Feedback docs and widget images
Fixes the images & improves the entry sentence of the doc.
9 months ago
EngincanV
ba038521e9
Add CMS Kit feature docs as lazyExpandable to docs-nav
9 months ago
Emre KARA
039a928bf3
Update ActivityNameConsts.cs
9 months ago
Engincan VESKE
24cbd4813b
Merge pull request #23557 from abpframework/abp-9-3-mysql
Update migration guide for EF Core MySQL provider change
9 months ago