Commit Graph

431 Commits

Author SHA1 Message Date
Nathan Heskew
a24b9eb732 Theme management UI updates and bug fixes
--HG--
branch : dev
2010-05-14 13:43:41 -07:00
Sebastien Ros
8b255d59f8 Corrected typos
--HG--
branch : dev
2010-05-14 12:23:16 -07:00
Nathan Heskew
aa4d8e3773 Added some more SpecFlow tests for MultiTenancy and fixed a few bugs
--HG--
branch : dev
2010-05-14 10:03:16 -07:00
Renaud Paquay
2ad6aafc40 Move list of default features to SetupService
This is so that the "setup" command doesn't require a list of
features and can use the default list.

Also add back tags, widgets and media as enabled by default.

--HG--
branch : dev
2010-05-13 19:07:53 -07:00
Renaud Paquay
c68ec562eb Merge
--HG--
branch : dev
2010-05-13 16:37:57 -07:00
Renaud Paquay
641e3833cd Make user validate a bit more robust 2010-05-13 16:31:40 -07:00
Nathan Heskew
3b630c4f15 Updated some of the MultiTenancy SpecFlow tests
Need to add more to cover database preconfiguration

--HG--
branch : dev
2010-05-13 14:57:45 -07:00
Nathan Heskew
0a9570a51e More MT UI wor
- added edit tenant

--HG--
branch : dev
2010-05-13 13:32:48 -07:00
Louis DeJardin
87e4874968 Merge
--HG--
branch : dev
2010-05-12 19:29:15 -07:00
Louis DeJardin
49d29db0ca Moving some code around for migration to new events mechanism
ShellSettings and ShellDescriptor string-named events removed
IShellSettingsManager and IShellDescriptorManager have associated event interfaces
Orchard host event sink forwards those two interfaces to default orchard host (special case - orchard host can't enlist normally)

--HG--
branch : dev
2010-05-12 19:28:18 -07:00
Suha Can
7ec0dc57ee - Making IEventHandler an IDependency and related changes to the event bus and the shell container factory.
- Refactoring ZoneManager to use IEventHandlers.
- Other related changes to event handler based components, removing unneeded looping through handlers in the component since the event bus does that.

--HG--
branch : dev
2010-05-12 19:07:03 -07:00
Sebastien Ros
c384bae408 Refactored IShellSettingsEventHandler to prepare a relocation to DefaultOrchardHost
Need some autofac tweeks as ShellSettingsManager can't have a dependency on, and DefaultOrchardHost can't implement IEventHandler
Currently modified IOrchardHost by adding InvalidateShells() which is called by TenantService.
To do: Remove InvalidateShell, make DefaultOrchardHost implement IShellSettingsEventHandler, and make ShellSettingsManager fire the events

--HG--
branch : dev
2010-05-12 17:22:11 -07:00
Suha Can
dcdbbcf210 - Modifying feeds module to use eventhandlers.
--HG--
branch : dev
2010-05-12 16:11:30 -07:00
Nathan Heskew
bed6afb98b Making use of the autofocus attribute
--HG--
branch : dev
2010-05-12 15:52:36 -07:00
Sebastien Ros
f6c170679e IShellSettingsEventHandler to modify tenants in the running application
Added new methods for altering the tenants: Remove and Update

--HG--
branch : dev
2010-05-12 15:26:52 -07:00
Nathan Heskew
3339cc94a8 Adding a solution for single button inline forms
- used initially in the multitenancy tenant list. should be used anywhere we have/need destructive "links"

--HG--
branch : dev
2010-05-12 14:47:30 -07:00
Suha Can
849336d058 - Moving Authorization service to the new event system.
--HG--
branch : dev
2010-05-12 13:31:33 -07:00
Nathan Heskew
ad9375a09c Pulled stale JS reference from the add tenant page
--HG--
branch : dev
2010-05-12 09:41:10 -07:00
Nathan Heskew
fe91381f77 Updated some module's (tags & comments) categories
--HG--
branch : dev
2010-05-12 08:47:21 -07:00
Sebastien Ros
5f4a93ce16 Merge
--HG--
branch : dev
2010-05-11 16:51:05 -07:00
Sebastien Ros
372010684d Change port of urls in multi tenant admin
--HG--
branch : dev
2010-05-11 16:50:25 -07:00
Nathan Heskew
89ffa5d5bf Ensuring the current tenant (Default) cannot have its state changed
--HG--
branch : dev
2010-05-11 16:21:00 -07:00
Nathan Heskew
5aad2aa8ab More work on the MT UI
- added suspend/resume actions

--HG--
branch : dev
2010-05-11 16:14:18 -07:00
Sebastien Ros
e8190f0e32 Corrected urls generation on multi tenants listing with Azure
--HG--
branch : dev
2010-05-11 15:02:43 -07:00
Nathan Heskew
3182cfcfbc Cleaned up some random invalid markup
--HG--
branch : dev
2010-05-11 12:32:02 -07:00
Nathan Heskew
fa6ac5f0dd Some more work on the MT UI
- tenant database setup can be preconfigured
- site setup UI reflects available settings (e.g. if database setup is preconfigured then don't show db options)
- updated jQuery from 1.4.1 to 1.4.2 (finally)

--HG--
branch : dev
2010-05-10 16:01:04 -07:00
Nathan Heskew
88ea798bda A little more work on the MultiTenancy UI
--HG--
branch : dev
2010-05-10 00:44:52 -07:00
Nathan Heskew
339bcc77ad Some work on the MT UI
--HG--
branch : dev
2010-05-09 13:31:44 -07:00
Renaud Paquay
4546f2e143 Merge
--HG--
branch : net40
2010-05-07 16:08:10 -07:00
Nathan Heskew
ae801b66b2 Updated all of the module manifests with a little more relevant info.
--HG--
branch : dev
2010-05-06 22:46:18 -07:00
Renaud Paquay
d47761d6a9 Merge
--HG--
branch : net40
2010-05-06 13:45:42 -07:00
Louis DeJardin
17fcea6e86 Initial roughing out of some profiling context
wcat binaries (http://www.iis.net/community/default.aspx?tabid=34&g=6&i=1466)
Orchard.Profiling project to hold some wcat scripts for generating stress-style load and specflow features for generating fixed sets of requests
"add profiling data" command in Orchard.DevTools to create a number of samples page and blog content items
"build.cmd profiling" target creates build\Profiling web dir from clean build, and execs baseline setup and population via orchard cmdline

--HG--
branch : dev
2010-05-06 12:53:27 -07:00
Louis DeJardin
f9dd75ad9e Merge
--HG--
branch : dev
2010-05-03 11:19:34 -07:00
Louis DeJardin
ae2c225070 Adjusting Orchard.Media module for storage path conventions
IMediaService no longer calculates root path as physical folder
Public urls are provided by IStorageProvider

--HG--
branch : dev
2010-05-03 11:18:10 -07:00
Renaud Paquay
d84f4ee0db Merge
--HG--
branch : dev
2010-04-30 20:44:35 -07:00
Renaud Paquay
dd4c4f5730 Re-add Blog as one of the default feature to enable during setup
--HG--
branch : dev
2010-04-30 15:00:10 -07:00
Renaud Paquay
312d6d812c Merge
--HG--
branch : dev
2010-04-29 19:09:09 -07:00
Renaud Paquay
99872bd207 Add a few commands related to features:
feature list
feature enable
feature disable

--HG--
branch : dev
2010-04-29 19:08:29 -07:00
Nathan Heskew
06f91a1741 A little more module management UI work
- linked feature deps to features
- fixed a test

--HG--
branch : dev
2010-04-29 14:09:56 -07:00
Nathan Heskew
e8b8a8895f Some work on the installed modules page.
- representing more of the module info and linking in to contained features

--HG--
branch : dev
2010-04-29 14:03:24 -07:00
Nathan Heskew
ce5b7fe317 A little cleanup in the Orchard.Modules module
- removed unused DisplayTemplates views folders

--HG--
branch : dev
2010-04-29 13:06:18 -07:00
Renaud Paquay
7788ad20c8 Remove code left over from previous merge
--HG--
branch : dev
2010-04-28 18:53:20 -07:00
Renaud Paquay
7b42330b43 Merge
--HG--
branch : dev
2010-04-28 18:27:22 -07:00
Renaud Paquay
8a1c9cc46f Make "setup" command available for "orchard.exe"
Extracted the setup code into a "SetupService" used by setup controller
and command.

--HG--
branch : dev
2010-04-28 18:21:32 -07:00
Nathan Heskew
5964e6ef55 Minor update to the Orchard.Blogs Module.txt to get its feature detailed correctly
--HG--
branch : dev
2010-04-28 14:55:17 -07:00
Nathan Heskew
d64de69769 Merge
--HG--
branch : dev
2010-04-28 14:34:21 -07:00
Nathan Heskew
34587c62a4 More work on the module/feature UI*
- reshuffled the related admin menu
- cleaned up a little of each module and feature list page

* still all based on the page list semantics

--HG--
branch : dev
2010-04-28 14:34:01 -07:00
Suha Can
eea9bfb2f0 - Adding OrchardSwitches attribute to the tenant add command handler.
- Removing UrlPrefix from the tenant creation admin UI (will be readded once implemented).

--HG--
branch : dev
2010-04-28 14:33:08 -07:00
Nathan Heskew
02c6835627 Merge
--HG--
branch : dev
2010-04-28 14:07:08 -07:00
Louis DeJardin
f892a18588 Removed one other place non-test code was calling Reinitialize_Obsolete
--HG--
branch : dev
2010-04-28 12:46:29 -07:00