Shannon
a68fed42ad
Merge branch 'madsoulswe-7.2.1' into dev-v7
2015-01-02 11:58:56 +11:00
Shannon
a427427564
fixes sql for sqlce for data integrity controller
2015-01-02 11:56:27 +11:00
Shannon
2286c0899c
reverts UseTempStorage sync from examine settings on dev branch.
2015-01-02 11:55:18 +11:00
Shannon
28a01d61a6
Fixes: U4-5981 Umbraco 7.2 Text encoding when saving partial view template
2014-12-29 13:50:33 +11:00
Shannon
2f74dfe5cb
fixes missing using statement
2014-12-24 17:01:41 +11:00
Shannon
84d2caf5d8
Merge branch '21robin12-7.2.0-U4-6004' into dev-v7
2014-12-24 12:34:10 +11:00
Shannon
456e7d9fdf
Merge branch '7.2.0-U4-6004' of https://github.com/21robin12/Umbraco-CMS into 21robin12-7.2.0-U4-6004
2014-12-24 12:33:35 +11:00
Shannon
dae66ad2d0
Merge remote-tracking branch 'origin/dev-v6' into dev-v7
...
Conflicts:
src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedMediaCache.cs
src/Umbraco.Web/umbraco.presentation/library.cs
src/umbraco.businesslogic/Application.cs
src/umbraco.businesslogic/ApplicationRegistrar.cs
src/umbraco.businesslogic/ApplicationTree.cs
src/umbraco.businesslogic/ApplicationTreeRegistrar.cs
2014-12-24 11:56:28 +11:00
Stephan
69d254a198
Merge pull request #600 from solutionmania/dev-v7
...
Resolved U4-5193 and U4-6051
2014-12-23 17:44:39 +01:00
Stephan
b30555f5a4
Merge pull request #599 from solutionmania/dev-v6
...
Merge into dev v6
2014-12-23 17:44:25 +01:00
Chris Roberts
d5b6428cdc
Fixed: U4-6051 HasAccces method tests the roles of the wrong user
2014-12-23 16:32:24 +00:00
Chris Roberts
7d5bce76c2
Fixed: U4-5193 HasAccess override method name error
2014-12-23 16:30:11 +00:00
Chris Roberts
d4d77611eb
Fixed: U4-5193 HasAccess override method name error
2014-12-23 16:27:51 +00:00
Chris Roberts
662ed03f0a
Fixed: U4-6051 HasAccces method tests the roles of the wrong user
2014-12-23 16:23:47 +00:00
Shannon
fdac0ede45
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2014-12-22 15:14:57 +11:00
Shannon
83aa30d2c5
Adds a VirtualPath property to IFile which is the relative path of the file to the root of the website.
2014-12-22 15:14:44 +11:00
per ploug
2e2ea57ba6
Fixes grid editor always rending 12 columns
...
When a user change grid cols, the editor keeps rendering 12 column
layouts - this fixes the 12 cols issue and falls back to 12 in case of
invalid/missing information
2014-12-19 16:11:33 +01:00
Sebastiaan Janssen
72004768cf
U4-5981 Umbraco 7.2 Text encoding when saving partial view template
...
#U4-5981 In Progress Assignee Shandem
2014-12-18 13:56:50 +01:00
Sebastiaan Janssen
b8e98ae017
No need to start a webserver for the Umbraco.Web.UI.Client project (correct me if I'm wrong)
2014-12-18 13:55:50 +01:00
Shannon
3c01dcb30c
Fixes: U4-6030
2014-12-18 15:16:29 +11:00
Shannon
938b236f54
fixes initialized flag on section service
2014-12-18 15:12:22 +11:00
Shannon
aa439cacda
working on U4-6030
2014-12-18 14:58:49 +11:00
Shannon
e643f2a0ba
working on U4-6030
2014-12-18 14:20:41 +11:00
Shannon
5b9a98ad6a
Simplifies the ILocalizedTextService to not have an extension method for null tokens, adds another extension method to accept an array of tokens, adds null checks.
2014-12-18 12:45:04 +11:00
Shannon
3323138232
Fixes up js localization service so that it doesn't make a ton of requests on first load, Fixes: U4-2675 Create new controller service to output the json for localization for use in angular service
2014-12-18 12:35:38 +11:00
Shannon
cd0aa5e342
Fixed null checks and error checking for duplicates in the xml file store, added test
2014-12-18 12:33:34 +11:00
Shannon
f63ec81c47
cleans up commented out code
2014-12-18 10:58:41 +11:00
Dennis Öhman
5b63a8e9d9
Colspan change
...
Changed colspan from fixed 5 to includeProperties.length + 3
2014-12-17 17:10:22 +01:00
Robin Herd
c256266432
isResized now determined by regex
2014-12-17 13:06:46 +00:00
Shannon
db087a9e78
pretty much got 5966 working just need to do some more tests.
2014-12-17 17:08:12 +11:00
Shannon
4e33552a5c
wip - working on U4-5966
2014-12-17 16:19:42 +11:00
Shannon
da25970f79
wip - working on U4-5966
2014-12-17 15:19:03 +11:00
Shannon
0807597a3c
Fixes: U4-5977 The debounce timeout on the main search is too big which produces a lag in searching & U4-5994 Global search needs to only show results for the 'last' search request made and ignore previous ones
2014-12-16 15:50:54 +11:00
Shannon
d564866b07
Merge branch 'Aaen-7.2.0' into dev-v7
2014-12-16 14:34:13 +11:00
Shannon
99a45d26ae
Merge branch '7.2.0' of https://github.com/Aaen/Umbraco-CMS into Aaen-7.2.0
2014-12-16 14:33:21 +11:00
Shannon
a32d38f7ea
Fixes: U4-5992 Caching of XPathNodeIterator in umbraco.library is not thread safe and will cause media errors like valueDictionary exception
2014-12-16 14:26:53 +11:00
Shannon Deminick
5bf9362c92
Merge pull request #586 from Alain-es/Fix-for-U4-5852
...
Fix for U4-5852
2014-12-16 11:24:56 +11:00
Shannon Deminick
d9925e3453
Merge pull request #589 from teeto/patch-1
...
Update es.xml
2014-12-16 11:08:16 +11:00
Shannon
e1106a9d67
Merge branch '7.2.1-doctype-fixes' into 7.2.1
...
Conflicts:
src/Umbraco.Core/Models/PropertyGroupCollection.cs
src/Umbraco.Core/Persistence/Repositories/ContentTypeBaseRepository.cs
src/Umbraco.Core/Services/ContentTypeService.cs
src/Umbraco.Tests/PublishedContent/PublishedContentExtensionTests.cs
src/Umbraco.Tests/Services/ContentTypeServiceTests.cs
src/Umbraco.Web/umbraco.presentation/umbraco/controls/ContentTypeControlNew.ascx.cs
2014-12-16 09:47:53 +11:00
Sebastiaan Janssen
a8d7a1d01d
Makes the test green: don't add the passed in composition as a dependency to itself.. also added another invariant check
2014-12-15 19:52:28 +01:00
Sebastiaan Janssen
e62597521e
Remove the renaming to 'title' which would cause a duplicate and make the next test fail
2014-12-15 19:51:37 +01:00
Sebastiaan Janssen
fa91321299
Adds test for adding properties to a composition that has been saved and now doesn't allow a new property to be added
2014-12-15 18:56:58 +01:00
Morten Christensen
2d81691407
Adding new test case for renaming PropertyType aliases on indirect references
2014-12-15 16:34:41 +01:00
Morten Christensen
21f08ca491
Refactoring validation and adding new test case for renaming PropertyTypes
2014-12-15 15:33:05 +01:00
Morten Christensen
e202f21934
Adds new test, fix, refactoring for adding duplicate PropertyType aliases
2014-12-15 14:29:48 +01:00
Shannon
2936ff0bf9
Makes provider user key type for new membership provider configurable, by default it is int
2014-12-15 20:44:00 +11:00
Alain
55dbc82d75
no-dirty-check all lower case
2014-12-15 09:11:21 +00:00
Sebastiaan Janssen
8e4e575276
Makes sure messages are shown in the user's configured language
2014-12-15 09:30:04 +01:00
Sebastiaan Janssen
84752babc8
Moved both new sections to the bottom so it's easier for upgraders to merge them
2014-12-15 09:04:25 +01:00
Shannon Deminick
e1ec49fd3c
Merge pull request #592 from Bitmapped/7.2.1-U4-5564
...
Better fix for U4-5564
2014-12-15 13:24:24 +11:00