Stephan
62a48df421
bugfix NiceUrlProvider when running in a virtual directory
2012-10-25 12:14:21 -02:00
Hendy
f146b8f6af
Merge
2012-10-25 11:30:56 -01:00
NielsHartvig@UMBRACORATI.localdomain
946f905885
Fixes U4-1079, Installer database step gives no error on failure
2012-10-25 10:30:08 -02:00
Hendy
707eca930f
U4-430 - saving a media item now updates the udpated date in the xml
2012-10-25 11:27:12 -01:00
Stephan
e4a002c976
properly cleanup views/masterpages when changing the type of a template
2012-10-25 09:34:02 -02:00
AnthonyCogworks@Anthony-PC
e731afadc9
Issue : http://issues.umbraco.org/issue/U4-858
...
Fixed media thumbnails for SQL Server, MySQL, & Azure
2012-10-25 10:23:53 -01:00
Tom Fulton
a006a480f7
U4-855: Small update to allow Preview to work when pasting custom source, and fix Insert not highlighting right away if ctrl+v
2012-10-25 18:14:11 +04:00
Tom Fulton
674923468d
U4-855 Embed Media - allow inserting custom HTML into Source tab
2012-10-25 17:52:50 +04:00
Sebastiaan Janssen
afafcfbb7a
Merge
2012-10-31 10:32:58 -01:00
Matt@MBP13-PC
c489d910b8
Fixes issue #U4-322 "Custom section name is the name of the previous section" by passing through the app alias to shitApp if no key is found in uiKeys
2012-10-31 11:31:08 +00:00
Sebastiaan Janssen
6e226ef995
Update the tinyMCE release config as well for U4-717 and u4-1006
2012-10-31 10:11:02 -01:00
AnthonyCogworks@Anthony-PC
0b1c479428
Case: http://issues.umbraco.org/issue/U4-715
...
Removed 2nd call to cleanPropertiesOnDeletion(_contenttypeid); in PropertyType.delete()
Replaced multiple calls to db to get all documentTypes.
2012-10-25 13:35:47 -01:00
AnthonyCogworks@Anthony-PC
3f2ca8a823
Case: http://issues.umbraco.org/issue/U4-648
...
Fixed issue in CMSNode where Parent was being set twice.
The issue was due to logic in Move(CMSNode newParent).
I renamed the parameter to newParent as it is more clear.
Changed the logic to check againse ParentId, rather than Path, and deleted
the redundant assignment to Parent.
2012-10-25 14:55:46 -01:00
Tom Fulton
78d57e89d5
U4-408: Prevent dragging of toolbar icons by adding onmousedown="return false"
2012-10-25 16:36:21 +04:00
Tom Fulton
d9049864f3
U4-395: Fix RTE in Members section (add ValidateRequest = false)
2012-10-25 19:21:46 +04:00
Hendy
21632d2ffc
Merge
2012-10-25 10:14:50 -01:00
Hendy
da3d20a5bb
ImageCropper property alias now set via a drop down of all available aliases, and a safety check on the dataeditor to ensure the selected property was found
2012-10-25 10:14:24 -01:00
Anders Burla Johansen
c0f0dcca3a
Fixed some attributes in tinyMCEConfig.config U4-717 and U4-1006
2012-10-25 09:02:33 -02:00
Tom Fulton
22f7d8797c
U4-377: Fix exception when attempting to access Value externally during a new dictionary item creation
2012-10-25 14:47:29 +04:00
Tom Fulton
25da44825e
U4-377: Add code from michielvoo's pull request (trigger the dictionaryitem.saving event from dictionaryitem.setvalue() by calling
...
its Save() method.)
2012-10-25 14:46:12 +04:00
Sebastiaan@SEBTHINK
55d4a7e367
Merge
2012-10-25 08:53:41 -02:00
NielsHartvig@UMBRACORATI.localdomain
33e73ab965
Fixes U4-802, MacroEngine should sort the built in engine first
2012-10-25 08:37:55 -02:00
niels.kuhnel
40c6b53b9e
Merge
2012-10-25 08:23:58 -02:00
niels.kuhnel
632d9f171e
Support for running Umbraco from a network drive.
2012-10-25 08:14:10 -02:00
NielsHartvig@UMBRACORATI.localdomain
05db49c66d
Merge
2012-10-25 07:56:34 -02:00
NielsHartvig@UMBRACORATI.localdomain
4cf2035039
Fixes U4-862, Hide Preview Button and "Link to Document" on content nodes that are not intended for display (e.g., those that have no templates)
2012-10-25 07:55:34 -02:00
Hendy
27f059bf58
Merge
2012-10-25 08:53:11 -01:00
Hendy
aee8730315
Bugs: U4-902 & U4-366
...
Prevalue field removed from the integer datatype & regex validation now fires
2012-10-25 08:51:38 -01:00
Ismail Mayat
b517d59bee
U4-998Saving a User Type - speech bubble says "User Saved"
2012-10-25 08:38:25 -01:00
Ismail Mayat
e4f3081da2
U4-998 Saving a User Type - speech bubble says "User Saved"
2012-10-25 08:21:47 -01:00
NielsHartvig@UMBRACORATI.localdomain
5cca506d20
The new Template.GetByAlias with optional useCache parameter breaks bw compat as method signature changes. Adding an overload and removing default value on overload
2012-10-25 07:13:34 -02:00
sitereactor
79488a43da
Fixing some naming conflicts after merge
2012-10-24 12:41:37 -02:00
sitereactor
cf7e63ad04
Merge with 4.10.0
2012-10-24 12:39:56 -02:00
sitereactor
c5da0bd017
Fixing a few unit tests
2012-10-24 12:38:13 -02:00
sitereactor
a9bc0addfb
Implements ILocalizationService for U4-1075
...
Refactoring DictionaryItem, DictionaryTranslation and Language to use the same interface implementations as the rest of the db driven repos and services.
2012-10-24 12:22:52 -02:00
sitereactor
da0ab7b76a
Implements IFileService for U4-939
...
Updates TemplateRepository to treat the passed in string as an alias for a template that could be a master or a view.
2012-10-24 11:29:51 -02:00
sitereactor
d82e9848da
Implements IDataTypeService for U4-938
...
Refactoring base ContentType Repository and its implementations to allow for queries against PropertyType - still needs testing though.
Adding mappers for PropertyGroup and PropertyType models, so they are usable for queries.
2012-10-24 10:49:08 -02:00
sitereactor
ce6aeb2a21
Implements MediaService for U4-941
...
Minor update to the ContentType/MediaType repositories to insure that CT references are removed when deleting.
Updates Media- and ContentMappers to map ContentTypeId.
Updates Media to have internal Trash-method.
2012-10-24 08:36:45 -02:00
sitereactor
2185da597f
Implements IContentTypeService U4-937
...
Adding an IService marker interface.
Adding extension methods to UmbracoContext to expose the services.
2012-10-24 07:25:37 -02:00
sitereactor
3ef0e302c3
Implements the Property method on the Stylesheet class, so it can be used from the backoffice.
...
Completes U4-934
2012-10-24 06:42:04 -02:00
Shannon Deminick
e3f9375fd2
changes template creator to use new UmbracoTemplatePage class instead of RenderViewPage
2012-10-24 11:10:27 +05:00
Shannon Deminick
cbd8085675
Merge
2012-10-24 11:06:31 +05:00
Shannon Deminick
a9d6c7872a
Changed the PublishedContentRequestBuild to use the cached template lookup instead of going to the db each time,
...
added caching to the business logic template class's GetByAlias method. All of this will save db queries for each request meaning even
faster rendering. Fixed GetTemplateAlias extension method to use the correct Template class with caching.
2012-10-24 11:02:36 +05:00
Shannon Deminick
d4d4272b1b
Moved RenderModel to Models namespace. Created new base UmbracoViewPage to use for umbraco partial views, etc... and renamed
...
RenderViewPage to UmbracoTemplatePage which now inherits from UmbracoViewPage. Added NiceUrl and NiceUrlWithDomain as extension
methods to IPublishedContent.
2012-10-24 09:59:23 +05:00
Sebastiaan Janssen
e9aef79747
Member search didn't work
...
#U4-643 Fixed
2012-10-23 18:38:27 -02:00
Sebastiaan Janssen
3b5a1ddcdd
Fixed the build, forgot to remove file reference from the csproj file
2012-10-23 14:52:58 -02:00
Sebastiaan Janssen
14ad9f571c
Upgrade to TinyMCE 3.5.7
2012-10-23 13:32:21 -02:00
sitereactor
013513b439
Creating IContentTypeService interface as the foundation for U4-937
2012-10-23 12:49:48 -02:00
sitereactor
987e0a8efc
Unit tests covering Mapper implementations for U4-978
2012-10-23 12:17:23 -02:00
sitereactor
a53dde8a20
Adding two missing properties to ContentTypeBase.
...
Creating mappers for the few types that supports "db queries" through the repository U4-978
2012-10-23 11:29:16 -02:00