voloagent
ca77cfb1d8
Update_NPM_Packages
1 year ago
Yağmur Çelik
79c5b8242e
Merge pull request #23679 from abpframework/9.3-blazor-setting-managements-tabs
Blazor Setting Managements Tabs wrong initialization fix
1 year ago
enisn
d4f1ddc68e
Remove unnecessary blank line in SettingManagement.razor.cs
1 year ago
enisn
e42a24c366
Fix rendering multiple or wrong tabs as selected in Setting Management Blazor
1 year ago
enisn
9d8110612e
Remove div wrappers from tabs in SettingManagement.razor
1 year ago
Engincan VESKE
19361b16a4
Merge pull request #23672 from abpframework/basic-theme-google-fonts
Refactor font imports and add googlefonts.css.
1 year ago
maliming
10e1ac7f59
Refactor font imports and add googlefonts.css.
1 year ago
Halil İbrahim Kalkan
98795c8e53
Merge pull request #23662 from abpframework/interceptors-revise
Update interceptor docs with async usage and code fixes
1 year ago
maliming
892b32c303
Update interceptor docs with async usage and code fixes
1 year ago
Halil İbrahim Kalkan
c51faf3500
Merge pull request #23652 from abpframework/interceptors.md
Add documentation for ABP interceptors
1 year ago
maliming
94ece01996
Update interceptor docs with links and code improvements
1 year ago
maliming
399613fc6a
Reorder JSON section in docs navigation
1 year ago
maliming
6f0794b12d
Remove placeholder for dynamic proxying docs
1 year ago
maliming
631865ab19
Add documentation for ABP interceptors
Resolve #663
1 year ago
Alper Ebiçoğlu
8347e48df2
Merge pull request #23654 from abpframework/skoc10-patch-3
Update version to release 9.3.3
1 year ago
Yağmur Çelik
b6d5327a6f
Merge pull request #23657 from abpframework/issue-#20642
Refactor spinner and placeholder handling in directive
1 year ago
Fahri Gedik
be107b50bd
Refactor spinner and placeholder handling in directive
Spinner is now always inserted before the first child of the parent, and placeholder removal is guarded by a parent check. This improves robustness when manipulating DOM elements in the directive.
1 year ago
selman koc
223bb51bc0
Update version to release 9.3.3
1 year ago
Yağmur Çelik
02b4167c2c
Merge pull request #23647 from abpframework/issue-#7259
Improve column width handling in ExtensibleTable
1 year 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.
1 year ago
Fahri Gedik
436dbc69ba
Reapply "Improve column width handling in ExtensibleTable"
This reverts commit 3f41906037 .
1 year ago
Fahri Gedik
3f41906037
Revert "Improve column width handling in ExtensibleTable"
This reverts commit 53cfc6a817 .
1 year 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.
1 year ago
oykuermann
7bd91874fe
Merge pull request #23612 from abpframework/EngincanV/cms-fix-blogposts
CMS: Fix tag & marked item filtering on blogposts
1 year ago
sumeyye
000f2a7924
Merge pull request #23629 from abpframework/issue-23610
Refine tenant property type renaming logic
1 year 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.
1 year 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.
1 year ago
İsmail ÇAĞDAŞ
debbd92a40
Merge pull request #23343 from abpframework/data-collection-rel-9-3
ABP Telemetry Collection
1 year ago
Yağmur Çelik
a81d31b83c
Merge pull request #23594 from abpframework/Issue-#23338-1
Create links for the CLI commands - Issue #23338
1 year ago
Ma Liming
96af7c76aa
Merge pull request #23613 from realLiangshiwei/liangshiwei/rebus-fix
Start Rebus after RebusDistributedEventBus is initialized
1 year ago
liangshiwei
b7ce35635f
Update AbpEventBusRebusModule.cs
1 year ago
liangshiwei
cca79a13b4
Start Rebus after RebusDistributedEventBus is initialized
1 year ago
EngincanV
563aeb0ce2
CMS: Fix tag & marked item filtering on blogposts (ef-core)
1 year ago
Enis Necipoglu
7ae8a2508b
Merge pull request #23604 from abpframework/EngincanV/cmskit-note
Add guide for integrating public and admin CMS Kit packages
1 year ago
Engincan VESKE
12381fc602
Update docs/en/modules/cms-kit/index.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 year 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.
1 year ago
voloagent
e58fbdf047
Update_NPM_Packages
1 year 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
1 year ago
Ma Liming
aece25d7af
Merge branch 'rel-9.3' into bugfix/bump-dependencies
1 year ago
Wong Chieh Yie
6cf28a3494
Bump System.Linq.Dynamic.Core to 1.6.7 after suggestion from @maliming
1 year ago
Wong Chieh Yie
0ff8cac122
Bump System.Linq.Dynamic.Core to 1.6.0.1 to fix the vulnerability
1 year 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.
1 year ago
Alper Ebiçoğlu
d8ae3be077
Merge pull request #23592 from abpframework/skoc10-patch-3
Update version to release 9.3.2
1 year ago
selman koc
d26b7c4aa3
Update version to release 9.3.2
1 year ago
Halil İbrahim Kalkan
939320a197
Merge pull request #23590 from abpframework/salihozkara-patch-2
Fix render problem
1 year ago
SALİH ÖZKARA
29d6eb48e7
Update form-validation.md
1 year ago
oykuermann
2f05557a0c
Merge pull request #23576 from abpframework/EngincanV/cms-kit-enh
CMS Kit: Fix dynamic menu item sorting
1 year ago
sumeyye
0946c5797b
Merge pull request #23285 from abpframework/sumeyye/standalone-migration-documentation-updates
Angular - Documentation updates for standalone migration
1 year ago
Engincan VESKE
19e70d6995
Merge pull request #23581 from abpframework/Blazorise-181
Bump Blazorise version to 1.8.1
1 year ago
maliming
c72918ea1e
Bump Blazorise version to 1.8.1
1 year ago