Commit Graph
4554 Commits
Author SHA1 Message Date
jowall 37c5033c31 Updated menu.list glyph.
--HG--
branch : dev
2011-03-17 10:40:16 -07:00
Nathan Heskew 7251fd9140 Merge
--HG--
branch : dev
2011-03-17 09:38:01 -07:00
Andre Rodrigues 3afe2b3ef4 Adding option to process recipes when installing modules. Adding detailed installation page to local installation. Moving installation processes to PackagingServices feature. Correcting dependencies between features.
--HG--
branch : dev
2011-03-16 16:56:09 -07:00
Nathan Heskew d77cfce85e Making the zones view "switchable".
It could use some more relevant icons but what is there by default is fine for now.

--HG--
branch : dev
2011-03-16 14:38:54 -07:00
Suha Can db91c88615 Refactoring and fixing a bug with common part import.
--HG--
branch : dev
2011-03-16 14:32:01 -07:00
Suha Can cbf5235b0c Adding I/E handlers for the last few types.
--HG--
branch : dev
2011-03-16 12:38:04 -07:00
Suha Can 0aeed66ad0 Comments,tags,localization import handlers.
--HG--
branch : dev
2011-03-16 11:39:46 -07:00
Nathan Heskew 3c41eea22f Updating the widgets spec test to keep up with the UI changes.
--HG--
branch : dev
2011-03-16 11:28:05 -07:00
Suha Can bafbf18e27 Import handlers for navigation,blogs,widgets,layers and deferred publishing/archiving types.
--HG--
branch : dev
2011-03-16 10:32:22 -07:00
Suha Can 527c8612f0 Adding session to import context with an utility method.
Import handlers for common and route parts.

--HG--
branch : dev
2011-03-16 10:03:45 -07:00
Andre Rodrigues 173af2bcbe Extending manifest parser to support flatenned default feature.
--HG--
branch : dev
2011-03-16 08:55:07 -07:00
Suha Can 7d44329f5a Adding a utility method to ImportContentContext.
--HG--
branch : dev
2011-03-15 19:31:54 -07:00
Suha Can 008d64e381 Import handler for BodyPart.
--HG--
branch : dev
2011-03-15 19:16:48 -07:00
Suha Can 76af635ea8 Use the xxxTxxxZ format for date fields in import/export.
--HG--
branch : dev
2011-03-15 19:04:42 -07:00
Suha Can cef8dbc4e7 Commenting.
--HG--
branch : dev
2011-03-15 18:47:33 -07:00
Suha Can 20a04a24ea Import handler for text fields.
--HG--
branch : dev
2011-03-15 18:36:43 -07:00
Suha Can 0f33a9edfb Correctly compare content identities.
--HG--
branch : dev
2011-03-15 18:00:59 -07:00
Suha Can d38ccab883 Make ContentIdentity the key for the ImportContentSession table. This will make the order in which the tokens appear in the x.500 ids irrelevant, which is desired.
--HG--
branch : dev
2011-03-15 17:46:03 -07:00
Suha Can 3c2cfa471b Moving ImportContentSession to a separate file.
--HG--
branch : dev
2011-03-15 16:55:50 -07:00
Suha Can 4426d99f0c Merge
--HG--
branch : dev
2011-03-15 16:45:50 -07:00
Suha Can 988d2d44cf Modifying some export handlers.
--HG--
branch : dev
2011-03-15 16:45:25 -07:00
Andre Rodrigues 2fe47bbc55 Correcting minor issue when querying the gallery for packages - moving filtering to the server.
--HG--
branch : dev
2011-03-15 16:43:11 -07:00
Suha Can 123dc56f85 ContentManager::Import implementation.
Adding an import session used by the data recipe handler and the content manager.

--HG--
branch : dev
2011-03-15 16:40:47 -07:00
Nathan Heskew 90c16e0274 More progress on the next rev of the global widget management UI.
Starting to come together. Widgets can be added once again.

--HG--
branch : dev
2011-03-15 15:10:24 -07:00
Suha Can f4d204da96 Merge
--HG--
branch : dev
2011-03-15 13:13:51 -07:00
Suha Can 1fc9bbb795 Adding an import method to the content manager.
--HG--
branch : dev
2011-03-15 13:13:31 -07:00
jowall 1c81f60ac2 Some more updates to shape tracing CSS.
--HG--
branch : dev
2011-03-15 13:03:50 -07:00
jowall 3abe3b2cd7 Updated CSS for selected state of shape tracing tree.
--HG--
branch : dev
2011-03-15 12:48:39 -07:00
jowall 67988399df New glyph for shape tracing tree.
--HG--
branch : dev
2011-03-15 12:24:32 -07:00
Dave Reed f0c76e259e Add message when a list contains no content items.
--HG--
branch : dev
2011-03-15 12:04:20 -07:00
Suha Can ba595143cb Adding the x.500 id for the exported comments.
Fixing a typo.

--HG--
branch : dev
2011-03-15 11:58:07 -07:00
Suha Can c736214117 Adding last few remaining export handlers, Comments, RecentBlogPosts and ArchiveLater...
--HG--
branch : dev
2011-03-15 11:37:18 -07:00
Suha Can 5e52e6ee20 Refactoring one export handler.
--HG--
branch : dev
2011-03-14 18:13:31 -07:00
Suha Can 4a1a995952 Adding an exporting handler for localization part.
Changing the name of the exported tag for the text fields.

--HG--
branch : dev
2011-03-14 17:36:33 -07:00
Suha Can 185166bffa Data export implementation and export/id handlers for content parts and fields.
--HG--
branch : dev
2011-03-14 17:14:03 -07:00
Sebastien Ros ad16d00a8d Merge
--HG--
branch : dev
2011-03-14 17:08:38 -07:00
Sebastien Ros b666892cbd Fixing missing styles definitions
--HG--
branch : dev
2011-03-14 17:08:19 -07:00
Dave Reed a8c2bda01e Merge
--HG--
branch : dev
2011-03-14 16:37:44 -07:00
Dave Reed f9d0cf5297 When creating content items from lists, redirect back to the list when finished. Create action now supports ReturnUrl querystring param.
--HG--
branch : dev
2011-03-14 16:37:24 -07:00
Sebastien Ros a8123b4b88 Merge (Indexing)
--HG--
branch : dev
2011-03-14 16:24:38 -07:00
Sebastien Ros 82b2ce4f7d Merge
--HG--
branch : dev
2011-03-14 16:16:07 -07:00
Sebastien Ros 6b942b7838 Fixing display issues in shape tracing
--HG--
branch : dev
2011-03-14 16:15:00 -07:00
Nathan Heskew c17cdf41a5 Initial bit of progress on the next rev of the global widget management UI.
--HG--
branch : dev
2011-03-14 15:15:21 -07:00
Suha Can fed8e1c610 A little decoupling of child and parent content items in export.
--HG--
branch : dev
2011-03-14 13:46:49 -07:00
Suha Can ab2a6b6188 Laying out basics of data export.
--HG--
branch : dev
2011-03-14 13:26:41 -07:00
Dave Reed cf241ae898 Contents module redirects to an items AdminRouteValues from metadata after creation. Normally it is just its edit screen, but this allows handlers to customize this per item. Lists for example redirect to the lists contents rather than jump to the list properties screen.
--HG--
branch : dev
2011-03-14 13:09:03 -07:00
Dave Reed 82d286e8ea NavigationManager hardened against broken navigation providers.
--HG--
branch : dev
2011-03-14 12:54:26 -07:00
Dave Reed 7ad69ecb41 Removing Navigation Migration's knowledge of Orchard.Blogs.
--HG--
branch : dev
2011-03-14 12:21:54 -07:00
Andre Rodrigues 88e347a69a Moving ModuleService functionality to FeatureManager. Adding UT and comments. Removing Recipe module dependency on Modules module.
--HG--
branch : dev
2011-03-14 11:14:35 -07:00
Suha Can f3cc4bd77e Changing return types of import/export methods for content fields.
--HG--
branch : dev
2011-03-14 10:30:59 -07:00