Commit Graph

2904 Commits

Author SHA1 Message Date
Renaud Paquay
ca1d1987bf Initial implementation of simple scripting parser
--HG--
branch : dev
2010-11-27 16:00:45 -08:00
Renaud Paquay
112e23243d Merge
--HG--
branch : dev
2010-11-26 18:10:18 -08:00
Sébastien Ros
4631207f51 Adding UI to change password
- new Lost Password link in LogOng view
- sends a reset link by mail

Work Item: 16341

--HG--
branch : dev
2010-11-26 17:02:22 -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
Renaud Paquay
4a4ff6049a Add Microsoft.Web.Infrastructure to ~/bin
This is necessary for deployment, as System.Web.Mvc loads this assembly
at startup (before Orchard extension manager has the opportunity to copy
the assembly to ~/App_Data/Dependencies

--HG--
branch : dev
2010-11-26 14:15:19 -08:00
Renaud Paquay
463a215107 Remove unused files
--HG--
branch : dev
2010-11-26 14:14:06 -08:00
Renaud Paquay
23741cbeec Merge
--HG--
branch : dev
2010-11-26 00:09:49 -08:00
Nathan Heskew
b08c5c69d4 Merge
--HG--
branch : dev
2010-11-25 22:10:32 -08:00
Nathan Heskew
79fbacf0b6 Updating the RoutableHomePageProvider to use the relevant display action for the given content item.
This lets unique display actions, like Blog/Item, do their own thing. In the case of the blog, its posts are once again showing up on the home page.

The routing problem (where the home page'd item still is seen as having its own path) still needs to be fixed so the item on the home page can't be hit at different URLs (and so something like paging works on the home page)

work item: 16720

--HG--
branch : dev
2010-11-25 22:10:07 -08:00
Renaud Paquay
2cae64ec8d Merge
--HG--
branch : dev
2010-11-25 18:36:27 -08:00
Renaud Paquay
85bf6158fc Make TagRecord class safer to use
--HG--
branch : dev
2010-11-25 18:30:15 -08:00
Renaud Paquay
f466efda4a Fix bug in item admin
The link can't go to the front-end since we are showing all content
items, even the ones that are not published.

--HG--
branch : dev
2010-11-25 18:28:54 -08:00
Renaud Paquay
be9646daa1 Cleanup tags modules
Move code to remove content item in ITagService

Admin page for a tag shows all content items (even the ones
that are not published)

--HG--
branch : dev
2010-11-25 18:25:18 -08:00
Renaud Paquay
51c03b08f5 Deleting useless code
--HG--
branch : dev
2010-11-25 17:25:20 -08:00
Renaud Paquay
bea037b31a Fixing migration to reflect new persistance format
--HG--
branch : dev
2010-11-25 17:16:51 -08:00
Renaud Paquay
c24b987f79 Cleaning up tag persistance layer (ITagService)
Also added unit tests

--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Tags/Models/TagsContentItems.cs => src/Orchard.Web/Modules/Orchard.Tags/Models/ContentTagRecord.cs
2010-11-25 17:07:20 -08:00
Sébastien Ros
0b76f00394 Changing "Technical Name" to "Content Type Id"
--HG--
branch : dev
2010-11-25 13:30:01 -08:00
Renaud Paquay
fc9e733857 Fix NullReferenceException
Not all content types have a definition in metadata!

--HG--
branch : dev
2010-11-25 09:29:50 -08:00
Renaud Paquay
a32765d653 First step at simplifying Tags implementation
--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Tags/Models/Tag.cs => src/Orchard.Web/Modules/Orchard.Tags/Models/TagRecord.cs
2010-11-25 09:26:44 -08:00
Nathan Heskew
5e1a3cb3ac Fixing widget layer editing and tidying up the widget management index template.
work item: 16837

--HG--
branch : dev
2010-11-24 23:31:49 -08:00
Louis DeJardin
493fb03afe PERF: CreateWorkContextScope shouldn't call InstancePerMatchingLifetimeScope
http://orchard.codeplex.com/workitem/16869
CreateWorkContextScope now creates a child container with no alteration to the component registry
WorkContextModule added to group the related set of component registrations
HttpContextBase still injectable, but it's exposed in a way that doesn't require updating the child container per request

--HG--
branch : perf
2010-11-24 18:57:42 -08:00
Sebastien Ros
e9220fa517 Including Theme.png in theme scaffolding command
Work Item: 16682

--HG--
branch : dev
2010-11-24 18:05:02 -08:00
Andre Rodrigues
11fae965cb Replacing tabs in spec flow tests.
--HG--
branch : dev
2010-11-24 16:50:23 -08:00
Andre Rodrigues
eb49c10881 Merge
--HG--
branch : dev
2010-11-24 16:11:22 -08:00
Andre Rodrigues
d94666aac0 Replace tabs for spaces in views, css and cs files.
--HG--
branch : dev
2010-11-24 16:10:08 -08:00
Andre Rodrigues
b84a4f74e8 Fixing a few more unlocalized exceptions.
--HG--
branch : dev
2010-11-24 15:50:01 -08:00
Sebastien Ros
67a45f1c09 Validating content type names, and displaying technical names
Work Item: 16471

--HG--
branch : dev
2010-11-24 15:24:11 -08:00
Andre Rodrigues
fd4c58d4b4 Initializing localizer
Adding information notifications
Adding localization invocations where necessary
Replacing tabs for spaces in views

--HG--
branch : dev
2010-11-24 15:19:14 -08:00
Andre Rodrigues
2652425378 #16864 Making invalid rename to fail.
--HG--
branch : dev
2010-11-24 14:10:33 -08:00
Andre Rodrigues
bce90313af Merge
--HG--
branch : dev
2010-11-24 13:46:10 -08:00
Andre Rodrigues
b77e52244b Moving permissions to initial validations. Removing if/else for form post and using annotation instead.
--HG--
branch : dev
2010-11-24 13:45:49 -08:00
Andre Rodrigues
9143df72fd #16847: Moving readonly fields outside of form post.
--HG--
branch : dev
2010-11-24 13:44:17 -08:00
Renaud Paquay
26dcce0116 Fix errors detected by project validation task
--HG--
branch : dev
2010-11-24 11:56:47 -08:00
Renaud Paquay
a4108ce381 Merge
--HG--
branch : dev
2010-11-24 09:23:59 -08:00
Renaud Paquay
332c994108 Make DisplayName required for ContentPart and ContentType
Work Items: 16622

--HG--
branch : dev
2010-11-24 09:21:35 -08:00
Renaud Paquay
54a6d99750 Fix localization module after move out of Orchard.Core
Namespace and area name changed.

--HG--
branch : dev
2010-11-24 09:20:47 -08:00
Nathan Heskew
f8823e3831 Updating the blogs admin to show unpublished blogs to fix the publish/unpublish workflow
work item: 16763

--HG--
branch : dev
2010-11-24 00:44:50 -08:00
Nathan Heskew
224870c869 Updating the comment display(s) to use the Author property and changed the UserName to only be set if there is a CurrentUser in the WorkContext (i.e. the UserName is filled for authenticated comments)
work item: 16700

--HG--
branch : dev
2010-11-24 00:00:10 -08:00
Renaud Paquay
a735248a42 Handle exceptions in web command line
--HG--
branch : dev
2010-11-23 20:18:26 -08:00
Renaud Paquay
57e888f1a9 Remove machine key and validation
This was mainly done as a workaround an MVC bug which has been fixed since.

Work Items: 16726

--HG--
branch : dev
2010-11-23 15:08:44 -08:00
Sebastien Ros
9ea4bf7d57 Merge
--HG--
branch : dev
2010-11-23 13:29:35 -08:00
Sebastien Ros
01e792e82e Fixing search qurey validation
Work Item: 16556

--HG--
branch : dev
2010-11-23 13:23:01 -08:00
Sebastien Ros
3c2b6c6111 Fixing new content type validation
Work Item: 16471

--HG--
branch : dev
2010-11-23 12:43:09 -08:00
Sebastien Ros
2ccde50d1e Fixing folder splitting display in media
--HG--
branch : dev
2010-11-23 12:41:21 -08:00
Renaud Paquay
35c2a6b6ac Merge
--HG--
branch : dev
2010-11-23 10:46:30 -08:00
Renaud Paquay
5f43c2017a Update help text
--HG--
branch : dev
2010-11-23 09:42:16 -08:00
Renaud Paquay
01c8d3de01 Adding definition of DatabaseUpdate feature.
--HG--
branch : dev
2010-11-23 09:35:39 -08:00
Renaud Paquay
ec3b5aa683 Moving in its own file
--HG--
branch : dev
2010-11-23 09:35:23 -08:00
Nathan Heskew
4773247719 Updating the UrlRuleProvider to clean up trailing slashes priour to running the comparison
work item: 16798

--HG--
branch : dev
2010-11-22 22:56:57 -08:00
Nathan Heskew
15310bca8b Fixing Core.Contents' create and remove route value metadata
--HG--
branch : dev
2010-11-22 22:38:08 -08:00