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
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
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
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
Shannon Deminick
8804d912f2
More unit tests written and passing.
2012-10-04 06:00:47 +05:00
Shannon Deminick
54e5140d6a
Added more extension methods to our strongly typed IPublishedContent object and IEnumerable<IPublishedContent> to match all of the available methods
...
that are on the DynamicPublishedContent object. Added more unit tests for all of these classes.
Moved some of the Dynamic objects into the web project which simplifies things quite a bit as some of these classes require access to the biz logic layer.
Now we have intellisense for all of the nice magical methods that were on DynamicPublishedContent on our strongly typed object!
2012-10-04 03:26:56 +05:00
Shannon Deminick
c0102f1c71
Refactored the traversal, ishelper, etc... methods to be extension methods on IPublishedContent so now all of these methods are available on the Typed object not just the dynamic object which makes a whole lot more sense... and you can have intellisense.
...
Updated DynamicPublishedContent's methods to just proxy calls to the new extension methods so that all of the logic is contained in one place.
Added new GetRootDocuments to the IPublishedContentStore since we need this in order to get the root list of documents for many of these methods.
Fixed an issue with the DynamicNode to IPublishedContent converter.
Fixed many of the failing unit tests.
2012-10-04 01:31:08 +05:00
Shannon Deminick
831d1966dc
Added IEnumerable extensions to TypedContent, TypedMedia, Content, and Media methods
2012-10-02 22:55:36 +05:00
Shannon Deminick
ef5525e67f
renamed DynamicDocumentList to DynamicPublishedContentList
...
simplified some of the DynamicPublishedContent methods to accept Func<IPublishedContent> instead of Func<DynamicPublishedContent>, made the IsHelper method private as this shouldn't be exposed.
renamed other objects starting with DynamicDocument to DynamicPublishedContent
2012-10-02 22:51:53 +05:00
Shannon Deminick
f3e04ac871
Changed method name ContentTyped to TypedContent and MediaTyped to TypedMedia.
2012-10-02 22:10:18 +05:00
Shannon Deminick
ba98f587b2
Changed query methods on UmbracoHelper to just Content, ContentTyped, Media, MediaTyped
2012-10-02 21:58:07 +05:00
Shannon Deminick
2753dbe5b4
ensures enctype attribute is added in BeginUmbracoForm.
...
Adds CurrentCulture to RenderModel
2012-10-02 21:19:21 +05:00
Shannon Deminick
56c93891a8
Fixes the ClearDatabase call in SqlCEHelper... pretty flukey that unit tests were even working with this bug for so long.
...
Fixes the RenderRouteHandlerTests.
2012-10-02 02:33:19 +05:00
Shannon Deminick
6bd005775d
After talks with morten and stephane, this renames
...
DocumentNotFoundHandler -> PublishedContentNotFoundHandler
2012-10-02 01:43:59 +05:00
Shannon Deminick
73c79e8528
After talks with morten and stephane, this renames
...
IDocumentLookup -> IPublishedContentLookup
2012-10-02 01:43:05 +05:00
Shannon Deminick
827d4dd6c0
After talks with morten and stephane, this renames
...
DocumentRequestBuilder -> PublishedContentRequestBuilder
2012-10-02 01:41:54 +05:00
Shannon Deminick
ffd14c839b
After talks with morten and stephane, this renames
...
DocumentRequest -> PublishedContentRequest
2012-10-02 01:40:19 +05:00
Shannon Deminick
f8d8b767b8
update ignore file
2012-10-02 01:37:02 +05:00
Shannon Deminick
4f011e0390
Some naming tweaks to fix up from previous commit.
2012-10-02 01:36:42 +05:00
Shannon Deminick
053df24640
After talks with morten and stephane, this renames
...
IDocument -> IPublishedContent
DynamicDocument -> DynamicPublishedContent
2012-10-02 01:35:39 +05:00
Shannon Deminick
45c335702d
Updated view engine to look only in App_Plugins/ not App_Plugins/Packages/.
...
Updated view engine to automatically create the required razor web.config in the packages
Views folder if it is not there already.
2012-10-01 23:43:47 +05:00
Shannon Deminick
bc04d4f8da
Added PluginViewEngine for App_Plugins
2012-10-01 23:22:23 +05:00
Shannon Deminick
be5076783f
Adds ~/App_Plugins/Packages folder to be created in build script
2012-10-01 23:10:27 +05:00
Shannon Deminick
5c20f4f6ec
Fixes: U4-U4-917
...
Fixes: U4-821
2012-10-01 23:04:57 +05:00
Shannon Deminick
42da98e020
Moves codebehind for EditView into UI project
2012-10-01 22:09:49 +05:00
Stephan
eeb305c740
fix uQuery.GetNodeIdByUrl
2012-10-01 13:08:10 -02:00
Stephan
c19541cb11
handle routing cache corruption cases, more unit tests
2012-10-01 12:20:51 -02:00
Stephan
dea22f22cb
fix UriUtility, fix unit tests
2012-10-01 09:52:32 -02:00
Stephan
656c61d1e2
fix xpath for finding default node because sortOrder may not start at zero
2012-10-01 06:55:44 -02:00
Shannon Deminick
bac038b82d
Converted treeInit.aspx so that it's codebehind and designer files are in the UI project and only
...
the old TreeInit class exists in the Umbraco.Web project (not the aspx file). It needs to stay there
to maintain backwards compatibility for anyone that may have inherited from that file.
2012-10-01 03:57:57 +05:00