Fork: Jupiter

commits

date

comment

9057e0072f55
by Sebastiaan
Dec 14 2011
6:42 PM
default tip

Change names of the Build Configurations starting with "Debug" so they won't take precedence over the ACTUAL Debug config that works, making the Umbraco project run immediately after checkout + hitting F5.

46a622001347
by sebastiaan
Dec 14 2011
11:41 AM

Fixed error creating a partial because the ControllerId is not a string but a GUID (report: http://our.umbraco.org/forum/core/umbraco-5-general-discussion/26825-Exception-thrown-when-creating-Partials)

7a8011374aff
by sebastiaan
Dec 14 2011
11:40 AM

Copy NuGet dll locally so nightlies should install again

f9d5fafb892c
by sebastiaan
Dec 14 2011
11:36 AM

Umbraco.Cms.Web.UI now default startup project if you do a fresh clone of the repo

87460dcb10df
by starfighter83
Dec 14 2011
10:39 AM

Merge

894b38f65097
by starfighter83
Dec 14 2011
10:38 AM

Fixes issue #U5-2

146671d35587
by boxbinary
Dec 13 2011
7:17 PM

Merge

8675a40801c7
by boxbinary
Dec 13 2011
7:15 PM
5.0.0-hive-wip

Temp/test/wip: re-saving the same revision within the same UOW requires a solution to prevent NH from issuing inserts for Attributes that have since been modified / deleted in a second merge prior to transaction commital

8fb6c969e4b5
by boxbinary
Dec 13 2011
7:13 PM
default

Adds eviction listener to NH provider for wrapped exception raising

e014dd0acb75
by boxbinary
Dec 13 2011
7:08 PM

Revised "nested" transaction behaviour by having nested units of work in the NH provider operate on a different session
Changes AbstractEquatableObject so that it does not change its hashcode if the equality comparison member values change

b03e205295a3
by boxbinary
Dec 13 2011
7:01 PM

Resolves an issue with saving relations on doctypes in the backoffice when a schema does not inherit from any others (ensures it still is related to the master doctype)

4263362044a8
by starfighter83
Dec 13 2011
1:38 PM

Merge

dbdafce3ffef
by starfighter83
Dec 13 2011
1:38 PM

Fixes issue #U5-5

976d6b2bc5ea
by mattbrailsford
Dec 13 2011
1:21 PM
5.0.0-membership-wip

Renamed BackofficeMembershipProvider to more generic HiveMembershipProvider

5f867e5f2b90
by mattbrailsford
Dec 13 2011
9:12 AM
default

Got doc types tree succefully syncing (Currently does a double reload, but not sure how to get around that)

d892a6109d7d
by mattbrailsford
Dec 12 2011
2:45 PM

Fixes issue #U5-13

b47d62722f68
by mattbrailsford
Dec 12 2011
2:03 PM

Fixes issue #U5-14

b7fa719449e8
by mattbrailsford
Dec 12 2011
1:52 PM

Fixes issue #U5-20

6d4861ee71f8
by mattbrailsford
Dec 12 2011
1:44 PM

Fixes issue #U5-22

d1cb1a56f88c
by mattbrailsford
Dec 12 2011
1:31 PM

Fixes issue #U5-21

ca3dfb5e6a52
by mattbrailsford
Dec 12 2011
1:12 PM

Fixed borken unit test
Converted Data Types editor to save on create

a2124cbad883
by mattbrailsford
Dec 12 2011
12:08 PM

Updated Content/Media/Dictionary editor to save draft on creation (todo, need to make support for drafts optional, as doesn't make sense for dictionary items)

e360eee51419
by mattbrailsford
Dec 12 2011
10:53 AM

Fixed issue with properties not displaying on initial create screen for dictionary items

99711fc217ba
by mattbrailsford
Dec 12 2011
9:36 AM

Fixed broken unit test

60db2e60cc7f
by mattbrailsford
Dec 12 2011
9:15 AM

Fixed broken unit tests due to appAlias changes