Engincan VESKE
1c6b5425a9
Merge pull request #23445 from abpframework/WebRequestResources
Return a new list from `WebRequestResources`.
10 months ago
maliming
a888619327
Merge pull request #23447 from abpframework/auto-merge/rel-9-2/3912
Merge branch rel-9.3 with rel-9.2
10 months ago
Berkan Sasmaz
586602baa9
Merge pull request #23446 from abpframework/EngincanV-patch-1
Fix wrong dbcontext naming in the modular-crm tutorial
10 months ago
Engincan VESKE
f30ae61213
Update part-05.md
10 months ago
maliming
76cb91ef0e
Return a new list from `WebRequestResources`.
Otherwise, the content in `Resources` may return inconsistent data.
10 months ago
Enis Necipoglu
e4942b2ba7
Update C# code samples for correct namespace usages on Blazor
10 months ago
maliming
4226564cbc
Merge pull request #23441 from abpframework/auto-merge/rel-9-2/3910
Merge branch rel-9.3 with rel-9.2
10 months ago
Yağmur Çelik
bfb25d90fc
Merge pull request #23408 from abpframework/issue-20421
fix: await getInitialData() in APP_INITIALIZER to prevent localization timing issues
10 months ago
Fahri Gedik
7c75110d6d
Add Czech translations for Marked Items and comments
Added new Czech localization strings for Marked Items, favorites, and comment approval features in cs.json. This update supports new UI elements and system messages related to marking items, filtering favorites, and comment moderation.
10 months ago
maliming
3f5c6aedbe
Merge pull request #23433 from abpframework/auto-merge/rel-9-2/3908
Merge branch rel-9.3 with rel-9.2
10 months ago
Yunus Emre Kalkan
b8c1dfbb81
Merge pull request #23430 from abpframework/berkan/studio-release-docs-2
Update release notes for ABP Studio 1.1.0–1.1.2
10 months ago
berkansasmaz
6ddae0f82d
docs: Update release notes for versions 1.1.0 to 1.1.2 with new features and enhancements
10 months ago
berkansasmaz
00a1950d09
docs: Update version mapping with new ABP Studio and ABP versions
10 months ago
github-actions[bot]
fdc637e6e6
Optimised images with calibre/image-actions
10 months ago
Muhammed Ali ÖZKAYA
fad7fbde9e
Update layered web application document
10 months ago
erdem
2788440d71
Merge pull request #23422 from abpframework/fix/remove-ngcc-from-publish
Angular - Removing deprecated ngcc option check from the build script
10 months ago
sumeyye
913578e3f7
remove: ngcc option check from the publish script
10 months ago
Muhammed Ali ÖZKAYA
52f443d623
Update single-layer web application document
10 months ago
maliming
d4f08be986
Merge pull request #23418 from abpframework/auto-merge/rel-9-2/3905
Merge branch rel-9.3 with rel-9.2
10 months ago
Halil İbrahim Kalkan
e55794df69
Merge pull request #23417 from abpframework/hikalkan-mt-article-update
Add link to the article
10 months ago
Halil İbrahim Kalkan
6f8c40d857
Add link to the article
10 months ago
Halil İbrahim Kalkan
9175128e3e
Merge pull request #23392 from abpframework/MySql.EntityFrameworkCore
Support both `MySql.EntityFrameworkCore` & `Pomelo.EntityFrameworkCore.MySql`.
10 months ago
sumeyye
de1db9761a
update: remove unused imports
10 months ago
Fahri Gedik
4e462b577d
Refactor app initializer to use async function
Simplifies the app initializer by making it an async function directly instead of returning an async IIFE. This improves readability and maintains the same initialization behavior.
10 months ago
Fahri Gedik
a9fae7ff29
Move localeInitializer call to getInitialData
The localeInitializer invocation was moved from the app initializer in core-module-config.provider.ts to the getInitialData function in initial-utils.ts. This change centralizes initialization logic and ensures locale setup occurs after initial data is loaded.
10 months ago
oykuermann
c4aa9cfc3e
Merge pull request #23384 from abpframework/issue/remove-deprecated-view-engine
Angular - Cleanup: drop legacy ngcc compiler support
10 months ago
maliming
66e74a45d3
Update `Pomelo.EntityFrameworkCore.MySql` to `9.0.0-rc.1.efcore.9.0.0`
https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/releases/tag/9.0.0-rc.1.efcore.9.0.0
10 months ago
Fahri Gedik
341707264b
Refactor locale initialization to support async and injector
Updated provideAppInitializer to use an async function and pass the Injector to localeInitializer. Modified localeInitializer to accept an optional Injector parameter for improved flexibility and testability.
10 months ago
maliming
a71e944deb
Move `Pomelo` to a new package.
10 months ago
maliming
b448333ed7
Merge pull request #23404 from abpframework/auto-merge/rel-9-2/3901
Merge branch rel-9.3 with rel-9.2
10 months ago
Engincan VESKE
82199cdec0
Merge pull request #23397 from abpframework/maliming-patch-2
Update LoggedOut.js
10 months ago
maliming
87c069e307
Update LoggedOut.js
10 months ago
Engincan VESKE
6496fcf750
Merge pull request #23400 from abpframework/Disable-IsJobExecutionEnabled
Disable background job/worker in data migration environments
10 months ago
maliming
368399cf97
Merge pull request #23401 from abpframework/auto-merge/rel-9-2/3898
Merge branch rel-9.3 with rel-9.2
10 months ago
Engincan VESKE
cbcaf99331
Merge pull request #23399 from abpframework/modular-crm-image
Update integration service implementation diagram
10 months ago
maliming
3bf6cbfece
Disable background workers in data migration environments
10 months ago
maliming
c4ab8f05f4
Move job execution disabling to abstractions module
Resolve #23398
10 months ago
github-actions[bot]
a8274a6172
Optimised images with calibre/image-actions
10 months ago
maliming
d6dd16ec6b
Update integration service implementation diagram
https://github.com/abpframework/abp/pull/23395
10 months ago
maliming
1137d91df6
Update LoggedOut.js
10 months ago
maliming
b9bc4f5dbd
Update LoggedOut.js
10 months ago
maliming
01c1708494
Update XML docs for MySQL EF Core extension methods
10 months ago
maliming
a56ff20c1a
Rename MySQL extension methods for clarity
10 months ago
maliming
3ff71c052e
Support both `MySql.EntityFrameworkCore` & `Pomelo.EntityFrameworkCore.MySql`.
10 months ago
maliming
422ab7c622
Merge pull request #23386 from abpframework/auto-merge/rel-9-2/3896
Merge branch rel-9.3 with rel-9.2
10 months ago
Yunus Emre Kalkan
829105488a
Merge pull request #23382 from abpframework/issue/23375
Cli: Fix updating leptonx npm package problem
10 months ago
voloagent
497d3d765b
Update_NPM_Packages
10 months ago
sumeyye
e492ececa5
remove: `AddScriptsToPackageJsonAsync` function that uses redundant ngcc compilation method
10 months ago
sumeyye
04801a5293
remove: redundant ngcc compilation scripts
10 months ago
sumeyye
2d22d1f8c9
update: utils package to use ivy compilation by default
10 months ago