Sebastiaan Janssen
4cb3e82972
U4-6926 HTML tag in nodeName renders as HTML in tree
...
#U4-6926 Fixed
2015-08-19 18:33:11 +02:00
Sebastiaan Janssen
54981cd57c
Merge pull request #764 from Aaen/U4-6977
...
U4-6977: Updated the Our screenshot to show off the new design
2015-08-19 16:02:10 +02:00
Shannon Deminick
367ba5cddf
Merge pull request #766 from bjarnef/dev-v7-minor-translations
...
Localize text in help dialog
2015-08-19 10:40:37 +02:00
Dennis Aaen
ff64efbcdf
Fix: Corrected the height of the image of the new ourumbraco
2015-08-19 10:00:39 +02:00
bjarnef
5bc0c499d8
Localize text in help dialog
...
Add localization for text in help dialog, create and delete dialogs and
some minor parts of the member area.
2015-08-19 02:03:54 +02:00
Dennis Aaen
f667318b58
U4-6977: Updated the Our screenshot to show off the new design
2015-08-18 15:14:51 +02:00
Shannon
87c9d15ad5
removes autocomplete="off" from login
2015-08-18 10:44:45 +02:00
Shannon
cfb84cae44
removes license txt that doesn't make any sense.
2015-08-11 12:23:15 +02:00
Claus
8584997f5f
U4-6808 Bug in umbRequestHelper service causing exceptions to end up in backoffice.
2015-08-06 16:03:12 +02:00
Shannon
91a5b19378
Fixes: U4-6891 Can't get to the "Rebuild" button when Lucene index folder is empty as well as how the polling works.
2015-08-05 18:32:59 +02:00
Shannon
50b00b12b0
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-08-04 13:23:57 +02:00
Shannon
569371ffff
Fixes resize panel U4-5308 Umbraco 7 Content Tree Width not resizable or scrollable
2015-08-04 13:22:22 +02:00
Per Ploug Krogslund
f7b72b225a
Grid: auto-insert layout, row and editors if only 1 is available
...
When the grid loads and only one layout is available, it will be
inserted automatically.
When a row is inserted and a cell only has a single editor allowed, it
will be inserted.
These are chained so when an empty grid editor is loaded it will
preload layout + controllers if only one option is possible.
Also fixed the cog icon being visible, even without settings available
Adjusted a bit of styling for TinyMCE editors as they are invisible if
no focus + content entered.
2015-08-04 12:25:33 +02:00
Shannon
d1bed54cf1
Fixes tabdrop memory leak U4-6907 Bootstrap tab drop has memory leaks, fixes tab/header to use the correct bootstrap tab api, simplifies the header code dramatically and speeds up processing. Fixes mem leak with delayedMouseLeave.directive
2015-08-04 11:59:57 +02:00
Shannon
ba868887d4
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-08-03 12:50:18 +02:00
Shannon
3a7853dcbe
makes sure the bottom bar buttons are moved when resizing the left pane and that their position stays relative during tab changing.
2015-08-02 11:32:43 +02:00
Shannon
60af7deacd
ensures more unbinding is happening
2015-08-02 11:32:14 +02:00
Shannon
49bc3151b0
Fixes the detectfold processing and tab changing events, creates new umbTabs directive to manage the bootstrap tab changing events so other directives can easily subscribe to the changes. updats all editors to use them.
2015-08-02 11:13:26 +02:00
Shannon
d6b7bae38a
reverts tabs back to use only bootstrap tabs (we can change that at a later date now that we have the code), have fixed up a lot of the detect-fold logic so that it doesn't run an insane amount of calculations, however now we need to properly fix the bootstrap tab event bindings.
2015-08-01 17:33:55 +02:00
Shannon
612484c0b6
ensures more jquery event listeners are unbound
2015-07-31 12:52:29 +02:00
Shannon
0e4974babe
Creates windowResizeListener directive... so there's only a single listener for this and things can register/unregister as required from it and the callbacks will always execute in a $digest. Updates the detect-fold and navResize to use this, it is much snappier now with less overhead.
2015-07-31 12:34:02 +02:00
Sebastiaan Janssen
b5c87ccfb7
Merge branch 'dev-v7-U4-6898' of https://github.com/bjarnef/Umbraco-CMS into bjarnef-dev-v7-U4-6898
2015-07-31 11:29:51 +02:00
Sebastiaan Janssen
2efe6ae7a4
Merge pull request #754 from bjarnef/dev-v7-U4-6179
...
Highlight recycle bin tree node
2015-07-31 11:20:44 +02:00
Shannon
5775984730
have new tab implementation working with backwards compat with bootstrap tabs. For our own editors, we will use the new tabs, this gives us more control and should be a bit quicker, perhaps in v8 we can remove bootstrap tabs entirely.
2015-07-31 10:50:33 +02:00
Shannon
cfa2a30006
Changes how tabs work ... to no longer have to rely on bootstrap tabs and the hacky timing work-arounds, tabs are actually quite easy and now give us much more control.
...
Have made this change as backwards compatable (some things are deprecated though). Will update the other editors now.
2015-07-30 18:44:15 +02:00
bjarnef
09a3b0d155
Highlight recycle bin tree node
...
Ensure recycle bin tree node is highlighted when chosen.
2015-07-30 18:36:22 +02:00
bjarnef
5174645059
Make tree nodes consistent
...
Make tree nodes have same position from the left regardless of the arrow
to expand the children.
2015-07-30 16:04:54 +02:00
Shannon
bb94fc7d71
Ensures notifications are shown for drag/drop uploads
2015-07-30 11:35:00 +02:00
Shannon
787e128d5c
wires up event messages for media editor and tree (haven't done the drag/drop media upload though)
2015-07-29 16:00:06 +02:00
Shannon
367da39bbb
wires up UI to show notifications for delete cancellation
2015-07-29 15:18:23 +02:00
Shannon
6d8ffb903f
Ensures events for deleting, trashing and unpublishing are done using the event messages, updates UI to support showing these messages in the list view, Since we cannot change the
...
method results on a service, we've created a new temporary service that we will explicitly implement with an extension method to get it. This is temporary until v8 where we will just replace
the original methods on the service with these methods and then remove this class.
2015-07-29 15:12:12 +02:00
Shannon
1eab92b299
updates prog bars in examine mgt dashboard to be like other umb prog bars
2015-07-27 18:58:14 +02:00
Shannon
7a8b8f138f
Fixes list view search debounce and adds a ui indication that search is in progress.
2015-07-27 18:48:41 +02:00
Shannon
b44494a093
Works on: U4-5308 Umbraco 7 Content Tree Width not resizable or scrollable
2015-07-27 16:38:39 +02:00
Shannon
a6094a82cb
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-07-27 16:16:22 +02:00
Shannon
07f58d191b
fixes js error
2015-07-27 16:16:10 +02:00
Sebastiaan Janssen
9f000eb90c
Updates build to include and exclude correct files, syncs web.config and syncs dependency versions between core and nuget pkg
2015-07-27 15:52:10 +02:00
mattbrailsford
de53c8886b
Increased to 19 pixels based on feedback
2015-07-25 09:32:54 +01:00
mattbrailsford
3672d13215
Increased font tree icon font size to 17px for better visibility
2015-07-24 21:36:24 +01:00
Sebastiaan Janssen
86ad3f6b05
Makes sure that R# doesn't suggest C#6 features
2015-07-24 17:25:52 +02:00
Shannon
b0fb892b16
Fixes: U4-6736 Log "logout" from Umbraco and also ensures logging is occuring on timeout, logout, login all with Identity stuff.
2015-07-23 12:03:50 +02:00
Shannon
d5460068d4
Merge remote-tracking branch 'origin/master-v7' into dev-v7
...
Conflicts:
build/UmbracoVersion.txt
src/SolutionInfo.cs
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Core/Macros/MacroTagParser.cs
src/Umbraco.Core/packages.config
src/Umbraco.Tests/Controllers/BackOfficeControllerUnitTests.cs
src/Umbraco.Tests/Macros/MacroParserTests.cs
src/Umbraco.Tests/Strings/StringExtensionsTests.cs
src/Umbraco.Tests/Umbraco.Tests.csproj
src/Umbraco.Web.UI.Client/src/common/services/macro.service.js
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web/Editors/BackOfficeController.cs
src/umbraco.cms/Actions/Action.cs
2015-07-16 17:04:25 +02:00
Sebastiaan Janssen
1ecd0af268
New installer image
2015-07-16 15:49:18 +02:00
Shannon
0bbcaca067
Add unique id for TextSearch / LuceneSearch
...
Add unique id for TextSearch / LuceneSearch for each searcher.
2015-07-16 13:52:52 +02:00
Sebastiaan Janssen
55d3d8437a
Update number of tattoos
2015-07-16 12:44:10 +02:00
Shannon
56176d0e36
Fix U4-6687: Can't add multiple instances of a macro in RTE in 7.2.6 without ruining RTE formatting
...
We found that the MacroTagParser.cs was being greedy and matching all UMBRACO_MACRO tags instead of getting them individually.
macro.service.js was updated for posterity purposes to match the regex in the .cs side, but testing showed that it was functioning as expected without this change.
2015-07-16 09:50:49 +02:00
Shannon
ba1d546579
Merge remote-tracking branch 'origin/master-v7' into dev-v7
...
Conflicts:
src/Umbraco.Core/MainDom.cs
src/Umbraco.Tests/Umbraco.Tests.csproj
src/Umbraco.Tests/packages.config
src/Umbraco.Web.UI.Client/src/canvasdesigner/index.html
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/packages.config
src/UmbracoExamine/UmbracoExamine.csproj
src/umbraco.MacroEngines/packages.config
src/umbraco.MacroEngines/umbraco.MacroEngines.csproj
2015-07-15 14:58:19 +02:00
Sebastiaan Janssen
8baaae4da6
Merge branch '7.2.7' into master-v7
2015-07-15 12:58:48 +02:00
Shannon
b4bb15c66f
fixes up a bower reference
2015-07-14 10:47:51 +02:00
Stephan
d83fdb48c9
Merge branch 7.2.7 into dev-v7
...
Conflicts:
build/UmbracoVersion.txt
src/SolutionInfo.cs
src/Umbraco.Core/ApplicationContext.cs
src/Umbraco.Core/AsyncLock.cs
src/Umbraco.Core/Cache/DictionaryCacheProviderBase.cs
src/Umbraco.Core/Cache/ObjectCacheRuntimeCacheProvider.cs
src/Umbraco.Core/CoreBootManager.cs
src/Umbraco.Core/Logging/LogHelper.cs
src/Umbraco.Core/PluginManager.cs
src/Umbraco.Core/Sync/ServerEnvironmentHelper.cs
src/Umbraco.Core/TypeFinder.cs
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Tests/Scheduling/BackgroundTaskRunnerTests.cs
src/Umbraco.Tests/ServerEnvironmentHelperTests.cs
src/Umbraco.Web.UI.Client/bower.json
src/Umbraco.Web.UI.Client/gruntFile.js
src/Umbraco.Web.UI.Client/src/less/grid.less
src/Umbraco.Web.UI.Client/src/less/panel.less
src/Umbraco.Web.UI.Client/src/less/property-editors.less
src/Umbraco.Web.UI.Client/src/loader.js
src/Umbraco.Web.UI.Client/src/views/propertyeditors/datepicker/datepicker.controller.js
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/config/ClientDependency.config
src/Umbraco.Web/PublishedCache/XmlPublishedCache/XmlCacheFilePersister.cs
src/Umbraco.Web/Scheduling/BackgroundTaskRunner.cs
src/Umbraco.Web/Scheduling/KeepAlive.cs
src/Umbraco.Web/Scheduling/LatchedBackgroundTaskBase.cs
src/Umbraco.Web/Scheduling/LogScrubber.cs
src/Umbraco.Web/Scheduling/RecurringTaskBase.cs
src/Umbraco.Web/Scheduling/ScheduledPublishing.cs
src/Umbraco.Web/Scheduling/ScheduledTasks.cs
src/Umbraco.Web/Scheduling/Scheduler.cs
src/Umbraco.Web/UI/JavaScript/JsInitialize.js
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/umbraco.presentation/content.cs
src/umbraco.cms/Actions/Action.cs
2015-07-13 22:45:37 +02:00