Commit Graph
64 Commits
Author SHA1 Message Date
Axel Uhl 876640460b more CR/LF changes
Change-Id: Ie2f54ff10fbe8f3583bc7e62186dc738c9c0c75d
2017-04-29 09:41:32 +02:00
Steffen Schaefer 7839416608 Updated GWT to version 2.8.1 2017-04-27 14:35:37 +02:00
Steffen Schaefer 58894af21f Consistently using JavaSE-1.8 as execution environment for all UI
projects
2017-04-25 13:42:37 +02:00
Axel Uhl a5ec8a8c51 moved replication-related interface methods from SailingService to new RemoteReplicationService, matching RemoteReplicationServiceAsync;
based on this, implemented replication warning dependent on whether RacingEventService is replicated, giving no
warning in case, e.g., only the SecurityService is replicated

Change-Id: I84c8520a64d1f51ba00666b41e8eed4ec6c00f7f
2016-12-27 14:23:16 +01:00
Axel Uhl 1d4d322e37 moved admin console ReplicationPanel to SSE, introducing ReplicationServiceAsync as new base interface for SailingServiceAsync used by ReplicationPanel
Change-Id: I2a037a4df84e823102d361ab8d757580a9d7febf
2016-12-27 12:37:30 +01:00
Axel Uhl 286adfd3b6 added i18n suppor tfor AdminConsole version display
Change-Id: Ibfa10707a346eba99adcc161c72bc4c7acfe8a02
2016-12-21 17:36:10 +01:00
Axel Uhl 0a18d0881b removed dependency of AdminConsolePanel to LoginPanel
Change-Id: I98765dc76b7a960c3c9151c2bead83955abe4817
2016-12-21 17:30:25 +01:00
Steffen Schaefer 05c2a1a7ec Added optional dependency to gwt-user to some UI bundles 2016-11-21 11:40:54 +01:00
Steffen Schaefer f427502080 Consistently using gwt-servlet 2.8 in all manifests and in feature.xml 2016-11-16 10:48:46 +01:00
Axel Uhl 7998ae7876 removed useless structure panelsFromWhichAtLeastOneTabWasRemoved
Change-Id: I248ff6c78662333f5e59a5fda3a6e0a1affa8147
2016-09-14 13:06:08 +02:00
Axel Uhl 216066b670 holding back selection when removing panels from admin console, firing at last
Change-Id: I5c78b391d8e7c0b018b55b8542bb1c885e2bf88a
2016-09-13 21:02:41 +02:00
Axel Uhl be765143d0 rolled back the split of AbstractEntryPoint.setTabPanelSize and .setAbstractTabPanelSize; using ResizeComposite instead
Change-Id: I11609ec2a072857eed4c1e868ce4b8d543a49514
2016-09-13 17:37:46 +02:00
Alexander Tatarinovich efb9e286a9 Bug 3494 - AdminConsole seems to unnecessarily reload data on logout
Change-Id: I37d8d7ba3293e81f2de676deb236d71c811a8ed3
2016-09-12 19:02:43 +03:00
Alexander Tatarinovich 0d6d43222b Bug 3638 - Render "Leaderboard groups" entries as links
Change-Id: I44a06ccdb42e4b432c4e9dbbce6d6e3352441d12
2016-08-30 18:32:32 +03:00
Benjamin Barth 6fbdc2bfb2 Fixed untranslated russian text in URLFieldWithFileUpload 2016-04-21 14:26:26 +02:00
Axel Uhl 01a6bfe931 using ScheduleFinally consistently for focus in DataEntryDialog
Change-Id: I2fb1eca588a0245088c4917f3271bf537865fad0
2016-03-04 15:49:07 +01:00
Steffen Schäfer b669ae1a7b Removed login control from the AdminConsole footer 2016-02-11 10:50:18 +01:00
Axel Uhl bfd33b20cd use parseStrict instead of parseLenient in URLFieldWithFileUpload; fixed <pre> wrapping by setting content type to text/html instead of application/json
Change-Id: I37852c582333b787e3a9ff8dfeef59e5703c1442
2016-01-08 11:23:32 +01:00
Axel Uhl 4164be88ce fixed i18n for image upload text 2015-10-26 17:53:44 +01:00
fmittag b43786d728 - Implemented loading and storing of a 'isStandaloneServer' attribute of a new SailingServerConfiguration domain object.
- Implemented a tab in the admin console for showing static server information and dynamic server configuration
- refactoring of static BuildVersion class into more generic ServerInfo class
2015-09-02 00:37:41 +02:00
fmittag 442cb8daa5 fix for bug 3057 - Validator for event image upload erroneously requests a URL after successful upload 2015-07-14 17:16:00 +02:00
fmittag 8c564fcc4c added 'onvaluechange' logic to URLFieldWithFileUpload to trigger validation in the dialog where such a composite is used 2015-06-05 18:09:53 +02:00
fmittag 96e5628ac2 added image create and image edit editors 2015-06-04 18:56:48 +02:00
Axel Uhl 43b5c971ee adjusted message texts for "uploaded file" instead of "uploaded image" only 2015-04-30 00:10:50 +02:00
Axel Uhl 6a1f3c0e17 consolidated imports 2015-04-29 13:02:51 +02:00
Axel Uhl ef1b348752 replaced remove icon by text to make button porpose clearer 2015-04-29 13:01:02 +02:00
fmittag 38471a80ce made the URLFieldWithFileUpload a composite and improved UI 2015-03-04 17:00:18 +01:00
Axel Uhl 28db671b1a addressing bug 2663 comment #9: the SafeHtmlBuilder.appendHtmlConstant does only accept full elements 2015-03-03 16:32:39 +01:00
Axel Uhl 56b75890d2 first working version of competitor image upload 2015-02-27 22:01:30 +01:00
Axel Uhl 6004065a27 fixed client for file upload 2015-02-27 18:29:19 +01:00
Axel Uhl 0c4794d41e implement file upload using a plain servlet with Apache multipart suppot, skipping confusing Jersey with FormDataParams that don't work 2015-02-27 18:19:13 +01:00
Axel Uhl e92a688be3 using Jersey Multipart 1.17.0 which is now consistent with our Jersey version 1.17.0 coming from the Eclipse Orbit 2015-02-27 17:40:41 +01:00
Axel Uhl 0a73a43983 fixed string message stuff for competitor dialog and file upload 2015-02-27 16:27:55 +01:00
Axel Uhl fda2a66dce on the way to a generic file storage service in the sailing gateway bundle; preparing for file upload from AdminConsole 2015-02-27 13:50:34 +01:00
Axel Uhl e6dfe7ea2c fixed how permissions are checked for showing admin console widgets 2015-02-23 15:32:22 +01:00
Axel Uhl 412735ebbe removed the AdminConsoleFeatures class which is no longer required 2015-02-18 23:57:04 +01:00
Axel Uhl 2f86e6c91a show a vertical tab as soon as the user has permissions to view at least one of the widgets contained 2015-02-18 23:50:14 +01:00
Axel Uhl 11960f6411 removed the no longer required SailingAdminConsoleFeatures which has been completely replaced by the Permission enum 2015-02-18 22:50:53 +01:00
Axel Uhl d142fec924 removed unused name property and NamedImpl inheritance from AdminConsoleFeature 2015-02-18 22:45:25 +01:00
Axel Uhl 87d11f969c added UserDTO.getAllPermissions(PermissionsForRoleProvider) which accepts the same provider as Shiro in the back-end 2015-02-18 22:22:22 +01:00
Axel Uhl 3511857662 made compileable again by fixing AdminConsoleFeatures and Permissions; probably could eliminate AdminConsoleFeatures as it now matches up with Permissions 2015-02-13 16:54:50 +01:00
Axel Uhl b4c6dd1eff moved to the use of permissions instead of roles for the AdminConsole; however, this will currently disable the effects of role ADMIN 2015-02-13 16:44:51 +01:00
Axel Uhl 98d5235b47 upgraded all Mongo-using bundles to 2.13.0 driver 2015-02-12 16:00:15 +01:00
Steffen Schaefer 49e0ff9bcc Merge branch 'master' into gwt-27-second-try
Conflicts:
	java/com.sap.sailing.feature/feature.xml
	java/com.sap.sailing.gwt.ui/SailingGWT Remote Profiling (Run-Mode
only).launch
	java/com.sap.sailing.gwt.ui/SailingGWT.launch
	java/pom.xml
2015-01-26 09:00:40 +01:00
Steffen Schaefer c789d85117 Updated to GWT 2.7 DOCTYPE 2015-01-16 09:18:34 +01:00
Papick Garcia Taboada 5843a42f2a Updated project metadata to gwt 2.7.0 version 2015-01-16 09:18:33 +01:00
fmittag d3811780f9 added SecureClientFactoryImpl as basis for all MVP based secure entrypoints
some cleanup of errorReporter usage in home entrypoint
fixed autoplay entrypoint
2015-01-13 12:10:51 +01:00
Axel Uhl fe2f10a20b harmonized the unwrapping of scroll panels in AdminConsolePanel 2014-11-11 21:15:07 +01:00
Axel Uhl 289899cf5e Merge branch 'bug2425' into bug2409 2014-11-11 21:10:32 +01:00
Axel Uhl c68523ee8a fixed another bug regarding the refresh of nested vertical/horizontal tab panels 2014-11-11 18:30:20 +01:00