Commit Graph

1641 Commits

Author SHA1 Message Date
Renaud Paquay
253126957d Removed unused parameter
--HG--
branch : dev
2010-06-18 18:35:19 -07:00
Renaud Paquay
a7841bd919 Slightly refactor ExtensionLoader.Load method implementations
--HG--
branch : dev
2010-06-18 14:27:04 -07:00
Nathan Heskew
c546d45f8e A little more MvcHtmlString/IHtmlString cleanup for the UnorderedList<T> HtmlHelper extensions
--HG--
branch : dev
2010-06-18 13:44:02 -07:00
Sebastien Ros
91aa6468cd Added IContentManager.Search() method
Replaced usages with new declaration
Created a NullSearchBuilder for default behavior when Indexing module is not activated

--HG--
branch : dev
2010-06-18 12:38:22 -07:00
Sebastien Ros
1b485c8082 Removed unused indexing methods from the search module
--HG--
branch : dev
2010-06-18 12:24:15 -07:00
Sebastien Ros
27c65e211a Added search fields administration
--HG--
branch : dev
2010-06-18 12:22:06 -07:00
Renaud Paquay
a9593f69ff Update WebFormVirtualPathProvider GetFileHash method
When a WebForm view file is served through the WebFormVirtualPathProvider,
we override GetFileHash to include the virtual path of all the dependencies
used to compile the form. For example, if we had a "Assembly Name=..."
directive, we want to include the file hash of the assembly file, so that if the
assembly file is updated with a newer version, the file hash of the WebForm view
file will be different, which will tell ASP.NET the view file needs to be
recompiled.

--HG--
branch : dev
2010-06-18 10:23:41 -07:00
Sebastien Ros
85f3219d37 Corrected typo
--HG--
branch : dev
2010-06-17 17:01:39 -07:00
Sebastien Ros
5fa45bb21f Added a dependency to Search on Indexing
--HG--
branch : dev
2010-06-17 17:01:31 -07:00
Sebastien Ros
e86e749459 Made filter on culture default to true
--HG--
branch : dev
2010-06-17 17:01:11 -07:00
Sebastien Ros
ae82ccc865 Make the culture filter on search results an option.
Add checkbox in admin.

--HG--
branch : dev
2010-06-17 16:41:10 -07:00
Sebastien Ros
40769d6f2a Complete refactoring on Indexing module
Changed Parse() to use lucene syntax
Moved everything to Orchard.Indexing
New filters for search

--HG--
branch : dev
2010-06-17 16:21:29 -07:00
Suha Can
a1cc5d579b - A couple basic test cases for welding fields to parts.
--HG--
branch : dev
2010-06-17 12:44:19 -07:00
Suha Can
dd6e3d3806 - Some modifications to last fork to bring it up to date with latest dev.
--HG--
branch : dev
2010-06-17 10:57:00 -07:00
Renaud Paquay
e9dedb765d Add assembly directives for views in "~/Themes"
When a view is served from the "~/Themes" directory, we need to add
the assembly directives of all the modules dynamically compiled.

--HG--
branch : dev
2010-06-17 10:54:09 -07:00
Renaud Paquay
a248ead846 Fix typos...
--HG--
branch : dev
2010-06-17 10:53:10 -07:00
Renaud Paquay
d3c393cc41 Add Unit Tests for AssemblyProbingFolder
--HG--
branch : dev
rename : src/Orchard/FileSystems/Dependencies/IAssenblyProbyFolder.cs => src/Orchard/FileSystems/Dependencies/IAssemblyProbingFolder.cs
2010-06-16 17:23:33 -07:00
Jonathan Wall
3d3a72b856 Updated the button CSS in the admin.
--HG--
branch : dev
2010-06-16 15:53:35 -07:00
Renaud Paquay
ff34e0a6b7 Merge
--HG--
branch : dev
2010-06-16 15:45:06 -07:00
Renaud Paquay
c4bc2a1375 Remove IAppDataFolder implementation for Azure
We don't need this. Azure supports writing tp ~/App_Data. There is no
guarantee that the content will persist, but that's exactly the assumption
of the IAppDataFolder abstraction: it's a local cache, which persists
for _some_ time accross app restarts.

--HG--
branch : dev
2010-06-16 15:44:53 -07:00
Bertrand Le Roy
bad9fa79a2 No more lorem ipsum in module descriptions.
--HG--
branch : dev
2010-06-16 14:41:46 -07:00
Renaud Paquay
ed410cba61 Move probing assembly folder behavior in separate class
The behavior of the "assembly load probing folder" is really
a separate concern from managing the list of loaded extesions.

--HG--
branch : dev
2010-06-16 14:35:13 -07:00
Sebastien Ros
a31111d331 Update ISearchBuilder to pass the string unprocessed to Lucene
--HG--
branch : dev
2010-06-16 14:00:08 -07:00
Renaud Paquay
2705aff234 Merge
--HG--
branch : dev
2010-06-16 11:52:18 -07:00
Renaud Paquay
f8fe5a8665 Update unit tests to use StubAppDataFolder
--HG--
branch : dev
2010-06-16 11:49:45 -07:00
Sebastien Ros
71fe2efca2 Merge
--HG--
branch : dev
2010-06-16 11:12:36 -07:00
Nathan Heskew
6e756f54ff Starting to get a UI around content type management
- added a DisplayName to the ContentTypeDefinition
- added a CreateRouteValues rvd to go along with the existing display and edit
- set default display, edit and create route values for ContentItemMetadata (* should get fallback route values in a different manner. probably not good to refer to an area, even by string, in core from the fwk)
- starting to shape up the content type list into a more consistent UI
- added create type action, view, etc. for creating new content types
 - supporting service has a few default parts hard-coded for now

--HG--
branch : dev
2010-06-16 04:22:51 -07:00
Renaud Paquay
ec0e452c3a Add more unit test for IDependenciesFolder
--HG--
branch : dev
2010-06-15 19:05:49 -07:00
Renaud Paquay
4ad1abc4c9 Add more unit test for IDependenciesFolder
--HG--
branch : dev
2010-06-15 18:56:37 -07:00
Sebastien Ros
c34812c78b Added HttpContextWeaver class
--HG--
branch : dev
2010-06-15 17:27:43 -07:00
Sebastien Ros
64a992cd43 Another patch to correct Azure compatibility
--HG--
branch : dev
2010-06-15 16:46:59 -07:00
Renaud Paquay
b45ccb6864 Add more unit tests
--HG--
branch : dev
2010-06-15 14:18:07 -07:00
Renaud Paquay
d258e12161 Merge
--HG--
branch : dev
2010-06-15 14:05:11 -07:00
Renaud Paquay
9444fc83f5 Add unit test for IDepdendenciesFolder
--HG--
branch : dev
rename : src/Orchard.Tests/Environment/Configuration/AppDataFolderTests.cs => src/Orchard.Tests/FileSystems/AppData/AppDataFolderTests.cs
2010-06-15 14:04:55 -07:00
Suha Can
57991424e5 - A text content field in the common module.
--HG--
branch : dev
2010-06-15 11:41:35 -07:00
Nathan Heskew
1403b2de67 Manage tags admin menu item, back in the admin menu
--HG--
branch : dev
2010-06-14 22:41:57 -07:00
Nathan Heskew
36c3e674f5 Un-localized the a Url.Action action string as controller action names aren't localized
--HG--
branch : dev
2010-06-14 22:15:40 -07:00
Nathan Heskew
81ac382a68 Localized pluralized search result summary strings
--HG--
branch : dev
2010-06-14 22:12:06 -07:00
Nathan Heskew
5791af931f Fixed up the Orchard.Search admin index to correctly break up strings for localization
--HG--
branch : dev
2010-06-14 22:02:00 -07:00
Renaud Paquay
df3a1a4044 Re-adding reference to MultiTenancy
--HG--
branch : dev
2010-06-14 21:03:12 -07:00
Renaud Paquay
141f8bc421 Refactor ASP.NET specific behavior into abstraction interface
--HG--
branch : dev
2010-06-14 20:49:20 -07:00
Renaud Paquay
4672c4487e Merge
--HG--
branch : dev
2010-06-14 16:05:25 -07:00
Renaud Paquay
c0cc66f0be Save "dependencies.xml" only if there are changes
--HG--
branch : dev
2010-06-14 16:01:23 -07:00
Suha Can
a5833533f9 - Handler for content fields.
- Relies on the Activated event to weld fields to parts.
- New event Initializing added to the content management lifecycle, old Activated event is now Initializing.
- Unifying part and field template result classes.
- Refactoring.

--HG--
branch : dev
2010-06-14 13:12:41 -07:00
Renaud Paquay
59dbbfb44e Merge
--HG--
branch : dev
2010-06-14 09:02:25 -07:00
Renaud Paquay
cd3a537396 work on extension loading
* Add a "ExtensionLoaderCoordinator" class
* Rework the way loaders are notified of extensions being loaded,
  (de)activated, etc.

--HG--
branch : dev
2010-06-14 09:01:31 -07:00
Nathan Heskew
e8766af95a Changed ContentFieldDriverHandler to work with IContentFieldDriver
--HG--
branch : dev
2010-06-13 21:58:47 -07:00
Nathan Heskew
36460acd2b Reworking the admin menu a bit (still a work in progress)
--HG--
branch : dev
2010-06-12 23:29:19 -07:00
Renaud Paquay
ad54ffdbb2 Remove implicit conversion from string to LocalizedString
In most cases, relying on the implicit conversion is a sign
of a missing call to "T".

--HG--
branch : dev
2010-06-12 13:33:35 -07:00
Renaud Paquay
ff5448ac31 Normalize usage of IAppDataFolder
--HG--
branch : dev
2010-06-12 12:42:04 -07:00