Benedek Farkas
ed0c60c5fd
5408: Dropping static view compilation temporarily to be able support Dynamic Compilation with Roslyn ( #7892 )
2017-12-21 12:49:53 -08:00
Benedek Farkas
2904d35d91
Enabling C# 6 for Dynamic Compilation and Razor IntelliSense
...
Fixes #5408
2017-11-09 12:04:12 -08:00
Benedek Farkas
cdcec3cd8b
#7713 : View compilation with MSBuild ( #7732 )
...
Fixes #7713
2017-06-29 21:10:51 +02:00
Benedek Farkas
185ad6b1eb
Adding LangVersion 5 setting to each csproj's Debug and Release target ( #7641 )
...
Fixes #7639
2017-04-03 10:38:41 -07:00
andy
86b4ff4e65
Deleted unnecessary reference on JobsQueue
2016-05-19 12:33:43 -07:00
Daniel Stolt
3f6fc4899e
Retargeted NuGet references to targetFramework="net452". Fixes #6406 .
2016-02-19 22:49:15 +01:00
Daniel Stolt
dec68d454c
Updated code base to target .NET Framework 4.5.2. Fixes #5700 .
2016-01-14 01:06:32 +01:00
Rob King
74d8cf8e9a
Line endings resolution
2015-12-15 11:55:23 +00:00
Rob King
3f72249654
Moved System.Web.Mvc to NuGet. Version change: None
2015-12-07 20:46:05 +00:00
Sebastien Ros
6d58498b82
Merge branch '1.9.x' into dev
...
Conflicts:
src/Orchard.Web/Modules/Orchard.DynamicForms/Web.config
src/Orchard.Web/Modules/Orchard.ImageEditor/Web.config
src/Orchard.Web/Modules/Orchard.Layouts/Orchard.Layouts.csproj
src/Orchard/Localization/Text.cs
2015-06-18 10:35:06 -07:00
Sebastien Ros
cd49d2ccf2
Updating ruleset location for all projects
2015-06-16 16:22:04 -07:00
Lombiq
81dade1ab4
When a content type gets modified, its items will get re-indexed by a JobsQueue job instead of a custom queue-like implementation. Fixes #4729 .
...
Since this adds a new dependency to Orchard.Indexing it requires #3132 to be fixed.
2015-06-09 14:16:16 +02:00
Lombiq
b98d35305a
Revert "Indexing task creation now happens gradually in a background task, preventing timeout/out of memory when editing a content type with many items. Fixes #4729."
...
Commit moved to dev branch as it's not a completely safe change.
This reverts commit 40243f2224 .
2015-05-14 12:54:02 +02:00
Lombiq
1cfbfbce92
Indexing task creation now happens gradually in a background task, preventing timeout/out of memory when editing a content type with many items. Fixes #4729 .
2015-05-14 12:51:57 +02:00
Lombiq
40243f2224
Indexing task creation now happens gradually in a background task, preventing timeout/out of memory when editing a content type with many items. Fixes #4729 .
2015-05-11 23:17:58 +02:00
Kees Damen
2cfcdfaa8b
Fixed project references to Orchard.Core and Orchard.Framework
2015-04-16 16:23:12 +02:00
Daniel Stolt
1a8ebf2548
Fixed version conflict build warnings and cleaned up all Web.config files.
2015-03-04 02:06:09 +01:00
Nicholas Mayne
f6d552b28c
Tweeking Project files for indexing and jobs
2014-10-12 15:37:46 +01:00
Sebastien Ros
221197f314
Upgrading to .NET Framework 4.5.1
2014-08-13 14:07:45 -07:00
Erik Oppedijk
3061412961
Delete views/web.config and update webpages to 3.0
2013-12-04 11:55:54 -08:00
Erik Oppedijk
8e84bd57e7
Upgrade projects and web.config to 4.5 FW
2013-08-23 15:16:14 +02:00
Zoltán Lehóczky
5b964440ba
#19911 : Fixing mismatched file names in Orchard.Indexing
...
Work Item: 19911
--HG--
branch : 1.x
rename : src/Orchard.Web/Modules/Orchard.Indexing/Services/IIndexService.cs => src/Orchard.Web/Modules/Orchard.Indexing/Services/IIndexingService.cs
rename : src/Orchard.Web/Modules/Orchard.Indexing/Services/IndexService.cs => src/Orchard.Web/Modules/Orchard.Indexing/Services/IndexingService.cs
2013-07-18 22:46:51 +02:00
Sebastien Ros
2015448c44
Managing multiple indexes
...
--HG--
branch : 1.x
extra : rebase_source : 930ebcb3cc0c50b45beac39a81658ace562c8e04
2013-03-04 16:00:55 -08:00
Sebastien Ros
a3e6916bdd
#18917 : Upgrading solution file to Visual Studio 11
...
Work Item: 18917
--HG--
branch : 1.x
2012-08-15 10:14:09 -07:00
Suha Can
008fa6fe7f
Fixing #17515 : Can't enable Indexing module in the features section of a recipe
...
This was cause1d by a bug in the DefaultIndexingUpdater that was processing all feature enabled events instead of just processing the feature enabled event for the Orchard.Indexing feature.
The code in that file is also obsolete and is not needed anymore.
--HG--
branch : 1.x
2011-03-30 14:49:14 -07: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
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
be99957432
#17252 : Adding web.configs too module roots, and codegen commands, to enable razor intellisense.
...
--HG--
branch : dev
2011-01-31 15:52:03 -08:00
Suha Can
5284fbb567
16968 Remove manage search index permission
...
--HG--
branch : dev
2010-12-08 14:40:05 -08:00
Renaud Paquay
91c5e6dae8
Remove unnecessary reference
...
--HG--
branch : dev
2010-12-05 14:29:25 -08:00
Renaud Paquay
b43f30be15
Merge dev => perf
...
--HG--
branch : perf
2010-11-15 16:23:24 -08:00
Dave Reed
e869a4f467
Fixing some basic fx cop warnings
...
--HG--
branch : dev
2010-11-12 12:47:06 -08:00
Dave Reed
ca74da5ea5
Setting code analysis ruleset to paired down Security rules.
...
--HG--
branch : dev
2010-11-10 16:16:54 -08:00
Suha Can
a284f16056
- Cleanup and removing unneeded assembly references.
...
--HG--
branch : perf
2010-11-10 13:56:12 -08:00
Andre Rodrigues
006567786b
Updating proj files.
...
--HG--
branch : dev
2010-11-03 14:29:50 -07:00
Andre Rodrigues
bc10445c0b
Fixing search missing stylesheet.
...
--HG--
branch : dev
2010-10-14 16:51:24 -07:00
Andre Rodrigues
8162e6ee7a
Renaming and repathing migration classes.
...
--HG--
branch : dev
2010-10-01 13:43:36 -07:00
Dave Reed
f2748c5748
Rename resource manifest source files to match new type names
...
--HG--
branch : dev
2010-09-27 14:13:39 -07:00
Nathan Heskew
df77d8229e
Changing a bunch of .cshtml file references to "Content" (instead of "None")
...
--HG--
branch : dev
2010-09-24 07:58:44 -07:00
Dave Reed
c83b91e5c5
Added new ResourceManager and converted modules to use it. See sln notes ResourceManager.txt for open items.
...
--HG--
branch : dev
2010-09-16 17:35:01 -07:00
Suha Can
69bcab3550
- Orchard.Indexing...
...
--HG--
branch : dev
2010-09-15 14:06:34 -07:00
Louis DeJardin
9e63244e7e
Preparing to re-integrate modules
...
Restoring csproj file extensions
--HG--
branch : theming
2010-09-14 13:32:49 -07:00
Nathan Heskew
3fa536d7a8
Removing BaseViewModel and ContentItemViewModel for good
...
--HG--
branch : theming
2010-09-07 13:45:50 -07:00
Nathan Heskew
69c901e5c0
Starting the move to ASP.NET MVC 3 Preview 1
...
--HG--
branch : mvc3p1
2010-08-16 15:37:51 -07:00
Sébastien Ros
0e773c0352
Handle indexing settings modifications to refresh the index
...
--HG--
branch : dev
2010-07-31 15:56:44 -07:00
Sebastien Ros
f97351ee59
Index dynamic content fields
...
- Create a new index field named {part}-{field}
- Had to remove "protected" qualifier on Storage accessor
--HG--
branch : dev
2010-07-20 14:34:01 -07:00
Sebastien Ros
b3b48fa3df
Split Indexing in two disctint modules
...
- Added new Lucene module with Lucene.NET reference
- Banner message is displayed if no index service is enabled when Orchard.Indexing is active
- Added new MetadataExtensions for settings
- Blogs, Page and Sandbox aredefined as indexed during setup
--HG--
branch : dev
2010-07-09 13:16:02 -07:00
Louis DeJardin
123d91abea
Merging per-type and per-field indexing things
...
--HG--
branch : dev
2010-06-30 12:58:52 -07:00
Louis DeJardin
908032d75c
Merge
...
--HG--
branch : dev
2010-06-30 12:48:49 -07:00