Shannon Deminick
7ffb3cfb7f
Fixes: #U4-1458 - due to a null check on PublishedContentRequest on UmbracoContext
2013-01-29 08:35:09 +06:00
Shannon Deminick
df1cfaba28
Applies patch for #U4-1536
2013-01-29 07:50:55 +06:00
Sebastiaan Janssen
dfaebd8f5c
Merge
2013-01-28 14:42:43 -01:00
Sebastiaan Janssen
0dfe8c08b9
Add App_Code, App_Data and App_Plugins folders to be created during app startup
2013-01-28 14:41:36 -01:00
Morten Christensen
5d0aced9a7
Giving the install/upgrade a bit of TLC.
...
Fixes U4-1520
2013-01-28 14:01:38 -01:00
Morten Christensen
7aabf459ea
Adding schema validation to the DatabaseSchemaCreation class.
...
Helps determine if valid database exists and which version it corresponds to.
On startup the legacy connectionstring is used if one exists, so its not ignore but rather reconfigured.
Relates to U4-1520.
2013-01-25 15:05:42 -01:00
Shannon Deminick
427fff0c53
Fixes: #U4-1527 - imports patch rom 4.11.4
2013-01-25 06:13:47 +03:00
Shannon Deminick
d45ba48b37
Removes unused directives for ExamineEvents.
2013-01-24 06:19:21 +03:00
Shannon Deminick
c8807c3798
Fixes: #U4-1530. Backports ContentExtension changes from 6.1 required for Examine and media. Added unit tests to support and enhanced old unit test for ToXml for content
...
to test for more values to ensure nothing is broken. Updates ExamineEvents to ensure that no event binding occurs until the application is configured and the
database is ready. Updates ExamineEvents to ensure that data is indexed using the new 6.0 APIs, though this is a temporary fix and a better one will be implemented
in 6.1 since UmbracoExamine is in the source.
2013-01-24 06:16:44 +03:00
Morten Christensen
e55593fc34
Merge
2013-01-21 15:27:42 -01:00
Morten Christensen
00e316b5bd
Minor update to AssemblyInfo
2013-01-21 15:27:22 -01:00
Sebastiaan Janssen
652abe3838
Usercontrols defined in v4 didn't work as they're saved without the tilde
2013-01-21 15:26:56 -01:00
Morten Christensen
9c8c1d405b
Merge
2013-01-21 14:52:27 -01:00
Morten Christensen
4bf9cf270d
Fixes Move when parent is unpublished.
2013-01-21 14:50:58 -01:00
Sebastiaan Janssen
675cc0b850
Show Allow At Root on a seperate pane
2013-01-21 13:02:51 -01:00
Sebastiaan Janssen
46a83e553b
Include any version comments in the about dialog
2013-01-21 12:41:37 -01:00
Shannon Deminick
362e98ebe7
Merge
2013-01-19 06:43:13 +03:00
Shannon Deminick
3e28376ae7
Fixes: #U4-1472 - XmlHelper.
...
Fixes: #U4-1488 - partial view macro engine issues.
2013-01-19 06:38:02 +03:00
Morten Christensen
efba265730
Merge
2013-01-18 12:06:34 -01:00
Morten Christensen
62bd1ce4fa
Updates namespace for v6 migrations.
...
Adds update parentId migration for MasterContentType.
2013-01-18 12:00:29 -01:00
Sebastiaan Janssen
e8361c2ab5
Allow specified content types to be created at the root level
2013-01-18 11:45:01 -01:00
Sebastiaan Janssen
f5ce9dc9d0
U4-1496 Remove Boot() method from WebBootManager - Applying 024896ba7bcf to v6
2013-01-18 08:54:53 -01:00
Shannon Deminick
9106438317
Merge with 4.11.4
2013-01-18 02:35:59 +03:00
Shannon Deminick
c0b5525dd7
Removed 'Boot' method from WebBootManager as it was never supposed to be there in the first place.
...
Removed test code from 'SurfaceController'.
Added comments to IApplicationEventHandler.
2013-01-18 02:31:51 +03:00
Morten Christensen
d3c10d6033
Fixes U4-1372 by changing the Upload field workaround to use the legacy getProperty instead of the underlying IContentBase object.
2013-01-15 09:22:11 -01:00
Shannon Deminick
dfb6953792
Merge
2013-01-15 00:59:37 +03:00
Shannon Deminick
716d3e95f1
Imported patches from 6.0 for #U4-1453, #U4-1454
2013-01-15 00:58:11 +03:00
pcw@pcw-PC.shout.local
f32b8e31a2
Added null check just in case
2013-01-14 21:20:34 +00:00
pcw@pcw-PC.shout.local
e738ec9437
Refactored to use existing umbraco extension methods
2013-01-14 21:08:06 +00:00
pcw@pcw-PC.shout.local
864d840d41
Removed fix for http://issues.umbraco.org/issue/U4-1455 due to encryption max length issue with FormsAuthentication.Encrypt hack. See comments on issue.
2013-01-14 20:59:04 +00:00
Sebastiaan Janssen
d922b0dc90
Fixes U4-1463 Unable to create an ISqlHelper from another connectionstring since
2013-01-14 15:06:23 -01:00
Sebastiaan Janssen
ac35d6ccbf
Merge with 4.11.4
2013-01-14 14:14:58 -01:00
Sebastiaan Janssen
f7eb323bd5
Updated razor templates
2013-01-14 14:04:33 -01:00
Shannon Deminick
98a171266e
Fixes PhysicalFileSystem to use IOHelper instead of HostingEnvironment. Removes all references to new IFileSystem's that canont be supported currently, leaving only the media file system.
...
Updates all code to use PhysicalFileSystem in place of what 'could' eventually be an abstracted IFileSystem. Updates unit tests
accordingly.
2013-01-14 03:04:09 +03:00
pcw@pcw-PC.shout.local
9ddf5dbbb8
Implemented U4-1455 SurfaceController additionalRouteVal parameters should be encrypted
...
Fixed U4-1454SurfaceController additionalRouteVal parameters do not handle equals sign correctly
Fixed U4-1453SurfaceController additionalRouteVal parameters not passed to controller action
2013-01-13 21:48:06 +00:00
Shannon Deminick
880cafb0a9
Fixes: #U4-1451
2013-01-13 23:24:02 +03:00
Shannon Deminick
67f9f14e83
Fixes: #U4-1450 - extension method sigs for IPublishedContent.
2013-01-13 22:36:21 +03:00
Stephan
11ea698969
U4-1017 - more explicit error message on internal cache errors
2013-01-12 10:40:42 -01:00
Shannon Deminick
0e0e6b5c41
Fixes: #U4-1451
2013-01-13 23:24:02 +03:00
Sebastiaan Janssen
c150a91e50
Update uGoLive & Fixes U4-1447 uGolive result: Unable to find node
...
/configuration/system.web/compilation/@debug in config file web.config
2013-01-14 08:43:50 -01:00
Stephan
2f482bdf53
U4-1017 - more explicit error message on internal cache errors
2013-01-12 10:40:42 -01:00
Sebastiaan Janssen
10c60c2cdb
Generated query was very very wrong :)
2013-01-10 15:28:17 -01:00
Sebastiaan Janssen
6187af76c0
Revert my c1722c82aa28 changes to published version checking (which were wrong!)
2013-01-10 13:55:42 -01:00
Morten Christensen
e3a8aa8345
Possible fix for U4-1420
2013-01-10 11:47:04 -01:00
Morten Christensen
24814da78d
Possible fix for U4-1420
2013-01-10 11:46:26 -01:00
Sebastiaan Janssen
04d85573fa
Merge with 4.11.2
2013-01-10 07:44:28 -01:00
Sebastiaan Janssen
88dc73cd66
Fix the unpublished/pendinchanges/published display
2013-01-10 07:29:04 -01:00
Shannon Deminick
8ed1d76bc7
cleans up a bit of code relating to U4-1412
2013-01-10 05:55:55 +03:00
Shannon Deminick
08859c3b32
Fixes: #U4-1412 - inserting macro with zero params causes JS error.
2013-01-10 05:48:03 +03:00
Shannon Deminick
89332bf3f5
updated all editors using the new html 5 doc type to declare the content area below the ASP.Net page declarations
...
(I didn't even know asp.net allowed having controls listed above)
2013-01-10 05:08:52 +03:00