Commit Graph

1680 Commits

Author SHA1 Message Date
Sebastien Ros
322125a33f Search results are no more filtered by culture by default
--HG--
branch : dev
2010-07-07 15:51:03 -07:00
Jonathan Wall
0abf6a2374 Updated Cultures page UI.
--HG--
branch : dev
2010-07-07 15:43:05 -07:00
Sebastien Ros
b13c42557a Corrected Search command
--HG--
branch : dev
2010-07-07 15:02:45 -07:00
Sebastien Ros
ef02c6d66d Corrected Azure project
- Removes automatically teh system.extensions tags which prevents MVC from working on Azure
- Updated web.config with Orchard.Web's one
- Added a machineKey for server farm scenarios

--HG--
branch : dev
2010-07-07 15:01:51 -07:00
Nathan Heskew
fd95b7284f Getting at available parts (to hook on to content types) differently to include appropriate code- and user-defined parts
--HG--
branch : dev
2010-07-07 12:29:30 -07:00
Nathan Heskew
8da1423511 Changed new content types to be part-free on creation
--HG--
branch : dev
2010-07-07 11:47:18 -07:00
Suha Can
9597712701 - Invalidating cultures cache when site cultures are modified (add,delete).
--HG--
branch : dev
2010-07-07 11:30:43 -07:00
Suha Can
ba34854ae0 Merge
--HG--
branch : dev
2010-07-07 11:16:34 -07:00
Suha Can
857c59de45 - Adding a culture command handler with a few commands related to culture management.
- Moving fr-FR culture to fr

--HG--
branch : dev
2010-07-07 11:15:48 -07:00
Nathan Heskew
2ccd28fea1 Some features management CSS cleanup
--HG--
branch : dev
2010-07-07 11:15:05 -07:00
Nathan Heskew
75d7f6bc68 A bit of content type management refactoring
- put the controller on a diet
- made type display name changes take
- pulled some hard-coded template prefix strings into the view model

--HG--
branch : dev
2010-07-07 10:16:30 -07:00
Sebastien Ros
e9a0e09732 Hide the Manage Content admin menu item
--HG--
branch : dev
2010-07-06 13:55:20 -07:00
Sebastien Ros
8b9a8e14ea Features list display link to update schema if available
--HG--
branch : dev
2010-07-06 12:51:26 -07:00
Sebastien Ros
4ed7964cbf Added menu item for developer tools
--HG--
branch : dev
2010-07-06 11:39:26 -07:00
Sebastien Ros
48c00c30a4 Added better UI for Data migration developer tools
--HG--
branch : dev
2010-07-06 11:35:38 -07:00
Sebastien Ros
fb87fb9dd4 Code clean up
--HG--
branch : dev
2010-07-05 14:41:56 -07:00
Sebastien Ros
d428ebc2f8 Data migration for developers
- NHibernate auto-update is explicitly run by the user (dev) through a DevTool Controller Action or Command
- Generate the create method from the nhib schema

--HG--
branch : dev
2010-07-05 13:35:50 -07:00
Renaud Paquay
24eb381be3 Dynamic loading: Skip reference assemblies in ~/bin
--HG--
branch : dev
2010-07-03 12:29:40 -07:00
Renaud Paquay
392f4fd7b2 Dynamic loading: monitor .cs files in addition to .csproj file
--HG--
branch : dev
2010-07-03 12:29:04 -07:00
Renaud Paquay
0fa27bb6d6 Renames...
--HG--
branch : dev
2010-07-03 12:28:23 -07:00
Renaud Paquay
23521a1d5b Merge
--HG--
branch : dev
2010-07-03 09:52:53 -07:00
Renaud Paquay
6c2ee38bd3 Perf: Don't call "GetReferencedAssemblies" when loading extensions
GetReferencedAssemblies forces all assemblies to be loaded, which has an impact
on startup time. Since we know the name of the assemblies we need to load for
extensions/modules, do a assembly name check instead.

Also refactor code paths to always use the IBuildManager abstraction.

--HG--
branch : dev
2010-07-02 23:37:33 -07:00
Renaud Paquay
6ff8f611db Perf: Cache for dependencies.xml file was incorrectly setup
--HG--
branch : dev
2010-07-02 21:27:24 -07:00
Renaud Paquay
b0842c5529 Fix dynamic compilation issue in command line host
--HG--
branch : dev
2010-07-02 21:08:50 -07:00
Renaud Paquay
e7aa444a95 Create a stub for IVirtualPathProvider (Unit Tests)
--HG--
branch : dev
2010-07-02 21:08:13 -07:00
Nathan Heskew
d89eeb7985 Beginning some content type edit refactoring/cleanup
--HG--
branch : dev
2010-07-02 17:15:59 -07:00
Nathan Heskew
d892e88d09 Added part creation and tidied up the content type management flow a little
- could make use of a redirectUrl for a little better experience

--HG--
branch : dev
2010-07-02 16:07:43 -07:00
Renaud Paquay
a178f29e37 Merge
--HG--
branch : dev
2010-07-02 12:31:10 -07:00
Nathan Heskew
5214c80cdf Cleaned up the create content link on the content types (list) page
--HG--
branch : dev
2010-07-02 11:42:41 -07:00
Nathan Heskew
312bc56f6f Fixed a "typo" on the parts list page
--HG--
branch : dev
2010-07-02 11:30:18 -07:00
Nathan Heskew
d2e93fd33b Added list of content parts
--HG--
branch : dev
2010-07-02 11:28:31 -07:00
Renaud Paquay
462eed28f3 Slightly refactor AppDomain restart code
--HG--
branch : dev
2010-07-02 10:55:11 -07:00
Sebastien Ros
9fb7ccaa11 Clean up some code
--HG--
branch : dev
2010-07-02 10:38:46 -07:00
Nathan Heskew
f45e73bcbf Fixed the fields display when editing a content type
--HG--
branch : dev
2010-07-02 09:57:48 -07:00
Renaud Paquay
fd81420210 Merge
--HG--
branch : dev
2010-07-02 09:12:33 -07:00
Nathan Heskew
1df3d89638 Some edit type UI "refactoring" (in progress)
--HG--
branch : dev
2010-07-02 01:52:42 -07:00
Nathan Heskew
c1f4474a85 Hooked up field removal from a content part
--HG--
branch : dev
2010-07-02 01:42:19 -07:00
Nathan Heskew
ff91b4cac4 Some edit type UI "refactoring" (in progress)
--HG--
branch : dev
2010-07-01 17:47:31 -07:00
Renaud Paquay
6b2c1788ab Monitor "~/Modules" path to detect add/remove of modules
--HG--
branch : dev
2010-07-01 17:29:53 -07:00
Renaud Paquay
9af69afef0 Merge
--HG--
branch : dev
2010-07-01 16:57:22 -07:00
Renaud Paquay
ed3bece16e Slightly tweak the redirect code...
--HG--
branch : dev
2010-07-01 16:57:07 -07:00
Nathan Heskew
ef9ed3145e Fixed the links to features on the module list
--HG--
branch : dev
2010-07-01 15:35:06 -07:00
Nathan Heskew
b95534b1cf A little more markup cleanup (of something that just gave me a 500)
--HG--
branch : dev
2010-07-01 15:21:51 -07:00
Nathan Heskew
a42b842345 Hooked up part removal from a content type
- + some type editor related markup cleanup

--HG--
branch : dev
2010-07-01 15:06:24 -07:00
Renaud Paquay
81e3001014 Remove reference to modules from Orchard.Web project
With the dynamic compilation work, this is not required anymore.

--HG--
branch : dev
2010-07-01 12:16:11 -07:00
Renaud Paquay
bf9e6f78f8 Redirect the request if the AppDomain needs to be restarted
--HG--
branch : dev
2010-07-01 12:12:39 -07:00
Renaud Paquay
bafc6ab6f0 Removed unneeded reference from Orchard.Setup
--HG--
branch : dev
2010-07-01 10:14:04 -07:00
Renaud Paquay
12be04814c Fix unit test
--HG--
branch : dev
2010-06-30 23:56:03 -07:00
Renaud Paquay
606d1869ab Add support for dynamic extension dependencies
Suppose Module A is loaded through its pre-compiled version
Suppose Module B is loaded through its pre-compiled version
Suppose Module A depends on Module B

If the csproj of Module B is updated, Module B will be dynamically compiled.
We have to ensure Module A is also dynamically compiled, because Module A can't
reference the pre-compiled version of B anymore.

The way we enforce this is by asking every loader if they are compatible
with all module references of a module before picking it as the actual loader.
If a loader decides it's not compatible with the module references, the next
loader in order of priority will be considered.

--HG--
branch : dev
2010-06-30 23:41:44 -07:00
Renaud Paquay
5b89b6a78d Generalize the dependy ordering algorithm
--HG--
branch : dev
2010-06-30 23:39:38 -07:00