Renaud Paquay
412d21b234
Tweak extension loading strategy:
...
Don't store compiled assemblies in "App_Data/Dependencies" if we
have a more recent one already stored.
--HG--
branch : dev
2010-06-04 19:59:20 -07:00
Renaud Paquay
a249579191
Fix localization issue from previous merge
...
--HG--
branch : dev
2010-06-04 19:58:23 -07:00
Renaud Paquay
7ea379596d
Fix error from previous merge
...
--HG--
branch : dev
2010-06-04 19:23:52 -07:00
Renaud Paquay
30444e7696
Merge
...
--HG--
branch : dev
2010-06-04 19:16:11 -07:00
Renaud Paquay
a1be3efecb
Module loading strategies
...
Make the precompiled and dynamic extension loaders work properly
and also refactor some code to introduce proper abstractions, such
as IVirtualPathProvider, IHostEnvironment, IBuildManager, etc.
--HG--
branch : dev
2010-06-04 19:13:57 -07:00
Sebastien Ros
76afbc9bae
Added index commands (update, rebuild, search, stats)
...
--HG--
branch : dev
2010-06-04 18:41:02 -07:00
Sebastien Ros
9eebb483ae
Implemented RebuildIndex plus UpdateIndex signal to backgroung tasks. Adapted UI.
...
--HG--
branch : dev
2010-06-04 17:42:20 -07:00
Sebastien Ros
d93c9274c8
Store index settings on local file system instead of db, for farm scenarios
...
--HG--
branch : dev
2010-06-04 16:29:50 -07:00
Nathan Heskew
91a63dddb8
Fixing a syntax error before too many people notice. Shhhh...
...
--HG--
branch : dev
2010-06-04 14:53:10 -07:00
Nathan Heskew
9ef73f84b0
Adding some admin UI for search index management. Not yet working end-to-end but it looks like it does *
...
* Waiting on some pieces of the index manager/provider are being added and/or reworked then we'll get it all hooked up.
--HG--
branch : dev
2010-06-04 14:45:18 -07:00
Nathan Heskew
69e32f3d6b
Re-adding an extra div (it's significant other, the extra opening div, is in another template that R# doesn't care about)
...
--HG--
branch : dev
2010-06-04 14:05:18 -07:00
Louis DeJardin
9ffb410c3d
Merge
...
--HG--
branch : dev
2010-06-04 13:40:09 -07:00
Louis DeJardin
67bf391e5b
Adding a missing file. Removing an extra div.
...
--HG--
branch : dev
2010-06-04 13:38:04 -07:00
Louis DeJardin
83f1de1fc9
Adding fields to metadata definitions
...
Refactoring some component and record names
Made content definition model immutable, with builder pattern for creation and alteration
Moving records and storage out of base framework assembly
Splitting into separate ContentTypeRecord and ContentTypeDefinitionRecord
Changing MetaData module's MetaDataController to AdminController
Introduced a ContentHandlerBase : IContentHandler to provide virtual no-op implementation of fairly large interface
--HG--
branch : dev
2010-06-04 13:37:34 -07:00
Suha Can
2719f2e52c
- Commenting the resource manager.
...
--HG--
branch : dev
2010-06-04 11:01:34 -07:00
Nathan Heskew
784f9dfc09
Gave search a friendly URL (/search)
...
- and changed the property on the view model from Term to Query (sounds better and goes with the 'q' param)
--HG--
branch : dev
2010-06-04 08:35:24 -07:00
Sebastien Ros
727647a043
Added Blog commands (Create, Import)
...
--HG--
branch : dev
2010-06-03 17:41:04 -07:00
Sebastien Ros
cac40c37a6
Modified DefaultContentManager to trigger Publishing handlers when Create() is called with Version.Publish argument
...
--HG--
branch : dev
2010-06-03 17:40:33 -07:00
Suha Can
a712d04743
- Comment in the websitefolder to remind me to fix a bug in directory monitoring.
...
--HG--
branch : dev
2010-06-03 17:06:19 -07:00
Renaud Paquay
abe6c67b25
Implement dynamic compilation of modules
...
--HG--
branch : dev
2010-06-03 17:00:28 -07:00
Renaud Paquay
d24f4cf2ac
Fix identation
...
--HG--
branch : dev
2010-06-03 16:57:58 -07:00
Renaud Paquay
2a41a3dedf
Remove implicit conversion from LocalizedString to string
...
Having both way implicit conversion tend to confuse the C# compiler
and really question the existence of the specific type in the first place.
--HG--
branch : dev
2010-06-03 16:57:44 -07:00
Renaud Paquay
9b57d00d13
Module loading work
...
Adding "App_Data/Extensions" probing path for assembly loading. This directory
will be used to store dynamically compiled module assemblies.
Adding a BuildProvider for ".csproj" file. This will be used to dynamic compile
modules when passing ".csproj" file names to the BuildManager
--HG--
branch : dev
2010-06-03 16:54:14 -07:00
Suha Can
6a12f2b710
- Caching parsed cultures and adding file monitors to avoid reparsing.
...
--HG--
branch : dev
2010-06-03 16:48:49 -07:00
Bertrand Le Roy
3c334d0201
Merge
...
--HG--
branch : dev
2010-06-03 16:23:26 -07:00
Bertrand Le Roy
95c852ca2a
Some corrections to French po file.
...
--HG--
branch : dev
2010-06-03 16:22:36 -07:00
Nathan Heskew
dcc51f28c6
A search box for anyone.
...
- pulled the search box out into its own partial
- added a search filter that sticks the search form partial into the search zone
- added the search zone to the top of the classic theme's sidebar
--HG--
branch : dev
2010-06-03 16:17:31 -07:00
Suha Can
43f1031054
- Adding localizers to admin menu providers.
...
- A few missing localized strings and french translations were added. Need native french speakers to fully translate Orchard in french.
--HG--
branch : dev
2010-06-03 15:47:35 -07:00
Sebastien Ros
5084d2b4dd
Corrected blog post handler for background tasks
...
--HG--
branch : dev
2010-06-03 14:54:35 -07:00
Nathan Heskew
4f711f1e23
Utilizing the IIndexManager in the SearchService instead of directly hitting the provider (since there might not be one)
...
--HG--
branch : dev
2010-06-03 14:36:38 -07:00
Nathan Heskew
4ea06dd16d
Changed query param name for search to 'q' from 'Term'
...
- also flipped ValidateInput for the controller off and tweaked the action for easier reading
--HG--
branch : dev
2010-06-03 14:23:45 -07:00
Nathan Heskew
b4eade4d4d
Start of the search UI
...
- includes a single search/results page (URL needs to change, currently @ /Search/Search when the feature is enabled)
--HG--
branch : dev
2010-06-03 14:04:50 -07:00
Sebastien Ros
bf665f71c4
Background indexing tasks can now delete existing indexes
...
Added new column to store the action type (update, delete)
Added new overloads to handle multiple indexing actions in the same transaction
--HG--
branch : dev
2010-06-03 13:12:07 -07:00
Suha Can
c677737a0d
- culture fallback to parent/neutral when resolving localized strings.
...
--HG--
branch : dev
2010-06-03 12:48:26 -07:00
Suha Can
78d5759881
- po file merging from various locations.
...
--HG--
branch : dev
2010-06-03 11:33:16 -07:00
Jonathan Wall
0fb6ece9a9
Added drop shadows to manage features page.
...
--HG--
branch : dev
2010-06-03 10:20:40 -07:00
Nathan Heskew
747f149042
Merge
...
--HG--
branch : dev
2010-06-03 09:33:27 -07:00
Suha Can
521ba68b61
- fr-FR po file and culture addition.
...
--HG--
branch : dev
2010-06-02 18:31:57 -07:00
Sebastien Ros
54c57ac99d
Excluded html tags from indexed body content
...
--HG--
branch : dev
2010-06-02 17:41:56 -07:00
Renaud Paquay
0b5581d11c
Merge
...
--HG--
branch : dev
2010-06-02 17:33:31 -07:00
Renaud Paquay
d48d822990
Fix bug in shell state computation
...
--HG--
branch : dev
2010-06-02 17:32:58 -07:00
Sebastien Ros
923621bbbf
Corrected syntax error
...
--HG--
branch : dev
2010-06-02 17:19:15 -07:00
Sebastien Ros
8ce241434b
Configured tokenization and storage for current indexed fields
...
Properties like dates, and slug should not be tokenized. Body is not stored.
--HG--
branch : dev
2010-06-02 17:17:40 -07:00
Sebastien Ros
cb3ab26859
Populate search index snapshots from main handlers (common, body and routable)
...
--HG--
branch : dev
2010-06-02 16:52:52 -07:00
Suha Can
46e6e1e930
- Resource manager processes po files, scope fallback.
...
--HG--
branch : dev
2010-06-02 16:24:05 -07:00
Nathan Heskew
b2112a79f6
A bit of CSS cleanup and reorg
...
--HG--
branch : dev
2010-06-02 16:23:03 -07:00
Sebastien Ros
e5d57d2bc2
Added missing binaries
...
--HG--
branch : dev
2010-06-02 16:08:43 -07:00
Sebastien Ros
015a0503bb
Created indexing/search default implementation with Lucene
...
IIndexManager to handle the available IIndexProvider instances
ISearchBuilder created from the used IIndexProvider to create search queries
Indexing background task records
Background service to execute indexing tasks
Unit tests for indexing and searching
--HG--
branch : dev
2010-06-02 15:56:54 -07:00
Suha Can
3064a5fcb7
- Making Localizer T properties public so the culture aware localizer can be injected.
...
- Some improvements to the resource manager.
--HG--
branch : dev
2010-06-02 13:54:50 -07:00
Nathan Heskew
42292c8612
Adding an IE-specific CSS for 7&8 (there's already an IE6 CSS)
...
--HG--
branch : dev
2010-06-02 12:39:00 -07:00