| Added |
Jeremy.Skinner |
/trunk/src/MvcContrib.Castle/ICastleBindingContainer.cs |
Issue #2381 - CastleBinder now makes the IDataBinder available to the controller if it implements ICastleBindingContainer. |
2008-06-21 14:54:49 |
| Modified |
Jeremy.Skinner |
/trunk/src/MVCContrib.UnitTests/MVCContrib.UnitTests.csproj |
Issue #2381 - CastleBinder now makes the IDataBinder available to the controller if it implements ICastleBindingContainer. |
2008-06-21 14:54:49 |
| Modified |
Jeremy.Skinner |
/trunk/src/MvcContrib.Castle/MvcContrib.Castle.csproj |
Issue #2381 - CastleBinder now makes the IDataBinder available to the controller if it implements ICastleBindingContainer. |
2008-06-21 14:54:49 |
| Modified |
Jeremy.Skinner |
/trunk/src/MVCContrib.UnitTests/MetaData/CastleBinderTester.cs |
Issue #2381 - CastleBinder now makes the IDataBinder available to the controller if it implements ICastleBindingContainer. |
2008-06-21 14:54:49 |
| Modified |
Jeremy.Skinner |
/trunk/src/MvcContrib.Castle/CastleBinder.cs |
Issue #2381 - CastleBinder now makes the IDataBinder available to the controller if it implements ICastleBindingContainer. |
2008-06-21 14:54:49 |
| Modified |
Jeremy.Skinner |
/trunk/src/MvcContrib.ObjectBuilder/Configuration/ContainerXmlConfigElement.xsd |
Issue #2295 - ContainerXMLConfigElement.xsd - duplicated at line 93 |
2008-06-21 11:29:19 |
| Modified |
Jeremy.Skinner |
/trunk/src/MvcContrib.TestHelper/MvcContrib.TestHelper/TestControllerBuilder.cs |
Issue #2356 - TestControllerBuilder should return a NameValueCollection containing both QueryString and Form when Request.Params is invoked. |
2008-06-21 05:37:50 |
| Modified |
Jeremy.Skinner |
/trunk/src/MVCContrib.UnitTests/TestHelper/ControllerBuilderTests.cs |
Issue #2356 - TestControllerBuilder should return a NameValueCollection containing both QueryString and Form when Request.Params is invoked. |
2008-06-21 05:37:50 |
| Modified |
Jeremy.Skinner |
/trunk/src/MVCContrib/MVCContrib.csproj |
Patch #1327 - timtas
- Added MvcContrib.ActionResults.BinaryResult which writes the specified byte array to the response stream.
- Added MvcContrib.ConventionController.Binary method, which returns a BinaryResult. |
2008-06-20 09:39:44 |
| Added |
Jeremy.Skinner |
/trunk/src/MVCContrib/ActionResults/BinaryResult.cs |
Patch #1327 - timtas
- Added MvcContrib.ActionResults.BinaryResult which writes the specified byte array to the response stream.
- Added MvcContrib.ConventionController.Binary method, which returns a BinaryResult. |
2008-06-20 09:39:44 |
| Modified |
Jeremy.Skinner |
/trunk/src/MVCContrib.UnitTests/MVCContrib.UnitTests.csproj |
Patch #1327 - timtas
- Added MvcContrib.ActionResults.BinaryResult which writes the specified byte array to the response stream.
- Added MvcContrib.ConventionController.Binary method, which returns a BinaryResult. |
2008-06-20 09:39:44 |
| Modified |
Jeremy.Skinner |
/trunk/src/MVCContrib.UnitTests/ConventionController/ConventionControllerTester.cs |
Patch #1327 - timtas
- Added MvcContrib.ActionResults.BinaryResult which writes the specified byte array to the response stream.
- Added MvcContrib.ConventionController.Binary method, which returns a BinaryResult. |
2008-06-20 09:39:44 |
| Modified |
Jeremy.Skinner |
/trunk/src/MVCContrib/ConventionController.cs |
Patch #1327 - timtas
- Added MvcContrib.ActionResults.BinaryResult which writes the specified byte array to the response stream.
- Added MvcContrib.ConventionController.Binary method, which returns a BinaryResult. |
2008-06-20 09:39:44 |
| Added |
Jeremy.Skinner |
/trunk/src/MVCContrib.UnitTests/ActionResults/BinaryActionResultTester.cs |
Patch #1327 - timtas
- Added MvcContrib.ActionResults.BinaryResult which writes the specified byte array to the response stream.
- Added MvcContrib.ConventionController.Binary method, which returns a BinaryResult. |
2008-06-20 09:39:44 |
| Modified |
Jeremy.Skinner |
/trunk/src/MVCContrib.UnitTests/ConventionController/TestController.cs |
Patch #1327 - timtas
- Added MvcContrib.ActionResults.BinaryResult which writes the specified byte array to the response stream.
- Added MvcContrib.ConventionController.Binary method, which returns a BinaryResult. |
2008-06-20 09:39:44 |
| Modified |
Jeremy.Skinner |
/trunk/src/MVCContrib.UnitTests/UI/Html/HtmlGridTester.cs |
Patch #1416/1417 - simone_b
- Makes RangeValidator culture invariant.
- Fixes tests that fail on non-english machines.
|
2008-06-20 09:20:42 |
| Modified |
Jeremy.Skinner |
/trunk/src/MVCContrib/UI/Tags/Validators/RangeValidator.cs |
Patch #1416/1417 - simone_b
- Makes RangeValidator culture invariant.
- Fixes tests that fail on non-english machines.
|
2008-06-20 09:20:42 |
| Added |
jeremy.skinner@gmail.com |
/trunk/src/MVCContrib/Interfaces/IRescuable.cs |
Adding missing IRescuable.cs |
2008-06-20 04:38:48 |
| Modified |
jeremy.skinner@gmail.com |
/trunk/nant.build |
Removing NDepend from the Analyse target as it has expired. |
2008-06-20 04:05:22 |
| Modified |
jeremy.skinner@gmail.com |
/trunk/src/MVCContrib.UnitTests/ConventionController/DefaultActionController.cs |
Patch #1414 - alley
- Moved most of the ConventionController code to ConventionConrollerActionInvoker
- Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue
Applied with modifications:
- Left a minimal ConventionController in the project. |
2008-06-20 04:02:39 |
| Modified |
jeremy.skinner@gmail.com |
/trunk/src/MVCContrib.UnitTests/MetaData/FilterTester.cs |
Patch #1414 - alley
- Moved most of the ConventionController code to ConventionConrollerActionInvoker
- Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue
Applied with modifications:
- Left a minimal ConventionController in the project. |
2008-06-20 04:02:39 |
| Modified |
jeremy.skinner@gmail.com |
/trunk/src/MVCContrib/Attributes/RescueAttribute.cs |
Patch #1414 - alley
- Moved most of the ConventionController code to ConventionConrollerActionInvoker
- Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue
Applied with modifications:
- Left a minimal ConventionController in the project. |
2008-06-20 04:02:39 |
| Modified |
jeremy.skinner@gmail.com |
/trunk/src/MVCContrib.UnitTests/ConventionController/ConventionControllerActionInvokerTester.cs |
Patch #1414 - alley
- Moved most of the ConventionController code to ConventionConrollerActionInvoker
- Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue
Applied with modifications:
- Left a minimal ConventionController in the project. |
2008-06-20 04:02:39 |
| Modified |
jeremy.skinner@gmail.com |
/trunk/src/MVCContrib/MVCContrib.csproj |
Patch #1414 - alley
- Moved most of the ConventionController code to ConventionConrollerActionInvoker
- Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue
Applied with modifications:
- Left a minimal ConventionController in the project. |
2008-06-20 04:02:39 |
| Modified |
jeremy.skinner@gmail.com |
/trunk/src/MVCContrib/ConventionControllerActionInvoker.cs |
Patch #1414 - alley
- Moved most of the ConventionController code to ConventionConrollerActionInvoker
- Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue
Applied with modifications:
- Left a minimal ConventionController in the project. |
2008-06-20 04:02:39 |
| Modified |
jeremy.skinner@gmail.com |
/trunk/src/MVCContrib.UnitTests/MVCContrib.UnitTests.csproj |
Patch #1414 - alley
- Moved most of the ConventionController code to ConventionConrollerActionInvoker
- Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue
Applied with modifications:
- Left a minimal ConventionController in the project. |
2008-06-20 04:02:39 |
| Modified |
jeremy.skinner@gmail.com |
/trunk/src/MVCContrib.UnitTests/NHamlViewEngine/NHamlControllerFactoryTester.cs |
Patch #1414 - alley
- Moved most of the ConventionController code to ConventionConrollerActionInvoker
- Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue
Applied with modifications:
- Left a minimal ConventionController in the project. |
2008-06-20 04:02:39 |
| Modified |
jeremy.skinner@gmail.com |
/trunk/src/MVCContrib.UnitTests/ConventionController/ConventionControllerTester.cs |
Patch #1414 - alley
- Moved most of the ConventionController code to ConventionConrollerActionInvoker
- Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue
Applied with modifications:
- Left a minimal ConventionController in the project. |
2008-06-20 04:02:39 |
| Modified |
jeremy.skinner@gmail.com |
/trunk/src/MVCContrib.UnitTests/ConventionController/RescueTester.cs |
Patch #1414 - alley
- Moved most of the ConventionController code to ConventionConrollerActionInvoker
- Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue
Applied with modifications:
- Left a minimal ConventionController in the project. |
2008-06-20 04:02:39 |
| Modified |
jeremy.skinner@gmail.com |
/trunk/src/MVCContrib/ConventionController.cs |
Patch #1414 - alley
- Moved most of the ConventionController code to ConventionConrollerActionInvoker
- Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue
Applied with modifications:
- Left a minimal ConventionController in the project. |
2008-06-20 04:02:39 |
| Modified |
jeremy.skinner@gmail.com |
/trunk/src/MVCContrib.UnitTests/ConventionController/ConventionRescueTester.cs |
Patch #1414 - alley
- Moved most of the ConventionController code to ConventionConrollerActionInvoker
- Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue
Applied with modifications:
- Left a minimal ConventionController in the project. |
2008-06-20 04:02:39 |
| Modified |
jeremy.skinner@gmail.com |
/trunk/src/MVCContrib.UnitTests/ConventionController/TestController.cs |
Patch #1414 - alley
- Moved most of the ConventionController code to ConventionConrollerActionInvoker
- Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue
Applied with modifications:
- Left a minimal ConventionController in the project. |
2008-06-20 04:02:39 |
| Modified |
jeremy.skinner@gmail.com |
/trunk/src/MVCContrib.UnitTests/MetaData/ControllerDescriptorTester.cs |
Patch #1414 - alley
- Moved most of the ConventionController code to ConventionConrollerActionInvoker
- Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue
Applied with modifications:
- Left a minimal ConventionController in the project. |
2008-06-20 04:02:39 |
| Added |
Jeremy.Skinner |
/trunk/src/MVCContrib.UnitTests/MetaData/CastleSimpleBinderTester.cs |
Adding implementations of IParameterBinder that use Castle's Binder and DefaultConverter. |
2008-06-14 08:24:59 |
| Modified |
Jeremy.Skinner |
/trunk/src/MVCContrib.UnitTests/MVCContrib.UnitTests.csproj |
Adding implementations of IParameterBinder that use Castle's Binder and DefaultConverter. |
2008-06-14 08:24:59 |
| Added |
Jeremy.Skinner |
/trunk/src/MvcContrib.Castle/CastleSimpleBinder.cs |
Adding implementations of IParameterBinder that use Castle's Binder and DefaultConverter. |
2008-06-14 08:24:59 |
| Modified |
Jeremy.Skinner |
/trunk/src/MvcContrib.Castle/MvcContrib.Castle.csproj |
Adding implementations of IParameterBinder that use Castle's Binder and DefaultConverter. |
2008-06-14 08:24:59 |
| Added |
Jeremy.Skinner |
/trunk/src/MVCContrib.UnitTests/MetaData/CastleBinderTester.cs |
Adding implementations of IParameterBinder that use Castle's Binder and DefaultConverter. |
2008-06-14 08:24:59 |
| Added |
Jeremy.Skinner |
/trunk/src/MvcContrib.Castle/CastleControllerDescriptor.cs |
Adding implementations of IParameterBinder that use Castle's Binder and DefaultConverter. |
2008-06-14 08:24:59 |
| Added |
Jeremy.Skinner |
/trunk/src/MvcContrib.Castle/CastleBinder.cs |
Adding implementations of IParameterBinder that use Castle's Binder and DefaultConverter. |
2008-06-14 08:24:59 |
| Modified |
Jeremy.Skinner |
/trunk/src/MVCContrib.UnitTests/MetaData/ControllerDescriptorTester.cs |
Adding implementations of IParameterBinder that use Castle's Binder and DefaultConverter. |
2008-06-14 08:24:59 |
| Modified |
Jeremy.Skinner |
/trunk/nant.build |
Modifying build script
- Allows for a custom path to NCover to be specified on the command line.
- Commenting out build-help target as SandcastleBuilderConsole.exe no longer seems to be in the repository. |
2008-06-13 12:59:03 |
| Modified |
Jeremy.Skinner |
/trunk/src/MVCContrib/Hash.cs |
Hash now inherits from Hash<object> rather than HybridDictionary so it can be used with parameters that accept an IDictionary<string, object> as well as IDictionary.
Fixing a test that fails under .NET 3.5 SP1. |
2008-06-13 12:57:17 |
| Modified |
Jeremy.Skinner |
/trunk/src/MVCContrib.UnitTests/ConventionController/RescueTester.cs |
Hash now inherits from Hash<object> rather than HybridDictionary so it can be used with parameters that accept an IDictionary<string, object> as well as IDictionary.
Fixing a test that fails under .NET 3.5 SP1. |
2008-06-13 12:57:17 |
| Modified |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/ConventionController/RescueTester.cs |
Un-ignored test that fails locally. |
2008-06-13 04:45:36 |
| Deleted |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/Exceptions |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Modified |
andrew.john.peters |
/trunk/nant.build |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/MvcContrib.NHamlViewEngine.csproj |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Deleted |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/ViewBuilder.cs |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/NHamlViewFactory.cs |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Deleted |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/CompilationContext.cs |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Deleted |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/NHamlViewEngine/TestFixtureBase.cs |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Modified |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/NHamlViewEngine/NHamlViewTester.cs |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Modified |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/MVCContrib.UnitTests.csproj |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Modified |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/ConventionController/RescueTester.cs |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Deleted |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/Rules |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Deleted |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/MarkupRule.cs |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Added |
andrew.john.peters |
/trunk/bin/nhaml |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/CompiledView.cs |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Deleted |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/TypeBuilder.cs |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/NHamlView.cs |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Deleted |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/NHamlViewEngine/FunctionalTester.cs |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Deleted |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/NHamlViewEngine/Templates |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Deleted |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/Utilities/StringSet.cs |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Deleted |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/NHamlViewEngine/TemplateCompilerTester.cs |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Deleted |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/NHamlViewEngine/Results |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Deleted |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/ICompiledView.cs |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Deleted |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/NHamlViewEngine/InputLineTester.cs |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Added |
andrew.john.peters |
/trunk/bin/nhaml/NHaml.dll |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Deleted |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/Utilities/StringUtils.cs |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Deleted |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/NHamlViewEngine/Shared |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Deleted |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/TemplateCompiler.cs |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/Utilities/Invariant.cs |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Deleted |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/InputLine.cs |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Deleted |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/BlockClosingAction.cs |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Deleted |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/Utilities/Extensions.cs |
Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ |
2008-06-13 04:22:21 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/Rules/TagMarkupRule.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/NHamlViewEngine/NHamlConfigurationTester.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/ViewBuilder.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/NHamlViewFactory.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/CompilationContext.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/MVCContrib.UnitTests.csproj |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/CompiledView.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/Rules/EvalMarkupRule.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/NHamlViewEngine/FunctionalTester.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/Utilities/StringSet.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Deleted |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/IAttributeEvaluator.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/NHamlViewEngine/TemplateCompilerTester.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/NHamlViewEngine/InputLineTester.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/NHamlViewEngine/Templates/Comments.haml |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Added |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/NHamlViewEngine/Results/AttributeEval.xhtml |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/Utilities/Invariant.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/NHamlViewEngine/Templates/OriginalEngine.haml |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/TemplateCompiler.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/NHamlViewEngine/Templates/Welcome.haml |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/InputLine.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/BlockClosingAction.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/Exceptions/ViewCompilationException.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/Rules/DocTypeMarkupRule.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/MvcContrib.NHamlViewEngine.csproj |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/NHamlViewEngine/NHamlViewTester.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/NHamlViewEngine/TestFixtureBase.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/NHamlViewEngine/NHamlControllerFactoryTester.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/Exceptions/SyntaxException.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/MarkupRule.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Added |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/NHamlViewEngine/Templates/AttributeEval.haml |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/TypeBuilder.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/NHamlView.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/NHamlControllerFactory.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/Rules/PartialMarkupRule.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/INHamlView.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/Rules/CommentMarkupRule.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/Rules/SilentEvalMarkupRule.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/NHamlViewEngine/Templates/ReferenceExample2.haml |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/Utilities/Extensions.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MVCContrib.UnitTests/NHamlViewEngine/NHamlViewFactoryTester.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |
| Modified |
andrew.john.peters |
/trunk/src/MvcContrib.NHamlViewEngine/Rules/NullMarkupRule.cs |
- NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin.
- NHaml: Ran R# code cleanup. |
2008-06-04 21:56:34 |