Commit Graph

128 Commits

Author SHA1 Message Date
Sebastien Ros
8f8d839e77 Improving encryption utilities
--HG--
branch : 1.x
2011-01-12 18:58:02 -08:00
Renaud Paquay
4442c832b6 Enabling Gallery by default in Setup
--HG--
branch : 1.x
2011-01-11 16:42:48 -08:00
Renaud Paquay
89826a93d3 Fix "adding a page" link in default homepage
Work Item: 17130

--HG--
branch : 1.x
2011-01-07 23:44:50 -08:00
Suha Can
c97a8d26cb Cleanup (includes)
--HG--
branch : dev
2010-12-07 15:47:45 -08:00
Sebastien Ros
fadcc4ef6e Adding IEncryptionServices
Implements symetric encoding/decoding services based on a per-tenant key generated randomly during setup in the ShellSettings.
Replaces MachineKey.Encode/Decode usages.
Adding ComputedField to wrap get/set calls from parts, making the Smtp password encrypted in the db automatically.

--HG--
branch : dev
2010-12-03 16:14:17 -08:00
Nathan Heskew
381f70d47c Making it so when a content item is set as the home page it's only accessible as the home page and not at its path
- current implication for blogs is that if a blog is set as the home page its posts are then all rooted (e.g. if a blog at
  /blog is set as the home page then it's available at / and a post at, say, /my-post instead of /blog/my-post). There should
  maybe be a setting to alter the paths of the posts but (1) that's a pain at the moment, (2) hacking the URL by removing
  the post slug would result in a 404 instead of redirecting to /, the path of the blog - we don't handle redirects of that
  nature - and (3) the ability to root a blog in this manner *has* been requested by some.

--HG--
branch : dev
2010-12-01 00:51:42 -08:00
BertrandLeRoy
c8ba47c9e5 Removing inappropriate title, fixing /p.
--HG--
branch : dev
2010-11-29 16:09:31 -08:00
BertrandLeRoy
106bb8322d Small correction to the home page text post-setup, plus making it localizable.
--HG--
branch : dev
2010-11-29 16:00:43 -08:00
BertrandLeRoy
49d446f645 Revising the post-setup homepage content. http://orchard.codeplex.com/workitem/16773
--HG--
branch : dev
2010-11-29 15:51:08 -08:00
Renaud Paquay
69951673af Add Orchard.Scripting.Lightweight as a default feature
--HG--
branch : dev
2010-11-28 12:09:11 -08:00
Nathan Heskew
b2eb5e2f66 Fixing how the default home page is configured during setup
--HG--
branch : dev
2010-11-26 14:46:37 -08:00
Andre Rodrigues
53bddd53d9 Fixing Widget / Scripting / Framework dependency loading.
--HG--
branch : dev
2010-11-20 15:38:56 -08:00
Sebastien Ros
5c73a58807 Removing Orchard.Migrations as a default feature
--HG--
branch : dev
2010-11-18 17:26:00 -08:00
Sebastien Ros
f349c6e926 Merge
--HG--
branch : dev
2010-11-18 16:04:40 -08:00
Sebastien Ros
75d3c5b13c Reorganizing modules for new build process
--HG--
branch : dev
2010-11-18 16:01:09 -08:00
Dave Reed
67cb21d12b Related to #16712. Rename Feature/ExtensionDescriptor Name -> Id, and DisplayName -> Name.
--HG--
branch : dev
2010-11-18 15:37:47 -08:00
Nathan Heskew
12eccd479a Adding Orchard.Pages and removing base Page type configuratino to said module
--HG--
branch : dev
2010-11-14 14:34:01 -08:00
Nathan Heskew
ce128483bc Bunch of work for containers.
- Ordering and paging on the container mostly hooked up. Paging needs to respect item settings.
- Widget settings looking good but not yet functioning. Also need to add filtering.
- Custom part not yet in place for custom ordering/filtering.

--HG--
branch : dev
2010-11-11 16:15:49 -08:00
Dave Reed
39a40c143b #16667: Fixed edit link on welcome text to use correct ID and relative url.
--HG--
branch : dev
2010-11-17 15:37:06 -08:00
Louis DeJardin
7ec2fada05 Merge
--HG--
branch : dev
2010-11-08 15:41:04 -08:00
Louis DeJardin
60259dad67 Setup needs to enable the theme it will assign as site default
--HG--
branch : perf
extra : transplant_source : 6%07%B8%E6%2A%0F%F5f%DB%0DFa%A5%A5X%3Ac%9C%DE%9B
2010-11-08 12:12:52 -08:00
Louis DeJardin
1d3813b9ab Merge
--HG--
branch : dev
2010-11-08 11:41:32 -08:00
Louis DeJardin
7b508d72d2 Consolidating redundant theme/module services
Breaking off site's "default theme" changing methods
Centralizing enable/disable functionality

--HG--
branch : perf
2010-11-04 20:37:35 -07:00
Nathan Heskew
ec47091582 Making BlogPost and Page types "draftable" by default
--HG--
branch : dev
2010-11-04 15:25:16 -07:00
Nathan Heskew
9a5239e777 Starting the new queried content list module.
Everything for the new part, content type and widget are there except for what makes them useful (back-end logic & data and complete shape templates)

--HG--
branch : dev
2010-10-28 15:30:14 -07:00
Sébastien Ros
278b12f55b Adapting PublishLater dependencies and tests
--HG--
branch : dev
2010-10-25 19:53:16 -07:00
Michael Dorian Bach
b021468400 Updated Orchard home default content so it looks better when rendered in an empty template. Final CSS revisions for ThemeMachine 0.1. Included default CSS styling in ThemeMachine to support floating "EDIT" links and dotted outlines around widgets.
--HG--
branch : dev
2010-10-19 20:55:13 -07:00
Andre Rodrigues
bb53081a37 Fixing Spec Flow tests.
--HG--
branch : dev
2010-10-18 15:17:21 -07:00
Renaud Paquay
ada594bf3e Move creation of default layers to SetupService
--HG--
branch : dev
2010-10-15 15:18:53 -07:00
Renaud Paquay
94fee29d1a Authenticate admin user during setup phase
This is so that we don't need code all over the place to set the Owner
of the CommonPart. The CommonPart will have direct access to the user.

--HG--
branch : dev
2010-10-15 14:33:02 -07:00
Nathan Heskew
fafb34f071 Changing around some default content created during setup
--HG--
branch : dev
2010-10-14 15:46:50 -07:00
Nathan Heskew
dc5cc339a7 Getting Blogs onto the new UI composotion model
--HG--
branch : dev
2010-10-14 11:15:22 -07:00
Sébastien Ros
d9444c793b Better link for homepage edition
--HG--
branch : dev
2010-10-13 08:27:52 -07:00
Sébastien Ros
0ca3abce9f Modifying setup steps
- Assign owner to widgets
- Correct edit link in homepage text

--HG--
branch : dev
2010-10-13 07:43:19 -07:00
Nathan Heskew
8e2f7e974a Changing the default theme to TheThemeMachine, adding some more content widgets @ startup (for lack of a better place ATM - distro or some filler content scheme) and some shape templates
--HG--
branch : dev
2010-10-12 23:34:41 -07:00
Louis DeJardin
9e00c20a6e Merge - potentially bad merges in a place or two
--HG--
branch : composition
2010-10-12 17:43:49 -07:00
Nathan Heskew
9c2923f781 Adding other zones from the theme machine to its theme.txt and giving the homepage's htmlwidget a position value that makes the widget management UI happy
--HG--
branch : dev
2010-10-12 11:29:17 -07:00
Nathan Heskew
9e2c340be0 Setting the owner of the homepage created during setup
--HG--
branch : dev
2010-10-12 08:40:59 -07:00
Nathan Heskew
4e0f8430e2 Cleaning out the (commented out) code for creating the initial content page during setup
--HG--
branch : dev
2010-10-12 08:36:41 -07:00
Nathan Heskew
9536b74fa2 Adding an html widget to the homepage @ setup (w/ content from previous homepage page)
--HG--
branch : dev
2010-10-12 00:57:52 -07:00
Nathan Heskew
f334a171c1 Adding an html widget to the homepage @ setup (w/ content from previous homepage page)
--HG--
branch : dev
2010-10-12 00:57:52 -07:00
Nathan Heskew
9fe274a7d4 Adding a new WidgetPage content type and WidgetsBagPart to support a widget only page and making *the* home page a WidgetPage to support the new default theme*
- Current WidgetsBagPart only links to the widget management page so widget management isn't in more than one place (would be the case if Content zone widgets management were part of this part)

*could be configured through the distribution instead when that's implemented

--HG--
branch : dev
2010-10-08 13:53:27 -07:00
Dave Reed
49a45400ed Add freeform entry to Add Supported Culture. Removed 'fr' as available culture from setup (enter 'fr' in freeform to add it back).
Verified module-provided ICultureSelector can supercede the site default culture.

--HG--
branch : dev
2010-10-08 11:41:07 -07:00
Andre Rodrigues
9cf6dce05d Renaming inventory to shapetable
--HG--
branch : dev
2010-09-29 16:45:23 -07:00
Suha Can
19313b887f - Obsoleting Futures.Widgets in favor of Orchard.Widgets.
--HG--
branch : dev
2010-09-29 13:35:57 -07:00
Nathan Heskew
5b18a3f0c4 Changing the page (content type) configuration during setup to not add the CommentsPart
- content type configuration should go to the appropriate modules (blog & post in orchard.blogs, page in a new orchard.pages that's pretty much only initially for page content type configuration)

--HG--
branch : dev
2010-09-22 12:16:03 -07:00
Nathan Heskew
d8342b9776 Re-enabling the rest of what was disabled in the SetupService
- also tossed out some Orchard.Comments specific code

--HG--
branch : dev
2010-09-22 11:36:39 -07:00
Sébastien Ros
3cbb532327 Corrected Edit View in Orchard.ContentTypes
--HG--
branch : dev
2010-09-21 23:56:59 -07:00
Nathan Heskew
fd9152eb4f Changed the default theme back to "Classic" for now and making "Classic" look decent w/ existing CSS and minimal template overrides
--HG--
branch : dev
2010-09-21 13:56:51 -07:00
Nathan Heskew
6f59fbabc9 Merge
--HG--
branch : dev
2010-09-17 01:09:37 -07:00