Morten@Thinkpad-X220
aa288877be
Renaming IDocumentProperty to IPublishedContentProperty
2012-10-03 08:12:04 -02:00
Morten@Thinkpad-X220
58ee5b4d55
Adding Property and PropertyCollection classes U4-924.
...
Adding PropertyGroup and PropertyGroupCollection classes U4-926.
Adding PropertyType and PropertyTypeCollection classes U4-925.
Adding DataTypeDefinition and DataTypeDatabaseType U4-927.
Had to update the Property ref. on page and DynamicDocumentExtensions because of a conflict with the new Property class.
2012-10-03 08:03:45 -02:00
Morten@Thinkpad-X220
cb87a6db73
Adding DTOs for the 4.9.0 database schema - related to first task under U4-945
2012-10-03 06:57:58 -02:00
Morten@Thinkpad-X220
2d80baca70
Adding PetaPoco v4.0.3 in a slightly modified version, as we need to keep the DTOs internal PetaPoco should be able to reflect these DTOs.
...
Because of this modification we aren't using the nuget package.
2012-10-03 06:47:07 -02:00
Morten@Thinkpad-X220
676592a0da
Updating umbraco version in GlobalSettings to 6.0.0
2012-10-03 06:40:41 -02:00
Morten@Thinkpad-X220
0b9bd3be50
Adding base model U4-921 and creating new branch.
2012-10-03 06:38:31 -02: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
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
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
Shannon Deminick
dd6d0e380e
Updated the /umbraco/umbraco.aspx page to have all of it's aspx + codebehind + designer files in the UI project and
...
left the original class in the Umbraco.Web project as to not break backwards compatibility for anyone that may have inherited from that
class.
2012-10-01 03:41:37 +05:00
Morten Bock
c95c1a7038
Add support for thumbs and crops from standard datatypes.
2012-09-30 20:37:05 -02:00
Morten Bock
9e1c5e71e4
Adding the umbraco:image control, and the ImageUrl feature with a some generic ProviderFeature classes, to make it easier to implement future provider based features.
2012-11-21 07:13:31 -01:00
Sebastiaan Janssen
aba68720bb
Localized the create window for new Scrips (js)
2012-11-21 06:54:52 -01:00
Sebastiaan Janssen
1b1722c875
Renamed method to remove characters that are illegal in XML and made the method internal for now
2012-11-21 06:23:31 -01:00
Michiel van Oosterhout
248af2eaa2
Correct code that validates the user name when the session times out by serializing
...
user name and password.
Adds a minified 4KB JSON library to umbraco.aspx to support older browsers, namely
https://github.com/douglascrockford/JSON-js (public domain)
2012-10-07 20:54:34 -02:00
Casey Neehouse
0709174560
Merge
2012-11-20 21:11:11 +05:00
Casey Neehouse
b0c0ed050d
Adds SQL to validate that a node is published before loading the xml.
...
U4-759, u4-590, U4-589
2012-11-20 21:09:19 +05:00
Sebastiaan Janssen
e3a085774c
Revert 5c828605ef65 / 8b3a266b2d00 because that would have nasty side effects,
...
see http://issues.umbraco.org/issue/U4-1061
2012-11-20 14:49:30 -01:00
Sebastiaan Janssen
6f0ddc37a0
Include System.Data.SqlServerCe* should do a copy local
2012-11-20 14:13:47 -01:00
Sebastiaan Janssen
d3eb5ceabe
Merge
2012-11-20 12:55:17 -01:00
Stephan
1bffb7395c
U4-1192 - uQuery.GetNodeIdByUrl should not follow redirects etc
2012-11-20 09:12:45 -01:00
Stephan
d3927a1265
code annotation attributes TLC
2012-11-20 08:49:06 -01:00
Stephan
d6fc106588
fix DisposableTimer so args can be evaluated _after_ completion
2012-11-20 08:34:32 -01:00
Stephan
68fc833280
U4-1186 - bugfix previous commit
2012-11-19 16:09:43 -01:00
David@David-PC
5a8443fe72
committed wrong version
2012-11-18 18:48:56 -01:00
David@David-PC
153fb4a248
Do a recursive unpublish (fixes U4-462, U4-594, U4-1061)
2012-11-17 14:25:04 -01:00
Michael Wulff Nielsen
72ef5b01d2
Fixes bug 383, inserting macro parameters with quotes fails in macrocontainer
2012-11-20 09:29:38 -01:00
NielsHartvig@UMBRACORATI.localdomain
0854fee4ee
Update to sanitizer
2012-11-16 14:24:24 -01:00
NielsHartvig@UMBRACORATI.localdomain
e122d40fb9
The BOSS is fixing U4-367
2012-11-16 14:08:28 -01:00
Sebastiaan Janssen
b696aa4340
ApplicationContext.Current.ApplicationCache wasn't public due to an oversight, it is now.
2012-11-19 15:31:58 -01:00
Sebastiaan Janssen
e32dd303e3
Have to revert Microsoft.WebApplication.target file change as we got weird
...
results (umbraco.presentation folder and a XmlSerializers dll in the root).
Copied the targets file to the appropriate Program Files folder on the build
server. :-(
2012-11-19 15:02:43 -01:00
Stephan
7c524abb84
U4-1186 - support wildcard domains to change the culture
2012-11-19 14:11:34 -01:00