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
Benjamin Barth
058ab96f0e
Merge branch 'master' into bug4872
2021-05-03 11:22:38 +02:00
Udo Wessels
14658a1c15
Merge branch 'master' into bug5479
2021-05-02 15:54:10 +02:00
Udo Wessels
10d7d40f76
bug5479: rework on upload dialog in race board after review (Points 1, 2 and 5).
...
1. Raceboard-Mobile: Add success message after adding media successfully.
2. Raceboard-Mobile: Adjust handling of not supported media types ...
5. Raceboard: After deleting the file from media upload dialog, the dialog is going to an unstable status and it is possible to create a corrupted MediaTrack entry
2021-05-02 15:53:11 +02:00
Axel Uhl
019fd6be24
translation: moved _en.properties changes to .properties files; removed extra res/values-en* folders accidentally committed by LXLabs
2021-04-23 22:57:37 +02:00
service.tip.git
ac95acb627
[INTERNAL] Translation delivery: commit by LX Lab
...
Change-Id: Ie75de15a55aeb6801c8e52b82daf9e53112748f5
2021-04-22 15:22:43 +00:00
Dennis Aulenbacher
c7df2de052
bug5479: Code cleanup
2021-04-21 18:43:48 +02:00
Benjamin Barth
bc41471292
bug4872 What new dialogs: fixed on Home / added for AdminConsole
2021-04-19 11:28:36 +02:00
Georg Herdt
abdca9ffcb
prevent null pointer when no uri is provided
...
bug 5479
2021-04-19 10:48:50 +02:00
Georg Herdt
8fddd26aa9
Merge branch 'bug5479' of ssh://sapsailing.com/home/trac/git into bug5479
2021-04-19 09:44:44 +02:00
Georg Herdt
1901196cac
fix upload button style in admin console
...
bug 5479
2021-04-19 09:44:06 +02:00
Axel Uhl
b23cce6eec
Merge branch 'master' into bug5479
2021-04-17 00:00:56 +02:00
Georg Herdt
532accdce5
Fix compatibility issues with other dialogs: introduce parameter to toggle showing of URL after upload.
...
Fine tuning of getURL,getValue behaviour.
Use request object to silently delete previous uploads, this prevents unwanted onSubmitCompleted events. Compared to using form element to send delete request.
bug 5479
2021-04-16 17:18:10 +02:00
Georg Herdt
8f7b7ec447
remove commented lines
...
bug 5479
2021-04-16 13:04:50 +02:00
Georg Herdt
a95a7b7c65
delete uploaded file, when pressing cancel button
...
bug 5479
2021-04-16 12:15:39 +02:00