Shannon Deminick
5458c9a310
Adds Encryption/Decryption string extension methods that work in medium trust, with unit tests.
2013-01-15 01:35:10 +03:00
Shannon Deminick
0045ec353f
Apply patch for #U4-1156 - IFileSystem public changes.
2013-01-15 01:27:44 +03:00
Shannon Deminick
716d3e95f1
Imported patches from 6.0 for #U4-1453, #U4-1454
2013-01-15 00:58:11 +03:00
Shannon Deminick
beeb28f390
Fixes #U4-1467
2013-01-15 00:23:40 +03:00
Sebastiaan Janssen
0f484fdf49
Improve build so that you can't forget to set the version number, the version in
...
GlobalSettings.cs will be updated with the version configured in build.bat
2013-01-14 10:55:59 -01:00
Sebastiaan Janssen
4c218621c6
Fixes: #U4-1405 - Added DynamicXmlConverter's
2013-01-14 08:57:49 -01:00
Sebastiaan Janssen
7be9a0a987
Update version to 4.11.4
2013-01-14 08:42:54 -01:00
Sebastiaan Janssen
18cd043421
Open branch for 4.11.3 and updated version number
2013-01-12 14:24:27 -01:00
Sebastiaan Janssen
6c99e7951f
Forgot to update the version for 4.11.2.1 - oops.. Updating again!
2013-01-11 12:25:23 -01:00
Sebastiaan Janssen
cd0919aeeb
Update version to 4.11.2
2013-01-09 16:03:56 -01:00
Sebastiaan Janssen
e6178efcfb
Duplicating fix for U4-483 so that this also fixes U4-1391 in the 4.11.x branch
2013-01-07 08:12:53 -01:00
Sebastiaan Janssen
30cf0e2040
Add some logging to PhysicalFileSystem
2012-12-26 06:49:54 -01:00
Sebastiaan Janssen
db14868324
attributes["macroalias"] would YSOD instead of give back a null
2012-12-14 13:51:01 -01:00
Shannon Deminick
2a90e93a6f
Updated partial view macro engine to support storing the files in the App_Plugins/[packagename]/Views/MacroPartials
...
so they can be stored with a package and not pollute the main file system.
2012-12-07 07:04:11 +05:00
Shannon Deminick
8024610364
Fixes up some logging API issues. Fixed up tracing in the macro class. Added support for Partial View macro rendering in the macro class.
2012-12-04 11:08:02 +05:00
Shannon Deminick
8e4644568b
Updated loghelper to be able to Warn and also trace Warn with an exception. Updated the macro control to check for the
...
Partial View Macro, added Partial View macro to the enum.
2012-12-04 05:58:24 +05:00
Sebastiaan Janssen
267cd46ea0
Another additional fix to make the reloading of trees work after package install
2012-11-28 13:34:35 -01:00
Sebastiaan Janssen
8def8eaa86
Bumping the version to 4.11.1
2012-11-28 09:44:03 -01:00
Sebastiaan Janssen
ab9c9df7d6
Reverting last minute hacks around the pluginmanager and adding Shannon's fixes
...
from changeset 85f9e5879e60
2012-11-27 13:27:33 -01:00
Sebastiaan Janssen
ac01fd48fa
Some refactoring of the Umbraco:image implementation after code review
2012-11-22 12:30:58 -01:00
Shannon Deminick
3d72a4497c
Merge
2012-11-22 02:56:53 +05:00
Sebastiaan Janssen
30ca3f6df9
Bump the version to 4.11.0
2012-11-21 11:05:30 -01:00
Morten Bock
f0f7f6af55
Include some missing files
2012-11-21 07:23:15 -01:00
Shannon Deminick
81d8f74e0d
Small update to hashcodecombiner and pluginmanager
2012-11-21 08:39:10 +05:00
Shannon Deminick
0011d568c6
Fixes up HashCodeCombiner with correct long field intead of int with correct initialization.
...
Adds App_Code and global.asax to be monitored for changes to create the hash code.
2012-11-21 08:28:11 +05:00
Shannon Deminick
a9257ad366
Fixes #U4-1213, much better support for ignoring routes in route table. Fixes issue with LogHelper. Adds unit tests
...
for ignoring routes.
2012-11-19 19:56:52 +05:00
Shannon Deminick
ce4c855f00
Fixes up the resulting casts when invoking extension methods dynamically in our dynamic objects.
2012-11-19 05:47:34 +05:00
Shannon Deminick
48c45447e4
Fixes: #U4-1207, Enhancements to DynamicXml (legacy and new), now implements proper IEnumerable<T> interfaces.
...
Added DynamicInstanceHelper for any dynamic object that should find matches on methods, properties and
extension methods. Fixed ExtensionMethodFinder to find the Enumerable extensions (was previously set to IEnumerable which would
find nothing).
2012-11-18 10:28:53 +05:00
Shannon Deminick
4683144987
Changed CacheHelper to be public so it can be exposed publicly by the app context.
2012-11-18 03:34:31 +05:00
Shannon Deminick
a7a38478db
Working on #U4-1174 - issue with TypedMedia in MVC, fixes a few things and ensures Children() works
...
as expected, adds unit tests.
2012-11-15 04:18:23 +05:00
Shannon Deminick
0ad5da67ea
Merge with 4.10.1
2012-11-14 21:18:34 +05:00
Shannon Deminick
3fb9ffca5b
Update for installer rest service, updates version
2012-11-14 19:50:39 +05:00
Shannon Deminick
0cd115c268
Fixees: #U4-1166, automatically adds parsable routes in the route table to the reserved paths
...
so you don't have to explicitly add reserved paths to Umbraco config that you are creating routes for.
2012-11-14 03:32:50 +05:00
Shannon Deminick
9e320700e2
Fixes: #U4-1178, adds another strongly typed overload to GetPropertyValue<T> and adds more unit tests.
2012-11-12 10:50:23 +05:00
Shannon Deminick
65e3b7f951
Merge
2012-11-12 08:24:36 +05:00
Shannon Deminick
156f145c69
Updated the build manager to find instances based on persisted cache of previous lookups but uses BuildManager to do so, after
...
some benchmark unit tests against loading a type from an assembly this is about 100% faster. Updated the UmbracoModule to write more diagnostics
for benchmark debugging. Have basically reduced the startup time to approx 50% of what it used to be based on the current
benchmarks run. Previously app startup on my machine was about 5 seconds, now after the first startup it is about 2.5 seconds.
2012-11-12 08:10:12 +05:00
Shannon Deminick
083bab0528
Added HashCodeCombiner and unit tests to support. Added ability to create a hashed file based on scanned assemblies in the
...
PluginManager and added a cached plugin xml file to the PluginManager. Now we don't actually scan any assemblies on app startup
during plugin finding if none of the DLLs have changed. Added trace statements to the UmbracoModule for better benchmarking for
how long a full request takes to load from start to finish.
2012-11-11 09:09:06 +05:00
leekelleher
ee3e3787a8
PropertyEditorConverters - reusing TryConvertTo<T>, removing duplicate code.
2012-11-10 21:41:40 +00:00
leekelleher
6c1bf4b85f
Added unit test for ObjectExtensions TryConvertTo<DateTime>.
...
Modified CustomBooleanTypeConverter to accept an empty string as a FALSE.
2012-11-10 14:09:27 +00:00
Sebastiaan Janssen
00a625fb7f
Recursion was wrong on this one.
...
Fixed #U4-1147
2012-11-08 12:41:18 -01:00
Shannon Deminick
f4dc045561
Removed MediaFileSystemExtensions and just added the methods to the MediaFileSystem which are more discoverable.
...
Added Code Annotations to all file system classes pointing to the new #U4-1156 tracking item to publicize.
2012-11-08 08:27:38 +05:00
Shannon Deminick
5132d66924
Created code annotation attributes and descriptions
2012-11-07 09:55:21 +05:00
Shannon Deminick
67d9e578f5
Fixes: #U4-919, we will just use real classes for extension methods and all custom file systems like the MediaFileSystem must inherit from
...
FileSystemWrapper
2012-11-07 09:30:40 +05:00
Shannon Deminick
b9d53ceac8
Fixes more of U4-1140, ensure that only legacy objects are returned from the dynamic stuff in the razor macros. Adds unit test for it.
2012-11-07 03:49:32 +05:00
Shannon Deminick
fb0c9c3fbb
Changed DynamicXml to public (somehow this wasn't checked in before) #U4-U4-1146
...
Added unit tests for DynamicXml.Find methods which are passing.
2012-11-06 08:32:21 +06:00
Shannon Deminick
329431e6df
Fixes: #U4-1141 - IPropertyEditorValueConverter is not a plugin type and is searched for on app startup.
2012-11-05 06:14:44 +06:00
Shannon Deminick
292ded852e
Changed IPropertyEditorValueConverter to public #U4-1141
...
Changed the /umbraco folder in the UI project to be properly cased according to VS (this is initial, we need to
do this for everything but need to write a script, see https://groups.google.com/forum/?pli=1#!topic/umbraco-dev/_KDTHpPPFM8 )
2012-11-05 06:04:40 +06:00
Shannon Deminick
e4d4aa935a
fixed attempt to initialize it's False property, changed IPublishedStore back to internal... was my mistake to make this public just yet.
2012-11-04 08:56:50 +06:00
Shannon Deminick
6f5689004d
Fixes: #U4-1113
2012-11-03 05:48:23 +06:00
jeavonleopold
e502ce4ff9
U4-1112 - Add Any() property to DynamicXml
2012-10-31 10:47:04 +00:00