Commit Graph

1360 Commits

Author SHA1 Message Date
Nathan Heskew
eb14188ccc Adding admin content list filter (by type) & sort
--HG--
branch : dev
2010-07-19 10:08:41 -07:00
Renaud Paquay
a6eb5740e7 Fix profiling setup
"build profiling" is back to a working state.

--HG--
branch : dev
2010-07-18 19:22:47 -07:00
Renaud Paquay
cb1b29ff8f Merge
--HG--
branch : dev
2010-07-18 15:33:17 -07:00
Renaud Paquay
c19acf64bf Use non-rooted virtual path for running with Cassini
This should help catching re-curring issues with non-rooted
web sites.

--HG--
branch : dev
2010-07-18 15:30:35 -07:00
Renaud Paquay
0cc4193584 Support installing packages from "Modules" admin UI
--HG--
branch : dev
2010-07-18 13:10:10 -07:00
Renaud Paquay
e94d07a907 Rename a few classes, and update package install API
Installing a package via the PackageManager now returns
a package info containing a subset of metadata properties.

--HG--
branch : dev
rename : src/Orchard/Packaging/IPackageSourceManager.cs => src/Orchard/Packaging/IPackagingSourceManager.cs
rename : src/Orchard/Packaging/PackageEntry.cs => src/Orchard/Packaging/PackagingEntry.cs
rename : src/Orchard/Packaging/PackageSource.cs => src/Orchard/Packaging/PackagingSource.cs
rename : src/Orchard/Packaging/PackageSourceManager.cs => src/Orchard/Packaging/PackagingSourceManager.cs
2010-07-18 13:09:45 -07:00
Renaud Paquay
9e65f8562a Move Orchard Packaging API to Orchard Frx
We have decided to use OPC for Orchard packages, so it makes sense
to move the API from Futures to the Frx.

--HG--
branch : dev
rename : src/Orchard.Web/Modules/Futures.Modules.Packaging/Services/AtomExtensions.cs => src/Orchard/Packaging/AtomExtensions.cs
rename : src/Orchard.Web/Modules/Futures.Modules.Packaging/Services/IPackageBuilder.cs => src/Orchard/Packaging/IPackageBuilder.cs
rename : src/Orchard.Web/Modules/Futures.Modules.Packaging/Services/IPackageExpander.cs => src/Orchard/Packaging/IPackageExpander.cs
rename : src/Orchard.Web/Modules/Futures.Modules.Packaging/Services/IPackageManager.cs => src/Orchard/Packaging/IPackageManager.cs
rename : src/Orchard.Web/Modules/Futures.Modules.Packaging/Services/IPackageSourceManager.cs => src/Orchard/Packaging/IPackageSourceManager.cs
rename : src/Orchard.Web/Modules/Futures.Modules.Packaging/Services/PackageBuilder.cs => src/Orchard/Packaging/PackageBuilder.cs
rename : src/Orchard.Web/Modules/Futures.Modules.Packaging/Services/PackageData.cs => src/Orchard/Packaging/PackageData.cs
rename : src/Orchard.Web/Modules/Futures.Modules.Packaging/Services/PackageEntry.cs => src/Orchard/Packaging/PackageEntry.cs
rename : src/Orchard.Web/Modules/Futures.Modules.Packaging/Services/PackageExpander.cs => src/Orchard/Packaging/PackageExpander.cs
rename : src/Orchard.Web/Modules/Futures.Modules.Packaging/Services/PackageManager.cs => src/Orchard/Packaging/PackageManager.cs
rename : src/Orchard.Web/Modules/Futures.Modules.Packaging/Services/PackageSource.cs => src/Orchard/Packaging/PackageSource.cs
rename : src/Orchard.Web/Modules/Futures.Modules.Packaging/Services/PackageSourceManager.cs => src/Orchard/Packaging/PackageSourceManager.cs
2010-07-18 12:36:02 -07:00
Nathan Heskew
5049ffa012 Removing unused publishlater part display templates
--HG--
branch : dev
2010-07-18 08:51:30 -07:00
Nathan Heskew
55ddbcb427 Fixing the content publish/unpublish links in the Contents.Publish.SummaryAdmin part template
--HG--
branch : dev
2010-07-18 08:46:44 -07:00
Nathan Heskew
9cfd296fde Getting bulk actions hooked up for the admin blog post list
- publish/unpublish and remove links in the item summary admin template are still broken. they need to be constructed with all routing info

--HG--
branch : dev
2010-07-17 09:20:16 -07:00
Sebastien Ros
0acd1f3e91 Corrected unique slugs management
- Two different blogs can have a blog post with the same slug
- Other routable items can have the same slug if hte whole path is unique (e.g. Page)

--HG--
branch : dev
2010-07-16 17:27:01 -07:00
Sebastien Ros
9ac4209127 Corrected malformed Manage Content admin link
- Forced Id to null as it could use the value of the currently displayed model, when listing items of a content type

--HG--
branch : dev
2010-07-16 16:57:04 -07:00
Nathan Heskew
95f2eee912 Added container scoping to the admin content item list
--HG--
branch : dev
2010-07-16 16:37:12 -07:00
Sebastien Ros
416ca95395 Added some validation to content type creation
--HG--
branch : dev
2010-07-16 16:18:16 -07:00
Sebastien Ros
97c5439d30 Notifier didn't work with DevTools for data migration
--HG--
branch : dev
2010-07-16 15:40:12 -07:00
Nathan Heskew
5484386737 Adding bulk actions (publish, unpublish and remove) to the admin content list
--HG--
branch : dev
2010-07-16 14:27:27 -07:00
Sebastien Ros
1bc19bdff0 Simplified syntax for clob fields
--HG--
branch : dev
2010-07-16 13:51:07 -07:00
Nathan Heskew
1f632119c0 Fixed content publishing on creation
--HG--
branch : dev
2010-07-16 11:40:22 -07:00
Nathan Heskew
3cb376b929 Fixed content item page display (a part display template was typed incorrectly)
--HG--
branch : dev
2010-07-16 10:47:09 -07:00
Nathan Heskew
7d6b76d7f5 Getting content publishing/unpublishing hooked up (from the content item list)
- moved publishing control to the Contents module
- included some prep for adding bulk actions and filtering to the content item list
- publish, unpublish and remove actions need downlevel interstitial pages (functionality only workes w/ JS at the moment)

--HG--
branch : dev
2010-07-16 00:49:24 -07:00
Nathan Heskew
fd3d722860 Cleaned up the admin blog list metadata UI a little
--HG--
branch : dev
2010-07-15 23:16:32 -07:00
Nathan Heskew
5de6784fca Fixed the blog "Remove" link in the admin blog list
--HG--
branch : dev
2010-07-15 22:56:27 -07:00
Nathan Heskew
b11fe1033c Fixed a bug in content creation where all of the handlers were being called twice
- had two UpdateEditorModel calls in the create action

--HG--
branch : dev
2010-07-15 22:44:28 -07:00
Sebastien Ros
6ba6892e39 Better data migration scaffolding and some unit tests for it
--HG--
branch : dev
2010-07-15 17:46:25 -07:00
Nathan Heskew
4fb3c51dff Getting the comment count on the content list view in the admin and blog posts to use more of the generic content templating
- + blog posts get translation functionality

--HG--
branch : dev
2010-07-15 16:06:40 -07:00
Jonathan Wall
bab693c084 Fixed title on Manage Content page try #2.
--HG--
branch : dev
2010-07-15 15:45:23 -07:00
Nathan Heskew
3538ce33a9 Better display text for content items
--HG--
branch : dev
2010-07-15 14:02:09 -07:00
Jonathan Wall
4483e9f635 Fixed font size on list of tenants view. Added CSS file.
--HG--
branch : dev
2010-07-15 13:14:36 -07:00
Jonathan Wall
12b9e87948 Fixed title on Manage Content page and made module install textbox longer.
--HG--
branch : dev
2010-07-15 12:06:22 -07:00
Sebastien Ros
5d11debc61 Corrected indexing bugs with SqlCe
--HG--
branch : dev
2010-07-15 11:56:24 -07:00
Nathan Heskew
22b4172341 Fixing the routable part editor container path for new items w/out a container (rememoved extra "/")
--HG--
branch : dev
2010-07-15 09:50:39 -07:00
Nathan Heskew
dbb9b4eb3f Getting the routable container path to show up when creating a new content item
--HG--
branch : dev
2010-07-14 23:03:46 -07:00
Nathan Heskew
5345d9ae81 Showing blog post draft count in the admin blog summary
--HG--
branch : dev
2010-07-14 22:49:50 -07:00
Nathan Heskew
f3854ddbb6 Getting the blogs admin UI back up and running
--HG--
branch : dev
2010-07-14 22:39:26 -07:00
Sebastien Ros
fd1f654b66 Merge
--HG--
branch : dev
2010-07-14 17:01:53 -07:00
Nathan Heskew
7ef7b7b3e7 Updated the setup service to tack the PublishLaterPart on to the Page type and removed the SandboxPage configuration
--HG--
branch : dev
2010-07-14 16:28:43 -07:00
Sebastien Ros
0a1e12d600 Merge
--HG--
branch : dev
2010-07-14 16:09:41 -07:00
Sebastien Ros
e6d13e9961 Corrected indexing with SqlCe
--HG--
branch : dev
2010-07-14 16:09:15 -07:00
Nathan Heskew
881b71db4b Moved the content item publishing option functionality (save draft, publish and schedule) out into it's own Orchard.Core module (PublishLater)
--HG--
branch : dev
2010-07-14 15:31:43 -07:00
Renaud Paquay
4aec86a4fa Merge
--HG--
branch : dev
2010-07-14 14:43:20 -07:00
Nathan Heskew
bc528577fb Removed the Localization (part) editor template
--HG--
branch : dev
2010-07-14 13:12:07 -07:00
Nathan Heskew
7b9301a90a Fixed scheduled date & time display (in the type item editor)
--HG--
branch : dev
2010-07-14 13:10:24 -07:00
Renaud Paquay
379fca0a43 Fix Unit Tests
--HG--
branch : dev
2010-07-14 12:43:14 -07:00
Nathan Heskew
fa129682a9 More work towards wrapping up the initial content localization experience
- moved the Localization feature into the Content category
- cleaned up the UI a bit

--HG--
branch : dev
2010-07-14 11:34:19 -07:00
Nathan Heskew
1d20556a83 A little cleanup in the content management UI
- using content type display names on the creatable type list
- removed the readonly Name field on the content type edit page
- removed the "Edit global part config" link from content parts on the content type edit page
- changed the Create (Contents) page to an ascx

--HG--
branch : dev
2010-07-14 08:57:07 -07:00
Nathan Heskew
a8634a5ca3 Making content publish if publishing isn't already handled by another part (explicitly checking for the CommonAspect at the moment)
--HG--
branch : dev
2010-07-14 08:54:19 -07:00
Nathan Heskew
4dc1e314bc Changing the priority of the "Content" admin menu group to let "Blog" above it
--HG--
branch : dev
2010-07-14 08:53:03 -07:00
Nathan Heskew
a080a5ae5b Giving itemscope attributes a value (of itemscope) to keep resharper happy
--HG--
branch : dev
2010-07-13 23:04:36 -07:00
Nathan Heskew
12d2a94718 Using Path on IsRoutable directly in the driver & handler
--HG--
branch : dev
2010-07-13 22:27:01 -07:00
Nathan Heskew
4150f814b3 Moved "Manage Content Types" admin menu item up into the Content group
--HG--
branch : dev
2010-07-13 22:24:55 -07:00