Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content cloning and translation #6540

Closed
wants to merge 1,167 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1167 commits
Select commit Hold shift + click to select a range
d1fd7cd
Improved class attribute logic.
Dec 28, 2015
e410be5
Fixes 6189 : TextAreaElement throwing on null ProcessedValue
TFleury Dec 16, 2015
a71e51c
Use Display Name to show validation messages
Dec 22, 2015
073614b
Move Mono DLL from the Orchard.Scripting.CSharp module to the root li…
LombiqTechnologies Dec 22, 2015
152c00a
Remove duplicate Logger assignation
TFleury Dec 28, 2015
0a8fa5b
second time to fix #6245
infofromca Dec 30, 2015
d21aae3
Merge pull request #6250 from infofromca/fix6245b
Dec 30, 2015
41e9052
Added support for setting default values.
Dec 30, 2015
c8b5664
Fixed a bug in HomeAliasService
Dec 30, 2015
fde4c32
Fixed activity toolbox filtering.
Dec 30, 2015
aaced54
Adding WithIdentity() content metadata helper to add IdentityPart in …
LombiqTechnologies Jan 4, 2016
e04b020
Add missing IdentityPart (needed for export/import) to ContainerWidget
LombiqTechnologies Jan 4, 2016
7fa4783
Fixing leftover MVC references by changing them to also use packages
LombiqTechnologies Jan 6, 2016
93ec5ea
Merge branch 'dev' of https://github.com/OrchardCMS/Orchard into repl…
Jan 6, 2016
6a0617b
Restored MSBuild directory
Jan 6, 2016
bc51f86
Consolidate Iesi.Collections and commit binding redirects
Jan 7, 2016
f440ebd
Updated CodeGen templates
Jan 7, 2016
050b3e2
Merge pull request #6187 from PaulDevenney/Bug/FixImportExportCommand
sebastienros Jan 7, 2016
76e55c3
Merge pull request #6217 from gcsuk/replace-lib-with-nuget
sebastienros Jan 7, 2016
0156aa8
Merge pull request #6232 from jtkech/patch-2
sebastienros Jan 7, 2016
2d2b4a0
Update ContentPicker.Edit.cshtml link
leventesen Jan 11, 2016
6a565a5
Brought Nuget packages also to Orchard.Azure.Web.
DaRosenberg Jan 13, 2016
bfb01a3
Fixed compiler errors in Razor views in modules and themes.
DaRosenberg Jan 13, 2016
fe121a8
[Fixes #5728] Adding default grid system to TheThemeMachine
sebastienros Jan 13, 2016
c59b761
Enabled Roslyn compilation (C# 6 syntax support) for Razor views.
DaRosenberg Jan 13, 2016
dec68d4
Updated code base to target .NET Framework 4.5.2. Fixes #5700.
DaRosenberg Jan 14, 2016
0e6955c
[Fixes #5762 #4044] Creating new identities on cloning
sebastienros Jan 14, 2016
e587a48
White-listing packages.config as None target in projects
sebastienros Jan 14, 2016
e510ec2
Removing unknown binaries
sebastienros Jan 14, 2016
387fbb2
Restoging nuget packages as part as the build script
sebastienros Jan 14, 2016
50018cb
Installing SlowCheetah from Nuget on build
sebastienros Jan 14, 2016
79337e9
Restoring nunit console runner
sebastienros Jan 14, 2016
a0c61c0
Merge branch '1.9.x' into dev
sebastienros Jan 14, 2016
2d4c87d
Fixing unit tests
sebastienros Jan 14, 2016
bb5c6e2
Ignoring Rebracer changes
sebastienros Jan 14, 2016
182f9fd
Using MSBuild.Community.Tasks from nuget
sebastienros Jan 14, 2016
e98125f
Restoring tooling packages before msbuild is invoked
sebastienros Jan 14, 2016
ab89479
Including msbuild tasks in lib
sebastienros Jan 14, 2016
c6b9d36
Merge pull request #6268 from leventesen/update/contentpicker-edit-link
sebastienros Jan 14, 2016
42923e9
Fixing msbuild script
sebastienros Jan 14, 2016
163159d
Merge branch '1.9.x' into dev
sebastienros Jan 14, 2016
45e6a7f
Adding missing SlowCheetah assembly
sebastienros Jan 14, 2016
b91d001
Updating CREDITS
sebastienros Jan 15, 2016
ec0b4b1
Fixing homepage service
sebastienros Jan 15, 2016
7237437
Update FrontEndCultureSelector.cshtml
jtkech Jan 15, 2016
f09a7d9
Merge pull request #6280 from jtkech/patch-5
Jetski5822 Jan 15, 2016
7bb8868
Merge remote-tracking branch 'origin/dev' into dev
SzymonSel Jan 15, 2016
7ca31ab
Replaced regex with a `while` loop
SzymonSel Jan 15, 2016
567756b
Merge branch '1.9.x' into dev
sebastienros Jan 15, 2016
f47ce2a
Using case insensitive route values comparison
sebastienros Jan 15, 2016
5f0e690
Fixed reCaptcha driver.
Jan 17, 2016
2586675
Copying roslyn binaries before running Specflow tests
sebastienros Jan 19, 2016
00c35d9
Fixing specflow tests
sebastienros Jan 19, 2016
17fbe37
Adding missing module to functional tests
sebastienros Jan 19, 2016
8e8f95f
Fixing localization of BadgeOfHonor
sebastienros Jan 19, 2016
6da6e70
Removing unneeded System.Data.DataSetExtensions from Tokens that coul…
LombiqTechnologies Jan 20, 2016
00e2a8f
Changed the way Handlers are invoked in Export and Import
hannan-azam Jan 21, 2016
b5e40c2
Moved Mono.CSharp reference to NuGet
Jan 21, 2016
73b8e29
Remove Mono.CSharp.dll from lib folder
Jan 21, 2016
aa9b2ac
Merge pull request #6297 from gcsuk/Move-mono-to-nuget
sebastienros Jan 21, 2016
c05a53c
Merge pull request #6295 from hannan-azam/1.9.3
sebastienros Jan 21, 2016
2d66897
Merge pull request #6172 from SzymonSel/dev
sebastienros Jan 21, 2016
e519e2d
Move RoleRuleProvider to RoleCondition
TFleury Dec 21, 2015
df3e25a
Remove Orchard.Events reference
TFleury Jan 8, 2016
4f7a73c
Check for Nullability of HttpContext while getting Client IP
hannan-azam Jan 22, 2016
16c687d
Cleaned up and reformatted all Web.config files according to #6072.
DaRosenberg Jan 22, 2016
abaef1d
Reformatted one more Web.config file.
DaRosenberg Jan 22, 2016
80a9cc7
Untabified module manifests according to #6072.
DaRosenberg Jan 22, 2016
17fc2bb
Change OnImportCompleted to OnImporting
neTp9c Jan 25, 2016
77f92bc
Move implementation of CultureConditions to CultureRuleProvider class
neTp9c Jan 25, 2016
58d480b
Merge pull request #6140 from neTp9c/CultureConditions
Jetski5822 Jan 25, 2016
8daad7f
Fixing that specifying a global zone as an editor shape's placement c…
LombiqTechnologies Jan 27, 2016
110e5c1
Fixing that when content fields were updated it wasn't checked whethe…
LombiqTechnologies Jan 27, 2016
dd9a0ec
Removing now unused method from ContentPartDriver
LombiqTechnologies Jan 28, 2016
cce9b31
Implementing Alias Breadcrumb Link to be able to add dynamically gene…
LombiqTechnologies Jan 28, 2016
c214110
Merge pull request #6299 from hannan-azam/6292
sebastienros Jan 28, 2016
bdca8a5
Merge pull request #6298 from Codinlab/features/roleCondition
sebastienros Jan 28, 2016
91fdba1
Added LegacyRulesEvaluator.
Jan 28, 2016
cb572e0
Merge pull request #6139 from neTp9c/ImportExportMenuElement
Jan 28, 2016
f44ddc6
Instead of an isBreadcrumb parameter we now use BreadcrumbMenuItemPar…
LombiqTechnologies Jan 29, 2016
84cbc31
Merge pull request #6314 from OrchardCMS/issue/3537-alias-breadcrumb-…
Piedone Jan 29, 2016
afc6374
Fixed the Log4net config release transformation.
DaRosenberg Jan 31, 2016
b9fa87d
Fixed an issue with a null BaseUrl during Setup from Orchard.exe.
Jan 31, 2016
59d20c3
Fixed an issue with rendering shapes from Orchard.exe.
Jan 31, 2016
af1673e
Updated codeplex url with github url in modules
Feb 1, 2016
787b5d8
Merge pull request #6324 from saurabhrajguru/issue/6306/codeplexrefer…
sebastienros Feb 1, 2016
1205f3a
Merge branch 'dev' into 1.10
sebastienros Feb 1, 2016
77f4382
Merge branch '1.9.x' into 1.9.3
sebastienros Feb 1, 2016
a14b006
Merge branch '1.9.3' into 1.10
sebastienros Feb 1, 2016
52aade5
Removing unused references
sebastienros Feb 1, 2016
c890f5b
Updating version number
sebastienros Feb 1, 2016
b3b4b38
Merge branch '1.9.3' into 1.10
sebastienros Feb 1, 2016
9916037
Updating version numbers
sebastienros Feb 1, 2016
3630473
Removing roslyn compilation for now
sebastienros Feb 1, 2016
ae0e545
Ignoring deprecated packages for msdeploy package
sebastienros Feb 1, 2016
b142b9f
Update "Deploy to Azure" button link
KexyBiscuit Feb 4, 2016
96a4af5
Removed unneeded HTML file.
Feb 4, 2016
4cabab9
[Fixes #6327] Removing TaskLease dependency in JobsQueue
sebastienros Feb 4, 2016
57fd0f6
[Fixes #6328] Using FontAwesome from Orchard.Resources
sebastienros Feb 4, 2016
0c6bcb5
[Fixes #6329] Fixing fonts file location in Orchard.Resources
sebastienros Feb 4, 2016
c8ab7f1
Fixing jQuery UI resources
sebastienros Feb 4, 2016
0e3e7f0
Update OutputCacheFilter.cs
jtkech Feb 4, 2016
854c4ef
Update Index.cshtml
jtkech Feb 4, 2016
1248fcc
Update MvcModule.cs
jtkech Feb 5, 2016
b126dc4
Update ContextState.cs
jtkech Feb 5, 2016
c4b8309
[Fixes #6344] Remove unused place tag
rtpHarry Feb 5, 2016
8278901
fix #6343
infofromca Feb 6, 2016
1b02c5c
Fixed errors in jQuery resource manifest.
DaRosenberg Feb 6, 2016
a584b27
Changed to manual bootstrapping of LayoutEditor Angular app. Fixes #5…
DaRosenberg Feb 6, 2016
4401fb1
delete one duplicate definition of script for jQueryUI
infofromca Feb 7, 2016
51ad9fc
Merge pull request #6356 from infofromca/fix6354
DaRosenberg Feb 7, 2016
47a1dba
Adding the ability to have placeholders for content fields, fixes #5943
LombiqTechnologies Feb 8, 2016
ab2b886
Update MvcModule.cs
jtkech Feb 9, 2016
66f500e
Treatment null value for params argument
neTp9c Feb 9, 2016
ca2605b
Add empty scope for localization string without scope
neTp9c Feb 9, 2016
1e0777f
Merge pull request #6364 from neTp9c/FixFiltersForGetImageProfileUrl
sebastienros Feb 9, 2016
dfaaf61
Merge pull request #6349 from infofromca/fix6343
sebastienros Feb 9, 2016
36f7016
Refactored the resource manifest for jQuery UI.
DaRosenberg Feb 9, 2016
202234b
Refreshed all Gulp-compiled resource files.
DaRosenberg Feb 9, 2016
920d577
Update HttpContextAccessor.cs
jtkech Feb 10, 2016
9e28fbe
Update HttpContextBaseExtensions.cs
jtkech Feb 10, 2016
d6035f6
Removing residual file IdentifyDependenciesContext.cs from Orchard.Co…
LombiqTechnologies Feb 10, 2016
e823738
Removing residual files accidentally brought back during merge in Orc…
LombiqTechnologies Feb 10, 2016
5e17db3
Removing unnecessary file copied to the Users module (see UserResolve…
LombiqTechnologies Feb 10, 2016
f3afc41
Removing empty folders in several project files
LombiqTechnologies Feb 10, 2016
d925fd3
Adding orphaned files to their respective csprojs. Fixes #6366
LombiqTechnologies Feb 10, 2016
2a2e3d7
fix jq widgets for 1.10
infofromca Feb 11, 2016
76097ac
Merge pull request #6375 from infofromca/fixwidgets
sebastienros Feb 11, 2016
d89a333
add the lack of file of Parts.MediaProcessing.ImageProfile.cshtml
infofromca Feb 11, 2016
ff276ae
Merge pull request #6377 from infofromca/Parts_MediaProcessing_ImageP…
sebastienros Feb 11, 2016
1abc6fa
Merge pull request #6365 from neTp9c/issue/6363/LocalizationWithoutScope
sebastienros Feb 11, 2016
fc0e064
Adding permission check when updloading media from the admin
sebastienros Feb 11, 2016
ac64396
Merge branch '1.9.3' into 1.10
sebastienros Feb 11, 2016
56dad4d
Merge branch '1.10' into 'dev'.
DaRosenberg Feb 13, 2016
b84a248
Refreshed and improved the Gulp pipeline (details below).
DaRosenberg Feb 13, 2016
d151573
Merge pull request #5 from OrchardCMS/dev
jtkech Feb 14, 2016
3f11bf1
Merge branch 'dev' into patch-7
jtkech Feb 14, 2016
1858a1e
Merge branch 'dev' into patch-8
jtkech Feb 14, 2016
e4a012a
Removed TypeScript build tasks from Orchard.proj.
DaRosenberg Feb 14, 2016
46571cc
Fixed all build build warnings.
DaRosenberg Feb 14, 2016
873e0c8
Merge branch '1.10'
DaRosenberg Feb 14, 2016
836975f
Removing unused code from Orchard.MediaLibrary/Views/Parts/MediaLibra…
LombiqTechnologies Feb 18, 2016
6f9e46a
Merge pull request #6370 from jtkech/patch-10
sebastienros Feb 18, 2016
c39a1ec
Merge pull request #6346 from rtpHarry/patch-6
sebastienros Feb 18, 2016
42e71fe
Merge pull request #6342 from jtkech/patch-8
sebastienros Feb 18, 2016
90958c9
Merge pull request #6341 from jtkech/patch-7
sebastienros Feb 18, 2016
2f6f020
Merge pull request #6340 from jtkech/patch-6
sebastienros Feb 18, 2016
16031ff
Merge pull request #6335 from KexyBiscuit/patch-1
sebastienros Feb 18, 2016
d7b2d35
Merge branch 'dev' into feature/dynamicforms-defaultfieldvalues
Feb 18, 2016
5096ffc
Merge pull request #6251 from OrchardCMS/feature/dynamicforms-default…
Feb 18, 2016
b0ce589
Reverted 42e71fe9fa2cc5337eb9239d68a08a2b680f3df2
Feb 19, 2016
cc470d6
Merge pull request #6138 from neTp9c/issue/6137
Feb 19, 2016
a1e5102
Minor blueprints cleanup.
Feb 19, 2016
a0b66bc
[Fixes #6430] Removes Imageset for Orchard.Alias UI
dcinzona Feb 19, 2016
6b57db5
Merge pull request #6431 from dcinzona/patch-1
Feb 19, 2016
2d9a5e0
Fixing that titles of Custom Forms forms were double-encoded
LombiqTechnologies Feb 19, 2016
cc05934
Corrected NuGet reference hint paths from Azure to normal solution fo…
DaRosenberg Feb 19, 2016
20c8041
Retargeted remaining projects to .NET Framework 4.5.2.
DaRosenberg Feb 19, 2016
3f6fc48
Retargeted NuGet references to targetFramework="net452". Fixes #6406.
DaRosenberg Feb 19, 2016
804161f
Refactored and fixed issues with calendar picker. Fixes #6416 #6338 #…
DaRosenberg Feb 19, 2016
8897947
Corrected NuGet reference hint paths from Azure to normal solution fo…
DaRosenberg Feb 19, 2016
7e35b7c
Retargeted remaining projects to .NET Framework 4.5.2.
DaRosenberg Feb 19, 2016
28425b0
Retargeted NuGet references to targetFramework="net452". Fixes #6406.
DaRosenberg Feb 19, 2016
6664e75
Refactored and fixed issues with calendar picker. Fixes #6416 #6338 #…
DaRosenberg Feb 19, 2016
da766ad
Disabled unsafe css-nano transforms and rebuilt resources.
DaRosenberg Feb 20, 2016
a2344de
Merge branch '1.10'
DaRosenberg Feb 20, 2016
1e2d919
Improved snippets harvester.
Feb 20, 2016
4ba75cc
[Fixes #6440] Last Login and Created Date
dcinzona Feb 20, 2016
9666ba1
[Fixes #6411] Theme code generation produces an 'out-of-date' project
Feb 21, 2016
f8f02bb
Updated space formatting in line with #6072
dcinzona Feb 22, 2016
c788dd6
Merge pull request #6437 from OrchardCMS/issue/snippets
DaRosenberg Feb 22, 2016
cb06c75
Merge pull request #6443 from dcinzona/Fixes-6411-Codegen-1.10
DaRosenberg Feb 22, 2016
ea7404a
Merge branch '1.10'
DaRosenberg Feb 22, 2016
790a92f
Fixes broken icons introduced into the media library by upgrading Fon…
Feb 22, 2016
f4a9ef3
Sets the height of the media library correctly
dcinzona Feb 22, 2016
e887411
fix for #6330
ryanmagoon Feb 23, 2016
e9e5cd7
Merge pull request #6453 from dcinzona/FontAwesome4
sebastienros Feb 23, 2016
1d0a8cf
Merge pull request #6441 from dcinzona/patch-2
sebastienros Feb 23, 2016
4b8d11c
Fixes broken icons introduced into the media library by upgrading Fon…
Feb 23, 2016
6cd28be
MediaLibrary: Fixing invalid HTML in OEmbed template
LombiqTechnologies Feb 23, 2016
c09ffd8
Indexing: Fixing Migrations when upgrading from migration version 2 (…
LombiqTechnologies Feb 23, 2016
614bf77
Merge pull request #6456 from ryanmagoon/dev
sebastienros Feb 23, 2016
b983787
Media Library: Fixing NRE when renaming folder while having ManageMed…
LombiqTechnologies Feb 23, 2016
e32455f
Media Library: Fixing that recent items were not displayed for users …
LombiqTechnologies Feb 23, 2016
a1d2ba8
Adding missing user activity css stub
Feb 24, 2016
e8af37d
Merge pull request #6469 from dcinzona/activities-css
sebastienros Feb 25, 2016
7738826
Merge pull request #6455 from dcinzona/patch-5
sebastienros Feb 25, 2016
f0dd64d
Fixing typo in an Azure Media Services template
LombiqTechnologies Feb 26, 2016
9b6f7b0
Update ContextState.cs
jtkech Feb 26, 2016
d010e97
Merge pull request #6492 from jtkech/patch-13
Feb 26, 2016
39a01f9
Update ContextState.cs
jtkech Feb 27, 2016
fe25545
Merge pull request #6498 from jtkech/patch-14
Feb 27, 2016
2351978
Update Web.config
jtkech Feb 29, 2016
9a8a215
Update Web.config
jtkech Feb 29, 2016
7702433
Update ContextState.cs
jtkech Feb 29, 2016
23449d9
Merge pull request #6507 from jtkech/patch-15
Feb 29, 2016
328c818
Update RazorViewEngineProvider.cs
dcinzona Mar 1, 2016
6c93bf4
Merge remote-tracking branch 'origin/1.9.3' into 1.10
LombiqTechnologies Mar 1, 2016
3690968
Fixed Dynamic Forms Bindings issue. Fixes #6470
Mar 2, 2016
008edc4
Incorrect data being returned for nonexistent primitive datatypes
kumards Mar 3, 2016
a91b06f
Merge pull request #6528 from dcinzona/razor-view-engine
sebastienros Mar 3, 2016
074fa79
Merge pull request #6525 from kumards/patch-2
sebastienros Mar 3, 2016
cb0fe9d
Merge remote-tracking branch 'origin/1.10' into dev
Mar 6, 2016
a92ef7c
Fixes 2 little issues in dev around the TextField default values
infofromca Mar 7, 2016
2b12a43
Merge pull request #6520 from infofromca/fieldduplicated
sebastienros Mar 8, 2016
1def97d
[Fixes #6397] Allowing the default tenant settings to be edited
sebastienros Mar 8, 2016
4664416
Update TextFieldDriver.cs
jtkech Mar 9, 2016
cf5ada1
Update TextFieldDriver.cs
jtkech Mar 9, 2016
7fb4740
Merge pull request #6554 from jtkech/patch-20
sebastienros Mar 9, 2016
cbd2ae7
Media Library: Removing the forced reinitialization of Recent on page…
LombiqTechnologies Mar 9, 2016
244cb6c
Issue #6572: Add only existing terms for the field.
j3ffb Mar 11, 2016
d4c0399
[Fixes #6577] Exclude nuget packages from artifacts
sebastienros Mar 14, 2016
3ea1b10
Excluding PDBs from deployment packages
sebastienros Mar 14, 2016
356e823
Taxonomies: fixing that the term admin index page should sort terms. …
LombiqTechnologies Mar 14, 2016
4a0230d
Merge remote-tracking branch 'origin/1.9.3' into 1.10
BenedekFarkas Mar 14, 2016
0d9d8d6
Merge pull request #6573 from RoyalVeterinaryCollege/6572
BenedekFarkas Mar 14, 2016
35ab411
Merge remote-tracking branch 'origin/1.9.3' into 1.10
BenedekFarkas Mar 14, 2016
36df2fe
TheAdmin: updating description in Theme.txt
LombiqTechnologies Mar 15, 2016
b4c782a
Merge remote-tracking branch 'origin/1.9.3' into 1.10
BenedekFarkas Mar 15, 2016
ea45c4f
Autoroute: fixing T-string syntax in AutoroutePartHandler and updatin…
LombiqTechnologies Mar 15, 2016
6dcbbc2
Merge branch '1.10'
sebastienros Mar 17, 2016
24691e8
Merge branch 'master' into dev
sebastienros Mar 17, 2016
dad348e
Fixes #5593 : Dynamic Forms: In form settings HtmlEncode option is al…
TFleury Jan 23, 2016
28e4408
You can't create two Template content items with the same name (title…
LombiqTechnologies Feb 17, 2016
9b9cc58
To the previous: also caring about the case when ShapePart was dynami…
LombiqTechnologies Feb 18, 2016
d605c96
fixes #6272 update wording for comparisons
rtpHarry Feb 18, 2016
0096fa2
fixes #6423 - wrong permission checked for delete
rtpHarry Feb 19, 2016
4d89574
fix wrong permission check and incorrect use of taxonomies phrase
rtpHarry Feb 19, 2016
77d579e
convert modules admin page to use css flexbox
rtpHarry Feb 19, 2016
e6c581f
fix display glitch in admin packaging/gallery/modules
rtpHarry Feb 19, 2016
99db512
fixes #5706 - standardize order on Properties, Validation, Bindings
rtpHarry Feb 19, 2016
dd18573
fixes #5708 - change ui layer to display Mandatory checkbox as required
rtpHarry Feb 19, 2016
ba5bd6c
fixed one of URL prefix and Host should be required
infofromca Feb 28, 2016
00e18fb
Add content cloning management
TFleury Mar 6, 2016
ec6d431
ContentManager : Use content cloning instead of import/export
TFleury Mar 6, 2016
413b90e
Update Content AdminController for displaying cloned content editor
TFleury Mar 6, 2016
1da2f19
Orchard.Core : Implement Cloning
TFleury Mar 6, 2016
db94129
Taxonomies : Implement cloning
TFleury Mar 6, 2016
13c144b
Tags : Implement cloning
TFleury Mar 6, 2016
fdc67ac
Projections : Implement cloning
TFleury Mar 6, 2016
120fcf3
MediaLibrary : Implement cloning on MediaLibraryPickerField
TFleury Mar 6, 2016
5749cf7
Layouts : Implement cloning on LayoutPart
TFleury Mar 6, 2016
62d13b7
Fields : Implement cloning
TFleury Mar 7, 2016
4f65f6a
ContentPicker : Implement cloning
TFleury Mar 7, 2016
e628dd7
ContentPermissions : Implement cloning
TFleury Mar 7, 2016
aad1efe
Comments : Implement cloning
TFleury Mar 7, 2016
7b256f6
Localization : Implement cloning on LocalizationPart
TFleury Mar 7, 2016
19980d3
ContentManager : Allow cloning content in a special context
TFleury Mar 7, 2016
4497416
Localization : Update Translate Action to edit a clone of MasterConte…
TFleury Mar 7, 2016
2a08914
fixup! ContentManager : Allow cloning content in a special context
TFleury Mar 7, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,4 @@ src/Orchard.Azure/Orchard.Azure.CloudService/Staging/
#enable all /lib artifacts
!lib/**/*.*
*/.vs/*
src/Rebracer.xml
34 changes: 20 additions & 14 deletions CREDITS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ Orchard Project - Copyright .NET Foundation

Orchard includes works distributed under the licenses listed below. The full text for most of the licenses listed below can be found in the LICENSE.txt file accompanying each work. The original copyright notices have been preserved within the respective files and or packages. Please refer to the specific files and/or packages for more detailed information about the authors, copyright notices, and licenses.

Antlr
-----
Website: http://www.antlr.org/
Copyright: Copyright (c) 2003-2008 Terence Parr
License: New BSD

ASP.NET MVC
-----
Website: http://aspnet.codeplex.com/wikipage?title=MVC&referringTitle=Home
Expand All @@ -28,18 +22,18 @@ Website: http://code.google.com/p/autofac/
Copyright: Copyright (c) 2007-2008 Autofac Contributors
License: http://code.google.com/p/autofac/source/browse/trunk/contrib/AutofacContrib%20License.txt

CamanJS
-----
Website: http://camanjs.com/
Copyright: Copyright (c) 2010-2015, Ryan LeFevre
License: https://raw.githubusercontent.com/meltingice/CamanJS/3dd24d1bba3aed91d7072d1039e488a3af4c394b/LICENSE

Castle
-----
Website: http://www.castleproject.org/container/index.html
Copyright: Copyright (c) 2004-2009 Castle Project
License: Apache Software Foundation License 2.0

Clay
----
Website: http://clay.codeplex.com/
Copyright: Copyright (c) 2010 Louis Dejardin
License: MS-PL

CodeMirror
----------
Website: http://codemirror.net/2/
Expand Down Expand Up @@ -167,6 +161,12 @@ Website: http://flesler.blogspot.com
Copyright: Copyright (c) 2007-2009 Ariel Flesler
License: MIT

Json.NET
-----
Website: http://www.newtonsoft.com/json
Copyright: Copyright (c) 2007 James Newton-King
License: MIT - https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md

jsPlumb
-----
Website: http://jsplumb.org
Expand All @@ -191,6 +191,12 @@ Website: http://incubator.apache.org/projects/lucene.net.html
Copyright: Copyright (c) 2009 Apache Software Foundation
License: Apache Software Foundation License 2.0

MarkdownSharp
-----
Website: http://code.google.com/p/markdownsharp/
Copyright: Copyright (c) 2009-2011 Jeff Atwood
License: MIT

Mono Class Library
-----
Website: http://www.mono-project.com/The_Class_Library
Expand All @@ -206,9 +212,9 @@ License: New BSD
MySQL Connectors
-----
Copyright: Copyright (c) 2004, 2011, Oracle and/or its affiliates
License: GNU GENERAL PUBLIC LICENSE Version 2; Oracle�s Free and Open Source Software ("FOSS") License Exception
License: GNU GENERAL PUBLIC LICENSE Version 2; Oracle�s Free and Open Source Software ("FOSS") License Exception

In order to comply with Section 2(a) of the FOSS License Exception, .NET Foundation hereby offers any recipient of this package a machine-readable copy of the corresponding source code for Oracle's MySQL Client Libraries upon written demand.� This offer is good for three years.
In order to comply with Section 2(a) of the FOSS License Exception, .NET Foundation hereby offers any recipient of this package a machine-readable copy of the corresponding source code for Oracle's MySQL Client Libraries upon written demand.� This offer is good for three years.

NHibernate, NHibernate Linq
-----
Expand Down
43 changes: 43 additions & 0 deletions CleanSolution.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<#
.Synopsis
Cleans the solution: removes all bin and obj folders under src, deletes Dependencies, cache.dat and all mappings.bin files from App_Data.
Just run the script where it is, don't move or run elsewhere.

.EXAMPLE
PS> .\CleanSolution.ps1

#>

# Deleting bin and obj folders.
$currentPath = (Get-Item -Path ".\").FullName
# Add relative file paths here what you want to keep.
$whiteList = @("\src\Orchard.Azure\Orchard.Azure.CloudService\Orchard.Azure.WebContent\Bin\Startup\SetIdleTimeout.cmd")
# Also add the bin/obj folder's path of the paths in the whiteList here. This is needed for performance reasons, the script will run faster this way.
$whiteListFolders = @("\src\Orchard.Azure\Orchard.Azure.CloudService\Orchard.Azure.WebContent\Bin")

Get-ChildItem -Path ($currentPath + "\src\") -Recurse |
Where-Object { $PSItem.PSIsContainer -and ( $PSItem.Name -eq "bin" -or $PSItem.Name -eq "obj") } |
ForEach-Object {
if($whiteListFolders.Contains($PSItem.FullName.Substring($currentPath.Length)))
{
Get-ChildItem -Path $PSItem.FullName -Recurse -File |
ForEach-Object {
if(!$whiteList.Contains($PSItem.FullName.Substring($currentPath.Length)))
{
Remove-Item $PSItem.FullName -Force
}
}
}
else
{
Remove-Item $PSItem.FullName -Recurse -Force
}
}

# Deleting Dependencies and cache.dat from App_Data.
Remove-Item -Path ($currentPath + "\src\Orchard.Web\App_Data\Dependencies\") -Recurse -Force
Remove-Item -Path ($currentPath + "\src\Orchard.Web\App_Data\cache.dat") -Force

# Deleting all mappings.bin files from App_Data.
Get-ChildItem -Path ($currentPath + "\src\Orchard.Web\App_Data\Sites") -Recurse -Include "mappings.bin" |
Remove-Item -Force
8 changes: 7 additions & 1 deletion ClickToBuild.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
FOR %%b in (
FOR %%b in (
"%VS140COMNTOOLS%..\..\VC\vcvarsall.bat"
"%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
"%ProgramFiles%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"

"%VS120COMNTOOLS%..\..\VC\vcvarsall.bat"
"%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"
"%ProgramFiles%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"
Expand All @@ -23,6 +27,8 @@ SET project=%2
IF "%target%" == "" SET target=Build
IF "%project%" =="" SET project=Orchard.proj

lib\nuget\nuget.exe restore .\src\Orchard.sln

msbuild /t:%target% %project%

pause
Expand Down
30 changes: 10 additions & 20 deletions Orchard.proj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
<Version>$(BUILD_NUMBER)</Version>
</PropertyGroup>

<Import Project="$(LibFolder)\msbuild\MSBuild.Community.Tasks.Targets"/>
<Import Project="$(LibFolder)\msbuildtasks\MSBuild.Community.Tasks.Targets"/>
<Import Project="$(LibFolder)\slowcheetah\SlowCheetah.Transforms.targets"/>

<!-- Coordinating Targets -->

Expand All @@ -52,7 +53,6 @@

<Target Name="FullBuild">
<CallTarget Targets="Clean"/>
<CallTarget Targets="TypeScript"/>
<CallTarget Targets="Compile"/>
<CallTarget Targets="Test"/>
<CallTarget Targets="Package"/>
Expand Down Expand Up @@ -110,8 +110,8 @@
<RemoveDir Directories="$(BuildFolder)" ContinueOnError="true"/>
<RemoveDir Directories="$(ArtifactsFolder)" />
</Target>

<Target Name ="Compile">
<Target Name="Compile">
<!-- Compile to "OutputFolder" -->
<MSBuild
Projects="$(SrcFolder)\Orchard.sln"
Expand All @@ -130,18 +130,6 @@
Properties="Configuration=$(Configuration);OutputPath=$(MsBuildTasksFolder)" />
</Target>

<Target Name="TypeScript" DependsOnTargets="CompileMsBuildTasks">
<ItemGroup>
<TypeScriptSources Include="$(SrcFolder)\**\Scripts\**\*.ts"/>
</ItemGroup>
<CompileTypeScriptFiles
InputFiles="@(TypeScriptSources)"
CompilerPath="$(LibFolder)\typescript\tsc.exe"
CompilerOptions="--target ES5">
<Output TaskParameter="OutputFiles" ItemName="Content" />
</CompileTypeScriptFiles>
</Target>

<!-- Testing -->

<Target Name ="Test">
Expand Down Expand Up @@ -174,13 +162,10 @@

<!-- Packaging (Stage) -->

<UsingTask AssemblyFile="$(LibFolder)\slowcheetah\SlowCheetah.Xdt.dll" TaskName="SlowCheetah.Xdt.TransformXml" />

<UsingTask AssemblyFile="$(MsBuildTasksFolder)\MSBuild.Orchard.Tasks.dll" TaskName="MSBuild.Orchard.Tasks.FilterModuleBinaries" />
<UsingTask AssemblyFile="$(MsBuildTasksFolder)\MSBuild.Orchard.Tasks.dll" TaskName="MSBuild.Orchard.Tasks.FileUpdateLines" />
<UsingTask AssemblyFile="$(MsBuildTasksFolder)\MSBuild.Orchard.Tasks.dll" TaskName="MSBuild.Orchard.Tasks.ValidateExtensionProjectFiles" />
<UsingTask AssemblyFile="$(MsBuildTasksFolder)\MSBuild.Orchard.Tasks.dll" TaskName="MSBuild.Orchard.Tasks.XmlDelete" />
<UsingTask AssemblyFile="$(MsBuildTasksFolder)\MSBuild.Orchard.Tasks.dll" TaskName="MSBuild.Orchard.Tasks.CompileTypeScriptFiles" />

<Target Name="Package-Stage" DependsOnTargets="Compile">
<CallTarget Targets="CompileMsBuildTasks"/>
Expand Down Expand Up @@ -302,9 +287,12 @@
<!--<MsDeploy-Folder-Input Include="$(StageFolder)\**\*" Exclude="$(StageFolder)\**\bin\**\*.pdb;$(StageFolder)\**\bin\**\*.xml" />-->

<MsDeploy-Exclude-Modules Include="
$(StageFolder)\**\Modules\Orchard.CustomForms\**;
$(StageFolder)\**\Modules\Orchard.jQuery\**;
$(StageFolder)\**\Modules\Orchard.Media\**;
$(StageFolder)\**\Modules\Orchard.MediaPicker\**;
$(StageFolder)\**\Modules\Orchard.Rules\**;
$(StageFolder)\**\Modules\Orchard.TaskLease\**;
" />

<MsDeploy-Folder-Input Include="$(StageFolder)\**\*" Exclude="$(StageFolder)\**\bin\**\*.xml;$(StageFolder)\**\obj\**\*;@(MsDeploy-Exclude-Modules)" />
Expand Down Expand Up @@ -335,9 +323,11 @@
<ItemGroup>

<Zip-Exclude Include="
$(MSBuildProjectDirectory)\src\**\packages\**\*;
$(MSBuildProjectDirectory)\src\**\bin\**\*;
$(MSBuildProjectDirectory)\src\**\obj\**\*;
$(MSBuildProjectDirectory)\**\App_Data\**\*;
$(MSBuildProjectDirectory)\**\node_modules\**\*;
$(MSBuildProjectDirectory)\**\_ReSharper*\**\*;
$(MSBuildProjectDirectory)\**\*.sln.cache;
$(MSBuildProjectDirectory)\**\*.suo;
Expand All @@ -350,7 +340,7 @@

<Zip-Stage Include="$(StageFolder)\**\*" />

<Zip-MsDeploy Include="$(MsDeployFolder)\**\*" />
<Zip-MsDeploy Include="$(MsDeployFolder)\**\*" Exclude="$(MSBuildProjectDirectory)\**\bin\**\*.pdb;"/>

<Zip-Source Include="
$(MSBuildProjectDirectory)\lib\**\*;
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Orchard is a free, open source, community-focused Content Management System buil

You can try it for free on [DotNest.com](https://dotnest.com) or on Microsoft Azure by clicking on this button.

[![Deploy to Azure](https://azuredeploy.net/deploybutton.png)](https://ms.portal.azure.com/#create/OutercurveFoundation.OrchardCMS.0.5.9)
[![Deploy to Azure](https://azuredeploy.net/deploybutton.png)](https://portal.azure.com/#create/OutercurveFoundation.OrchardCMS.1.0.4)

## About The Orchard Project

Expand Down Expand Up @@ -51,4 +51,4 @@ There are many ways you can [contribute to Orchard](http://orchardproject.net/co

## The Future Of Orchard CMS: Orchard 2

As the underlying frameworks (.NET, ASP.NET and ASP.NET MVC) are constantly evolving, Orchard of course keeps track of the changes and improvements of these: Orchard 2 is the next generation of Orchard releases that is based on [ASP.NET vNext](http://www.asp.net/vnext). Just like the current Orchard project, it's fully [open-source and is publicly available on GitHub](https://github.com/OrchardCMS/Orchard2). Orchard 2 (as a framework) is being built from scratch: it's still in development and does not share any of its code base (at least directly) with the current versions of Orchard.
As the underlying frameworks (.NET, ASP.NET and ASP.NET MVC) are constantly evolving, Orchard of course keeps track of the changes and improvements of these: Orchard 2 is the next generation of Orchard releases that is based on [ASP.NET vNext](http://www.asp.net/vnext). Just like the current Orchard project, it's fully [open-source and is publicly available on GitHub](https://github.com/OrchardCMS/Orchard2). Orchard 2 (as a framework) is being built from scratch: it's still in development and does not share any of its code base (at least directly) with the current versions of Orchard.
Binary file removed lib/aspnetmvc/Microsoft.Web.Infrastructure.dll
Binary file not shown.
19 changes: 0 additions & 19 deletions lib/aspnetmvc/Microsoft.Web.Infrastructure.xml

This file was deleted.

Binary file removed lib/aspnetmvc/System.Web.Helpers.dll
Binary file not shown.
Loading