Renaud Paquay
7bb485ed4e
Making specflow tests faster
...
When setting up specflow tests, we ended up copying the full content
of the "bin" folder of every module. These folder contain not only
the module assembly, but also many other assemblies used by the
Orchard framework (the framework itself, and all dependencies).
We know skip these files, which dramatically decreases the amount of
file I/O needed to start these tests.
Also adding logging to trace what's going on during initialization.
--HG--
branch : dev
2010-12-10 23:45:55 -08: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
4e3679bd9d
Fixing .csdef filename for Azure
...
--HG--
branch : dev
2010-12-10 17:05:32 -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
b042860645
Correcting comment in code
...
Also a correction to the previous commit comment, patterns are:
ShapeName
ShapeName__FieldName
ShapeName__PartName
ShapeName__PartName__FieldName
The most specific, and first to match, are the ones later in the list
--HG--
branch : dev
2010-12-10 16:41:49 -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
ba9391841a
Correcting rollingmode.
...
--HG--
branch : dev
2010-12-10 15:30:02 -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
Sebastien Ros
a5bd539b18
Going back to Azure SDK 1.2 for the moment
...
--HG--
branch : dev
2010-12-10 15:16:18 -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
Renaud Paquay
04f733c34b
Remove fallback for field specialization
...
Fallback logic is implied by ordering in placement.info
--HG--
branch : dev
2010-12-10 13:02:54 -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
Sebastien Ros
0cc8c67e54
Merge
...
--HG--
branch : dev
2010-12-10 12:54:26 -08:00
Sebastien Ros
e375077f04
Using AzureFileSystem in AzureShellSettingsManager
...
--HG--
branch : dev
2010-12-10 12:53:02 -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
Suha Can
1ea1551ba6
16451 Role without check “Edit any blog posts” can edit posts by others if he has "EditOwn" permission
...
--HG--
branch : dev
2010-12-10 11:43:12 -08:00
Dave Reed
625880f9e1
#16998 : Publish Later UI now much less confusing with 3 buttons: Save, Publish Now, and Publish Later.
...
This also moves some publish-later specific css from the admin css to the publish later css, and makes the _Archive_ Later UI look better when active.
--HG--
branch : dev
2010-12-10 11:12:29 -08:00
Nathan Heskew
ce506d2bf9
Making the layer and widget delete button only show up when editing an layer or widget
...
work item: 17013
--HG--
branch : dev
2010-12-10 09:54:20 -08:00
Jonathan Wall
23fd612bce
Removed search input field that was hard-coded in the results page.
...
Work item: 16895
--HG--
branch : dev
2010-12-10 09:33:37 -08:00
Jonathan Wall
a04dabfa7d
Fixed comment UI in the admin.
...
--HG--
branch : dev
2010-12-10 08:57:33 -08:00
Nathan Heskew
56684cd326
Merge
...
--HG--
branch : dev
2010-12-10 08:33:21 -08:00
Nathan Heskew
0ed0750dbf
Changing the Widget.DeleteButton.cshtml from None -> Content
...
--HG--
branch : dev
2010-12-10 08:32:50 -08:00
Andre Rodrigues
ca9c5d7b6a
#16802 : Making slug logic extensible / replaceable through events.
...
--HG--
branch : dev
2010-12-09 18:39:03 -08:00
Andre Rodrigues
035f3d3e9c
#16803 : International characters are allowed to go through and accents are removed.
...
--HG--
branch : dev
2010-12-09 18:03:27 -08:00
Renaud Paquay
8e7adc6ee2
Remove unused legacy code
...
--HG--
branch : dev
2010-12-09 18:01:36 -08:00
Sebastien Ros
4a9fb5a857
Applying security checks to remote publishing
...
--HG--
branch : dev
2010-12-09 16:57:04 -08:00
Andre Rodrigues
8cd4727bb5
Merge
...
--HG--
branch : dev
2010-12-09 16:46:30 -08:00
Andre Rodrigues
2c16581106
#16797 : Adding setting for global paging. Fixing issue with query string specified pagesize being the same as default size.
...
--HG--
branch : dev
2010-12-09 16:39:06 -08:00