selman koc
1857c0d4e4
Merge branch 'dev' into auto-merge/rel-9-3/3989
10 months ago
İsmail ÇAĞDAŞ
041ac64df6
Merge pull request #23812 from abpframework/skoc10-patch-3
Update version to release 9.3.5
10 months ago
selman koc
98357dc925
Update version to release 9.3.5
10 months ago
Ma Liming
4c75ea5ca4
Merge pull request #23806 from abpframework/auto-merge/rel-9-3/3988
Merge branch dev with rel-9.3
10 months ago
Engincan VESKE
007bebce17
Merge pull request #23805 from abpframework/berkan/studio-release-docs
Update release notes and version mapping for new versions
10 months ago
Engincan VESKE
0546d5adee
Merge pull request #23799 from abpframework/elsa-pro-document
Add documentation for Elsa Pro module
10 months ago
Engincan VESKE
928af97c5e
Revise Elsa docs
10 months ago
berkansasmaz
60ead642d7
Update release notes and version mapping for new versions
10 months ago
Engincan VESKE
c25ad9e6b5
Merge pull request #23804 from abpframework/TocHeading-class
Refactor TocHeading and TocItem from records to classes
10 months ago
maliming
f0b1fc50ab
Refactor TocHeading and TocItem from records to classes
10 months ago
Ma Liming
8919e61306
Update docs/en/modules/elsa-pro.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
10 months ago
Ma Liming
bb9d8c0eaf
Update docs/en/samples/elsa-workflows.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
10 months ago
Ma Liming
288ed5d69c
Update docs/en/modules/elsa-pro.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
10 months ago
Ma Liming
9b811e323f
Update docs/en/modules/elsa-pro.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
10 months ago
Ma Liming
7ef0cabe55
Update docs/en/modules/elsa-pro.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
10 months ago
maliming
d534890359
Update elsa-workflows.md
11 months ago
github-actions[bot]
c743960aa3
Optimised images with calibre/image-actions
11 months ago
maliming
a90c8d14b3
Add Elsa module demo application and update navigation
11 months ago
maliming
2e327e6a93
Merge branch 'dev' into elsa-pro-document
11 months ago
Enis Necipoglu
51c09ddc59
Merge pull request #23801 from abpframework/Blazorise183
Update Blazorise packages to version 1.8.3
11 months ago
Ma Liming
07184213cc
Remove unnecessary workload installations in build script
Removed installation of wasm-tools and maui-tizen workloads.
11 months ago
maliming
f567e107a8
Update Blazorise packages to version 1.8.3
11 months ago
github-actions[bot]
b525206ca7
Optimised images with calibre/image-actions
11 months ago
maliming
ab3e007a9b
Merge branch 'elsa-pro-document' of github.com:abpframework/abp into elsa-pro-document
11 months ago
Engincan VESKE
d60d26c695
Merge pull request #23800 from abpframework/berkan/add-article
Create article: How to Dynamically Set the Connection String in EF Core
11 months ago
Mansur Besleney
da2ea13eba
Merge pull request #23797 from abpframework/issue-#7348-localization
Add Blazorise support 'More Info' localization key
11 months ago
Mansur Besleney
b6a9561636
Merge pull request #23786 from abpframework/vs-internal-issue-#7285
Move TableOfContents files to application layer
11 months ago
github-actions[bot]
b5e586e8f1
Optimised images with calibre/image-actions
11 months ago
berkansasmaz
e78f69cd59
Create cover-image.png
11 months ago
Yağmur Çelik
651e3439d4
Merge pull request #23750 from abpframework/issue-23113
Add logo provider and tokens to theme-shared package
11 months ago
berkansasmaz
c8f1d70623
Create article: How to Dynamically Set the Connection String in EF Core
11 months ago
maliming
3e08e6d1b0
Fix code block language for package reference
11 months ago
github-actions[bot]
34f54aa5da
Optimised images with calibre/image-actions
11 months ago
maliming
678896cbcf
Add part permissions documentation for Elsa
11 months ago
github-actions[bot]
51e44a7f12
Optimised images with calibre/image-actions
11 months ago
maliming
1af8970835
Add documentation for Elsa Pro module
11 months ago
Engincan VESKE
f314bb4b4e
Merge pull request #23794 from abpframework/AbpEmbeddedFileProvider
Improve virtual file provider path resolution
11 months ago
Alperen Samurlu
0de067bf14
Add Blazorise support 'More Info' localization key
Introduced the 'BlazoriseSupportMoreInfo' key to both Commercial and Www English localization resource files to provide a link for additional information.
11 months ago
maliming
d8528735a4
Handle 'rtl' in embedded file provider path check
11 months ago
maliming
005b51578b
Improve virtual file provider path resolution
11 months ago
sumeyye
cc040197a8
Merge pull request #23460 from abpframework/issue-15479
Update unit tests - Issue 15479
11 months ago
sumeyyeKurtulus
e520cae546
update: replace RouterTestingModule with provideRouter
11 months ago
selman koc
bd363d0836
Merge pull request #23793 from abpframework/fix/version-validation-script
Fixing the folder check while validating the versions in `validate-versions` script
11 months ago
sumeyye
b76a175ad9
fix: `package.json` file check for `compare function`
11 months ago
Fahri Gedik
e58841ddfe
Clean up and update test imports and providers
Replaces deprecated HttpClientModule with provideHttpClient and provideHttpClientTesting in breadcrumb tests, removes unused imports and declarations from card, error handler, and validation utils test files for improved clarity and maintainability.
11 months ago
Fahri Gedik
66471dfadf
Remove redundant Angular test environment setup
Eliminated manual Angular test environment initialization from multiple test-setup.ts files, relying on jest-preset-angular defaults. Also removed unused 'timer' and 'firstValueFrom' imports from test specs. This simplifies test configuration and reduces boilerplate.
11 months ago
Fahri Gedik
39350f52c0
Refactor test setup to use provideHttpClient APIs
Replaces HttpClientTestingModule imports with provideHttpClient and provideHttpClientTesting in test files for improved Angular test setup. This aligns with updated Angular best practices for providing HTTP client dependencies.
11 months ago
sumeyye
30f478bf4c
Merge pull request #23792 from abpframework/issue/angularAppOptimisationPost
Angular - Adding a post for performance optimization
11 months ago
github-actions[bot]
fdd71f2be7
Optimised images with calibre/image-actions
11 months ago
sumeyye
fdbb394546
add: new article about the angular app optimization
11 months ago