shannon@ShandemVaio
62f4db0b76
added Umbraco.Web.UI containing only web rendering files
2012-07-18 04:35:30 +06:00
shannon@ShandemVaio
8046a778bd
Fixes the UmbracoRequest, UmbracoResponse, UmbracoServerUtility to use the Base classes
...
not the wrapper classes since this is incorrect, now they are at least abstracted so they
don't rely on the real HttpContext but these should be obsoleted and not used but thats
a different story
2012-07-18 02:59:00 +06:00
shannon@ShandemVaio
23b2899101
Imports many of the useful extension methods from v5 that are also used in umbraMVCo to begin the
...
MVC integration.
Imported the unit tests associated with each of these imported classes.
2012-07-17 03:51:34 +06:00
shannon@ShandemVaio
6c8d72576c
Creating 4.10.0 branch
2012-07-17 03:29:25 +06:00
shannon@ShandemVaio
10f2d9b3ed
Updated assembly info for Umbraco.Web proj
2012-07-17 03:28:15 +06:00
shannon@ShandemVaio
dfe512ead8
Got ApplicationTreeTest working in new NUnit test project.
2012-07-17 03:23:06 +06:00
shannon@ShandemVaio
ddbde6e15f
Got ApplicationTests working with new unit test project.
...
Had to fix the ApplicationTree and Application classes to lazily call the Cache method
(which is no renamed to EnsureCache) so that we could set the config location in the unit tests.
This should also improve performance a teeny bit and allow for better error handling if required.
2012-07-17 03:14:22 +06:00
shannon@ShandemVaio
96cc9a1f35
Missing file updates
2012-07-17 01:33:14 +06:00
shannon@ShandemVaio
21203b8070
Renamed umbraco.Test to Umbraco.LegacyTests
...
Updated InternalsVisibleTo declarations.
Updated the ApplicationTest test to use a new base class as a test to install a local sqlce database
for testing against.
Added Umbraco.Core project.
Added Umbraco.Web project.
Created new sln folder Legacy
2012-07-17 01:32:46 +06:00
shannon@ShandemVaio
85aafbdb85
Updated sln to reference sqlce by default so its alwasy shipped with it and always works
...
locally when debugging. Updated build script to not have to manually build the umbracosqlce project
since its now referenced.
Updated ignore file.
Removed Umbraco.sdf as being referenced in the repository.
Fixed SqlCEInstaller to automatically create the sqlce database if it doesn't exist, we now don't ship the empty database
and this is much nicer for working in the core.
2012-07-17 00:52:08 +06:00
shannon@ShandemVaio
46b58c8b53
Added old unit test project back to the solution, ensure it builds. Updated the AuthoringTests.txt file
...
to detail how to get these unit tests actually running.
In the future, if we need to write unit tests that absolutely require an HttpContext, we can use this
project but it is not recommended. I'll be creating the new Unit Test project shortly which will be
based on NUnit.
I might actually be able to update these tests to run as NUnit too, we'll see.
2012-07-16 22:40:36 +06:00
sitereactor
ff5c705534
Adding Sql Azure as Database option in installer
2012-07-13 12:38:04 -02:00
hartvig
c7c3e3b55e
Fixes issues with Safari and TinyMCE. Work items: 30194
2012-07-13 06:06:43 -02:00
PerPloug
b974a7e6e5
Flet
2012-07-12 19:17:04 -02:00
PerPloug
989ddda2b4
Adds SearchChildren and SearchDescendants as razor helpers to indicate their
...
functionality better, search is by default descendants
2012-07-12 19:15:26 -02:00
hartvig
f32cc6e4c2
Work items: 30173
2012-07-12 12:15:33 -02:00
hartvig
9e9f3ebab7
Work items: 30898
2012-07-12 11:35:43 -02:00
hartvig
4317c7f2c4
Fixes performance issue with document type icon dropdown (no more limits on number of icons - yuppiieeee). Work items: 30747
2012-07-12 10:27:22 -02:00
PerPloug
e0aed34bc9
Added HttppostedFileWrapper support to filehandler and upload datatype
2012-07-12 09:41:55 -02:00
Hendy@Blueberry
577ad79a7f
cross browser UI tweaks for the create new Relation Type modal
2012-07-11 16:15:37 -01:00
PerPloug
932f437759
Flet
2012-07-11 10:57:10 -02:00
PerPloug
a556d3ef4b
Added overloads to the umbracoFile handler to support HttpPostedFile HttpPostedFilebase, stream and byte[]
2012-07-11 10:56:28 -02:00
Hendy@Blueberry
f09e2c2467
Merge
2012-07-11 11:49:40 -01:00
Hendy@Blueberry
b16b5511da
Removed .HasRecords check in Picker Relations datatype as not supported by SQL CE (and not required). (Left Picker Relations exlcuded from the project)
2012-07-11 11:48:25 -01:00
Matt@MBP13-PC
bbaf7972af
Merge
2012-07-11 07:51:56 -01:00
Matt@MBP-PC.Home
53a45d0f93
Merge
2012-07-11 07:41:14 -01:00
Matt@MBP13-PC
cc95048278
Updated config template for new computer
2012-07-11 07:36:21 -01:00
Hendy@Blueberry
b5171d545e
fix to ensure the correct relation type id is returned when creating a new relation type.
2012-07-11 07:06:38 -01:00
Hendy@Blueberry
7df7541581
Merge
2012-07-10 15:08:06 -01:00
Hendy@Blueberry
6e22b8a981
My SQL and SQL CE fixes for the RelationTypes tree (loadRelationTypes left commented out)
2012-07-10 15:07:39 -01:00
Matt@MBP-PC.Home
67e5f3435c
Fixes workitem 30887. Changed default file icon to mediaFile instead of mediaMulti as the music icon could be confusing. (NB I've also created a feature request to support dynamic icons based on file extension http://issues.umbraco.org/issue/U4-107 )
2012-07-10 09:29:24 -01:00
Matt@MBP-PC.Home
86d7427cb2
Fixes workitem 30891. User tree now re-syncs on postback.
2012-07-10 09:19:31 -01:00
Matt@MBP-PC.Home
30d51bcbb5
Fixes work item 30881. Updated web.template.config to use .NET 4.0 as per web.config in 4.7.2 release (not sure why, but looks to have been reverted back to use .NET 3.5)
2012-07-10 08:47:47 -01:00
Matt@MBP-PC.Home
cd58549356
Updated jQueryUI to latest version (1.8.21)
2012-07-10 07:31:17 -01:00
Matt@MBP-PC.Home
271a17aad6
Removed the tree attribute from the relationType tree to prevent it from being added to the config.
2012-07-09 13:03:08 -01:00
Matt@MBP-PC.Home
1fc74f497a
Fixes workitem 30892. Removed commented out code, and added an extra ; between a codeblock that needed it.
2012-07-09 12:40:00 -01:00
Matt@MBP-PC.Home
be5d7a3d93
Merge
2012-07-09 11:44:39 -01:00
Matt@MBP-PC.Home
b882021069
Fixed workitem 30878. DMU .air file needed it's build action set to Content to ensure it gets copied over during build process.
2012-07-09 11:39:39 -01:00
leekelleher
bc9f1dd6de
Merge
2012-07-09 11:24:20 -01:00
leekelleher
295a91a762
Temporary fix for workitem: 30883 - 4.8 beta: Not possible to re-enable disabled users
...
Added "error" class to the 'sectionValidator' control.
2012-07-09 11:22:45 -01:00
Matt@MBP-PC.Home
2a0448cf4c
Merge
2012-07-09 11:11:47 -01:00
Matt@MBP-PC.Home
76fbcffea0
Updated build script to include empty folders in zips
2012-07-09 11:10:54 -01:00
Matt@MBP-PC.Home
d4def2f276
Removed global.asax file completely
2012-07-09 11:09:05 -01:00
leekelleher
a519903516
Restored UI.xml from 4.7.2 (sections/tasks lost through restructuring/merges)
...
Resolves workitem: 30893 - Error when deleting a Macro
Resolves workitem: 30885 - V4.8 Beta - Can't delete document type
2012-07-09 10:56:05 -01:00
Matt@MBP-PC.Home
8d3ebbb967
Added tag 4.8.0-beta for changeset 488779dec0ce
2012-07-06 11:43:29 -01:00
Matt@MBP-PC.Home
51301d5aa6
Fixed broken build due to missing using statement
2012-07-05 13:10:02 -01:00
Matt@MBP-PC.Home
96603529f1
Added upgrade scripts to resource files
2012-07-05 13:05:53 -01:00
Matt@MBP-PC.Home
cc6cb53ebc
Updated SQL so as not to add keys on app trees / apps as they are now stored in xml
...
Removed insert statements for trees / apps as data is now in config files
2012-07-05 12:41:03 -01:00
Matt@MBP-PC.Home
5d49dd2bf4
Excluded global.asax file, as not strictly needed
...
Added TinyMCE styling rule when in live editing as toolbar was appearing out of place
2012-07-05 11:09:51 -01:00
Matt@MBP-PC.Home
0a79c590e5
Updatedt presentation project references / build script to include WebPages lib dlls
2012-07-05 10:53:57 -01:00