Commit Graph

611 Commits

Author SHA1 Message Date
Louis DeJardin
797d166da2 Adding a msbuild proj file and associated cmd files
Initially contains Clean, Compile, Stage targets.
Default target, Build, calls each in order.
All outputs end in /build folder, which is ignored for source control purposes

--HG--
branch : dev
2010-02-06 20:10:12 -08:00
Louis DeJardin
4833c65844 Typo
--HG--
branch : dev
2010-02-06 01:40:39 -08:00
Louis DeJardin
aa74798f22 Adding Orchard.Setup dependencies when building safemode shell container
Enables routes and services in setup package to be used

--HG--
branch : dev
2010-02-05 22:18:36 -08:00
Louis DeJardin
43381c5a6d Adding the ability to create an isolated environment from a given shell settings
This is needed for the setup scenario, where the entire set of components with appropriate settings will need to be
available to initialize the system

--HG--
branch : dev
2010-02-05 18:03:58 -08:00
Louis DeJardin
673fd674fd Relocating FiniteContainerProvider
If it's going to exist it makes more sense in Orchard.Environment

--HG--
branch : dev
2010-02-05 17:25:23 -08:00
Louis DeJardin
63ded0e620 Removing MVC specific guid from Orchard.Setup project
Until the MVC 2 goes public, removing the guid enables a workstation to operate from a checkout alone

--HG--
branch : dev
2010-02-05 15:42:17 -08:00
Louis DeJardin
3b57908b52 Merge
--HG--
branch : dev
2010-02-05 15:37:22 -08:00
Suha Can
7674f6774e Setup is now a package, instead of a core extension
--HG--
branch : dev
2010-02-05 15:29:49 -08:00
Louis DeJardin
cb951b7434 Merge
--HG--
branch : dev
2010-02-05 15:23:49 -08:00
Louis DeJardin
ebe81a39fb Adding IDatabaseMigrationManager and IDatabaseCoordinator implementations
Starting point for controlled creation and upgrade of databases and schema
Only automatic schema population currently supported
SqlServer and SQLite providers implemented

--HG--
branch : dev
2010-02-05 15:19:53 -08:00
Louis DeJardin
f86826b99b Small change for consistency
Allow SQLite in class names without resharper warnings
Change a parameter name for consistency

--HG--
branch : dev
2010-02-05 15:16:31 -08:00
Suha Can
913c3ae440 SetupController setup post action and injection of notifier for error/status logging during setup
--HG--
branch : dev
2010-02-05 13:36:01 -08:00
Louis DeJardin
55cdaadbe3 Reordering the safe mode service registration
They're now in two groups: the default services, and safemode specific service replacements
The lifecycle scope is now container instead of singleton, which is consistent with the component's lifecycle in a default shell container

--HG--
branch : dev
2010-02-05 12:31:32 -08:00
Louis DeJardin
49ebdb876e Adding some additional process-only files to ignore list
.patch and .hg extensions exist only for patch/review process, if they're in the code tree it's only for convenience

--HG--
branch : dev
2010-02-05 12:29:52 -08:00
Louis DeJardin
c9b4d63f51 Renaming some Setup components to SafeMode
In the environment namespace the fact that it's a setup scenario isn't important
This may also be in effect when the app is in a "barely running" state, which has nothing to do with setup

--HG--
branch : dev
2010-02-05 12:05:26 -08:00
Louis DeJardin
69c2d9475d Creating and using shell settings loader
All *.txt files in ~/app_data/sites are discovered
Only one file should be present at the moment
If no files are present the setup shell container will be used

--HG--
branch : dev
2010-02-04 22:17:17 -08:00
Louis DeJardin
b50dfa7c50 Removing some comments in templates
These no longer applied to the safemode theme, because user and nav partials are not rendered

--HG--
branch : dev
2010-02-04 22:14:12 -08:00
Louis DeJardin
79fe90356b Adding a Setup mode shell container factory
Minimum profile of services needed to function are registered
Certain services are provided by hardcoded replacements implemented only for this context

--HG--
branch : dev
2010-02-04 19:47:24 -08:00
Louis DeJardin
1b273c7a8a Adding SafeMode theme
Needed for setup. Currently a copy of the Orchard theme, until a design is produced.
Simplified standalone layout and document templates reduce dependencies
Eventually should be in effect when the site is barely working for other reasons

--HG--
branch : dev
2010-02-04 19:42:42 -08:00
Erik Porter
fd68c90349 Added some data annotations to validate SetupViewModel
--HG--
branch : dev
2010-02-04 14:54:55 -08:00
Erik Porter
ec8df71e50 Added initial view and view model for setup
--HG--
branch : dev
2010-02-04 14:16:16 -08:00
Suha Can
1b014f577e Starting work on Setup, a new core package
--HG--
branch : dev
2010-02-04 12:24:18 -08:00
Suha Can
7dadc87129 Removing old cmspages
- Create new branch dev for iteration activity
- CmsPages was a leftover from the previous iteration where we rewrote it as the Pages package.

--HG--
branch : dev
2010-02-04 11:26:46 -08:00
jowall
d013ff0d66 Changes to csproj file. 2010-02-03 18:03:59 -08:00
jowall
6a702b5911 Moved the old admin files to an AdminClassic folder. Started edits to skin the admin with the light design. 2010-02-03 17:53:46 -08:00
Nathan Heskew
f10dcbd4e1 Cleaning out some old view templates that were hanging around but not referenced by a csproj 2010-02-03 00:23:45 -08:00
Louis DeJardin
17085fbabc Adding .hgignore file
Stops the client tools from prompting to add unknown bin, obj, etc files
2010-02-02 22:59:43 -08:00
rpaquay
8e6c3fc0bd Fix unit tests
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046148
2010-01-31 19:29:16 +00:00
skewed
8f7b18ed8d #themes - Playing with file names for views in Orchard.Blogs
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046131
2010-01-31 08:46:37 +00:00
rpaquay
61cf152cf3 Update automapping convention for record table name (prefix table name with module name)
Also remove nhibernate reference from a few modules, as it is not needed anymore.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046128
2010-01-31 07:47:34 +00:00
skewed
034607ef4e A few more tweaks to the theme preview (resurrecting the cancel button and changing redirect on apply url)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046097
2010-01-29 21:09:14 +00:00
skewed
bc46cb3692 A little lipstick for the theme preview UI. Will need a little work/cleanup in the near future but it's good for a Friday show and tell.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046094
2010-01-29 19:37:28 +00:00
skewed
a575eb759f Un-reversing resources in ResourceManager's GetFiles for now and pulling unnecessary script registration from publish editor templates (page and post)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046092
2010-01-29 19:07:28 +00:00
skewed
e81becb6ed - Fixing up the date and time picker UI a little to keep the input in a block
- Some work on the timepicker to keep its width and right alignment in check (still need to make right/left alignment on its target element an option)

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046087
2010-01-29 09:30:18 +00:00
ErikPorter
95c927f9f4 More prototype changes to templating (not done). #themes
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046086
2010-01-29 08:57:11 +00:00
ErikPorter
e7d735692a Changed ResourceManager to reverse everything it returns since multi-pass rendering makes resources get register backwards. This makes it so resources will be rendered in the proper order.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046085
2010-01-29 08:39:55 +00:00
loudej
a737e9bda1 Apply from the preview form needs to set site theme.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046082
2010-01-29 00:20:14 +00:00
loudej
f96c27c1d8 Theme preview with black-bar style
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046081
2010-01-29 00:15:14 +00:00
ErikPorter
2a72d27e74 More templating work (getting closer, but not done). #themes
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046049
2010-01-28 09:57:08 +00:00
ErikPorter
6af2247c1d Temp check-in with some of viewing a blog working with new templating. #themes
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046048
2010-01-28 09:33:59 +00:00
skewed
5a8ac65dae Adding date and time pickers to page and blog post create/edit for scheduled publishing input. There's a fair bit of duplication in here between post and page possibly making more clear another candidate for consolidation.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046045
2010-01-28 06:53:58 +00:00
ErikPorter
efa9a2f02b Continuing work to make view models and views more generic. #themes
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046043
2010-01-28 05:16:47 +00:00
ErikPorter
49cf19b7ee Added some templated view models and removed unneeded view models from blogs. #themes
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046039
2010-01-28 02:39:34 +00:00
suhacan
69bda8f0da - Fixing more tags related regressions.
- Fixing a bug where tags weren't being applied to new posts.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046035
2010-01-28 00:58:20 +00:00
ErikPorter
08fa1c0c6b Adding rest of files missed in my last branching check-in.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046034
2010-01-28 00:56:30 +00:00
ErikPorter
acad15c2ff Creating exploratory branch for theming.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046032
2010-01-28 00:25:52 +00:00
ErikPorter
13aa625fdd Moved/renamed FeedExtensions to fit with other patterns.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046030
2010-01-27 23:52:07 +00:00
skewed
0c71dc6611 Some Comments UI work
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046029
2010-01-27 23:10:27 +00:00
skewed
9ac369032d Separating anonymous and authenticated comments and getting anonymous comments hooked up. Still a bit of work left in the comments space...
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046027
2010-01-27 22:18:39 +00:00
loudej
71e3b2fc63 Applying change to support “Anonymous” and “Authenticated” role’s permissions as appropriate.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046025
2010-01-27 21:48:09 +00:00