Sebastien Ros
25670b9620
Fixing pager text encoding
...
Fixes #5359
2015-07-31 17:00:31 -07:00
Sebastien Ros
fa09e2e83a
Using master content item to create translations
...
Fixes #5535
2015-07-31 16:19:34 -07:00
Sebastien Ros
a9a1413331
Fixing unit tests
2015-07-31 16:12:36 -07:00
Sebastien Ros
637cea6a02
Fixing Redis connection creation
...
With the previous code, when multiple threads tried to create
a Redis connection, the ConcurrentDictionary would have
called the factory delegate multiple times and added only one
of the resulting connections. This is by design, and a solution
is to use a Lazy object to defer the creation of the connection.
Multiple Lazy objects will be created but it doesn't have any impact.
2015-07-31 15:10:08 -07:00
mahsaro
057a2a32ad
Cleanup
2015-07-31 17:42:44 +01:00
mahsaro
8d1d48f2ee
Merge pull request #1 from OrchardCMS/dev
...
Update with latest from Orchard
2015-07-31 16:28:34 +01:00
Sebastien Ros
5fd02aacd9
Merge branch '1.9.x' into dev
...
Conflicts:
README.md
2015-07-30 15:51:28 -07:00
Sebastien Ros
cc82bfcca0
Fixing duplicate session creation
2015-07-30 15:49:13 -07:00
Sipke Schoorstra
64077ae09a
Changed labels of content recipe builder step.
...
This should make for a more consistent terminology.
2015-07-30 23:13:19 +01:00
Sipke Schoorstra
2a2aba9548
Fixed that xmldecl was not part of the export.xml.
2015-07-30 22:57:26 +01:00
Sébastien Ros
f3f0352063
Merge pull request #5573 from emeraldarcher/issue/5572
...
Fixes #5572 - Bug fixes for Google ReCaptcha 2.0 update
2015-07-30 12:41:06 -07:00
Daniel Stolt
eec888ff71
Made order of field and part elements in export XML predictable.
2015-07-30 20:32:37 +01:00
Sipke Schoorstra
c746fe926b
Fixed removal of database tables when using data table prefix.
2015-07-30 16:39:17 +01:00
Sipke Schoorstra
73170a0d63
Added support for multiple recipe steps of the same type and added unit tests.
...
Enables execution of multiple child recipes in a particular sequence. This is useful for the RecipesStep for example, where you want to execute a child recipe first, then execute some commands and import some content, then execute a second child recipe.
2015-07-30 14:26:01 +01:00
Sipke Schoorstra
a7d2777478
Made DatabaseEnabledTestsBase.Cleanup virtual.
...
This enables child classes to provide additional cleanup.
2015-07-30 14:21:32 +01:00
Daniel Stolt
faa216147d
Merge pull request #5575 from Codinlab/issue/5519
...
Fixes #5519 : DynamicForms client validation issue
2015-07-29 16:59:40 +01:00
Sipke Schoorstra
d13d3e7ff3
Fixed a null reference exception by initializing the lists.
2015-07-29 13:06:50 +01:00
mahsaro
8ef3ca1eac
Sort,Filter and showing IsManaged Admin UI
2015-07-28 18:37:22 +01:00
Sipke Schoorstra
57692e073d
Added RecipesStep.
...
This recipe steps enables the execution of other recipes within the same ExecutionId.
2015-07-28 18:15:43 +01:00
Daniel Stolt
dedded7422
Changed distributed shell restart to only apply to the correct tenant.
2015-07-28 16:35:51 +01:00
Sipke Schoorstra
cbf10216b0
Merge pull request #5581 from dcinzona/patch-4
...
Updated README.md Orchard version to 1.9.1
2015-07-28 15:14:00 +01:00
Gustavo Tandeciarz
bb560f9cdf
Updated README.md Orchard version to 1.9.1
...
Was listing 1.8.1 as latest version in the readme. Minor update.
2015-07-28 08:57:49 -04:00
mahsaro
6718f1902b
Export and import works
2015-07-28 13:52:55 +01:00
Daniel Stolt
f708362313
Made execution ID an ambient context property in recipe logging.
2015-07-28 13:33:07 +01:00
Daniel Stolt
0dd8686a6f
Added "recipes result" command to print result of a recipe execution.
...
This helps in automation scenarios where you need to programmatically find out whether setup succeeded or not. Also clarified "setup" command output and added execution ID to the message and cleaned up code in RecipeCommands.
2015-07-27 21:03:04 +01:00
Thierry Fleury
bc2e0607ef
DynamicForms : Mark css & js assets as content
...
MsBuild raise errors when ccs or js files have "None" BuildAction
2015-07-27 13:30:29 +02:00
Thierry Fleury
cd5ca49b32
Fixes #5519 : DynamicForms client validation issue
...
jQuery validate script order is important
2015-07-27 11:31:47 +02:00
Sipke Schoorstra
805de7d563
Removed unnecessary check for "/".
...
The DisplayAlias of a content item will not be set to "" or "/" for the item to become the homepage, so there's no need to check for the display alias to be "/".
2015-07-26 17:16:41 +01:00
Sipke Schoorstra
8aa2a9f070
Fixed autoroute part editor template.
...
This fixes an issue where the alias text field becomes hidden when the content is the homepage, while given the home alias updates you should still be able to change the alias of the content item.
2015-07-26 17:10:09 +01:00
Sipke Schoorstra
c4ff7a21f3
Removed unused namespace.
2015-07-26 17:06:33 +01:00
Sipke Schoorstra
2317d6a737
Update FrontEndCultureSelector shape template to accommodate home alias changes.
2015-07-26 16:19:38 +01:00
Daniel Stolt
f023f66d63
Merged branch '1.9.x' into dev.
2015-07-26 01:28:38 +01:00
Daniel Stolt
6da6c5c214
#5450 : Implemented generalized Gulp automation.
...
Fixes #5446 .
2015-07-26 01:14:14 +01:00
Lombiq
37a5a7effc
Wrapping ITokenizer injection into Work<> for shape methods to prevent possible DependencyResolutionException.
...
Not doing this can cause "No scope with a Tag matching 'work' is visible from the scope in which the instance was requested." errors with certain token providers.
2015-07-26 00:53:19 +02:00
EmeraldArcher
b21f31980b
Bug fixes for Google ReCaptcha 2.0 update
2015-07-25 16:07:54 -06:00
Nicholas Mayne
baad84ee7b
Merge pull request #5570 from jtkech/patch-3
...
Incorrect plus characters break the compilation in DefaultDataMigrationInterpreter.cs
2015-07-25 21:23:58 +01:00
Lombiq
5420a038ba
The AlwaysAccessible attribute now can be added to controllers (not just to actions), fixes #4504
2015-07-25 13:05:41 +02:00
Sergio Navarro
8a8b0f91c6
Fixed #5140 Recipe from Migrations didn't work
2015-07-25 08:54:31 +02:00
jtkech
93476c321a
Update DefaultDataMigrationInterpreter.cs
...
Remove incorrect plus characters that break the compilation
2015-07-24 20:31:25 +02:00
Daniel Stolt
34be0b302f
#5564 : Fixed potential NRE when tenant RequestUrlHost is empty.
...
Fixes #5564 .
2015-07-24 16:40:47 +01:00
Sipke Schoorstra
6566c11880
Fixed bad merge.
2015-07-24 15:01:16 +01:00
Sipke Schoorstra
0d3f525610
Simplified accessing the localizable aspect and elaborated a bit on the hack.
2015-07-24 14:57:19 +01:00
Sipke Schoorstra
e8cc0cba6e
Merge branch 'dev' into issue/homepage-alias
...
Conflicts:
src/Orchard.Web/Modules/Orchard.Autoroute/Drivers/AutoroutePartDriver.cs
src/Orchard.Web/Modules/Orchard.Autoroute/Handlers/AutoroutePartHandler.cs
src/Orchard.Web/Modules/Orchard.Autoroute/ImportExport/HomeAliasExportStep.cs
src/Orchard.Web/Modules/Orchard.Autoroute/Orchard.Autoroute.csproj
src/Orchard.Web/Modules/Orchard.Autoroute/Services/AutorouteService.cs
src/Orchard.Web/Modules/Orchard.ImportExport/Views/Admin/ImportResult.cshtml
src/Orchard.Web/Modules/Orchard.Layouts/Orchard.Layouts.csproj
src/Orchard.Web/Modules/Orchard.Localization/Providers/LocalizationDateTimeFormatProvider.cs
src/Orchard.Web/Modules/Orchard.Pages/Orchard.Pages.csproj
src/Orchard/Localization/Services/CultureDateTimeFormatProvider.cs
src/Orchard/Localization/Services/DefaultDateFormatter.cs
src/Orchard/Localization/Services/IDateTimeFormatProvider.cs
2015-07-24 14:11:00 +01:00
Sipke Schoorstra
f575944df3
Updated Page commands to create home page alias.
2015-07-24 13:52:38 +01:00
Sipke Schoorstra
4159584d85
Merge branch 'dev' into issue/homepage-alias
...
Conflicts:
src/Orchard.Web/Modules/Orchard.Autoroute/Drivers/AutoroutePartDriver.cs
src/Orchard.Web/Modules/Orchard.Autoroute/Handlers/AutoroutePartHandler.cs
src/Orchard.Web/Modules/Orchard.Autoroute/Services/AutorouteService.cs
2015-07-24 13:33:36 +01:00
Sipke Schoorstra
d6e96252e7
Merge branch 'feature/tabs' into dev
2015-07-24 11:52:39 +01:00
Sipke Schoorstra
f6e5f6b91e
Removed "Both" column from Content recipe builder step.
2015-07-24 11:42:26 +01:00
Sipke Schoorstra
a88b35192e
Fixed Orchard.AntiSpam compilation issue by correcting data type.
2015-07-24 11:20:22 +01:00
Sipke Schoorstra
bd82412d95
Updated gulped script output.
2015-07-24 10:59:15 +01:00
Sipke Schoorstra
ea91185816
Falling back to a default base URL in case none is configured.
...
This fixes an issue where you run Setup from a command line and the recipe does not set BaseUrl on site settings.
The issue is that if the HttpContext does not have a URL, certain properties on the Request object will throw when constructing a URI with a null value.
2015-07-24 10:34:37 +01:00