Commit Graph

5832 Commits

Author SHA1 Message Date
Søren Kottal
ef725bac37 Removes annoying wait text, which causes layout jank 2021-10-06 08:26:44 +10:00
Paul Johnson
cf52b4648d Misc translation improvements for #11191 2021-09-24 16:58:16 +01:00
Bjarke Berg
452097d975 Fixed issue with Paths-integers being converted using local culture. (#11180)
* Fixed issue with Paths-integers being converted using local culture.

* Align with the old implementation

* Use int.TryParse insteaad of TryConvertTo when we do not want culture specific parsing

* More fixes for cultures and fixed wrong test. Users should be part of all groups to have access

* Fix casing for requested file

* Force tests to not use NLS

* try force tests to not use NLS

* try force tests to not use NLS

* Force tests on windows to run ICU

* More fixes for invariant int parsing

* Change key on actions/emptyRecycleBin, so the casing aligns with the view file, that is named emptyrecyclebin.html

* Fixed casing issue

* use Attempt to align with other code
2021-09-24 16:42:31 +01:00
Elitsa Marinovska
936757297e Reintroducing removed lang keys (#11178) 2021-09-24 14:03:25 +02:00
Bjarke Berg
0411d9410b Merge remote-tracking branch 'origin/v9/dev' into v9/feature/language-keys-cleanup
# Conflicts:
#	src/Umbraco.Web.UI/umbraco/config/lang/nl.xml
2021-09-22 19:24:35 +02:00
Bjarke Berg
890fe589bf Merge remote-tracking branch 'origin/v8/8.17' into v9/dev
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/views/components/content/umb-tabbed-content.html
#	src/Umbraco.Web.UI.Client/src/views/components/elementeditor/umb-element-editor-content.component.html
#	src/Umbraco.Web.UI.Client/src/views/media/apps/content/content.html
#	src/Umbraco.Web.UI.Client/src/views/member/apps/content/content.html
#	src/Umbraco.Web/PropertyEditors/NestedContentController.cs
2021-09-22 15:41:31 +02:00
Corné Strijkert
f776dbb616 Missing nl translation for blockEditor_addBlock
(cherry picked from commit 674edd3a97)
2021-09-22 14:22:02 +02:00
Elitsa Marinovska
e00038d6d0 Merge branch 'v9/dev' into v9/feature/language-keys-cleanup 2021-09-22 13:50:28 +02:00
Bjarne Fyrstenborg
48a3a0524d Create content template localization (#10945)
* Don't use self-closing element for custom HTML elements

* Use button element for close/cancel in copy dialog

* Update localization of "createBlueprintFrom"

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2021-09-22 10:27:16 +10:00
Corné Strijkert
674edd3a97 Missing nl translation for blockEditor_addBlock 2021-09-21 03:18:38 +02:00
Bjarke Berg
e95a759181 Updated nuget package dependencies 2021-09-20 12:59:14 +02:00
Elitsa Marinovska
cef90038f6 Last file cleanup 2021-09-16 16:36:03 +02:00
Warren Buckley
138ef42884 Adds new dotnet new template arg --use-https-redirect (#11115) 2021-09-16 13:39:56 +02:00
Elitsa Marinovska
ec0ecfd16c Merge remote-tracking branch 'origin/v9/dev' into v9/feature/language-keys-cleanup 2021-09-16 08:25:56 +02:00
Elitsa Marinovska
062116aedb Cleaning up last half of lang files 2021-09-15 20:10:30 +02:00
Elitsa Marinovska
c1a55979f7 First half of lang files cleaned up 2021-09-15 17:21:58 +02:00
Bjarke Berg
1d55d50809 Merge pull request #11046 from umbraco/v9/feature/merge_v8.17-rc
Merge 8.17 RC into V9, cleanup/refactor property groups/tabs API
2021-09-08 19:17:02 +02:00
Ronald Barendse
e2e9305513 Merge branch 'v8/8.17' into v9/feature/merge_v8.17-rc 2021-09-08 16:43:16 +02:00
Ronald Barendse
3b994339d7 Updated directory casing for language files 2021-09-08 16:03:01 +02:00
Mads Rasmussen
1fa816bd32 Show notification when a group can't be moved + reset requested tab 2021-09-08 15:14:12 +02:00
Elitsa Marinovska
6c56c298d6 Merge branch 'v9/dev' into v9/bugfix/fix_issues_when_changing_umbraco_path 2021-09-08 08:17:59 +02:00
Ronald Barendse
ee2da5b8ca Merge branch 'v8/8.17' into v9/feature/merge_v8.17-rc 2021-09-07 12:10:58 +02:00
Sebastiaan Janssen
05d0a29e03 Merge branch 'v8/dev' into v8/8.17 2021-09-03 14:09:12 +02:00
Bjarke Berg
375698594e Fixed NoNodes.cshtml when moved the wwwroot/umbraco folder 2021-09-01 13:44:14 +02:00
Mads Rasmussen
1cbae4e533 add helper text for direct properties 2021-09-01 11:40:44 +02:00
Elitsa Marinovska
9de04f66c4 Remove unused lang keys from he, it, ja, ko, nb and pt.xml files 2021-09-01 10:02:26 +02:00
Sebastiaan Janssen
0b4dc6a498 Bump version to 8.17.0-rc 2021-09-01 09:13:57 +02:00
Elitsa Marinovska
dfc695d205 Merge remote-tracking branch 'origin/v9/dev' into v9/feature/language-keys-cleanup 2021-09-01 08:40:00 +02:00
Bjarke Berg
5953c9ebe7 Fixed issues with confusion about when to use umbracoPath and when to use the const.
Now it is possible to change the location of backoffice.
{
  "Umbraco": {
    "CMS": {
      "Global": {
       "UmbracoPath": "~/my-secret-loginpanel",
        "IconsPath": "~/my-secret-loginpanel/assets/icons"
      }
    }
  }
}
2021-09-01 07:50:17 +02:00
Warren Buckley
4c9d773f59 Merge pull request #10606 from umbraco/v8/feature/reintroduce-tabs
Reintroduce tabs
2021-08-31 16:22:53 +01:00
TheBekker
b9ca313917 Add button to reset focal point on umb-image-gravity directive (#10923) 2021-08-31 16:51:33 +02:00
Bjarke Berg
aeaf935df8 Update src/Umbraco.Web.UI/umbraco/config/lang/da.xml
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
2021-08-27 12:59:15 +02:00
Bjarke Berg
622a03fa66 Added danish translations for treeSearch 2021-08-27 11:05:47 +02:00
Elitsa Marinovska
b837bf4188 Cleaning up duplicates and maintaining the file format 2021-08-24 15:48:13 +02:00
Ronald Barendse
fde1759d49 Merge branch 'v8/contrib' into v8/feature/reintroduce-tabs 2021-08-23 14:36:24 +02:00
Sebastiaan Janssen
db16f9c6dc Merge branch 'v8/dev' into v8/contrib 2021-08-20 16:54:50 +02:00
Sebastiaan Janssen
a82723b4f1 Merge branch 'v8/8.16' into v8/dev 2021-08-20 16:54:30 +02:00
Ronald Barendse
e5a1e0f4e9 Merge branch 'v8/contrib' into v8/feature/reintroduce-tabs 2021-08-19 13:44:17 +02:00
Zeegaan
466434feda Merge remote-tracking branch 'origin/v9/dev' into v9/feature/AB13286-rename-ui-project-back-to-its-original-name 2021-08-19 09:37:23 +02:00
Elitsa Marinovska
50f6b230a9 Further renaming 2021-08-18 11:23:19 +02:00
Elitsa Marinovska
e734b6dda4 Renaming folder, project, solutions + changing .gitignore (there were old references to Umbraco.Web.UI) 2021-08-18 10:40:13 +02:00
Warren Buckley
f62fbe3327 Minor tour update (#10875) 2021-08-17 16:06:09 +02:00
Jakob Bagterp
4dd3b81b1f UI improvement: Add option to select/deselect all filters in Log Viewer drop-down (#10815)
* Update search.controller.js

Minor linting update to existing code

* Basic functionality for select and deselect all log level filters

* Fix button texts and added localisations for languages en, en_us, da

* Grammar correction of Danish localisation

* Finalise button styling using the umb-button directive, including localisation of labels

* Minor linting update

* Add various localisations of "select all" and "deselect all" for Log Viewer

* Minor refactor of select/deselect buttons to be wrapped in <umb-dropdown-item> directive

* use foreach/map

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2021-08-17 14:22:58 +10:00
Mads Rasmussen
e3f75252a2 update delete dialogs to handle empty names 2021-08-12 11:36:07 +02:00
Mads Rasmussen
05e8cfa9f4 Add dropzone to convert a group to a tab 2021-08-11 09:54:19 +02:00
Sebastiaan Janssen
9b93a8f1ab Bump version to 8.16.0-rc 2021-08-09 08:26:22 +02:00
Jan Skovgaard
dafa5d2ef6 Numberrange view: Various minor improvements (#10452) 2021-08-06 15:33:52 +02:00
Sebastiaan Janssen
7d0558d59f Update ImageProcessor dependencies 2021-08-06 15:05:49 +02:00
Sebastiaan Janssen
7030d5b170 Removes the changeDocType translations as this is no longer a feature in v8 (triggered by #10499) 2021-08-06 12:44:58 +02:00
Sebastiaan Janssen
7800fe83a8 Install MessagePack's dependencies explicitly (#10772) 2021-08-05 11:57:03 +02:00