Warren Buckley
e2557697bc
Emit a single event if the language has been created or been saved - send through a new property in args to determine if it was new or not
...
Then event listener updates the tree languages dropdown only when a new language has been added or deleted OR when an existing language has been saved/updated to be set as the new default language (as this now at top of list)
2018-10-24 14:08:15 +01:00
Warren Buckley
5b84702c2f
Cleanup of disable tab directive & adds in tabbable 3rd party lib (wrapped as an AngularJS service)
2018-10-24 13:37:33 +01:00
Warren Buckley
a5b7e8b0ae
WIP put the tabindex back to what it was before
2018-10-24 11:57:02 +01:00
Warren Buckley
62716fb417
WIP disable tab index directive
2018-10-24 11:03:41 +01:00
Warren Buckley
ba0d96ce2a
WIP for CSS overlay click through prevention stuff with Z-indexes
2018-10-24 10:36:45 +01:00
Warren Buckley
30c312c4b0
CSS & DOM element for overlay to prevent double click through to undelying input element
2018-10-24 10:20:10 +01:00
Warren Buckley
a7b13e2b4b
Merge remote-tracking branch 'origin/temp8' into temp8-153-invariant-properties
2018-10-24 09:22:52 +01:00
Warren Buckley
c94775608a
When returning a collection of languages - such as through the GetAllLanguages API Controller call the model mapping ensures that rather than order by name we, also put the default lang first then order a-z
2018-10-24 09:18:26 +01:00
Claus
aa4acb33e8
ensuring macros are using the correct section.
2018-10-24 09:59:40 +02:00
Claus
715083ef93
Merge pull request #3398 from umbraco/temp8-258-empty-trees-arrow
...
Fixing right-pointing arrow for empty trees.
2018-10-24 09:47:14 +02:00
Mads Rasmussen
b95a994f94
set opacity and disabled cursor when property is locked
2018-10-24 09:12:09 +02:00
Shannon
c7cb8b52cc
Fixes AuthorizeUpgrade page since it was still referencing the old UmbracoClient folder
2018-10-24 15:23:21 +11:00
Warren Buckley
79e3a35869
WIP - Ensures the default language variant is always first then the rest of the variants are organised by A-Z
2018-10-23 16:03:49 +01:00
Warren Buckley
b20acebe6a
Cleanup unused DI stuff in this directive
2018-10-23 15:23:36 +01:00
Warren Buckley
11e5fa3f28
Merge branch 'temp8-153-invariant-properties' of https://github.com/umbraco/Umbraco-CMS into temp8-153-invariant-properties
2018-10-23 15:13:50 +01:00
Warren Buckley
a8ac9cf8f2
MDN JS Docs suggested to use MutationObsorver as oppsoed to deprecated DOMSubtreeModified event
2018-10-23 15:13:35 +01:00
Mads Rasmussen
515f183b28
make default language bold in selectors
2018-10-23 16:00:53 +02:00
Warren Buckley
60b575825d
Adds new WIP attribute only based directive disable-tabindex - which sets all child input elements to use a tabindex of -1
2018-10-23 14:22:17 +01:00
Mads Rasmussen
a0eba5a9d8
wip testing ideas
2018-10-23 15:02:56 +02:00
Shannon
e34728c10c
fixes drop down pre value editor
2018-10-23 23:04:53 +11:00
Shannon
ce6b4f4a51
Merge branch 'temp8' of https://github.com/umbraco/Umbraco-CMS into temp8
...
# Conflicts:
# src/Umbraco.Core/Persistence/Repositories/Implement/DocumentRepository.cs
# src/Umbraco.Web.UI/Umbraco/dialogs/rollBack.aspx
# src/Umbraco.Web/umbraco.presentation/umbraco/dialogs/rollBack.aspx
2018-10-23 22:16:48 +11:00
Shannon
001ed50c7d
fixes test
2018-10-23 22:13:50 +11:00
Shannon
dfd3e8f4c4
Fixes tests and issue with member list view not passing the GUID along in the route
2018-10-23 22:10:27 +11:00
Shannon
fa64f4a6a8
Fixes member group editing, removes old dialog tasks, removes old references in the old ui.xml file
2018-10-23 21:38:24 +11:00
Warren Buckley
2ec6216932
Merge pull request #3400 from umbraco/temp8-247-hostnames-dialog
...
Temp8 247 hostnames dialog
2018-10-23 11:28:08 +01:00
Warren Buckley
03b363df21
Add some TODO's to consider removing references to MasterPages & UserControls
2018-10-23 10:53:55 +01:00
Warren Buckley
0e51b45e64
Make SystemDirectories.Bin non configurable, as the comment mentioned you cannot configure the bin folder for ASP.NET projects
2018-10-23 10:53:22 +01:00
Warren Buckley
3e4ecac4e3
Remove SystemDirectory.Base - this is a very legacy feature & no longer in use in codebase
2018-10-23 10:52:19 +01:00
Mads Rasmussen
abed9ab331
show duplicate domain validation messages
2018-10-23 11:48:42 +02:00
Warren Buckley
d88aab59a1
Remove all references to SystemDirectories.UmbracoClient - as Umbraco_Client folder no longer exists anymore
2018-10-23 10:41:44 +01:00
Claus
9438581621
Merge pull request #3240 from umbraco/temp8-sendToPublish
...
Send to Publish changes
2018-10-23 10:54:42 +02:00
Mads Rasmussen
1badcd0b29
Merge branch 'temp8' of https://github.com/umbraco/Umbraco-CMS into temp8
2018-10-23 10:32:33 +02:00
Mads Rasmussen
76eb809b2c
Fix list view property editors. Use "display: block" for instead of "inline block"
2018-10-23 10:31:54 +02:00
Warren Buckley
e3c6cfa63c
Merge pull request #3312 from umbraco/temp8-3298-move-rollback
...
Temp8 3298 move rollback
2018-10-23 09:28:41 +01:00
Shannon
69450791cf
Fixes the new Id/Guid property on members, ensures all tabs are expanded by default and removes that init logic from JS since we don't want it there.
2018-10-23 19:25:48 +11:00
Shannon
1936cc5be9
Merge remote-tracking branch 'origin/temp8' into temp8
2018-10-23 18:39:16 +11:00
elitsa
127ecdf48e
Right arrow appears only when there are child nodes.
2018-10-23 09:34:02 +02:00
Shannon
9dadecdcc1
Fixes boolean conversion logic in ColorPickerConfigurationEditor, Fixes tree grouping logic and moves groups cache to the ApplicationTreeService, fix other merge issues
2018-10-23 18:28:55 +11:00
elitsa
c5755e25c8
Revert commit not belonging to this PR.
2018-10-23 09:04:09 +02:00
Shannon
d9a4d1fa97
Manual merging
2018-10-23 16:12:23 +11:00
Stephan
d2cfe8f3b9
Fix GetVersionsSlim
2018-10-22 18:21:00 +02:00
Stephan
3468351de8
Merge branch 'temp8' of https://github.com/umbraco/Umbraco-CMS into temp8
2018-10-22 17:20:19 +02:00
Mads Rasmussen
78fb52f788
fix size of publish state in publish dialog
2018-10-22 17:04:56 +02:00
Mads Rasmussen
7265d329ea
Alwyas show ellipsis for unpublish. It will always open a dialog
2018-10-22 15:56:08 +02:00
Mads Rasmussen
9d1c12d7df
this validation needs to happen server side
2018-10-22 15:13:25 +02:00
Mads Rasmussen
d3163aa00e
show validation message when a domain name is missing
2018-10-22 13:34:57 +02:00
Mads Rasmussen
bc379e0b71
set domain and language to be required + add required markers in the table headings
2018-10-22 13:07:54 +02:00
Mads Rasmussen
5391934a76
remove domain validation regex
2018-10-22 12:59:23 +02:00
Mads Rasmussen
88857fa1b5
show load indicator when dialog loads
2018-10-22 12:53:26 +02:00
Mads Rasmussen
126ed536ed
update casing to match model updates
2018-10-22 12:34:48 +02:00