Suha Can
d82d4b6ad9
Merge integration -> 1.x
...
--HG--
branch : 1.x
2011-06-16 17:00:16 -07:00
Suha Can
204ccd5add
Merge contributions -> integration
...
--HG--
branch : integration
2011-06-16 16:49:24 -07:00
Suha Can
bf5cfef15f
SantiagoIT's contribution to add an approved event to the user event handler, with a slight modification to where it's raised in the membership service on user creation.
...
--HG--
branch : contributions
2011-06-16 13:19:42 -07:00
Suha Can
92dee031fd
Merge integration -> contributions.
...
--HG--
branch : contributions
2011-06-13 13:52:52 -07:00
Suha Can
dbe908a717
Exception handling consolidation in command handlers.
...
Use Context.Output to write error messages when you handle an Exception or an error case. If you can't recover afterwards, just return.
Don't throw an exception from within the handler unless necessary.
-> If you want to throw due to an inner exception, throw an OrchardException. Add an error message and the exception as the innerexception of your OrchardException.
Your exception will be caught by the command executive, an error message will indicate which command failed, and the inner exceptions will be displayed.
Also, do not return values from commands, they are not services.
--HG--
branch : 1.x
extra : transplant_source : %5Ej%123%DA%E0%28%A7l%F5%F9%A4%B0z%05%EB%E4%21%FD%DC
2011-06-10 13:34:29 -07:00
Suha Can
95c0ac69e6
IExceptionPolicy concept and default implementation.
...
Updating EventBus and UnhandledExceptionFilter to use the exception policy.
Adding OrchardFatalException.
Updating text on default error page.
(Part II) Removing the unhandled "catch" from module controllers. If there are "expected" exceptions, move them closer to the APIs where they occur.
Removing ControllerExtensions.Error and refactoring.
--HG--
branch : 1.x
extra : transplant_source : %5C9a%E2%9A%F4%ACI%A3F%3C%D2%5C%CC%5C%9A.%E1%EF%3C
2011-06-09 16:34:31 -07:00
Suha Can
d83d922a6b
(Part I) Removing the unhandled "catch" from module controllers. If there are "expected" exceptions, move them closer to the APIs where they occur.
...
--HG--
branch : 1.x
extra : transplant_source : %C9q%EC%E3%C3%E3%98QL%27%2B%D68%A9x%DD%40J%93A
2011-06-08 16:26:58 -07:00
Suha Can
51e43a624a
Exception handling in controllers. No more YSOD.
...
Create custom 500 error page (with admin theme) for all technical errors (i.e. exceptions that the app doesn't handle)
Implement an filter that will catch all unhandled exceptions and display the custom 500 page. Filter will also use ILogger to log the exception.
--HG--
branch : 1.x
extra : transplant_source : %F5P%0E%3EXv%A0%A3%85%DAu7%9Et%FB2l%86%FC%A3
2011-06-08 14:27:05 -07:00
Suha Can
fa41a1b736
Removed the FailFast option on EventHandler. Will call notifier instead.
...
--HG--
branch : 1.x
extra : transplant_source : %A6%BA%F1%8A%F8%28R%05%7D%5C%F3%9D%27%3D%FD%C2%3B%88%82%AF
2011-06-07 16:58:33 -07:00
Suha Can
de4de3bad8
Fixing a typo in message (by Kevin LaBranche)
...
--HG--
branch : 1.x
extra : transplant_source : %B9%9E%BF%1A%E4%AE_%84J%EB%85%1C%02%AF%84%97%06%FF%B9%99
2011-06-21 11:06:59 -07:00
Suha Can
7dbc363757
Merge integration -> contributions.
...
--HG--
branch : contributions
2011-06-07 11:19:34 -07:00
Suha Can
7d26298c4a
Merge
...
--HG--
branch : 1.x
2011-06-01 13:37:03 -07:00
Suha Can
34755f6205
Adding field name and field type name information to PartFieldDefinitionBuilder to allow field settings to be used and persisted correctly. Naively written code in external modules such as DateTimeField,ImageField drivers
...
can be updated. Also removed previous workaround.
--HG--
branch : 1.x
2011-06-01 13:36:33 -07:00
Suha Can
07dbc2b136
#17879 : Export a field duplicate settings for all field types
...
The bug was lower in the stack, in ContentDefinitionWriter. So besides Import/Export, the Experimental
module was also susceptible to the same. There may still be some loose end related to FieldSettings in
general, doesn't seem to be a well explored area.
--HG--
branch : 1.x
2011-05-31 18:09:45 -07:00
Suha Can
1dbc40c6ac
Contribution by Piotr.
...
Fix workitem #17872 : Null shape added to Zone causes NotImplementedException being thrown (return to change listing).
Added handling of null shapes. If shape that gets passed to Add method is null - it is simply ignored.
--HG--
branch : contributions
2011-05-31 12:38:34 -07:00
Suha Can
13d921a648
Contribution by mspring.
...
Added the BlogPart to the shape model of RecentBlogPostsPart just the same way
as being done in BlogArchivesPartDriver.
This enables the use of Html.ItemDisplayLink((IContent)Model.Blog) inside
overwritten shapes which want to show a link to the entire blog.
--HG--
branch : contributions
2011-05-31 12:20:43 -07:00
Suha Can
9c6e953ba7
#17823 Import/Export doesn't export the Display Name of a content type
...
--HG--
branch : 1.x
2011-05-26 11:29:44 -07:00
Suha Can
6313fecf0d
#17824
...
--HG--
branch : 1.x
2011-05-16 13:45:07 -07:00
Suha Can
76fce40918
Merge
...
--HG--
branch : 1.x
2011-05-09 14:43:49 -07:00
Suha Can
8d1b1d6325
#17755 : Export data should download file.
...
--HG--
branch : 1.x
2011-05-09 14:43:28 -07:00
Suha Can
a976b38388
#17791 : List Admin UI uses Content Type name instead of DisplayName in "Add New" button
...
--HG--
branch : 1.x
2011-05-09 13:32:25 -07:00
Suha Can
72b34307be
#17782 : Reports Module - Inconsistent Permissions
...
Contributed by ldhertert.
--HG--
branch : 1.x
2011-05-09 13:10:51 -07:00
Suha Can
7ba079f40c
#17790 : Recipe switch for CLI setup is case sensitive
...
--HG--
branch : 1.x
2011-05-09 13:03:57 -07:00
Suha Can
97b01b14d9
Merge
...
--HG--
branch : contributions
2011-05-09 10:23:28 -07:00
Suha Can
891695b328
Contribution by sfmskywalker.
...
As a theme developer we need to be able to override widget rendering (not widget the wrapper, but contenttypes that are sterotyped as a widget, e.g. RecentBlogPosts).
This adds a new feature WidgetAlternates in the Orchard.DesignerTools module.
--HG--
branch : contributions
2011-05-09 10:08:00 -07:00
Suha Can
b4ec14747b
Contribution by wmild to fix bug #17119 .
...
--HG--
branch : contributions
2011-04-11 11:47:17 -07:00
Suha Can
135b4bd722
Merge integration -> contributions
...
--HG--
branch : contributions
2011-04-11 10:03:46 -07:00
Suha Can
046563b520
Merge 1.x -> integration
...
--HG--
branch : integration
2011-04-11 09:41:06 -07:00
Suha Can
f7e239d728
Added tag 1.1 for changeset 6d7b973415c9
2011-04-08 17:24:55 -07:00
Suha Can
f8aebb342f
Set build version (1.1.28) for v1.1.
2011-04-08 17:24:31 -07:00
Suha Can
1dbeae220a
Merge 1.x -> default
2011-04-08 17:19:18 -07:00
Suha Can
fe77e45805
Merge
...
--HG--
branch : 1.x
2011-04-08 17:17:29 -07:00
Suha Can
6ad06a5dcf
Ignore a specflow test. Reason: specflow only simulates no js browser.
...
--HG--
branch : 1.x
2011-04-08 17:17:06 -07:00
Suha Can
0af9f295e1
Merge 1.x -> default
2011-04-08 14:39:02 -07:00
Suha Can
ed5b107b7a
Merge 1.x -> default
2011-04-08 12:01:40 -07:00
Suha Can
01c483db81
Merge 1.x -> default
2011-04-08 09:14:31 -07:00
Suha Can
e9ca9acba8
Merge 1.x -> default
2011-04-07 14:04:43 -07:00
Suha Can
19655d113b
Merge 1.x -> default
2011-04-07 08:34:43 -07:00
Suha Can
8d1e7caa49
Merge
...
--HG--
branch : 1.x
2011-04-06 11:50:49 -07:00
Suha Can
3d8c8fac9f
Bug #17670 : Recipe naming
...
--HG--
branch : 1.x
2011-04-06 11:50:23 -07:00
Suha Can
9eeb7a8c12
Merge
...
--HG--
branch : 1.x
2011-04-05 12:13:47 -07:00
Suha Can
a24760d005
Fixing #17661 : Multiple exceptions in OrchardXmlHierarchyConfigurator
...
--HG--
branch : 1.x
2011-04-05 12:13:23 -07:00
Suha Can
15366e89e5
Fixing #17500 : Change order of menu items to reflect real usage
...
--HG--
branch : 1.x
2011-03-31 15:44:24 -07:00
Suha Can
58a430e431
Merge
...
--HG--
branch : 1.x
2011-03-31 15:32:47 -07:00
Suha Can
e7fa5438c1
Fixing #17431 : Activate "The Theme Machine" cause all the theme disappear [4457 (fa3be325b584)]
...
--HG--
branch : 1.x
2011-03-31 15:32:26 -07:00
Suha Can
b885376ad7
Merge
...
--HG--
branch : 1.x
2011-03-31 12:26:59 -07:00
Suha Can
6df96cb690
Fixing regression #17617 : Recipe doesn't download "recommended version" of module/theme
...
--HG--
branch : 1.x
2011-03-31 12:26:37 -07:00
Suha Can
1f4a996735
Merge
...
--HG--
branch : 1.x
2011-03-30 15:58:22 -07:00
Suha Can
104fc0219d
Fixing #17489 : Authenticated user uploading the not allowed media donesn't have any error info [4569 (6cb6b7704f7c)]
...
--HG--
branch : 1.x
2011-03-30 15:57:53 -07:00
Suha Can
5ed02227d3
Merge
...
--HG--
branch : 1.x
2011-03-30 14:52:13 -07:00
Suha Can
008fa6fe7f
Fixing #17515 : Can't enable Indexing module in the features section of a recipe
...
This was cause1d by a bug in the DefaultIndexingUpdater that was processing all feature enabled events instead of just processing the feature enabled event for the Orchard.Indexing feature.
The code in that file is also obsolete and is not needed anymore.
--HG--
branch : 1.x
2011-03-30 14:49:14 -07:00
Suha Can
36b5c4172e
Merge
...
--HG--
branch : 1.x
2011-03-30 12:20:50 -07:00
Suha Can
352d52fc73
Fixing #17498 : Log files are not sorted
...
--HG--
branch : 1.x
2011-03-30 12:19:21 -07:00
Suha Can
b752f4da82
Fixing #17338 : duplicate files in the widget project
...
--HG--
branch : 1.x
2011-03-30 12:06:06 -07:00
Suha Can
0fcde9e2dc
Merge
...
--HG--
branch : 1.x
2011-03-30 11:54:24 -07:00
Suha Can
30521afb31
Fixing #17460 : Page error when start the site after setup the site by command
...
--HG--
branch : 1.x
2011-03-30 11:52:43 -07:00
Suha Can
2b1ac82ca8
Merge
...
--HG--
branch : 1.x
2011-03-29 14:42:46 -07:00
Suha Can
fa44ab37fd
Fixing #17526 : Escape "/" in content identities
...
--HG--
branch : 1.x
2011-03-29 14:18:35 -07:00
Suha Can
9f5adef34a
Fixing UT.
...
--HG--
branch : 1.x
2011-03-28 17:11:00 -07:00
Suha Can
f0d6bdb341
Fixing 17531: The homepage is not checked after imported [4661 (68d8f1db090f)]
...
--HG--
branch : 1.x
2011-03-28 14:19:32 -07:00
Suha Can
ef1b7cc2f3
Merge
...
--HG--
branch : 1.x
2011-03-28 12:51:25 -07:00
Suha Can
03df768aa5
Fixing 17327: Add BlogArchives in Widget cause site crash [4182 (87e9e18ad238)]
...
--HG--
branch : 1.x
2011-03-28 12:48:09 -07:00
Suha Can
aecf79781b
Fixing merge issue.
...
--HG--
branch : 1.x
2011-03-26 13:17:15 -07:00
Suha Can
e44343ef3c
Merge integration -> 1.x
...
--HG--
branch : 1.x
2011-03-26 12:50:51 -07:00
Suha Can
2f4822f5c7
Merge integration -> contributions
...
--HG--
branch : contributions
2011-03-26 12:37:59 -07:00
Suha Can
5c1f421c36
Merge contributions -> integration
...
--HG--
branch : integration
2011-03-26 12:26:26 -07:00
Suha Can
7ad9bd5716
Merge dev -> integration
...
--HG--
branch : integration
2011-03-26 12:11:33 -07:00
Suha Can
67cd1671c8
Bug #17337 : Wrong prompt "New file name <MediaFolderName> is not allowed" when rename uploaded media name.(e13a33b2f7fb)
...
--HG--
branch : dev
2011-03-25 10:48:03 -07:00
Suha Can
e547d12aad
Fixing UT.
...
--HG--
branch : dev
2011-03-24 17:01:58 -07:00
Suha Can
e105ed7875
Unit test.
...
--HG--
branch : dev
2011-03-24 16:58:57 -07:00
Suha Can
9dcb21f1c0
Merge
...
--HG--
branch : dev
2011-03-24 16:48:05 -07:00
Suha Can
3359d7b2aa
Don't automatically enable all features after a module step execution. Use the feature step.
...
--HG--
branch : dev
2011-03-24 16:47:08 -07:00
Suha Can
d3223b0dfa
Merge
...
--HG--
branch : dev
2011-03-24 14:50:26 -07:00
Suha Can
517a040f78
Renaming a module/theme step attribute from name to packageId.
...
--HG--
branch : dev
2011-03-24 14:50:04 -07:00
Suha Can
aabd4fcc63
Merge
...
--HG--
branch : dev
2011-03-24 12:43:11 -07:00
Suha Can
d4faac7845
Fixing #17486 : Recipes should use package ID instead of title to uniquely identify modules and themes
...
Fixing #17533 : Recipes should not fail on theme or module steps if the extension already exists
--HG--
branch : dev
2011-03-24 12:42:51 -07:00
Suha Can
093b6e4f21
Fixing #17275
...
--HG--
branch : dev
2011-03-21 16:34:49 -07:00
Suha Can
8eaff3b646
Cleanup
...
--HG--
branch : contributions
2011-03-21 15:37:20 -07:00
Suha Can
e929074672
Merge
...
--HG--
branch : contributions
2011-03-21 15:20:14 -07:00
Suha Can
24002d77f5
Fixing bug #17506 Deleting Media in Azure throws (Contribution by Travis Pettijohn)
...
--HG--
branch : contributions
2011-03-21 15:14:12 -07:00
Suha Can
e7cee3a439
Fixing bug #17480 (Contribution from alek_sys)
...
--HG--
branch : contributions
2011-03-21 14:26:56 -07:00
Suha Can
e57911acb2
Updating recipe files to remove redundant feature enable request.
...
--HG--
branch : dev
2011-03-21 11:07:14 -07:00
Suha Can
648b9a931b
Merge
...
--HG--
branch : dev
2011-03-18 17:20:39 -07:00
Suha Can
b58bfcac1f
Cleaning up of artefacts in the export UI.
...
--HG--
branch : dev
2011-03-18 17:19:00 -07:00
Suha Can
91b6ee886e
Merge
...
--HG--
branch : dev
2011-03-18 14:38:51 -07:00
Suha Can
30b69ed8d8
Draft import support.
...
Fixing a bug with DraftRequired in the ContentManager.
--HG--
branch : dev
2011-03-18 14:38:26 -07:00
Suha Can
2814284fd6
Fixing a comment import bug.
...
--HG--
branch : dev
2011-03-17 16:00:46 -07:00
Suha Can
f5f8112cb8
Merge
...
--HG--
branch : dev
2011-03-17 15:05:57 -07:00
Suha Can
1dc13a5ecc
Fixing an issue with tag merging during an import.
...
--HG--
branch : dev
2011-03-17 15:04:33 -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
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
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
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