Tim Payne
425fd80e65
Fixes issue U4-3228, where dictionary item names are not trimmed.
2013-11-07 12:28:43 +00:00
Morten Christensen
04bb778dc1
Fix StylesheetRepositoryTest which broke as a result of PR #176
2013-11-07 12:52:25 +01:00
dipeshhirani
3f2be3342a
Fixed the issue below:
...
The "Unpublish" button (under Properties tab) is bad translated to Italian.
The used word is "Non pubblicato". This phrase is mean "It is not published".
A best translation is "Non pubblicare" (unpublish).
Did not do any of the others as they are either already done or the requesters change seems incorrect/irrelevent
2013-11-07 11:42:08 +00:00
Morten Christensen
3ba50e7bae
Merge pull request #176 from pynej/add-stylesheet-ids
...
Fix for missing Id's on FileService.GetStylesheets() call. This is need...
2013-11-07 03:41:33 -08:00
Morten Christensen
7306ddef14
Merge pull request #182 from stocksr/6.2.0-petapoco-refactor
...
6.2.0 petapoco refactor - umbraco.cms.businesslogic.language.Item
2013-11-07 03:37:37 -08:00
Morten Christensen
17bb29eb66
Merge pull request #185 from saciervo/6.2.0
...
Use PetaPoco instead of SqlHelper
2013-11-07 03:35:49 -08:00
Morten Christensen
8bf3de738f
Merge pull request #188 from stocksr/6.2.0-petapoco-refactor-umbraco.cms.businesslogic.language.Language
...
Refactoring umbraco.cms.businesslogic.language.Language class
2013-11-07 03:34:08 -08:00
Robert Stocks
2d37502a44
Refactoring umbraco.cms.businesslogic.language.Language class
2013-11-07 11:28:00 +00:00
Ryan Lewis
d5c485205a
Whitespace
2013-11-07 11:24:40 +00:00
Ryan Lewis
9533198365
Can open VS solution with only Visual Studio 2013 installed (fixes U4-3445)
2013-11-07 11:23:41 +00:00
Morten Christensen
66f20e3800
Merge branch '6.2.0' of https://github.com/umbraco/Umbraco-CMS into 6.2.0
2013-11-07 12:19:27 +01:00
Sandro Ciervo
9269a98806
Refactored Umbraco.Web.UI.Controls.InsertMacroSplitButton
...
- CreateChildControls()
- DoesMacroHaveParameters (Int32)
2013-11-07 12:15:03 +01:00
mkariti
7c97fddec5
fix U4-1477
2013-11-07 13:08:56 +02:00
Morten Christensen
a567cf2a87
Minor update to the DefaultData so the used PetaPoco db object is consistent
2013-11-07 12:00:45 +01:00
Morten Christensen
1e319d667b
Updating the remaining methods in the Notification class so it no longer uses the legacy SqlHelper.
2013-11-07 11:59:59 +01:00
Sebastiaan Janssen
cc039e365d
Merge pull request #181 from Attackmonkey/Tim-Payne-Hackathon-U4-2708
...
Fixes issue U4-2708
2013-11-07 02:55:03 -08:00
Morten Christensen
f91ff5dc31
Special commit for a special Lars-Erik
2013-11-07 11:48:25 +01:00
Robert Stocks
9347a2edbb
Refactoring umbraco.cms.businesslogic.language.Item class - Fix Update and Delete calls
2013-11-07 10:40:23 +00:00
Robert Stocks
64a73ef528
Refactoring umbraco.cms.businesslogic.language.Item class
2013-11-07 10:20:55 +00:00
Tim Payne
4ea04f5ffe
Fixes issue U4-2708
2013-11-07 10:08:11 +00:00
Morten Christensen
6b006e6fd7
Refactoring GetUserNotifications method in the Notification class
2013-11-07 11:00:19 +01:00
Shannon
fc0654a80f
Fixes: U4-2241 Native Multi-node tree picker in Member Types: Saving clears selected items
2013-11-07 12:02:41 +11:00
Sebastiaan Janssen
4717faaf1b
Merge pull request #180 from Jeavon/U4-3432
...
Fix for U4-3432Rollback Dialog - CreateDate/Creator formatting tweaks
2013-11-06 09:48:08 -08:00
Jeavon Leopold
e7d587f776
Fix for U4-3432Rollback Dialog - CreateDate/Creator formatting tweaks required
2013-11-06 17:19:18 +00:00
Stephan
dca0c85db5
Merge remote-tracking branch 'origin/6.2.0' into 6.2.0
2013-11-04 12:54:07 +01:00
Shannon
5006115b2d
Fixes object extensions and tests
...
Conflicts:
src/Umbraco.Core/ObjectExtensions.cs
src/Umbraco.Tests/ObjectExtensionsTests.cs
2013-11-02 15:20:04 +11:00
Stephan
058cec7551
Cache AspNet hosting permission level
2013-11-01 16:57:31 +01:00
Stephan
2671709991
U4-2518 - issue with virtual dir named Umbraco
2013-11-01 09:53:50 +01:00
Shannon
ac2d8633af
Merge branch '6.2.0' of https://github.com/umbraco/Umbraco-CMS into 6.2.0
2013-11-01 18:07:18 +11:00
Shannon
76bc312842
Fixes an issue with empty string conversions to date time - should fail
2013-11-01 18:06:58 +11:00
Stephan
767719357e
U4-3279 - better exception message when failing to find a content type
2013-10-31 18:28:49 +01:00
Stephan
7b29bd67f3
Merge remote-tracking branch 'origin/6.2.0' into 6.2.0
2013-10-31 15:29:16 +01:00
Jeremy Pyne
6451f6ad68
Fix sql errors in prev change.
2013-10-29 10:00:25 -04:00
Jeremy Pyne
7cd6882f28
Removed dependence in Stylesheet repository on Entity Service.
2013-10-29 09:24:05 -04:00
Jeremy Pyne
dc336728b5
Fix for missing Id's on FileService.GetStylesheets() call. This is needed as sytlesheets can only be loaded in the editor via their Id so listing stylesheets needs to list there Id as well for custom plugins to render the build in editor.
2013-10-28 14:32:18 -04:00
Shannon
49d5791825
Adds DescendantsOrSelf extensions on ienumerable to published content extensions
2013-10-28 12:35:50 +11:00
Shannon
6cfb864055
Fixes DataTypeDefinitionRepository to properly delete a data type including it's pre-values
2013-10-28 11:23:09 +11:00
Stephan
89c5d5d613
PublishedContent - get published properties to report the CLR type of the value
2013-10-28 01:09:34 +01:00
Stephan
73b7729b82
Standalone - fix so it works again
2013-10-28 01:07:29 +01:00
Stephan
c66d49dbfe
PublishedContent - remove useles code in model factory
2013-10-28 01:07:17 +01:00
Shannon
9a3b70149c
Fixes packaging service to export data type's property with the ID as the property editor ID
2013-10-28 11:00:14 +11:00
Shandem
98cc1c63ce
Merge pull request #173 from pynej/trees-config-action
...
Trees config action
2013-10-27 16:00:00 -07:00
Stephan
128a08f169
Web.Mvc - Refactor UmbracoViewPage, UmbracoTemplatePage, support strongly-typed content
...
Conflicts:
src/Umbraco.Web/Umbraco.Web.csproj
2013-10-25 13:21:29 +02:00
Stephan
4487e686d7
Core.TypeExtensions - add methods
2013-10-25 13:19:20 +02:00
Jeremy Pyne
ba6ba15732
Merge branch '6.2.0' of https://github.com/umbraco/Umbraco-CMS into 6.1.3-clean
2013-10-18 11:37:28 -04:00
Jeremy Pyne
291f526368
Fix to properly read actions from trees.config.
2013-10-18 11:37:06 -04:00
Shandem
c4f3dae317
Merge pull request #172 from IDisposable/6.2.0
...
Reduce Exceptions thrown during type conversions.
2013-10-17 18:07:52 -07:00
Marc Brooks
4d5b330567
Reduce Exceptions thrown during type conversions.
...
There are tons of places where null, blank or empty strings are being
converted to primative types (like int,, long, etc) or other ValueTypes
(like Guid, DateTime, etc.). When this is attempted, Exceptions are
thrown (and caught/swallowed) to allow for value defaulting. Since this
happens all the time in normal operation, tons of Exceptions are being
thrown. By switching to the TryParse methods available on all primative
types and the interesting ValueTypes, we can greatly speed the
processing of content data.
2013-10-17 19:12:08 -05:00
Sebastiaan Janssen
f9ad06be29
Something odd going on with the new tests being affected by tests that ran before them, no time to fix. Runs fine independently.
2013-10-16 14:19:24 +02:00
Sebastiaan Janssen
699c651daa
Merge pull request #169 from stocksr/U4-3033-take2
...
Really Fix U4-3033 - inserting extra blank line at end of CSS
2013-10-16 04:00:26 -07:00