Shannon Deminick
e0baf45247
Merge pull request #992 from umbraco/temp-U4-5168
...
U4-5168 Media Items label says "Document Type" instead of "Media Type"
2016-01-06 12:22:53 +01:00
Sebastiaan Janssen
403af78ba9
U4-5168 Media Items label says "Document Type" instead of "Media Type"
2016-01-06 11:22:15 +01:00
Sebastiaan Janssen
f4e29d90e0
Code sample No.1
2016-01-05 23:12:09 +01:00
Alexander Todorov
aed906e682
U4-7508 - IsChildOfListView should be populated for Media items, similarly to Content items
2015-12-08 18:41:59 +02:00
Shannon
fd66f08520
Fixes setting auth cookie during install, removes some try/catch/swallow with some error messaging, converts some String -> string and == false updates.
2015-11-26 13:07:22 +01:00
Shannon
4c544acb42
fixes links so that working with vdirs works too.
2015-11-19 19:21:55 +01:00
Shannon Deminick
c7c5f481f1
Merge pull request #879 from danieland/U4-4794--nodebug
...
U4 4794 nodebug
2015-11-19 19:10:35 +01:00
Shannon
d3f5090150
Fixes up a couple of missing path updates and incorrect icon resolution and fixed another issue with webservice path reference
2015-11-13 13:38:30 +01:00
Shannon
6a7faf457b
Merge branch 'dev-uk-U4-1117' of https://github.com/JeffreyPerplex/Umbraco-CMS into JeffreyPerplex-dev-uk-U4-1117
2015-11-13 11:35:29 +01:00
Daniel
a9ad0ae8eb
removed the debug check
2015-11-02 23:34:33 +01:00
Jeffrey Schoemaker
9c8b9f8bb4
U4-1117 - Fixed any errors when renaming /umbraco to something else
2015-10-29 16:25:41 +01:00
Jeffrey Schoemaker
a4bd3abfbe
U4-1117 - Fixed any errors when renaming /umbraco to something else
2015-10-29 16:25:15 +01:00
Stephan
da85e4eb28
fixes list view ancestor check fix
2015-10-29 12:20:10 +01:00
Shannon
fbc08d66f1
fixes list view ancestor check
2015-10-29 12:05:46 +01:00
Sebastiaan Janssen
44e76f741f
Merge pull request #840 from umbraco/temp-U4-7021
...
Fixes: U4-7021 "Actions" dropdown not available to children in listvi…
2015-10-28 14:52:48 +01:00
Shannon
64c983eb07
Updates PR with fixes for code and implementation logic for the url list.
2015-10-28 12:28:29 +01:00
Shannon
f0b68ac31e
Fixes: U4-7021 "Actions" dropdown not available to children in listview nodes
2015-10-27 18:13:18 +01:00
Daniel
738815170c
more nullchecks needed?
...
null check that we can access user
2015-10-23 00:21:42 +02:00
Daniel
ef091e8c3a
U4-7296
...
http://issues.umbraco.org/issue/U4-7296
2015-10-22 23:41:18 +02:00
Rasmus John Pedersen
78475b0686
Added recursive option to copy dialog
2015-10-09 20:25:51 +02:00
Stephan
7848ea5ec0
U4-7038 - IPublishedContentWithKey for contents, members
2015-09-01 15:00:27 +02:00
Shannon
05e17e1c7f
Fixes: U4-6973 Given custom permissions user can create, but cannot save
2015-08-31 18:04:13 +02:00
Shannon
e3598b99a5
Ensures tempdata is set on our member controllers in the correct place and ensures that the RegisterModel doesn't explicitly set the RedirectUrl because we want it to be empty by default.
2015-08-27 14:56:42 +02:00
Claus
f44875d072
Prevent internal member groups from showing up in group list on member properties.
...
Prevent internal member groups from showing up in the member group tree listing.
2015-08-24 16:14:29 +02:00
Shannon
685aea1728
Fixes: U4-6879 Validation issues when creating new content and cancelling save event.
2015-08-20 11:50:32 +02:00
Shannon
f03ee9f908
Fixes routing tests and reverts to simplified routing logic based on the Language ISO code returned from the IDomain object.
2015-08-05 12:10:13 +02:00
Shannon
3fec2b9756
uses the LanguageIsoCode returned from the domain object during routing so it doesn't need to be re-looked up.
2015-08-04 15:53:08 +02:00
Shannon
6d8ffb903f
Ensures events for deleting, trashing and unpublishing are done using the event messages, updates UI to support showing these messages in the list view, Since we cannot change the
...
method results on a service, we've created a new temporary service that we will explicitly implement with an extension method to get it. This is temporary until v8 where we will just replace
the original methods on the service with these methods and then remove this class.
2015-07-29 15:12:12 +02:00
Shannon
16c9ca9e4b
Refactors IDomain model, simplifies it so that it doesn't contain references, simplifies the domain repository to no longer require lookups of content and languages, updates all other code referencing IDomain and now if a language lookup is required it is made when appropriate.
2015-07-27 12:53:09 +02:00
Shannon
76a10fc776
Works on: U4-1979 Some legacy business logic APIs do not wrap the new Service APIs. Deprecates the ctor passing in a parent id for the data type (since it's always -1). Wraps legacy DataTypeDefinition to use the new services layer.
2015-05-18 16:06:22 +10:00
Shannon
de7294335f
Adds nicer extensions for the Localize methods to not pass in a Culture and take the Culture from the current thread. Adds GUID Id display to the content/media/members editor
2015-05-13 17:33:59 +10:00
Shannon
19715ef45f
Fixes build, updated BackgroundTaskRunner to get an ILogger injected
2015-04-09 17:12:52 +10:00
Shannon
a1c7352da1
Merge branch 'dev-v7' into 7.3.0
...
Conflicts:
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Tests/Integration/GetCultureTests.cs
src/Umbraco.Tests/Models/ContentTests.cs
src/Umbraco.Tests/Models/ContentTypeTests.cs
src/Umbraco.Tests/Persistence/Repositories/ContentTypeRepositoryTest.cs
src/Umbraco.Tests/Routing/DomainsAndCulturesTests.cs
src/Umbraco.Tests/Scheduling/BackgroundTaskRunnerTests.cs
src/Umbraco.Tests/Services/ContentTypeServiceTests.cs
src/Umbraco.Web/Models/ContentExtensions.cs
src/Umbraco.Web/Mvc/SurfaceController.cs
2015-04-09 16:50:07 +10:00
Stephan
22ac571c7d
U4-6479 - fix GetCulture for unpublished content + add tests
2015-04-01 15:40:34 +02:00
Stephan
cd26a1ad21
U4-6479 - fix GetCulture for unpublished content + add tests
2015-04-01 12:59:01 +02:00
Shannon
d185f93c35
Fixes unit tests
2015-04-01 14:29:35 +11:00
Shannon
90b562a0a1
Update the PostLogin method to write the auth ticket the way that webapi is supposed to, not sure how this was actually working before because writing cookies directly with HttpContext and then also using WebApi normally doesn't work (maybe in very specific circumstances), so now the cookie writing is done consistently and it is working, prior to this i was getting lots of issues with the xsrf tokens. Updated some user model mappings for convenience and update naming conventions for some properties of the BackOfficeIdentityUser for consistency.
2015-04-01 13:42:07 +11:00
Shannon
d9cf9cee88
Includes nice social buttons, updates styling on login and user panel, updates logic to un-link accounts
2015-04-01 13:41:40 +11:00
Shannon
52c4d80cfc
more identity awesome
2015-04-01 13:41:33 +11:00
Stephan
3b2ae6bc4a
Merge branch 'dev-v7' into 7.3.0
...
Conflicts:
src/Umbraco.Web/Models/ContentExtensions.cs
2015-03-19 09:39:31 +01:00
Stephan
5ddcf42bc3
U4-3753 - keep some things internal
2015-03-19 09:37:39 +01:00
Shannon
d3eff734aa
Merge branch 'dev-v7' into 7.3.0
...
Conflicts:
build/UmbracoVersion.txt
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Core/CoreBootManager.cs
src/Umbraco.Core/Models/Template.cs
src/Umbraco.Core/Persistence/Repositories/ContentTypeBaseRepository.cs
src/Umbraco.Core/PropertyEditors/ParameterEditorResolver.cs
src/Umbraco.Core/PropertyEditors/PropertyEditorResolver.cs
src/Umbraco.Core/Services/LocalizedTextService.cs
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Tests/Plugins/TypeFinderTests.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web/Editors/BackOfficeController.cs
src/Umbraco.Web/Models/ContentExtensions.cs
src/Umbraco.Web/PublishedContentExtensions.cs
src/Umbraco.Web/Routing/PublishedContentRequestEngine.cs
src/Umbraco.Web/Scheduling/Scheduler.cs
src/Umbraco.Web/Umbraco.Web.csproj
2015-03-19 17:37:00 +11:00
Helmuth Bederna
f742c0a958
fixed issue U4-6419 by removing that character
2015-03-18 10:41:15 +01:00
Stephan
3eb0dac48a
U4-3753 - fix the build
2015-03-16 09:28:24 +01:00
Stephan
420c334af4
U4-3753 - refactor
...
Conflicts:
src/Umbraco.Web/Umbraco.Web.csproj
2015-03-12 15:03:46 +01:00
Stephan
20b21c86ea
U4-3753 - add a way to get the rendering culture of a content
2015-03-12 15:02:18 +01:00
Stephan
b52f234c02
U4-3753 - refactor
2015-03-12 15:01:25 +01:00
Stephan
99598ec060
U4-3753 - add a way to get the rendering culture of a content
2015-03-05 10:47:02 +01:00
Shannon
428df7ae4a
Merge branch 'dev-v7' into 7.3.0
...
Conflicts:
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Web.UI/packages.config
src/Umbraco.Web/Umbraco.Web.csproj
2015-02-17 15:11:10 +01:00
Shannon
15c36a63d3
Fixes: U4-6168 Custom Section is not showing correctly in 7.2 if custom tree is empty
2015-02-13 12:35:57 +11:00