Commit Graph

4570 Commits

Author SHA1 Message Date
Nathan Heskew
f26a1d8f60 Using the returnUrl in the rest of the Widget's admin controller
--HG--
branch : dev
2011-03-18 13:56:59 -07:00
Nathan Heskew
c6f0974af4 Changing widget placement movement to also make use of MakeRoomForWidgetPosition(widgetPart)
--HG--
branch : dev
2011-03-18 13:49:27 -07:00
Nathan Heskew
2663d1d9ba Making sure widget positions don't conflict when the WidgetPart is updated so the widget position in a zone is known by order alone and not also partially by FIFO
Pulling UpdateWidget and UpdateLayer since they're not really needed

--HG--
branch : dev
2011-03-18 13:38:12 -07:00
Nathan Heskew
7c082f8781 Merge
--HG--
branch : dev
2011-03-17 14:49:20 -07:00
Nathan Heskew
f12e91ba03 Swapping out the widget movement arrows to something closer to what will be in the final UI
--HG--
branch : dev
2011-03-17 14:46:12 -07:00
Suha Can
e024519a1b Merge
--HG--
branch : dev
2011-03-17 14:28:55 -07:00
Suha Can
8e6001b8fc IdentityPart as a last resort GUID for references.
Adding it to htmlwidget and comment.

--HG--
branch : dev
2011-03-17 14:25:23 -07:00
Sebastien Ros
b9f064b17e Adding IProcessing engine to handle warmup pages generation
--HG--
branch : dev
2011-03-17 13:53:19 -07:00
Sebastien Ros
37bf09dd96 Local warmup pages should not have a trailing space
--HG--
branch : dev
2011-03-17 13:18:11 -07:00
Nathan Heskew
8972dcf45b Hooking the widget movement arrows back up.
--HG--
branch : dev
2011-03-17 13:03:59 -07:00
Sebastien Ros
eb511d48ef Merge
--HG--
branch : dev
2011-03-17 11:17:15 -07:00
jowall
7d61a6b171 Adding AdminMenu.cs file.
--HG--
branch : dev
2011-03-17 11:16:22 -07:00
Sebastien Ros
3a6e728605 Merge
--HG--
branch : dev
2011-03-17 11:10:42 -07:00
Sebastien Ros
15dbaaf355 Implementing the Warmup module
- Global.asax.cs looks for static pages in ~\App_Data\Warmup
- Orchard.Warmup module contains methods to generate those pages based on
scheduled times, and content publishing

--HG--
branch : dev
2011-03-17 11:06:23 -07:00
jowall
c6073b70b7 Added AdminMenus.cs file to list module.
--HG--
branch : dev
2011-03-17 11:00:00 -07:00
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
Sebastien Ros
c4a2de09b6 Fixing General Settings update
--HG--
branch : dev
2011-03-16 13:56:15 -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