Andre Rodrigues
42bdbc86ed
Removing unecessary file.
...
--HG--
branch : dev
2010-11-17 12:36:44 -08:00
Andre Rodrigues
c56f157c97
Medium Trust: Making console run under full trust.
...
--HG--
branch : dev
2010-11-17 12:30:36 -08:00
Andre Rodrigues
07fdaac822
Removing incorrect using.
...
--HG--
branch : dev
2010-11-15 15:59:46 -08:00
Andre Rodrigues
3ad5f5a31d
Merge
...
--HG--
branch : dev
2010-11-15 15:54:47 -08:00
Andre Rodrigues
a47bc46695
Medium Trust: conditionally disabling reflection-optimizer.
...
--HG--
branch : dev
2010-11-15 15:53:59 -08:00
Andre Rodrigues
2e2820de1f
Merge
...
--HG--
branch : dev
2010-11-12 15:38:28 -08:00
Andre Rodrigues
7d8211bd79
Merge
...
--HG--
branch : dev
2010-11-12 15:37:56 -08:00
Andre Rodrigues
85d02344f4
Medium Trust: Replacing usage of unmanaged SupportClass.FileSupport.Sync(file); with managed fileStream.Flush();
...
--HG--
branch : dev
2010-11-12 15:17:46 -08:00
Andre Rodrigues
8c8f2b91aa
Updating Fluent to incorporate GenericEnumMapper serialization attribute. Adding aditional parameter to public references API to make it more generic.
...
--HG--
branch : dev
2010-11-12 14:54:11 -08:00
Andre Rodrigues
a9d30c36dd
Medium Trust: Updating SQLce version to desktop version. Enabling medium trust level by default.
...
--HG--
branch : dev
2010-11-12 11:47:29 -08:00
Andre Rodrigues
1f3ddc98ed
Medium Trust: Disabling reflection optimizer and making DLLs under 4.0 .NET FX SecurityTransparent (for secannotate analysis) and APTCA (for secannotate to be happy) after discussing with Levi.
...
--HG--
branch : dev
2010-11-11 19:37:18 -08:00
Andre Rodrigues
fb4ab81df5
Merge
...
--HG--
branch : dev
2010-11-11 16:01:25 -08:00
Andre Rodrigues
e8b4663148
Medium Trust: Recompiling Lucene.NET with APTCA and fixing secannotate warnings.
...
--HG--
branch : dev
2010-11-11 16:01:07 -08:00
Andre Rodrigues
ddec387c3a
Medium Trust: Relaxing assembly level security level and enforcing at method level.
...
--HG--
branch : dev
2010-11-11 15:49:43 -08:00
Andre Rodrigues
99225cdad4
Merge
...
--HG--
branch : dev
2010-11-11 14:57:14 -08:00
Andre Rodrigues
4890c79d96
Medium Trust: Testing for full trust instead of demanding permission to avoid secannotate warning.
...
--HG--
branch : dev
2010-11-11 14:54:58 -08:00
Andre Rodrigues
e6324ea43e
Medium Trust: Updating the way the controller type is obtained from metadata to avoid MEF issue under medium trust.
...
--HG--
branch : dev
2010-11-11 12:47:02 -08:00
Andre Rodrigues
a70493826f
Medium Trust: Exposing Fluent API through a new overload to avoid the need to extend method and propertyinfo classes which is not allowed under medium trust.
...
--HG--
branch : dev
2010-11-10 18:55:00 -08:00
Andre Rodrigues
61d0ee611c
Merge
...
--HG--
branch : dev
2010-11-08 09:56:40 -08:00
Andre Rodrigues
4a056080b2
Medium Trust: Updating YAML to avoid usage of custom hash code generator which requires permissions not available in medium trust. Replacing with RuntimeHelpers.GetHashCode.
...
--HG--
branch : dev
2010-11-08 09:55:40 -08:00
Andre Rodrigues
9f636ab33f
Merge
...
--HG--
branch : dev
2010-11-05 16:42:41 -07:00
Andre Rodrigues
e80572f477
Medium Trust: Updating Castle to avoid some Diagnostic Trace calls and to not sign generated assemblies (both not compatible with medium trust).
...
--HG--
branch : dev
2010-11-05 16:39:35 -07:00
Andre Rodrigues
054b0078d5
Merge
...
--HG--
branch : dev
2010-11-05 15:50:47 -07:00
Andre Rodrigues
b39862d608
Medium Trust: Update lambda Constant expressions to avoid RuntimeType usage. Making clay to be security transparent.
...
--HG--
branch : dev
2010-11-05 15:42:05 -07:00
Andre Rodrigues
d2ee9ea8e6
Medium Trust: Making orchard assemblies security transparent.
...
--HG--
branch : dev
2010-11-05 13:40:05 -07:00
Andre Rodrigues
6307a4df0b
Removing unecessary web.config.
...
--HG--
branch : dev
2010-11-05 13:20:00 -07:00
Andre Rodrigues
ac750ff42e
Medium Trust: Updating Clay to not use diagnostics trace which requires permissions not available under medium trust. Removing some dead code.
...
--HG--
branch : dev
2010-11-04 16:40:49 -07:00
Andre Rodrigues
d030742a43
Medium Trust: Fixing machinekey validation code to avoid securityexception on web.config getsection code.
...
--HG--
branch : dev
2010-11-04 16:12:16 -07:00
Andre Rodrigues
b53a16ca5b
Merge
...
--HG--
branch : dev
2010-11-04 15:34:59 -07:00
Andre Rodrigues
7f9b57ae55
Merge
...
--HG--
branch : dev
2010-11-04 15:34:24 -07:00
Andre Rodrigues
f484fcc1ae
Medium Trust: changing usage of autofac metadata to avoid MEF security exception
...
--HG--
branch : dev
2010-11-04 15:33:45 -07:00
Andre Rodrigues
b68e5271f0
Medium Trust: Update Clay to allow partially trusted callers
...
--HG--
branch : dev
2010-11-04 12:57:27 -07:00
Andre Rodrigues
ab4ba17b90
Medium Trust: Fixing route collection build code to avoid autofac delegate factories lambda method issue with medium trust.
...
--HG--
branch : dev
2010-11-03 16:02:42 -07:00
Andre Rodrigues
6f15acaf5f
Removing unused code. Adjusting assemblyloaded method to match the exact name.
...
--HG--
branch : dev
2010-11-03 15:24:10 -07:00
Andre Rodrigues
760f8020a8
Merge
...
--HG--
branch : dev
2010-11-03 14:58:57 -07:00
Andre Rodrigues
0c9441d240
Medium trust: reverting allow partially trusted callers in orchard projects to fix build for now.
...
--HG--
branch : dev
2010-11-03 14:51:39 -07:00
Andre Rodrigues
8f3816048a
Medium Trust: Avoiding getName() FileIOPermission issue in isAssemblyLoaded method by checking against the fullname.
...
--HG--
branch : dev
2010-11-03 14:32:05 -07:00
Andre Rodrigues
006567786b
Updating proj files.
...
--HG--
branch : dev
2010-11-03 14:29:50 -07:00
Andre Rodrigues
d0c48fa52d
Medium Trust: Updating YAML binaries to allow partially trusted callers.
...
--HG--
branch : dev
2010-11-03 14:28:26 -07:00
Andre Rodrigues
8610b40275
Removing unused web.config files.
...
--HG--
branch : dev
2010-11-03 14:26:51 -07:00
Andre Rodrigues
14a59a5ab8
Medium Trust: Making Orchard assemblies allow partially trusted callers.
...
--HG--
branch : dev
2010-11-03 14:25:03 -07:00
Andre Rodrigues
44b45a05f9
Medium Trust: Avoid the use of castle trace logger under medium trust.
...
--HG--
branch : dev
2010-11-03 14:19:57 -07:00
Andre Rodrigues
4486b13956
Update Castle binaries to allow partially trusted callers and do not generate dynamic symbols.
...
--HG--
branch : dev
2010-11-03 14:16:32 -07:00
Andre Rodrigues
9fe71e908e
Merge
...
--HG--
branch : dev
2010-11-03 14:14:20 -07:00
Andre Rodrigues
e4b664eafe
Medium Trust: Update Weak class to not extend WeakReference and avoid demaning inheritancedemand security permission.
...
--HG--
branch : dev
2010-11-03 14:14:00 -07:00
Andre Rodrigues
e59f57d62e
Merge
...
--HG--
branch : dev
2010-11-08 13:09:53 -08:00
Andre Rodrigues
cf68d0ba33
Medium Trust: Update YAML Serializer to avoid usage of SecurityCritical Marshal methods.
...
--HG--
branch : dev
2010-11-08 13:09:33 -08:00
Andre Rodrigues
6da855cf83
Merge
...
--HG--
branch : dev
2010-10-19 16:27:25 -07:00
Andre Rodrigues
2496e00289
Merge
...
--HG--
branch : dev
2010-10-19 16:26:43 -07:00
Andre Rodrigues
0f89931ddd
Position and layer editing fields.
...
--HG--
branch : dev
2010-10-19 16:26:22 -07:00
Andre Rodrigues
ec855b5c4e
Merge
...
--HG--
branch : dev
2010-10-18 15:17:42 -07:00
Andre Rodrigues
bb53081a37
Fixing Spec Flow tests.
...
--HG--
branch : dev
2010-10-18 15:17:21 -07:00
Andre Rodrigues
2eba5c78ad
Fix broken UT.
...
--HG--
branch : dev
2010-10-18 15:05:27 -07:00
Andre Rodrigues
c9b2e70563
Fixing some compilation warnings.
...
--HG--
branch : dev
2010-10-18 14:53:00 -07:00
Andre Rodrigues
62b40730d9
Merge
...
--HG--
branch : dev
2010-10-18 14:41:31 -07:00
Andre Rodrigues
346192d638
Convert Core.Setttings to new shape API.
...
--HG--
branch : dev
2010-10-18 14:40:57 -07:00
Andre Rodrigues
7567c2034f
Merge
...
--HG--
branch : dev
2010-10-18 14:16:08 -07:00
Andre Rodrigues
ef380832d1
Converting widgets to new shape API.
...
--HG--
branch : dev
2010-10-18 14:15:39 -07:00
Andre Rodrigues
04121484f3
Merge
...
--HG--
branch : dev
2010-10-18 13:48:09 -07:00
Andre Rodrigues
650d1422c7
Removing ContentsLocation
...
--HG--
branch : dev
2010-10-18 13:47:46 -07:00
Andre Rodrigues
2f9f07d8f8
Merge
...
--HG--
branch : dev
2010-10-18 13:27:51 -07:00
Andre Rodrigues
7a9d2ba5c3
Converting experimental to razor.
...
--HG--
branch : dev
2010-10-18 13:27:24 -07:00
Andre Rodrigues
84174e8cc4
Merge
...
--HG--
branch : dev
2010-10-15 17:18:40 -07:00
Andre Rodrigues
bc8d975839
Convert search module to new shapes
...
--HG--
branch : dev
2010-10-15 17:18:17 -07:00
Andre Rodrigues
72f65432cf
Merge
...
--HG--
branch : dev
2010-10-15 14:42:33 -07:00
Andre Rodrigues
ed0b69f420
Fix bug #91 - Page error occurs when manage contents after add "Archive Later" part to "Page"(2483)
...
--HG--
branch : dev
2010-10-15 14:42:16 -07:00
Andre Rodrigues
02a57cc505
Merge
...
--HG--
branch : dev
2010-10-15 14:06:43 -07:00
Andre Rodrigues
f1ccd646f5
Adjusting search widget to new shape template format.
...
--HG--
branch : dev
2010-10-15 14:06:22 -07:00
Andre Rodrigues
3315c6f644
Merge
...
--HG--
branch : dev
2010-10-15 12:02:29 -07:00
Andre Rodrigues
e3950c6010
Adding aditional UT.
...
--HG--
branch : dev
2010-10-15 12:02:15 -07:00
Andre Rodrigues
194c6b8fb4
Fixing incorrect action.
...
--HG--
branch : dev
2010-10-15 12:01:04 -07:00
Andre Rodrigues
f30ec97a20
Merge
...
--HG--
branch : dev
2010-10-14 17:18:40 -07:00
Andre Rodrigues
87b174107e
Fixing bug #16531 - There is a 404 error when click "Remove" button on the "Edit Role" page(Build 2143
...
--HG--
branch : dev
2010-10-14 17:18:21 -07:00
Andre Rodrigues
bc10445c0b
Fixing search missing stylesheet.
...
--HG--
branch : dev
2010-10-14 16:51:24 -07:00
Andre Rodrigues
8d26796000
Fix typo on error message on widgets admin.
...
--HG--
branch : dev
2010-10-14 16:39:19 -07:00
Andre Rodrigues
af3a348770
Merge
...
--HG--
branch : dev
2010-10-14 16:25:14 -07:00
Andre Rodrigues
00d7c970de
Fix for #127 - Delete the layer "Homapage" cause the site crash (Build 2667)
...
--HG--
branch : dev
2010-10-14 16:24:05 -07:00
Andre Rodrigues
832f7e20f0
Merge
...
--HG--
branch : dev
2010-10-14 12:57:23 -07:00
Andre Rodrigues
e9dd611630
bugfix workitem 111 - "the site crashed when click the media folder name"
...
--HG--
branch : dev
2010-10-14 12:55:47 -07:00
Andre Rodrigues
1e5ef6fc3e
Fixing more UT
...
--HG--
branch : dev
2010-10-14 11:26:42 -07:00
Andre Rodrigues
5eefacfb10
Merge
...
--HG--
branch : dev
2010-10-14 10:55:01 -07:00
Andre Rodrigues
6659f12169
Fixing UT
...
--HG--
branch : dev
2010-10-14 10:54:32 -07:00
Andre Rodrigues
54a1be9559
Merge
...
--HG--
branch : dev
2010-10-14 09:21:45 -07:00
Andre Rodrigues
8a353b9206
Fixing bug on move widget functionality.
...
--HG--
branch : dev
2010-10-14 09:21:09 -07:00
Andre Rodrigues
75353a718f
Merge
...
--HG--
branch : dev
2010-10-13 13:45:03 -07:00
Andre Rodrigues
d81707ba6e
Fixing small redirect bugs on widget admin.
...
--HG--
branch : dev
2010-10-13 13:39:38 -07:00
Andre Rodrigues
b58103b78a
Fixing comment typos.
...
--HG--
branch : dev
2010-10-13 10:46:53 -07:00
Andre Rodrigues
67a8d9de23
Correcting migration version
...
--HG--
branch : dev
2010-10-13 10:46:34 -07:00
Andre Rodrigues
9480774bcb
"Fixing" failing UT.
...
--HG--
branch : dev
2010-10-12 17:10:17 -07:00
Andre Rodrigues
7e92ec14e6
Merge
...
--HG--
branch : dev
2010-10-11 15:52:23 -07:00
Andre Rodrigues
36fb567212
Applied Louis comments.
...
--HG--
branch : dev
2010-10-11 15:51:44 -07:00
Andre Rodrigues
8836e5af92
Merge
...
--HG--
branch : dev
2010-10-11 11:28:04 -07:00
Andre Rodrigues
3219053649
Applied review comments.
...
--HG--
branch : dev
2010-10-11 11:27:20 -07:00
Andre Rodrigues
140f4d22cc
Renamed widget editor template files.
...
--HG--
branch : dev
2010-10-11 10:26:23 -07:00
Andre Rodrigues
a37f967556
Widget and layer administration.
...
--HG--
branch : dev
2010-10-11 10:15:15 -07:00
Andre Rodrigues
697251c06a
Adding missing widget and layer drivers.
...
--HG--
branch : dev
2010-10-05 15:42:17 -07:00
Andre Rodrigues
9696efe4bb
Adjusting generation commands to new data migration path and file names
...
--HG--
branch : dev
2010-10-01 15:48:38 -07:00
Andre Rodrigues
8162e6ee7a
Renaming and repathing migration classes.
...
--HG--
branch : dev
2010-10-01 13:43:36 -07:00
Andre Rodrigues
cfc744c33e
Merge
...
--HG--
branch : dev
2010-10-01 11:50:05 -07:00
Andre Rodrigues
5befbad6be
Converting database update page from webforms to razor
...
Adding routes on the migration module
Adding navigation item on the migration module
Fixing feature naming on codegeneration module
--HG--
branch : dev
2010-10-01 11:49:43 -07:00