perploug
0b907d4ae3
more work on link picker, added dialog service and views
2013-10-04 10:53:07 +02:00
Shannon
db6b8930ab
Removes appsettings,connectionstring configs from the repo and adds them to the ignore list.
2013-10-04 12:18:05 +10:00
Shannon
4d8a3f4453
Updated the proj file to create the appSettings, connectionString config files if they are missing, then we also ignore these files and remove them from the repo - just like the web.config
2013-10-04 12:15:35 +10:00
Shannon
961928105c
Moves connectionStrings to external file, now to figure out how to deal with both of these files with multiple devs
2013-10-04 10:53:22 +10:00
Shannon
c6229f131a
Moves appSettings to external file and updates the code that modifies the app settings.
2013-10-04 10:34:00 +10:00
Shannon
ff3aebd4b1
Completes: U4-2893 Remove the entire umbraco.macroRenderings assembly
2013-10-04 10:01:57 +10:00
perploug
95f120e98f
Unpublishing button on the content editor
2013-10-03 22:18:44 +02:00
perploug
a42bd4dbf0
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
2013-10-03 20:59:04 +02:00
perploug
21d6209793
Removing unussed libraries, moving legacy tinymce plugins
2013-10-03 20:58:47 +02:00
perploug
a3d77b7e72
Adds RTE and stylesheet services
2013-10-03 20:57:36 +02:00
bjawnie
20ab14beb4
Made two minor corrections to the texts.
...
"Content>alias" changed to "Alternativ link" from "Alias", so it makes more sense.
"defaultdialogs>treepicker" changed to "Vælg" from "Vælg punkt", so it fits in the button.
2013-10-03 20:43:42 +02:00
Shannon
1730005a58
Updates web.config template and transform for new dashboard section.
2013-10-03 17:54:10 +10:00
Shannon
03b1c9e5ee
Fixed build issue, started adding dashboard config section as real .net section.
2013-10-03 17:06:58 +10:00
Shannon
936be3934b
Updated MenuItemCollection with MenuItemList for full featured List access to the items. Added the MenuRendering event to TreeController, updated the tree controller events to be TypedEventHandler's though developers will need to cast the TreeController to the type they are expecting - still better than 'object'.
2013-10-03 15:05:48 +10:00
Shannon
ed8f22c371
Completes: U4-2829 Allow for JSON objects to be saved/retrieved by property editors - OH YEAH!!
2013-10-03 13:52:33 +10:00
Shannon
21c0152131
Merge remote-tracking branch 'origin/6.2.0' into 7.0.0
...
Conflicts:
src/Umbraco.Tests/BusinessLogic/BaseTest.cs
src/Umbraco.Web.UI/install/steps/theend.ascx
src/Umbraco.Web.UI/umbraco/Default.aspx
src/Umbraco.Web.UI/umbraco/controls/GenericProperties/GenericProperty.ascx
src/Umbraco.Web.UI/umbraco/developer/Xslt/editXslt.aspx
src/Umbraco.Web.UI/umbraco/dialogs/ChangeDocType.aspx
src/Umbraco.Web.UI/umbraco/umbraco.aspx
src/Umbraco.Web/UmbracoContext.cs
src/Umbraco.Web/umbraco.presentation/LegacyClasses.cs
src/Umbraco.Web/umbraco.presentation/install/steps/Definitions/LegacyClasses.cs
src/Umbraco.Web/umbraco.presentation/install/steps/LegacyClasses.cs
src/Umbraco.Web/umbraco.presentation/library.cs
src/Umbraco.Web/umbraco.presentation/umbraco/LiveEditing/Controls/LiveEditingToolbar.cs
src/Umbraco.Web/umbraco.presentation/umbraco/LiveEditing/Modules/CreateModule/CreateModule.cs
src/Umbraco.Web/umbraco.presentation/umbraco/LiveEditing/Modules/DeleteModule/DeleteModule.cs
src/Umbraco.Web/umbraco.presentation/umbraco/LiveEditing/Modules/MacroModule/MacroModule.cs
src/Umbraco.Web/umbraco.presentation/umbraco/LiveEditing/Modules/SkinModule/ImageUploader.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/LiveEditing/Modules/SkinModule/SkinCustomizer.ascx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/LiveEditing/Modules/SkinModule/SkinModule.cs
src/Umbraco.Web/umbraco.presentation/umbraco/LiveEditing/Modules/UnpublishModule/UnpublishModule.cs
src/Umbraco.Web/umbraco.presentation/umbraco/Trees/loadTemplates.cs
src/Umbraco.Web/umbraco.presentation/umbraco/controls/macroParameterControl.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/DLRScripting.ascx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/DLRScriptingTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/MediaTypeTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/ScriptTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/contentTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/mediaTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/dashboard.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/developer/DataTypes/editDatatype.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/login.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/settings/editTemplate.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/umbraco.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbracobase/baseHttpModule.cs
src/Umbraco.Web/umbraco.presentation/umbracobase/restExtension.cs
src/umbraco.businesslogic/Utils/TypeFinder.cs
src/umbraco.cms/businesslogic/Packager/Installer.cs
src/umbraco.cms/businesslogic/Packager/PackageActions/addRestExtension.cs
src/umbraco.cms/businesslogic/Packager/PackageActions/addXsltExtension.cs
src/umbraco.cms/businesslogic/skinning/Skin.cs
src/umbraco.cms/businesslogic/skinning/tasks/AddStyleSheetToTemplate.cs
src/umbraco.cms/businesslogic/skinning/tasks/ModifyCss.cs
src/umbraco.cms/businesslogic/skinning/tasks/ModifyTemplate.cs
src/umbraco.controls/CodeArea.cs
src/umbraco.controls/ProgressBar.cs
src/umbraco.editorControls/macrocontainer/Editor.cs
2013-10-03 12:51:46 +10:00
Shannon
86430f1b01
Merge branch '6.2.0' of https://github.com/umbraco/Umbraco-CMS into 6.2.0
2013-10-03 12:46:01 +10:00
Shannon
55247fe31d
Finally got around to changing all calls to umbraco.IO to Umbraco.Core.IO - that'll clear up several hundreds of warnings :)
2013-10-03 12:45:40 +10:00
Shannon
6ac724951b
Explicitly adds automapper to the UI proj so we don't get that strange YSOD that says it's not there sometimes.
2013-10-03 12:18:21 +10:00
Shannon
b0dfc90557
Added docs on creating trees and view path location conventions.
2013-10-03 12:11:22 +10:00
Shannon
b09a743beb
Gets view paths to load in dynamically based on whether a core or plugin tree is rendering, this allows us to store view files based on conventions for packages. Completes: U4-2849 Ensure editor views, etc... can exist outside of the /umbraco folder for package devs
2013-10-03 11:25:26 +10:00
perploug
4283734a94
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
2013-10-02 19:23:57 +02:00
perploug
a371ebe841
Progressbart convert to css3 from gif
2013-10-02 19:23:20 +02:00
perploug
bb1a47aa81
Permissions dialog polish
2013-10-02 19:22:54 +02:00
Shannon
dc42c1ebb7
More work on streamlining package development for views and conventions.
2013-10-02 21:03:51 +10:00
Shannon
92efd6d645
Got menu items working with external packages to look for views by convention inside of their package folder.
2013-10-02 20:48:15 +10:00
Shannon
6560865f61
Fixed view path conventions for menu items
2013-10-02 20:20:02 +10:00
Shannon
89f7a31bef
Updates the Create/AddMenu overloads to ensure a name is specified, fixes all localization of all menu items for all new trees.
2013-10-02 20:00:01 +10:00
Shannon
1090248223
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
2013-10-02 18:58:21 +10:00
Shannon
880077f6e9
Created TagRepository, added foreign key to cmsTags.ParentId
2013-10-02 18:57:44 +10:00
perploug
ffc1b62b8a
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
2013-10-02 10:56:54 +02:00
perploug
1f32373bd2
sample manifest with css
2013-10-02 10:54:59 +02:00
Shannon
be7179b962
Fixed up the TagRelationshipDto to have the correct columns, keys, etc.. as our upgrade, updated the old tags API to support the new changes.
2013-10-02 17:10:12 +10:00
Shannon
7eee954d4d
OOPS! didn't mean to delete this a couple days ago :P
2013-10-02 15:56:53 +10:00
Shannon
36cb078073
Tags db upgrades done, now to look at ensuring the legacy tags stuff works.
2013-10-02 15:51:02 +10:00
perploug
5199a5dc99
Move, Copy, protect, notifications dialogs polish
2013-10-02 00:11:10 +02:00
perploug
5dd9510d69
Fixes: U4-2973 - View editor save button broken
2013-10-01 11:51:19 +02:00
Shannon
f7103c97cf
Completes: U4-2768 Remove legacy/unused webforms files/classes in folder: /umbraco
2013-10-01 17:03:03 +10:00
Shannon
a90e96d066
Completes: U4-2926 Remove unused/obsoleted 'tasks' for media & content
2013-10-01 16:42:32 +10:00
Shannon
6f6c33a721
Merge remote-tracking branch 'origin/6.2.0' into 7.0.0
...
Conflicts:
build/NuSpecs/UmbracoCms.Core.nuspec
build/NuSpecs/UmbracoCms.nuspec
src/Umbraco.Core/Persistence/Factories/MemberTypeReadOnlyFactory.cs
src/Umbraco.Core/Persistence/Relators/PropertyDataRelator.cs
src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberTypeRepository.cs
src/Umbraco.Tests/BusinessLogic/BaseTest.cs
src/Umbraco.Tests/Persistence/Repositories/MemberRepositoryTest.cs
src/Umbraco.Tests/TestHelpers/TestHelper.cs
src/Umbraco.Tests/Umbraco.Tests.csproj
2013-10-01 13:38:17 +10:00
perploug
146aca31a0
Updating legacy domain, publsh and sort dialogs
2013-10-01 00:47:18 +02:00
perploug
c928769911
adds container UI to doctype editor
2013-09-30 23:34:43 +02:00
perploug
dee067d071
cleans up umbfield legacy dialog
2013-09-30 21:37:35 +02:00
Sebastiaan Janssen
8eee7cae2f
Merge branch '6.1.6'
2013-09-30 16:10:14 +02:00
Sebastiaan Janssen
5238293c09
Merge branch '6.1.6' into 6.2.0
...
Conflicts:
build/Build.bat
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web/umbraco.presentation/umbraco/users/EditUser.aspx.cs
2013-09-30 16:09:25 +02:00
Sebastiaan Janssen
cdda69c4cd
U4-2788 Error installing Umbraco 6.1.5 with SQL CE 4 option
2013-09-30 12:39:28 +02:00
Shannon
9ff74b39f8
fixed web.config xform for debugging
2013-09-30 20:24:11 +10:00
Sebastiaan Janssen
328ada2f38
Bump version number
2013-09-30 10:46:08 +02:00
Shannon
42f9427e24
ignores the built in member properties for now, adds more logging to Resolution to try to figure out the underlying problem.
2013-09-30 15:42:29 +10:00
Shannon
cf6ecf5bc9
Merge remote-tracking branch 'origin/7.0.0' into 7.0.0-member-editor-wip
...
Conflicts:
src/Umbraco.Web.UI/config/trees.config
2013-09-30 13:51:18 +10:00