Morten@Thinkpad-X220
d52c0db0ee
Merge with 4.10.0
2012-10-08 08:50:01 -02:00
Morten@Thinkpad-X220
1b92639384
Renaming EntityFactory to ContentFactory
2012-10-08 08:45:36 -02:00
tg@umbraco.com
406e3663f6
Merge
2012-10-08 08:43:38 -02:00
Morten@Thinkpad-X220
660ecfa91b
Refactoring Unit Of Work, adding TransactionTypes and a new Repository structure.
...
Adding new Factory structure.
Related to U4-973, U4-955 and U4-979
2012-10-08 08:42:57 -02:00
tg@umbraco.com
775b2192ff
Fixes U4-680: insert Macro split buttons not working
2012-10-08 08:42:47 -02:00
PerPloug
458de6296e
Wraps masterpages selector in try/catch
...
to avoid exceptions if masterpage is missing for some reason
2012-10-08 07:19:36 -02:00
PerPloug
b55ce96d85
Changes to editView, editTemplate and loadTemplates
...
to fix wrong create dialog, and missing master pre-selection
in master template dropdown
2012-10-08 07:12:02 -02:00
Shannon Deminick
8ae867389d
Merge
2012-10-08 00:15:51 +05:00
Shannon Deminick
5fc3d8e248
Fixes threading issue with Dynamicexpression... would have caused some strange behavior in the past!
...
Fixes: U4-995 - most methods will now work in dynamic expressions
2012-10-08 00:09:44 +05:00
Sebastiaan Janssen
227d910722
Merge
2012-10-07 15:27:47 -02:00
Sebastiaan Janssen
a356552d2d
Moved tree picker tooltip style to default.css so it also works in editMacro (and elsewhere)
2012-10-07 11:45:22 -02:00
Michiel van Oosterhout
5c6a595e48
Changed conditions to put the constant last, so (x == false) instead of (false == x).
...
Code now conforms to project coding standards.
2012-10-07 08:50:09 -02:00
Michiel van Oosterhout
c1cfcaf9ea
Deprecated MacroProperty.Public because its value is ignored. Removed the checkbox
...
for setting MacroProperty.Public from the macro editor.
2012-10-06 20:51:00 -02:00
callicj
40a413cd70
Added releaseDate, expireDate columns to the query defined on m_SQLOptimizedMany so the corresponding fields are populated when this query is used to load the object.
2012-10-07 11:28:43 -02:00
Michiel van Oosterhout
c7c10b8ab6
Fixed typo for consistency and incorrect grammar.
2012-10-06 18:46:31 -02:00
Michiel van Oosterhout
2da0728b78
Do not call .Trim() on a string inside .IsNullOrEmpty(), the string may be null.
...
Instead use .IsNullOrWhiteSpace().
Saving a global setting will insert an appSetting in web.config if it does not
yet exist.
2012-10-06 18:46:12 -02:00
Casey Neehouse
a71f3f8412
Updated SQLCE to 4.0.8876.1 (SP1) and closes u4-677
2012-10-07 00:39:04 +04:00
Casey Neehouse
b21423efe2
Updates SQLCE to v.4.0.8854.1 to resolve a SQL issues related to Contour.
2012-10-07 00:02:38 +04:00
Shannon Deminick
5895858e6e
Merge
2012-10-07 00:08:21 +05:00
Shannon Deminick
cd38123fbd
Fixes issue with DynamicExpression and parsing to ensure that it is using generic types, not hard coded types.
...
Ensures unit tests passing for Where, Single, SingleOrDefault with filters with dynamics.
2012-10-07 00:07:51 +05:00
Shannon Deminick
842d7120e6
Obsoletes DynamicQueryable in MacroEngines lib, proxies all calls to new DynamicQueryable in Umbraco.Web.
...
Adds more support for NodeTypeAlias and DocumentTypeAlias param names for compatibility.
Adds IsDocumentType is-helper method.
Adds unit tests for complex Linq using a Typed IPublishedContent object.
Adds unit tests for complex Linq using dynamics.
Adds support for Single, SingleOrDefault, First, FirstOrDefault, Last, LastOrDefault to dynamics for both DynamicNode and DynamicPublishedContent + unit tests.
Adds support for 'Children' on DynamicNode to keep things consistent, no longer required to have to do 'ChildrenAsList'.
DynamicNode now implements INode... not sure why this wasn't like that before.
2012-10-06 23:41:42 +05:00
Sebastiaan Janssen
cae2183ab4
Merge
2012-10-06 11:47:55 -02:00
Sebastiaan Janssen
07e75dab15
BaseRestExtensions.Release.config should not be in the build package, output set to None
2012-10-06 11:47:01 -02:00
Sebastiaan Janssen
5cebbd8a91
Adds a nice tooltip when hovering over the content/media picker
...
#U4-192 Fixed
2012-10-06 11:46:37 -02:00
Stephan
db59b08f58
fix config files for BaseRestExtension.config
2012-10-06 07:20:12 -02:00
funka@WETWIRED
2b2c75f5e4
Resolves feature request U4-192 Add more meta data to Content and Media pickers
2012-10-06 01:26:56 +07:00
Casey Neehouse
8c7b06fe2b
U4-914 - Added additional security to the change password
...
dashboard control to require current password.
2012-10-05 21:12:12 +04:00
Sebastiaan Janssen
540db7137a
Fixed config transform for BaseRestExtension.config
2012-10-05 13:45:06 -02:00
Morten@Thinkpad-X220
ca6356170c
Adds Repository Resolver and backing config section implementation U4-988
...
Will need a bit of refactoring because of the way UnitOfWork is currently implemented.
2012-10-05 12:59:59 -02:00
Morten@Thinkpad-X220
590bc23ef6
Minor refactorings - Using GlobalSettings for database connectionstring.
2012-10-05 12:36:59 -02:00
Morten@Thinkpad-X220
7d74304c1f
Merge with 4.10.0
2012-10-05 11:04:06 -02:00
Morten@Thinkpad-X220
dc1689bdf2
Removing PropertyValues-method from Content and Media and making it an extension method instead.
...
Adding the PropertyEditor model as internal to slowly adopt it using a slightly different model approach then in v5.
Minor refactoring of IEntity/Entity.
2012-10-05 11:03:08 -02:00
Stephan
079aae7e63
bugfix unit tests polluting each other - static settings issue
2012-10-05 08:23:43 -02:00
Stephan
6183e01642
bugfix xpath in DefaultPublishedContentStore for legacy XML schema
2012-10-05 08:00:06 -02:00
Morten@Thinkpad-X220.ab-nat1.dk
fe7d57ce12
Refactoring Unit of Work and its dependency on the datastore.
...
Removing legacy test project from solution.
2012-10-04 18:19:46 -02:00
Sebastiaan Janssen
cf91933791
Add some dummy files to ensure (empty) directories in the test project get created
2012-10-04 15:15:23 -02:00
Sebastiaan Janssen
d10c3a960f
Merge
2012-10-04 15:04:14 -02:00
Sebastiaan Janssen
4d6d89dbe7
Add Masterpages and Views folder in the unit tests to project so almost 250 more tests will run properly
2012-10-04 15:03:40 -02:00
Shannon Deminick
9e113564fa
Merge
2012-10-04 21:39:36 +05:00
Shannon Deminick
f8848086fd
Adds support for legacy schema to the DefaultPublishedContentStore, adds unit tests to support this.
2012-10-04 21:37:11 +05:00
Shannon Deminick
261a6af60a
Fixes issue when xml file is corrupt and no doc type is registered, the mvc controller factory throws an exception.
2012-10-04 21:06:32 +05:00
Sebastiaan Janssen
c66d70fbd8
Merge
2012-10-04 13:52:12 -02:00
Sebastiaan Janssen
e8c7af8b25
Removed legacytests project for now.
2012-10-04 13:51:51 -02:00
Morten@Thinkpad-X220
145cddbcb6
Adds the foundation for the repository implementation with abstract Repository, Unit Of Work and Cache provider.
...
Adding the Query object implementation.
Adds the ModelDtoMapper, which is still a WIP.
Adds the initial implementation of the IContentRepository with dependencies.
2012-10-04 13:44:02 -02:00
Morten@Thinkpad-X220
75e11b2ba8
Updating the model where serialization attributes where missing and adding a few comments.
...
Fixes U4-48
2012-10-04 13:05:31 -02:00
Morten@Thinkpad-X220
9e37e1674d
Adds Media implementation U4-931
...
Adding some notes and small change to IContentBase, PropertyValues and the ability to set property values with an anonymous object is shared for Content and Media.
2012-10-04 12:38:43 -02:00
Morten@Thinkpad-X220
59c5a8920e
Adds abstract File, Script, Stylesheet and Template model implementations for U4-933 U4-934 U4-935
...
Added a CssParser which is used internally by the Stylesheet class, but still needs a bit of work - primarily testing.
Resolves a couple of naming conflicts for Template.
2012-10-04 11:44:31 -02:00
Morten@Thinkpad-X220
083f2a99bc
Adds Relation and RelationType U4-932
2012-10-04 08:10:36 -02:00
Morten@Thinkpad-X220
3321cb4eb1
Added code comments and serialization attributes.
2012-10-04 07:20:13 -02:00
Morten@Thinkpad-X220
612d57c00a
Adds Dictionary and Language implementations for U4-929 and U4-930
2012-10-04 07:06:01 -02:00