Sebastiaan Janssen
a336eaa4a1
Check all of the elements for null, apparently any kind of installable thing can
...
be missing from the install xml file
2013-03-22 13:35:19 -01:00
Morten Christensen
f0699afb6e
Fixes U4-1974
2013-03-21 18:45:06 -01:00
Morten Christensen
d485c3da97
Fixes U4-1875 by correcting the Creating events in the ContentService and MediaService, so null is returned if the creation of an object is cancelled.
...
In the legacy Document and Media classes we check if the created object is null to determine if the event has been cancelled through the new api.
2013-03-21 16:09:45 -01:00
Morten Christensen
1214082997
Fixes U4-1883 by setting the Document/Media UpdateDate property in the Save/SaveAndPublish methods
2013-03-21 14:56:50 -01:00
Morten Christensen
1a56e6693a
Removing dictionary from DataTypeDefinition as it wasn't used.
...
Updating package xml to include DatabaseType for testing.
2013-03-21 14:50:39 -01:00
Morten Christensen
c6b7f20dab
Fixes U4-1849 by introducing a new attribute for packaged DataTypes, so it stores information about the database type.
...
Will still default to Ntext, but seeing as the database type has never been used before it always defaulted to Ntext.
2013-03-21 14:40:17 -01:00
Morten Christensen
5cc55ad6e2
Fixing U4-1948 by setting the Published property when using document.Publish so updating the cache won't be skipped.
2013-03-21 13:51:45 -01:00
Morten Christensen
a55fedab0a
Adding a few checks to ensure package installation doesn't fail when properties are not present in the xml.
2013-03-21 13:40:54 -01:00
Morten Christensen
63de9e6691
Refactoring package installer to use the new PackagingService.
...
Refactoring ImportDocumentType dialog to import through the PackagingService.
Making a few corrections to the ProppertyGroup and PropertyType classes to support bulk saving.
2013-03-21 12:34:10 -01:00
Morten Christensen
d0787e92fe
Implementing PackagingService and moving Import Export methods to this service to have it specialized and centralized around packaging operations.
2013-03-20 13:51:46 -01:00
Shannon Deminick
c6f29a50d6
Merge with 4.11.6
2013-03-11 21:17:57 +06:00
Shannon Deminick
28c55320a1
Updates the pull request for handling macro errors.
...
Backports fixes for partial view macros from 6.x - U4-1488, U4-1844, U4-1730, U4-1843
2013-03-11 20:11:11 +06:00
Shannon Deminick
fd58017e97
imported patches for pull request spudstuff/u4497
2013-03-11 18:49:45 +06:00
Morten Christensen
a41b55a9e6
Fixes U4-1846
2013-03-06 07:50:20 -01:00
Shannon Deminick
5d62902684
Fixes up the double event for MakeNew on document (#U4-1737)
2013-03-05 22:34:31 +06:00
Morten Christensen
d497659f1f
Fixes U4-1814 for Document and Media by adding both legacy Before/After Move events
2013-03-03 11:19:15 -01:00
Morten Christensen
0cafeac6eb
Fixes U4-1818
2013-03-03 11:11:51 -01:00
Morten Christensen
4516305f3c
Fixes U4-1816
2013-03-03 10:34:39 -01:00
Morten Christensen
ecae9c47b7
Fixes U4-1798 by adding the current user's id when saving Media, MediaTypes and DocumentTypes.
2013-02-28 09:37:33 -01:00
Morten Christensen
250e627b1d
Fixes saving of RegEx in DocTypes.
...
Fixes loading and saving of properties on inherited tabs.
Adjusts logic around the creation of tabs/property groups
2013-02-27 14:39:11 -01:00
Morten Christensen
031ceccf5d
Removing need to load a Property from within FileHandlerData.
...
This means that newly created properties based on the upload field can be properly saved.
2013-02-27 11:02:27 -01:00
Morten Christensen
bb2f3a1732
Fixes U4-1784
2013-02-26 14:11:24 -01:00
Morten Christensen
02adb6e112
Removing the creation of Properties that doesn't exist from within the Content class, as it could cause other issues.
...
Refactoring how Properties are loaded to ensure that new properties are created for newly added PropertyTypes.
Corrected the saving of PropertyTypes not within a PropertyGroup.
Changed the loading of Content/Document to use the new API to ensure that properties are properly loaded.
2013-02-26 10:57:40 -01:00
Morten Christensen
0498161367
Fixes U4-1630 by ensuring that PropertyTypes with a changed name or alias aren't deleted from the db upon comparison.
...
Ensures cache is cleared for updated PropertyTypes.
2013-02-26 09:13:05 -01:00
Morten Christensen
7498b2f994
Merge
2013-02-25 14:37:14 -01:00
Morten Christensen
df4f92197a
Fixes U4-1764 by reducing the number of times a DocumentType is saved from 3 to 1.
...
Instead of having the Allowed Templates saved in the EditNodeTypeNew control its now done via a callback.
2013-02-25 14:34:29 -01:00
Sebastiaan Janssen
adaec42982
Merge with 4.11.5
2013-02-25 13:35:39 -01:00
Sebastiaan Janssen
93d7cf4dc3
Fixes U4-1776 SafeAlias culture problem
2013-02-25 13:28:54 -01:00
Morten Christensen
7e5087ae7d
Fixing issues related to DocTypes
2013-02-25 10:31:38 -01:00
Morten Christensen
520a7f238d
Refactoring ContentTypeControlNew and ContentControl
2013-02-22 16:25:45 -01:00
Sebastiaan Janssen
8cf9c1ba97
Fixes: U4-1769 Dictionary Item with "Illigal" character can not be deleted
2013-02-22 14:15:22 -01:00
Sebastiaan Janssen
87fee572ff
Enable nuget package restore for teamcity, upgrade examine dll
2013-02-22 09:47:23 -01:00
Morten Christensen
995ed22401
Comments related to U4-1714
2013-02-19 14:58:02 -01:00
Morten Christensen
e4568520a9
Improves performance when working with DocumentTypes in the backoffice - related to U4-1714
2013-02-19 13:45:57 -01:00
Morten Christensen
ec4b1c8f70
Fixes U4-1689 and U4-1719.
...
Refactoring UmbracoImageMediaFactory so it uses the extension method for uploading/setting images, so its a bit more DRY.
2013-02-19 11:06:00 -01:00
Morten Christensen
81021f5821
Part of the fix for U4-1689
...
Adds an alternative to the naming of the media subfolders instead of using the PropertyId.
2013-02-18 15:46:18 -01:00
Morten Christensen
319f257ee5
Minor change related to U4-1672
2013-02-08 18:54:18 -01:00
Morten Christensen
14d40697b2
Fixes U4-1662
2013-02-08 18:40:52 -01:00
Morten Christensen
6e6b1beffd
Fixes U4-1664
2013-02-08 18:37:59 -01:00
Morten Christensen
1eea4dab33
Fixes U4-1661
2013-02-08 18:29:59 -01:00
Morten Christensen
0c05cbc9db
Updating the EmptyRecycleBin method in the services to account for a deleted structure.
...
Optimizing the CallTheGarbageMan method because it was sooo easy, and it would be stupid not to.
2013-02-07 13:31:39 -01:00
Morten Christensen
0853f8da85
Fixes U4-1619 so MediaTypes are deleted the same way as DocumentTypes using the legacy api/backoffice.
2013-02-06 09:43:53 -01:00
Sebastiaan Janssen
51ff861e44
Merge with 6.0.0
2013-01-31 14:09:24 -01:00
Morten Christensen
19869e6d5f
Possible fix for U4-1539 Removing SaveXmlPreview from the Document class save methods.
...
The Save and SaveAndPublish methods in the ContentService now handle the saving of preview xml to the database.
2013-01-30 14:22:07 -01:00
Morten Christensen
14c0e9e149
Fixes U4-1584 so property types and related property data is deleted in a way that works for both Document, Media and Member.
2013-01-30 09:33:17 -01:00
Morten Christensen
a2a925fd7a
Fixes U4-1590 so members with a Date picker will save without errors.
...
Improves the saving of date values.
2013-01-30 08:43:23 -01:00
Morten Christensen
29ef529c57
Fixes U4-1592 so its possible to clear values when saving
2013-01-30 08:42:26 -01:00
Shannon Deminick
c9d55a4a5e
Merge with 6.0.0 - Ensures 6.1 is in sync with 6.0 too
2013-01-29 10:15:49 +06:00
Shannon Deminick
9ae962492a
Imports patch for PublishWithResult not being thread safe, removes the giant unnused SQL constants (we have them in history)
2013-01-29 10:11:06 +06:00
Shannon Deminick
d404970c74
Fixes up minor merge issues, removes the unused giant SQL constants (we have them in our history)
2013-01-29 10:07:30 +06:00