Commit Graph
277 Commits
Author SHA1 Message Date
Axel Uhl 7b1e5a3fe2 whitespace changes only 2025-08-13 22:40:03 +02:00
Axel Uhl cfff09db74 bug6128: prefs files now know about new GWT version 2.11.1 2025-05-22 18:37:23 +02:00
service-tip-git daa7349fee [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: Ie294a5507ad86b410ce321e5669ef4c0f091e6b2
2025-04-03 15:04:34 +00:00
Axel Uhl 1271ea17f0 another update to the legal text for media upload 2025-03-26 16:53:05 +01:00
Axel Uhl d54c0bf9ed improved disclaimer text in media upload form 2025-03-26 13:39:42 +01:00
Axel Uhl 58e69724f5 bug6095: wrap event descriptions in table 2025-02-28 17:43:37 +01:00
Axel Uhl 2526624edb bug6059: implemented serial number suggest box for DAW creation dialog 2024-12-27 19:59:36 +01:00
Petr Janacek 2a10d7e36b Czech translation of a app name changed back to engish, coding of czech lang files changed to UTF-8 2024-06-30 17:14:35 +02:00
Petr Janacek b4b2b939a3 Added boat class RS Vareo, changed spinnaker setting for class RS Tera 2024-06-28 15:25:25 +02:00
Axel Uhl b56847e55b bug5992: a first compilable version that embeds JSON in HTML for file uploads 2024-04-16 18:24:11 +02:00
Axel Uhl 1833af9eeb removed extra space from comment 2024-03-24 00:07:31 +01:00
Udo Wessels ea2ddb8b61 bug5818: removed the POST endpoint for deleting files from file storage and changed the client calls to the already existing DELETE endpoint.
- Also added a cleanup action if the cancel button of the respective dialogs were pressed. This was already implemented in some dialogs, but not in all.
2023-12-04 15:29:03 +01:00
Axel Uhl 477636ef08 bug5910: commit prefs changes related to GWT, added feature.xml to bin.includes in feature projects' build.properties 2023-10-16 16:35:00 +02:00
Wessels, Udo (PPN) 2b66121265 bug5910: remove not supported line in .project files so that current Eclipse version (2023-09) can import the projects. 2023-10-09 18:00:50 +02:00
Udo Wessels a11f20595d bug5127: First charge of Selenium test fragments. Not working. 2023-02-03 19:30:28 +01:00
Udo Wessels 3f36adb950 Merge branch 'bug5127' 2023-02-03 15:12:40 +01:00
Axel Uhl 714e3b43a8 upgrade install p2f file to use 2023 version of GWT plugin 2023-01-31 16:44:16 +01:00
Axel Uhl d964fde87c bug5127: refactored such that SubmitCompleteEvent is handled by FileUploadUtil;
this avoids potential mis-use for scenarios where this wouldn't be required
2023-01-30 18:49:44 +01:00
Axel Uhl 172f0a18db bug5127: refactored all file upload forms such that they use a common replacer for <pre> wrapping 2023-01-30 18:25:38 +01:00
Udo Wessels caca18ae02 bug5127: special handling of double underscore in JSON. Double underscores in file name are encoded with hex representation and later decoded if read.
In some cases the JSON parser of Apples Safari on mobile devices cannot parse JSON value starting with a number and then double underscores. Usually there are no double __ in file name, but on Apple mobile devices the video filename is starting with digits following with two underscores, which will cause problems in JSON parser.
2023-01-27 18:39:51 +01:00
Udo Wessels 4ec706dd89 Merge branch 'master' into bug5127 2022-12-16 09:53:48 +01:00
service.tip.git abdd851acb [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: Ic4d3dc8ced2e5b3b827eadbad0e890813495817c
2022-12-15 16:19:24 +00:00
Udo Wessels aa43ee3d54 bug5127: extend video/audio upload on admin console - events to handle multi file upload --> under construction <-- 2022-12-13 10:34:36 +01:00
service.tip.git 1a67d75c2b [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: I35dc3bd044a8fda2042e52307f3d7f5fde0ec2cc
2022-12-08 16:15:24 +00:00
Udo Wessels a27b181404 Merge branch 'master' into bug5127 2022-11-21 17:04:37 +01:00
Niklas Opiela 59d34390a2 Changed Visibilities when no ssh key is entered and the wrong passphrase
is entered
2022-11-09 10:53:01 +01:00
Tim Hessenmüller 11b9b1b248 Merge remote-tracking branch 'origin/master' into bug5127 2022-09-22 13:29:07 +02:00
Axel Uhl 58b94f27f4 gwt-2.10.0 upgrade; entirely untested so far, only patched target platform, gwt projects and MANIFEST.MF files 2022-08-15 17:49:22 +02:00
Tim Hessenmüller 150c819888 Merge remote-tracking branch 'origin/master' into bug5127 2022-07-26 11:25:06 +02:00
Finn Huelsbusch d888c1fad9 added configuration for eclipse 2022-06 and updated the onboarding 2022-07-07 16:51:33 +02:00
Udo Wessels cbd99c791d bug5704: fixed inconsistency of button styles through whole application
- now btn-secondary style was introduced and default button style is therefore now still the old style (grey/orange design). Only if btn-primary or btn-secondary style is added, the new button style will be used.
- found hopefully all places on new - home like - places and added new styles.
- new button style is only set to gwt-DialogBox and therefore not on e.g. raceboard gwt-SplitLayoutPanel
2022-05-30 14:57:40 +02:00
Tim Hessenmüller 945f9da394 Merge remote-tracking branch 'origin/master' into bug5127 2022-04-14 17:17:08 +02:00
Udo Wessels 07be8cb88e bug5666: try to get PaywallResolver to LeaderboardSettingsDialogComponent. 2022-02-07 14:43:10 +01:00
Tim Hessenmüller 5d8157aa55 Merge remote-tracking branch 'origin/bug5127-2' into bug5127 2021-11-19 15:26:26 +01:00
Tim Hessenmüller d1499ec8fc URLFieldWithFileUpload manages List of URIs 2021-11-19 13:18:26 +01:00
Tim Hessenmüller ad6dec07ca bug5127: Unified two different event trigger mechanisms in URLFieldWithFileUpload 2021-10-29 17:09:59 +02:00
Udo Wessels 86fc8e4229 Fixed accepted file types for file upload component.
Accept field is now optional and can be set for each usage of URLFieldWithFileUpload individually.
2021-10-13 20:13:20 +02:00
Axel Uhl fef55723c6 Merge branch 'master' into bug5127 2021-08-24 10:57:15 +02:00
Udo Wessels c131aa7e5e Merge branch 'master' into bug5479 2021-08-09 16:45:40 +02:00
service.tip.git da4ad6f41c [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: I5c86e8c03941da1e0b3c941ed2b811598698ccb9
2021-07-15 15:17:17 +00:00
Udo Wessels 65b9cf9d08 Merge branch 'master' into bug5479 2021-06-21 19:48:18 +02:00
Axel Uhl 2c622e5b45 patched <!DOCTYPE projectDescription> into all project files to avoid info/warning in problems view about no grammar constraint 2021-06-19 12:45:03 +02:00
Udo Wessels 5e04eb3eaa bug5479: added percentage of upload progress to progress status spinner. 2021-05-31 20:43:52 +02:00
Udo Wessels 2c75e88e34 bug5479: Extended media type detection, added audio to capture definition (for mobile devices) of file input element and set start time of media to current time if tracking is not stoped or time line position as fallback. 2021-05-31 15:34:13 +02:00
Udo Wessels c3f075aadc bug5479: several changes.
- changed label title to name
- added autofill for name field (file name in case of upload)
- added reset button for name field (reset to empty)
- changed default timestamp to now instead of race start time
- added default media duration to 0 instead of empty field. Will cause in missing red duration indicator in timeline.
2021-05-17 21:16:30 +02:00
Udo Wessels 74694e08b1 Merge branch 'master' into bug5479 2021-05-10 20:55:50 +02:00
Udo Wessels 8a669ad7e8 bug5479: add label to add media button and exchange the file upload pulse effect with an overlay and loading animation.
- reason for exchange was the misleading pulsing, which indicated also an enforcement for the user to push the button.
2021-05-10 14:32:10 +02:00
Axel Uhl 0b86ae39d3 Merge remote-tracking branch 'origin/translation' into translation 2021-05-08 00:24:47 +02:00
service.tip.git 5197e1fb4a [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: Ibd8645ddd9205e8e5f7ecc29b30a9d8b59839cd0
2021-05-07 12:36:43 +00:00
Udo Wessels a7daa9327d bug5479: fixed styling problems and iPhone mov-file support
- exchanged long titles reset buttons with icons to fit to mobile device dimensions
- prettify input/button groups
- removed response message from delete the file from storage because it is already visible in input field and didn't work with youtube and vimeo urls.
- added some support for MOV files (quicktime) for iOS devices. Upload was not working.
- try to restrict upload to videos only for mobile devices. Added an attribute. Need be be tested on dev server.
2021-05-03 15:37:37 +02:00