Commit Graph
1611 Commits
Author SHA1 Message Date
Louis DeJardin 622edd8335 Merge
--HG--
branch : dev
2010-06-30 12:39:27 -07:00
Sebastien Ros 4582fcb9e7 Merge
--HG--
branch : dev
2010-06-30 11:26:27 -07:00
Sebastien Ros 04f732701a Updated Azure projects
--HG--
branch : dev
2010-06-30 11:25:50 -07:00
Nathan Heskew 8ee4740c45 Getting a content type's field settings to save. Still need to expose and work with a type part's field settings.
--HG--
branch : dev
2010-06-30 10:06:39 -07:00
Sebastien Ros 8c1b8ff285 Corrected merge change
--HG--
branch : dev
2010-06-29 16:27:23 -07:00
Sebastien Ros 6b781efccd Merge
--HG--
branch : dev
2010-06-29 16:20:23 -07:00
Sebastien Ros b72575748b Merge
--HG--
branch : dev
2010-06-29 16:20:04 -07:00
Sebastien Ros d91e488cb7 Use DataMigration API to create database tables for each feature
--HG--
branch : dev
2010-06-29 16:17:08 -07:00
Nathan Heskew cce58c6a11 Getting field setting editors displayed in the content type editor (still need to hook up update...and refactor relevant actions)
--HG--
branch : dev
2010-06-29 16:00:01 -07:00
Nathan Heskew d6158e316b Hooking up part setting management when editing content types/parts
--HG--
branch : dev
2010-06-29 15:07:40 -07:00
Sebastien Ros a7c0664984 Prevent the search index to have two documents for the same content item
--HG--
branch : dev
2010-06-29 12:24:09 -07:00
Sebastien Ros ca0de6aa49 Use DataMigration API to create tables by default
Created DataMigration class for the Settings module

--HG--
branch : dev
2010-06-29 11:28:21 -07:00
Louis DeJardin 01f8617078 Changing the Getter/Setter deletages to an IFieldStorage interface
Deletages seemed inconsistent with design of rest of system
Interface allows for typed accessor methods, which will be important for columnar backing

--HG--
branch : dev
2010-06-28 17:21:19 -07:00
Nathan Heskew 21328875f3 Made the DevTools content type setting UI a little more friendly
- also a friendly reminder to myself (or anyone reading this) that I need to hook up an overloaded Html.Label that takes a for value and label text

--HG--
branch : dev
2010-06-28 15:43:36 -07:00
Louis DeJardin b22e156d07 Adding <remove name="..."/> to metadata reader
Provides ability to remove parts and fields on merge/import of content definitions
Fixes some fieldname/fieldtypename issues on persistence

--HG--
branch : dev
2010-06-28 15:30:08 -07:00
Louis DeJardin 35fe587b6d Removing unneeded extension method
--HG--
branch : dev
2010-06-28 14:57:49 -07:00
Louis DeJardin 59498a6f6b Merge
--HG--
branch : dev
2010-06-28 14:42:18 -07:00
Nathan Heskew 6d310fe3f1 Small update to not weld a content type's (implicit) part on twice
Also updated the Orchard.ContentTypes proj to not spin up cassini

--HG--
branch : dev
2010-06-28 13:22:34 -07:00
Nathan Heskew 0a38ebc8c4 Moved the CSS for Orchard.Content types to the new proj
--HG--
branch : dev
2010-06-28 10:13:48 -07:00
Nathan Heskew 41849b2067 Changed Orchard.ContentTypes feature category. Developer -> Content ("Custom Content" or "Site Builder" could also work)
--HG--
branch : dev
2010-06-28 10:08:17 -07:00
Nathan Heskew 3d1fc3bbc5 A little post Contents -> ContentTypes move view assembly import cleanup
--HG--
branch : dev
2010-06-28 09:33:46 -07:00
Sebastien Ros a09536a44a Updated code to reflect new DataServicesProvider changes
--HG--
branch : dev
2010-06-25 17:06:02 -07:00
Sebastien Ros 8372db9457 Merge
--HG--
branch : dev
2010-06-25 16:52:14 -07:00
Sebastien Ros 092fcc869a Work on automatic schema creation
--HG--
branch : dev
2010-06-25 15:35:52 -07:00
Louis DeJardin aadde50df4 Adding template sorting by optional position parameter
--HG--
branch : dev
2010-06-25 15:03:42 -07:00
Louis DeJardin 4fdecf04c5 Refactoring data builders into data service providers
IDataServicesProviderFactory used to build correct IDataServicesProvider instance
Components implementing IDataServiceProvider must also have public static ProviderName {get;} to be identified
The data service provider, for now, has the responsability of creating the ISessionFactory for a shell

--HG--
branch : dev
2010-06-25 14:41:19 -07:00
Louis DeJardin c35369fabc Roughing in extensibility model for content type definition editor
IEventHandler method invocation will aggregate return values of type IEnumerable<T>
Added IContentDefinitionEditorEvents and ContentDefinitionEditorEventsBase to framework assembly
ContentTypes editor fires events to build and apply additional type and typepart TemplateViewModel classes
As an example, added some content type settings to devtools "ShowDebugLinks"
In content type definition builder moved DisplayedAs(name) into it's own method
Added Html.RenderTemplates helper to execute renderpartial with prefix directly to bypass (for some cases) Html.EditorXxx, Html.DisplayXxx

--HG--
branch : dev
2010-06-25 10:11:50 -07:00
Sebastien Ros 185c7d125b Skeleton for an Uninstall() method
--HG--
branch : dev
2010-06-24 17:41:51 -07:00
Sebastien Ros a116d805e3 Added index management to data migration API
--HG--
branch : dev
2010-06-24 17:03:07 -07:00
Louis DeJardin 57566aaa6a Changing content type names to PascalCase
Became clear while editing metadata the names the only lowercase value and stick out pretty badly
especially when used as {id} in urls

--HG--
branch : dev
2010-06-24 16:34:10 -07:00
Louis DeJardin 61395c8ad8 Merge
--HG--
branch : dev
2010-06-24 16:11:45 -07:00
Louis DeJardin c3b2d8e6f6 Shifting ContentType editing into dedicated module
Orchard.ContentTypes module added
Updating actionlink strings in views
Adjusting actionview names in contenttypes/admin controller EditType to Edit, and CreateType to Create

--HG--
branch : dev
2010-06-24 16:11:10 -07:00
Sebastien Ros 0d30307fce Data migration schema API
--HG--
branch : dev
2010-06-24 16:05:08 -07:00
Louis DeJardin d25f862306 Merge
--HG--
branch : dev
2010-06-24 14:35:34 -07:00
Louis DeJardin 6540479d48 Point where basic infoset-based storage of fields is working
Moved some namespaces to reorganize some parts of code
Created a field storage api and default implementation
Added InfosetPart that's always welded as mechanism to reach versioned and non-versioned ad-hoc data

--HG--
branch : dev
2010-06-24 14:35:18 -07:00
Nathan Heskew 360332fbb9 Some progress on adding fields to parts through the UI
--HG--
branch : dev
2010-06-24 13:30:57 -07:00
Suha Can c191c3ea63 - A command to generate controllers in modules in the scaffolding feature.
--HG--
branch : dev
2010-06-24 13:19:14 -07:00
Suha Can c84e944cbf - Moving around some code in devtools.
--HG--
branch : dev
2010-06-23 18:42:53 -07:00
Suha Can e4b8655129 Merge
--HG--
branch : dev
2010-06-23 18:15:59 -07:00
Suha Can 4c05a4c304 - Tooling: Scaffolding commands for creating Orchard modules via cmd.
--HG--
branch : dev
2010-06-23 18:15:36 -07:00
Nathan Heskew d74c9a13b2 Beginning of the "add field" UI for parts
--HG--
branch : dev
2010-06-23 14:53:41 -07:00
Louis DeJardin f38620786e Incremental work towards infoset field storage
Thinning out ContentField model slightly
Reducing ContentFieldDriver's burden of locating storage strategies
Implementing non-versioned infoset field storage on ContentItemRecord Data property

--HG--
branch : dev
2010-06-23 14:38:21 -07:00
Suha Can 613cf2afaf - Using $$replacetext$$ in scaffolding templates.
--HG--
branch : dev
2010-06-23 13:38:50 -07:00
Suha Can a7e86760ef - Scaffolding template files for module/controller generation.
--HG--
branch : dev
2010-06-23 13:36:09 -07:00
Suha Can 1e8cbb7a6d - Featurizing DevTools, adding scaffolding and profiling features.
--HG--
branch : dev
2010-06-23 12:23:22 -07:00
Nathan Heskew 289ade85bf Displaying and editing content part fields (in edit type UI)
--HG--
branch : dev
2010-06-23 12:18:07 -07:00
Louis DeJardin f7a135b97a Merge
--HG--
branch : dev
2010-06-23 11:13:17 -07:00
Louis DeJardin b9c26d3422 Incremental work towards infoset field storage
--HG--
branch : dev
2010-06-23 11:13:03 -07:00
Nathan Heskew 3aad42eef4 More touchup of the parts management UI (when editing a content type) before moving on to fields
--HG--
branch : dev
2010-06-23 11:05:51 -07:00
Sebastien Ros 325d00d1dd Implemented GetFeaturesThatNeedUpdate() method
Returns all features that could be updated

--HG--
branch : dev
2010-06-23 10:56:14 -07:00