Commit Graph

255 Commits

Author SHA1 Message Date
Sebastien Ros
bd334f2a73 #18120: Fixing how booleans are indexed
Work Items: 18120

--HG--
branch : 1.x
2011-09-12 15:07:28 -07:00
Sebastien Ros
3f73a0b938 Optimizing rendering
--HG--
branch : 1.x
2011-08-24 15:35:26 -07:00
Sebastien Ros
a605420d11 Updating Warmup UI
--HG--
branch : 1.x
2011-06-03 17:44:46 -07:00
Andre Rodrigues
a446088fc3 Fixing UT.
--HG--
branch : 1.x
2011-06-03 11:10:58 -07:00
Renaud Paquay
a721f20802 Remove extra ";"
--HG--
branch : 1.x
2011-06-01 11:59:18 -07:00
Renaud Paquay
7122000ae0 Refactor cache context to support correct parallel execution
We need a new service, IParallelCacheContext, which allows
tracking the current cache context across threads and tasks
running in the thread pool.

--HG--
branch : 1.x
2011-05-30 22:31:27 -07:00
Renaud Paquay
3ca3234bbf Refactor extension folder harvesting
Use composition over inheritance. This will be useful later to
improve performance of module/theme manifest harvesting.

--HG--
branch : 1.x
rename : src/Orchard/Environment/Extensions/Folders/ExtensionFolders.cs => src/Orchard/Environment/Extensions/Folders/ExtensionHarvester.cs
2011-05-30 14:17:06 -07:00
Renaud Paquay
1fd64b705d PERF: Move async token monitoring to a service interface
Update UT

--HG--
branch : 1.x
2011-05-29 13:58:06 -07:00
Renaud Paquay
314c9cb9a6 Refactoring a couple of method related to dynamic compilation
Abstract away WebForms syntax knowledge from extension loader
implementations.

Rename the corresponding methods to be more semantically correct.

--HG--
branch : 1.x
2011-05-25 20:56:02 -07:00
Renaud Paquay
6de0700f3e Merge
--HG--
branch : 1.x
2011-05-25 17:47:02 -07:00
Dave Reed
ee35e138a3 #17860: WidgetsService.GetZones can return duplicate zones
--HG--
branch : 1.x
2011-05-25 14:06:24 -07:00
Renaud Paquay
846a40a1fe Update version to generic 1.2.0
--HG--
branch : 1.x
2011-05-24 19:49:58 -07:00
Andre Rodrigues
62c94648ec #17816: Caching current theme name as a way to avoid up to 2 queries per request.
--HG--
branch : 1.x
2011-05-24 12:34:27 -07:00
Andre Rodrigues
674fe6ecb8 #17745: Decoding Nuget paths.
--HG--
branch : 1.x
2011-04-15 16:44:12 -07:00
Sebastien Ros
657c762d84 #17752 Fixing indexing failure on content deletiong
Work Items: 17752

--HG--
branch : 1.x
2011-04-29 07:42:18 -07:00
Andre Rodrigues
0073fbd1a9 #17691: Possible to create invalid admin account with Turkish collation
--HG--
branch : 1.x
2011-04-08 14:44:32 -07:00
Andre Rodrigues
97286e0a52 #17553 / #17464: Avoid to get the screenshots for the packages everytime a package information is downloaded from the gallery.
--HG--
branch : 1.x
2011-04-04 12:58:17 -07:00
Andre Rodrigues
012874826b #17273: Making the default install action hook up into the upgrade code if the package is already installed. Merging the code paths into the packageinstaller. Adding some UT coverage to the package installer experience.
--HG--
branch : 1.x
2011-04-03 16:12:13 -07:00
Suha Can
6df96cb690 Fixing regression #17617: Recipe doesn't download "recommended version" of module/theme
--HG--
branch : 1.x
2011-03-31 12:26:37 -07:00
Sebastien Ros
f2586d06d2 Fixing ContentItem.ContentType indexing so it can be queried by search
--HG--
branch : 1.x
2011-03-28 22:13:25 -07:00
Suha Can
9f5adef34a Fixing UT.
--HG--
branch : 1.x
2011-03-28 17:11:00 -07:00
Suha Can
e547d12aad Fixing UT.
--HG--
branch : dev
2011-03-24 17:01:58 -07:00
Suha Can
e105ed7875 Unit test.
--HG--
branch : dev
2011-03-24 16:58:57 -07:00
Suha Can
517a040f78 Renaming a module/theme step attribute from name to packageId.
--HG--
branch : dev
2011-03-24 14:50:04 -07:00
Andre Rodrigues
1e452be3f6 For theme views include all dependencies when compiling to allow theme views to be reference free.
--HG--
branch : dev
2011-03-22 12:59:09 -07:00
andrerod
f1353e428a Fixing UT
--HG--
branch : dev
2011-03-21 23:32:27 -07:00
Andre Rodrigues
6a4e5f1c34 Making dynamic compilation project hash aware of dependencies.
--HG--
branch : dev
2011-03-21 12:50:19 -07:00
Sebastien Ros
37bf09dd96 Local warmup pages should not have a trailing space
--HG--
branch : dev
2011-03-17 13:18:11 -07:00
Sebastien Ros
3a6e728605 Merge
--HG--
branch : dev
2011-03-17 11:10:42 -07:00
Sebastien Ros
15dbaaf355 Implementing the Warmup module
- Global.asax.cs looks for static pages in ~\App_Data\Warmup
- Orchard.Warmup module contains methods to generate those pages based on
scheduled times, and content publishing

--HG--
branch : dev
2011-03-17 11:06:23 -07:00
Andre Rodrigues
3afe2b3ef4 Adding option to process recipes when installing modules. Adding detailed installation page to local installation. Moving installation processes to PackagingServices feature. Correcting dependencies between features.
--HG--
branch : dev
2011-03-16 16:56:09 -07:00
Andre Rodrigues
2fe47bbc55 Correcting minor issue when querying the gallery for packages - moving filtering to the server.
--HG--
branch : dev
2011-03-15 16:43:11 -07:00
Sebastien Ros
a8123b4b88 Merge (Indexing)
--HG--
branch : dev
2011-03-14 16:24:38 -07:00
Andre Rodrigues
88e347a69a Moving ModuleService functionality to FeatureManager. Adding UT and comments. Removing Recipe module dependency on Modules module.
--HG--
branch : dev
2011-03-14 11:14:35 -07:00
Suha Can
6f78e65b9d Selective import/Export of metadata from the import/export module.
Update unit tests.

--HG--
branch : dev
2011-03-11 12:55:05 -08:00
Suha Can
11e0cce6db ImportExportService::Import(recipe) implementation. Currently supports metadata and settings.
Unit tests.

--HG--
branch : dev
2011-03-10 14:23:46 -08:00
Sebastien Ros
8a110c692d #17445 - Fixing index management in data migrations
--HG--
branch : dev
extra : transplant_source : %C08yTv%40%C4%BERtb%5DL%5B%BA%81%3B%DA%DD%F9
2011-03-07 15:25:28 -08:00
Sebastien Ros
7e16aebada Using IProcessEngine to schedule batched indexing; Modifying
IIndexingTaskExecutor to handle index deletiong in order to prevent
concurrency issues.

--HG--
branch : indexing
2011-03-05 10:47:20 -08:00
Sebastien Ros
599d892f48 Removing unused methods and refactoring the batch loop
--HG--
branch : indexing
2011-03-04 16:21:19 -08:00
Sebastien Ros
6d3dffd77e Implementing revised indexing loop design
--HG--
branch : indexing
2011-03-04 11:05:19 -08:00
Sebastien Ros
32efbc19cc Using lock files instead of IndexSynLock
--HG--
branch : indexing
2011-03-03 14:19:02 -08:00
Dave Reed
ccb838e71b MediaService hides the RecipeJournal directory.
--HG--
branch : dev
2011-02-28 16:37:09 -08:00
Sebastien Ros
94d5703816 Fixing an issue on indexing
- When Creating and Removing a content in the same transaction, previous tasks were not removed as Flush was not called on the repository
- Adding unit tests to IndexingTaskExecutor

--HG--
branch : dev
2011-02-24 16:58:18 -08:00
Suha Can
7842a0f79b Merge recipe -> dev
--HG--
branch : dev
2011-02-22 17:39:29 -08:00
Suha Can
882998b907 Little more cleanup, moving/removing things around module/theme step handlers.
--HG--
branch : recipe
2011-02-22 11:24:10 -08:00
Suha Can
45a8522469 Cleanup and refactor module/theme recipe step handler code.
--HG--
branch : recipe
2011-02-21 18:06:56 -08:00
Suha Can
3db66dfe62 Removing cleanup inactive step.
--HG--
branch : recipe
2011-02-18 18:03:47 -08:00
Suha Can
893833aa8e A recipe handler for theme installation: discover and find theme to install from orchard or custom feed.
Updating recipe file with a gallery theme.
Rename enabled attribute to enable in the recipe section for themes.

--HG--
branch : recipe
2011-02-18 13:48:56 -08:00
Suha Can
4218725a77 RecipeJournal implementation.
- IStorageProvider based journal implementation for the recipe pipeline.
- Was needed as the existing reporting capability was found insufficient.

--HG--
branch : recipe
2011-02-16 17:16:15 -08:00
Suha Can
8f699ea418 Finishing the implementation of recipe execution
StepQueue is now based off an IAppDataFolder

--HG--
branch : recipe
2011-02-16 14:41:10 -08:00