Commit Graph

363 Commits

Author SHA1 Message Date
Andre Rodrigues
2eabd9773d Fixed more Framework UT
--HG--
branch : dev
2010-09-17 17:20:03 -07:00
Andre Rodrigues
be3f092b54 Fixing some framework UT
--HG--
branch : dev
2010-09-17 10:43:36 -07:00
Louis DeJardin
6652ec0ae7 Changing clay to binary dependency
--HG--
branch : dev
extra : rebase_source : 362e2533fa0ce5df0e0b41b7d11f94077c43c013
2010-09-14 14:56:02 -07:00
Louis DeJardin
a7f6fe9264 Merge
--HG--
branch : theming
2010-09-14 13:13:08 -07:00
Louis DeJardin
0b0bb3613b Merge
--HG--
branch : theming
2010-09-14 12:31:53 -07:00
Louis DeJardin
bab30e826d Making the ShapeDescriptor.Bindings multiply occuring information
The same descriptor has all variants registered in the bindings collection
The descriptor is registered in the table under each of those names

--HG--
branch : theming
2010-09-13 22:28:26 -07:00
Louis DeJardin
6bfde2891c Some refactoring in DisplayManagement namespace
Removing unused IShapeTableFactory
ShapeTableBuilder has default Feature - components describing shapes from their own module do not need to pass feature in
Fixing some tests
IShapeDescriptorBindingStrategy becomes IShapeTableProvider

--HG--
branch : theming
2010-09-13 20:57:37 -07:00
Louis DeJardin
b368a0e5df Shortening some class names
Small refactoring, preparing for descriptor binding variations

--HG--
branch : theming
2010-09-13 18:23:57 -07:00
Louis DeJardin
a03da9496a Content item specific shapes
Content manager creating shape names based on display mode
Template harvester converting known file patterns into appropriate shape names

--HG--
branch : theming
extra : rebase_source : a4d45b76ea0251bb3d6b7f24dba92563cc63addf
2010-09-09 17:14:38 -07:00
Louis DeJardin
bb9ba92f9d Adding some shape definitions into Orchard.Shapes
A few details of Layout/Document/Zone shapes are described
Three utility shapes are provided as [Shape] methods
An IOrchardViewPage interface is introduced to ensure all base view classes have the same minimum number of methods and properties available

--HG--
branch : theming
2010-09-07 22:15:33 -07:00
Louis DeJardin
02e46ba310 Theming items
Changing the extension to hide several old files
Adjusting BuildDisplayModel family to return shape for display

--HG--
branch : theming
2010-09-07 11:53:57 -07:00
Louis DeJardin
ef7abae721 Adding Frames collection to shape descriptor and metadata
--HG--
branch : theming
2010-09-06 20:51:24 -07:00
Louis DeJardin
77c48fb42a More theming work
Continued work towards making zone classes obsolete
Shape table construction per theme
Adding display helper to webforms view classes

--HG--
branch : theming
2010-09-05 04:06:18 -07:00
Sébastien Ros
b5ed08edea Removed IEvents interface
- Replaced by IEventHandler and IEventBus

--HG--
branch : dev
2010-09-03 17:52:53 -07:00
Sébastien Ros
b03a29ad42 Increased field storage size
- Ensure AlterColumn defines the field Type if the size is changed

--HG--
branch : dev
2010-09-03 16:51:57 -07:00
Nathan Heskew
043bcf54ee Retiring ContentItemViewModel
...and all that entails
- things like IZone and IZoneCollection are barely roughed in

--HG--
branch : theming
2010-09-03 16:04:42 -07:00
Sébastien Ros
0d91cf30ac Removing ContentType
--HG--
branch : theming
2010-09-03 14:02:37 -07:00
Louis DeJardin
c3242a2bca Merge
--HG--
branch : dev
2010-09-02 22:58:20 -07:00
Louis DeJardin
c4e1cbeb53 Continued adjustments
Removing direct references to IContainer and IContainerProvider from within components
Fixing broken tests

--HG--
branch : dev
2010-09-02 22:14:07 -07:00
Nathan Heskew
70453d012b Merge
--HG--
branch : dev
2010-09-02 21:29:10 -07:00
Louis DeJardin
6a5536dd32 Additional incremental work towards removing redundant layers.
--HG--
branch : dev
2010-09-02 16:34:17 -07:00
Nathan Heskew
33d47b3c39 Build*Model -> Build*Shape (in process of changing to work with (Clay) shapes instead of ContentItemViewModel)
--HG--
branch : dev
2010-09-02 15:11:33 -07:00
Louis DeJardin
7e02c2a75f Implementing work context and accessor
Projects access of per-unit-of-work components (request lifetime scope) for singleton (per shell lifetime scope) components
Preparing to rationalize and eliminate the various ah-hoc container and scoping abstractions

--HG--
branch : dev
2010-09-02 14:02:33 -07:00
Louis DeJardin
acaf55c69f Merge
--HG--
branch : dev
2010-09-01 21:37:49 -07:00
Louis DeJardin
f40dfb88e3 Updating to the Autofac-2.2.4.900-NET40 release
All tests run as expected at the point update was made
Removed obsolete OrchardControllerIdentificationStrategy
Add IsAdapterForIndividualComponents property to implementations of IRegistrationSource
IEnumerable quirk from autofac 2.1 did not reappear

--HG--
branch : dev
2010-09-01 21:35:48 -07:00
Nathan Heskew
a40ebd5f7e Cleaned out remaining dependencies on BaseViewModel (sln builds once again - yay)
--HG--
branch : dev
2010-09-01 15:51:41 -07:00
Louis DeJardin
b85a6ed122 Moving Orchard.Framework.Tests back into a runnable state
See #if REFACTORING in code for blocks that referenced obsolete BaseViewModel
This preprocessor symbol will not be present when this stage is complete

--HG--
branch : dev
2010-09-01 14:33:02 -07:00
Sebastien Ros
6264af8888 Registration settings
--HG--
branch : dev
2010-08-31 12:57:15 -07:00
Sebastien Ros
e81ec58497 Added unit tests for big text
--HG--
branch : dev
2010-08-31 12:13:55 -07:00
Louis DeJardin
ceebc80d96 Updates to display management
Breaking out the shape binding strategies
Implements a ShapeAttribute based shape discovery
Implements a template file name based discovery
Adjusts webforms engine for fully-qualified view names to limit itself to known extensions

--HG--
branch : mvc3p1
2010-08-30 16:02:20 -07:00
Louis DeJardin
7e10718e12 Implementing shape binding abstractions and built-in strategies
--HG--
branch : mvc3p1
2010-08-27 17:47:27 -07:00
Louis DeJardin
0394a5f78f More adjustments to namespace... Some planning...
--HG--
branch : mvc3p1
2010-08-26 15:07:10 -07:00
Louis DeJardin
f455b1da22 Renaming and relocating things in the DisplayManagement namespace
--HG--
branch : mvc3p1
2010-08-26 12:03:07 -07:00
Louis DeJardin
a744a3221f Updating display/shape services
--HG--
branch : mvc3p1
2010-08-25 21:42:53 -07:00
Louis DeJardin
a6b40cdce6 Rough intermediate state
display and shape are a work in progress
coarse grained service interfaces and relationships forming

--HG--
branch : mvc3p1
2010-08-25 15:46:25 -07:00
Louis DeJardin
85befeb31d Merge
--HG--
branch : mvc3p1
2010-08-23 13:10:51 -07:00
Louis DeJardin
4a84a0d591 Adding mvc3/razor placeholder support
Unofficial bits - do not use.
Integrates with mvc3 CSL hooks
Adds razor view engine to default configuration

--HG--
branch : mvc3p1
2010-08-23 13:10:12 -07:00
Sebastien Ros
a767494f9f Corrected foreign key management in data migrations
- Remove the SQLite specific overloads which had been converted to SqlCe by mistake
- Keep the SQLite class as an example implementation
- Updated the unit tests

--HG--
branch : dev
2010-08-19 12:37:41 -07:00
Nathan Heskew
69c901e5c0 Starting the move to ASP.NET MVC 3 Preview 1
--HG--
branch : mvc3p1
2010-08-16 15:37:51 -07:00
Sebastien Ros
b2fbce9c54 Removed the Ignore from corrected unit tests
--HG--
branch : dev
2010-08-04 13:33:21 -07:00
Sebastien Ros
1a9acedbfb Corrected SessionFactoryBuilder tests
--HG--
branch : dev
2010-07-30 10:18:46 -07:00
Renaud Paquay
4fc28080db Fix Unit Tests
--HG--
branch : dev
2010-07-29 20:57:55 -07:00
Nathan Heskew
221efe54ac User -> UserPart
- updating part names to conform to a <name>Part convention

--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Users/Drivers/UserDriver.cs => src/Orchard.Web/Modules/Orchard.Users/Drivers/UserPartDriver.cs
rename : src/Orchard.Web/Modules/Orchard.Users/Handlers/UserHandler.cs => src/Orchard.Web/Modules/Orchard.Users/Handlers/UserPartHandler.cs
rename : src/Orchard.Web/Modules/Orchard.Users/Models/User.cs => src/Orchard.Web/Modules/Orchard.Users/Models/UserPart.cs
rename : src/Orchard.Web/Modules/Orchard.Users/Models/UserRecord.cs => src/Orchard.Web/Modules/Orchard.Users/Models/UserPartRecord.cs
2010-07-22 23:56:17 -07:00
Louis DeJardin
84a564e329 Moving nested definition/builder classes to outer scope
--HG--
branch : dev
2010-07-22 11:55:08 -07:00
Renaud Paquay
1f35d57933 Fix bug in data migration: don't call "Repo.Update"
It's not needed, and it actually doesn't work as expected.

--HG--
branch : dev
2010-07-21 17:59:09 -07:00
Renaud Paquay
0d0411fa9e Fix unit tests
--HG--
branch : dev
2010-07-20 19:52:03 -07:00
Sebastien Ros
158adb156a Enhanced data migration scaffolding tool not to required the feature to be enabled
--HG--
branch : dev
2010-07-19 17:46:35 -07:00
Renaud Paquay
b4e7ab7679 Fix packaging bug
--HG--
branch : dev
2010-07-19 17:12:15 -07:00
Renaud Paquay
4bd6abe055 Replacing all version# with 0.5.0
--HG--
branch : dev
2010-07-19 14:04:53 -07:00
Renaud Paquay
9198be72ed Create ToAppRelative wrapper in IVirtualPathProvider
--HG--
branch : dev
2010-07-18 15:09:10 -07:00