Commit Graph

4171 Commits

Author SHA1 Message Date
Sebastien Ros
971c685efb Refactoring Tags filter
--HG--
branch : 1.x
2011-11-10 17:51:56 -08:00
Sebastien Ros
3ad1c54d1c #18177: Can created blank content types
Work Item: 18177

--HG--
branch : 1.x
2011-11-09 18:16:30 -08:00
Sebastien Ros
355f379e80 #18186: BlogPartArchive doesn't use correct date
Work Item: 18186

--HG--
branch : 1.x
2011-11-09 18:12:53 -08:00
Sebastien Ros
ec97e95221 #16387: More granular permissions for blogs
Adding a new Manage Own Blog permission.
Preventing a user without Manage Blog Post to create a post on a blog he is
not the owner.
Checking for ownership on the Post or on the Blog.

Work Item: 16387

--HG--
branch : 1.x
2011-11-09 17:30:39 -08:00
Sebastien Ros
3f41484d53 #16335: The post can be scheduled to publish at a past time
Work Item: 16335

--HG--
branch : 1.x
2011-11-09 16:21:26 -08: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
Sebastien Ros
4e5edf5438 Fixing unit tests for Search
--HG--
branch : 1.x
2011-11-09 11:17:28 -08:00
Sebastien Ros
722cad36ee Adding a css class for admin tables
--HG--
branch : 1.x
2011-11-07 18:10:53 -08:00
Sebastien Ros
5a908ef0bd Making Tags projections available if Tags is enabled
--HG--
branch : 1.x
2011-11-07 16:10:36 -08:00
Sebastien Ros
d4632ec770 Adding missing files for jQuery
--HG--
branch : 1.x
2011-11-06 09:38:03 -08:00
Sebastien Ros
ba46f15447 Adding missing files for jQuery
--HG--
branch : 1.x
2011-11-06 09:37:23 -08:00
Sebastien Ros
72155d2919 Updating jQuery to 1.7
--HG--
branch : 1.x
2011-11-04 13:53:22 -07:00
Sebastien Ros
cad9138ac4 Securing json endpoint for tags
--HG--
branch : 1.x
2011-11-02 15:34:01 -07:00
piedone
a1d749423e #18182: Implementing Autocompleted on Tags
Work Item: 18182

--HG--
branch : 1.x
2011-11-02 15:15:29 -07:00
Sebastien Ros
bc7be146f0 Updating jQuery UI css file
--HG--
branch : 1.x
2011-11-02 15:13:27 -07:00
Sebastien Ros
eafb6930ab Allowing LuceneSearchBuilder.Parse to be used with .Mandatory() and .AsFilter()
--HG--
branch : 1.x
2011-11-01 16:58:07 -07:00
Sebastien Ros
2760db08b2 Back porting Pager shapes from dev branch
--HG--
branch : 1.x
2011-11-01 16:07:20 -07:00
Sebastien Ros
d7f258b830 Adding CommentsFilter
--HG--
branch : 1.x
2011-10-30 10:46:16 -07:00
Sebastien Ros
8859efb933 Refactoring CommentsPart to enable querying over comments
--HG--
branch : 1.x
2011-10-30 10:45:29 -07:00
Sebastien Ros
01fc3a7ab6 Fixing FieldStorageEvents regarding common types
--HG--
branch : 1.x
2011-10-27 21:24:44 -07:00
bertrandleroy
7e8e0eeecf Adding web.config so jQueryUI images can be served.
--HG--
branch : 1.x
2011-10-21 17:53:18 -07:00
bertrandleroy
f557207d6c Roles ordered by name in admin page
--HG--
branch : 1.x
2011-10-21 17:47:39 -07:00
bertrandleroy
d638fafb16 Merge
--HG--
branch : 1.x
2011-10-21 17:26:51 -07:00
bertrandleroy
cf8afd07d7 Bringing Content admin menu item one notch up to be above Blog
--HG--
branch : 1.x
2011-10-21 17:16:05 -07:00
Sebastien Ros
715c81047a Merge
--HG--
branch : 1.x
2011-10-20 00:17:58 -07:00
Sebastien Ros
44ec6440c6 Adding FieldDriver.Describe to let content fields expose their storage properties
--HG--
branch : 1.x
2011-10-20 00:17:13 -07:00
bertrandleroy
d633df3a43 Minor fixes to refresh.html
--HG--
branch : 1.x
2011-10-18 22:10:55 -07:00
bertrandleroy
d1b98262c8 Minor fixes to refresh.html
--HG--
branch : 1.x
2011-10-18 22:00:46 -07:00
Sebastien Ros
3b137fe0cd Fixing Sql Ce reference for unit tests
--HG--
branch : 1.x
2011-10-18 15:58:06 -07:00
piedone@pyrocenter.hu
645e737981 Fixing issue #18170
--HG--
branch : 1.x
extra : transplant_source : %2B%5E%B6%9F%A3/%9EPl%87%C82i%22%28I%DC%3B%27%C6
2011-10-17 12:16:54 +02:00
Sebastien Ros
e2af924c87 Adding missing file
--HG--
branch : 1.x
2011-10-18 15:00:09 -07:00
Sebastien Ros
674192ed59 Adding filters to Orchard.Projections
--HG--
branch : 1.x
2011-10-18 14:37:49 -07:00
Steve@raptor
52dfa68d74 #18167: Fixing drop-down box doesn't work in FireFox
Work Item: 18167

--HG--
branch : 1.x
extra : transplant_source : %DC%BCr%BD%B0%01RXP%FF%2B%23%11/D%83%0A%07%E8q
2011-10-14 10:39:55 -04:00
Sebastien Ros
efa24db822 Adding a space before "Lost Your Password?"
--HG--
branch : 1.x
2011-10-14 10:15:08 -07:00
Sebastien Ros
8b4c249e07 Specializing a widget's alternate to use the shape name too. Otherwise there
could be conflicts if two shapes are returned for the same content item.

--HG--
branch : 1.x
2011-10-12 17:00:44 -07:00
Sebastien Ros
212483445c Fixing WidgetAlternatesFactory to check for a content item in ContentPart too
--HG--
branch : 1.x
2011-10-12 16:41:37 -07:00
Sebastien Ros
ec4cb77f78 Addind missing localizer initialization
--HG--
branch : 1.x
2011-10-11 15:12:17 -07:00
bertrandleroy
118d5b3533 Multi-tenancy handles mutliple hosts per shell
--HG--
branch : 1.x
2011-10-11 10:54:54 -07:00
Sebastien Ros
fef8634902 Removing unnecessary calls ro Resolve<>()
--HG--
branch : 1.x
2011-10-05 14:48:31 -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
Sebastien Ros
73d44afb2c Removing IMapper (backport)
--HG--
branch : 1.x
2011-10-05 13:59:24 -07:00
Sebastien Ros
027f78ab6e Fixing creation date when container is set as home page 2011-10-03 15:41:09 -07:00
Sebastien Ros
4420bc5ee4 Fixing code generation for modules 2011-10-03 13:23:05 -07:00
Sebastien Ros
c2b770c916 Updating assembly info
--HG--
branch : 1.x
2011-10-03 11:19:57 -07:00
Sebastien Ros
17a2ccfa3a Showing Preview link even when there is no published version
--HG--
branch : 1.x
2011-10-03 07:40:54 -07:00
Sebastien Ros
9196a89996 Fixing Blog Archive Widget creation
--HG--
branch : 1.x
2011-10-02 22:49:52 -07:00
Sebastien Ros
ed35652898 Relocating some actions and forms to their parent module
--HG--
branch : 1.x
2011-10-02 16:37:10 -07:00