Louis DeJardin
6358ad20ff
Adjusting permission names which weren't clear from the spec
...
--HG--
branch : 1.x
2010-12-15 21:54:25 -08:00
Louis DeJardin
a2e5f82196
Fixing an issue with cached permissions, work item: 17057
...
If a role was saved with no permissions at all, the inmemory cache
of role's permission isn't cleared because the trigger was outside
of the loop.
--HG--
branch : 1.x
2010-12-15 16:26:53 -08:00
Renaud Paquay
c56c5b7777
Updating gallery feed URL
...
--HG--
branch : dev
2010-12-15 15:21:27 -08:00
Andre Rodrigues
023ccbb439
Fixing RoutableService since by default there is no ISlugEventHandler implementation.
...
--HG--
branch : dev
2010-12-15 10:58:21 -08:00
Andre Rodrigues
709101c210
Simplifying slugeventhandler to leverage event bus functionality.
...
--HG--
branch : dev
2010-12-14 23:43:49 -08:00
Andre Rodrigues
ac2e533343
Adding messageprepared flag to user registration email event handler to allow handler swaping.
...
--HG--
branch : dev
2010-12-14 23:37:23 -08:00
Nathan Heskew
19846507dc
Fixing scheduling of blog posts from Live Writer
...
work item: 17041
--HG--
branch : dev
2010-12-14 15:51:48 -08:00
Nathan Heskew
6bd7e40958
Enabling pre-dating of content from Live Writer
...
--HG--
branch : dev
2010-12-14 13:45:58 -08:00
Nathan Heskew
f40a725c33
More blog post published date cleanup WRT Live Writer
...
--HG--
branch : dev
2010-12-14 13:44:14 -08:00
Nathan Heskew
7113067437
Fixing errors that Live Writer was logging on the client.
...
Fixing errors that Live Writer was having with our datetime format, that we were having with the datetime string Live Writer was giving us and correctly setting an empty response to metaWeblog.getCategories from Orchard.Tags
--HG--
branch : dev
2010-12-14 11:49:42 -08:00
Renaud Paquay
8935efc96c
Update version # to 0.9.0
...
--HG--
branch : dev
2010-12-13 21:56:39 -08:00
Renaud Paquay
b06f5d83d3
Merge
...
--HG--
branch : dev
2010-12-13 16:42:23 -08:00
Jonathan Wall
5042b88732
Moved divider to the right of the publish button.
...
--HG--
branch : dev
2010-12-13 15:44:48 -08:00
Andre Rodrigues
48d3f1d647
Updating logger to flush immediately in development and to remove debug appenders in production.
...
--HG--
branch : dev
2010-12-13 14:58:32 -08:00
Andre Rodrigues
00e2f9f203
#17039 : Updating service reference
...
--HG--
branch : dev
2010-12-13 12:56:36 -08:00
Renaud Paquay
b2d0f1d623
Add ability to configure orchard components via config file
...
A special file "HostSingletons.config" is read at startup to
look for properties to set on host components.
--HG--
branch : dev
2010-12-12 22:40:39 -08:00
Renaud Paquay
94192a667b
Fix merge errors
...
--HG--
branch : dev
2010-12-11 14:21:49 -08:00
Renaud Paquay
f69c47b544
Merge default => dev
...
--HG--
branch : dev
2010-12-11 14:19:15 -08:00
Kevin LaBranche
cdd6069825
#17040 Fix - Archive is spelled arhive in module description.
2010-12-11 11:30:18 -07:00
Renaud Paquay
9e0387c76a
Remove all traces of "default.aspx"
...
--HG--
branch : dev
2010-12-10 21:42:57 -08:00
Renaud Paquay
3bbdac0eb6
Remove default.aspx from Orchard.web
...
It hasn't been needed since MVC2, and it now broken with MVC3.
--HG--
branch : dev
extra : transplant_source : N%CA%B4%F6%13%9C%BE%2AL%14z_%13%A9%90cF%00%DCn
2010-12-10 21:09:53 -08:00
Andre Rodrigues
a4e824fb4a
#17033 : Fixing live writter and blog post admin permissions.
...
--HG--
branch : dev
2010-12-10 18:54:36 -08:00
Jonathan Wall
99979cf319
Added wrapper divs to main and tripel in the t-machine.
...
Work item: 17029
--HG--
branch : dev
2010-12-10 18:39:00 -08:00
Andre Rodrigues
241d7cf483
Fixing merge problem. Using correct appender.
...
--HG--
branch : dev
2010-12-10 18:29:44 -08:00
Nathan Heskew
008245d3d9
Updating the comment's email and url validation regex
...
--HG--
branch : dev
2010-12-10 18:13:25 -08:00
Sebastien Ros
0bd37630d4
Fixing compilation issue
...
--HG--
branch : dev
2010-12-10 17:44:43 -08:00
Sebastien Ros
8640262b8c
Merge
...
--HG--
branch : dev
2010-12-10 17:37:16 -08:00
Sebastien Ros
83e2b84688
Removing NotImplementedException in MembershipService by using the new EncryptionService
...
--HG--
branch : dev
2010-12-10 17:04:40 -08:00
Nathan Heskew
ff2630e741
Fixing an error wrt the home page being unpublished then published through some other means than the page edit UI resulting in a "404" error page
...
work item: 17003
--HG--
branch : dev
2010-12-10 16:59:28 -08:00
Louis DeJardin
4e6d9566bf
Updating file targets to match
...
--HG--
branch : dev
2010-12-10 16:35:05 -08:00
Louis DeJardin
58b29c79ad
Field template alternates based on field name and content part/type name
...
When a ContentShape is returned from a ContentFieldDriver alternates are added automatically
Patterns include:
ShapeName
ShapeName__FieldName
ShapeName__PartName
ShapeName__FieldName__PartName
For content fields the part name is, essentially, always the same as the content type name
Field drivers must add a ContentPart property to the shape they return, or only the field name will be a valid alternate
Updated TextFieldDriver
Fixed a bug where a dash after a dot in a file name was preventing proper harvesting
--HG--
branch : dev
extra : rebase_source : cae3d8cf544628b5f35cfc584ebbedf4d505c8ce
2010-12-10 16:24:03 -08:00
Louis DeJardin
c93f4d9985
Adjusting and annotating default logging configuration
...
--HG--
branch : dev
extra : rebase_source : 3edcb12b5515b24cf52f875f7f45163ffa9ea840
2010-12-10 16:14:05 -08:00
Nathan Heskew
d219f38af7
Merge
...
--HG--
branch : dev
2010-12-10 16:09:25 -08:00
Nathan Heskew
b6ff06eb1d
Updating the TinyMCE editor with some additional valid elements & attributes
...
--HG--
branch : dev
2010-12-10 16:06:52 -08:00
Andre Rodrigues
ae6d186341
#17032 : Fixing gallery download link. Moving Project URL to the Views as additional information.
...
--HG--
branch : dev
2010-12-10 16:06:22 -08:00
Andre Rodrigues
d6bb710999
#17020 : Correcting view action.
...
--HG--
branch : dev
2010-12-10 15:29:47 -08:00
bertrandleroy
3e77a8eb98
Fixing the help text for command create package ( http://orchard.codeplex.com/workitem/16957 ).
...
--HG--
branch : dev
2010-12-10 15:18:05 -08:00
Andre Rodrigues
96b404cc2a
Merge
...
--HG--
branch : dev
2010-12-10 14:24:47 -08:00
Andre Rodrigues
e63e0b6aa6
Adding Style Frequency option to rollingfileappender to avoid continuous update based on date.
...
--HG--
branch : dev
2010-12-10 14:24:24 -08:00
Dave Reed
629a48958f
#17021 Redirects in actions using returnUrl need to only redirect to the returnUrl if Url.IsLocalUrl
...
We did this in a lot of places. Adds a controller extension method that makes this easier.
--HG--
branch : dev
2010-12-10 14:20:08 -08:00
Suha Can
919a57c1bf
Saving a couple cycles to avoid recalculating known results in the grantingNames array.
...
--HG--
branch : dev
2010-12-10 13:26:59 -08:00
Renaud Paquay
b6205e2295
Merge
...
--HG--
branch : dev
2010-12-10 13:08:42 -08:00
Dave Reed
9a91c4d741
#16825 : Exception in background task.
...
Return null for authenticated user if there is none set and there's no HttpContext.
Somehow the correct owner is already being assigned, so the previously created OwnedScheduledTaskHandler was unnecessary.
--HG--
branch : dev
2010-12-10 12:55:06 -08:00
Suha Can
a4a581d1c7
Merge
2010-12-10 12:51:38 -08:00
Suha Can
ab29c7fe25
Merge
2010-12-10 12:23:21 -08:00
Andre Rodrigues
50058a5073
#17026 : Adding web.config to /content/ directory when scafolding a theme.
...
--HG--
branch : dev
2010-12-10 12:21:01 -08:00
Renaud Paquay
e9380fb02f
Merge
...
--HG--
branch : dev
2010-12-10 12:03:27 -08:00
Renaud Paquay
9337e12134
Adding differentiator fallback for field locations override
...
Work Item: 16915
--HG--
branch : dev
2010-12-10 11:59:20 -08:00
Andre Rodrigues
66b9ae5d4f
#17022 : Initializing services.
...
--HG--
branch : dev
2010-12-10 11:54:12 -08:00
Suha Can
f514445339
Merge
...
--HG--
branch : dev
2010-12-10 11:46:07 -08:00