Commit Graph
4243 Commits
Author SHA1 Message Date
Sebastien Ros c151fefa93 Fixing folder names resolution in Azure
--HG--
branch : dev
2010-12-13 16:24:10 -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
Sebastien Ros 564036994d Applying Default.aspx changes on Azure
--HG--
branch : dev
2010-12-13 12:55:59 -08:00
Renaud Paquay 18c097b66a Adding log related to dynamic compilation
--HG--
branch : dev
2010-12-13 12:06:42 -08:00
Renaud Paquay e9e4e71d00 Fix too aggressive caching of loaded extensions
--HG--
branch : dev
2010-12-13 11:36:09 -08:00
Sebastien Ros 571e99752b Merge
--HG--
branch : dev
2010-12-13 10:55:29 -08:00
Renaud Paquay e4243412d1 Added a "Disabled" option for all extension loaders
--HG--
branch : dev
2010-12-12 23:25:43 -08:00
Renaud Paquay 7c3b71d5e2 Added a "Disabled" option for all extension loaders
--HG--
branch : dev
2010-12-12 23:25:37 -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
Sebastien Ros 2180db5c87 Adding lost tests for Orchard.Indexing and Lucene
--HG--
branch : dev
2010-12-11 15:40:08 -08:00
Renaud Paquay 01fdf07b95 Fix SpecFlow tests
--HG--
branch : dev
2010-12-11 14:39:37 -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 43082540bb Fix unit test
--HG--
branch : dev
2010-12-10 23:49:27 -08:00
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
Suha Can a4a581d1c7 Merge 2010-12-10 12:51:38 -08:00