sitereactor
ec9880968f
Moving interfaces for services to Umbraco.Core.
...
Adding xml extensions for Content to generate xml for the xml cache.
Adding test for xml generation.
2012-11-06 10:47:14 -01:00
sitereactor
f438ad16e0
Merge with 4.10.0
2012-11-06 07:28:14 -01:00
Stephan
fee1a0dd9e
fix broken CreateXPathQuery in legacy requestHandler
2012-11-06 07:09:54 -01:00
Shannon Deminick
315e8b27a0
Migrated loadStarterKitDesigns to use the new codebehind structure.
2012-11-06 09:14:39 +06: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
sitereactor
60146e31c7
Adding a note on test to add and correcting usage of CreateContent method with explicit use of a user id to avoid userservice/httpcontext.
2012-11-05 14:53:36 -01:00
sitereactor
5f6c4cdf92
Renaming User to Creator on Content - makes more sense.
2012-11-05 14:43:51 -01:00
sitereactor
de9c373626
Adding some initial work for Membership related classes and interfaces, but only using IProfile and Profile as the rest are not part of the roadmap.
...
Adding a UserService, which should be fully implemented in a later release.
Refactoring usage of the ServiceContext, which is now loosely tied to the HttpContext as its used by the UserService.
Refactoring User/Writer on the Content class and interface.
Simplifying events and delegates in the publishing strategy.
2012-11-05 14:42:21 -01:00
sitereactor
fe6bbdf005
Refactoring usage of UOW in File-, Localization- and MediaService.
2012-11-05 10:12:17 -01:00
sitereactor
480801e10b
Refactoring usage of UOW in the DataTypeService.
...
Adding an internal extension method to get an IDataType for a PropertyType.
2012-11-05 09:47:07 -01:00
sitereactor
b77beb386a
Adding unit tests for the two repository-backing cache providers
2012-11-05 09:29:29 -01:00
sitereactor
cec2de6a2f
Adding unit tests for ContentTypeRepository
2012-11-05 09:21:25 -01:00
sitereactor
1ea65ee27b
Dummy files ... really need to change this, so the folders are created in the test setup instead of having these dummy files.
2012-11-05 09:06:59 -01:00
sitereactor
278d3087a4
Removing Service- and DatabaseContexts from UmbracoContext as its not the proper place to have them.
...
Adding extension method to ApplicationContext to attach the two contexts here instead.
Refactoring BaseWhereClause as there were problems formatting the sql.
Adding unit tests for MacroRepository and ContentRepository.
2012-11-05 09:03:48 -01:00
sitereactor
edc80a12ab
Adding DbProviderFactories sqlce config setting to web.config template.
2012-11-02 12:32:36 -01:00
sitereactor
a897f51511
Merge with 4.10.0
2012-11-02 12:29:17 -01:00
sitereactor
98ef3f96f8
Correcting issue with RepositoryResolver not setting the unit of work when resolving.
2012-11-02 11:54:42 -01:00
sitereactor
2ba506e598
Adding SqlCe to DbProviderFactories config setting to avoid issue with provider not being found.
...
Correct error in RepositorySettingsTests after having changed config.
2012-11-02 10:18:07 -01:00
Sebastiaan Janssen
ed5a0be20e
Merge with updated language files
2012-11-02 09:32:54 -01:00
Sebastiaan Janssen
4e82d282bf
Cleaned up and updated the web.Template.config before release
...
Also reformatted in hopes to keep the formatting consistent between releases from now on
2012-11-02 09:32:20 -01:00
sitereactor
fe003edd02
Adding language files from github localization repo.
2012-11-02 09:23:59 -01:00
sitereactor
ccb1734a04
Removing dependency on DbProviderFactories in DatabaseFactory.
...
Refactoring mocked content used by ContentTests.
Refactoring dirty-usage.
2012-11-02 09:11:23 -01:00
Sebastiaan Janssen
17f326dc89
Enable relationtypes tree in release version as well
2012-11-02 08:52:12 -01:00
sitereactor
49c2be3c4a
Removing DbProviderFactories dependency in DatabaseContext
2012-11-02 07:34:41 -01:00
Stephan
2c38f7ce7f
fix BaseRest config management - would throw when missing config files
2012-11-01 16:46:04 -01:00
sitereactor
a98fddbd58
Fixing event subscription which caused a series of unit tests to fail
2012-11-01 15:06:35 -01:00
sitereactor
3d7376824d
Adding more unit tests to cover different scenarios for publishing logic
2012-11-01 13:48:03 -01:00
Sebastiaan Janssen
3ba31cc82c
Fixed breaking change: method signature of Template.MakeNew changes when you add
...
optional params, breaking uSiteBuilder.
2012-11-01 12:51:46 -01:00
sitereactor
b1240abf0b
Unit tests covering the ContentService.
...
Adding new configurations to the release configs.
Refactoring the publishing strategy and a few of the services.
2012-11-01 10:59:32 -01:00
sitereactor
053e26b34c
Updating nuspec files for v6-alpha
2012-11-01 07:52:49 -01:00
sitereactor
6e8add79ac
Merge
2012-11-01 07:25:40 -01:00
sitereactor
42d233239a
Adding dummy files, so unit tests doesn't fail in TC
2012-11-01 07:25:02 -01:00
Matt Watson
f80fa2f373
Datatype Tags, multiple render when multiple instance on same doctype
...
Fixed #U4-915
2012-10-31 21:51:17 +00:00
Sebastiaan Janssen
55ac779bf2
Changed the Chines language files to have a zh prefix in the key instead of en.
...
Now the chinese translation files actually work.
Fixed #U4-1126
2012-11-05 10:07:51 -01:00
Sebastiaan Janssen
f8732cd70b
Removed the ExportCode dialog as it's not needed any more now that L2U is gone.
2012-11-05 09:19:20 -01:00
pgregorynz
ff5c5c8a03
Relates to bud U4-1142 Umbraco helper in wrong context with used in a Partial.
...
Fix to context of Umbraco helper when used in partials.
2012-11-04 21:24:04 -10:00
Shannon Deminick
7df9921441
Fixes: #U4-1142, Changed ctor for RenderModel so people can actually create one to pass in to their views if they want.
...
Changed the way that UmbracoTemplatePage works in that if you pass in an IPublishedContent model instead of a RenderModel,
it will be generated for you without a YSOD. Changed the UmbracoHelper ctor so that it can be passed a custom IPublishedContent model
so that it's context is of that model and not the one routed to. Added Umbraco.Web.Mvc to the imported namespaces for Views.
2012-11-05 11:27:28 +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
a4a9b26d93
Committed first tests of strongly typed querying with strongly typed document types using what would be generated code and extension methods.
2012-11-04 09:24:24 +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
b337f4e5e4
Fixes issue with installing starter kits in the back office after upgrading the installer to install
...
the starter kits properly. Not sure if this was actually working before 4.10 but in any case does work again
now and installs them the correct way whilst waiting for the app pool to restart (we need to put this in place
for the normal packages too!). Upgraded the StarterKits.aspx to have the correct code behind structure. Fixes issue
with missing or invalid referenced images.
2012-11-03 07:18:12 +06:00
Shannon Deminick
6f5689004d
Fixes: #U4-1113
2012-11-03 05:48:23 +06:00
Sebastiaan Janssen
9184a12056
Merge
2012-10-31 15:32:35 -01:00
Sebastiaan Janssen
d2788f202a
NuGet Package restore problem seems related to version of nuget.exe, updated
...
See: http://nuget.codeplex.com/discussions/398910
2012-10-31 15:31:52 -01:00
sitereactor
a4a4ab433d
Merge with 4.10.0
2012-10-31 15:17:20 -01:00
sitereactor
8225950cac
Merge
2012-10-31 15:15:32 -01:00
sitereactor
4e2bcee35b
Adding more tests to cover the ContentService and refactoring.
2012-10-31 15:15:02 -01:00
Sebastiaan Janssen
e781bac935
And another update to the nuget path to hopefully get it correct for TeamCity
2012-10-31 14:55:06 -01:00
Sebastiaan Janssen
235527a5a6
SolutionDir path is not correct when there are spaces in it (TeamCity has that)
2012-10-31 14:53:18 -01:00