* 'design2015-user-management' of ssh://sapsailing.com/home/trac/git:
Adjusted UserManagement bootstraping
Added event class for UserManagement requests
Added class for isolated/wrapped places management
ssh://sapsailing.com/home/trac/git into design2015-user-management
* 'design2015-user-management' of ssh://sapsailing.com/home/trac/git:
Implemented first stub for tabbed user profile UI
# Conflicts:
# java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/desktop/app/DesktopClientFactory.java
# By Benjamin Barth (7) and Steffen Schaefer (2)
# Via Benjamin Barth
* 'design2015' of ssh://sapsailing.com/home/trac/git:
Adjusted style of shared ErrorMessage
Moved shared ErrorPlace into respective package and abstracted ErrorActivity implementations
Refactored Activity implementations to use convenience AsyncCallback imnplementation
Refactored AbstractActivityProxy implementation to use convenience AsyncCallback imnplementation
Added AsyncCallback implementations for consistant error handling in Activities and ActivityProxies
Fixed layout of mobile EventOverviewStage
Fixed mobile navigation for single regatta and series events
Updated main.gss in gwt.theme to the current state of gwt.ui
Merged SharedRessources of desktop and mobile to fix rendering issues of shared widgets
Conflicts:
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/desktop/places/event/AbstractEventActivity.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/desktop/places/event/EventActivityProxy.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/desktop/places/event/multiregatta/mediatab/MultiregattaMediaTabView.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/desktop/places/event/regatta/mediatab/RegattaMediaTabView.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/desktop/places/events/EventsActivity.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/desktop/places/events/EventsClientFactory.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/desktop/places/start/StartActivity.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/mobile/places/event/AbstractEventActivity.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/mobile/places/event/EventActivityProxy.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/mobile/places/series/SeriesActivity.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/mobile/places/series/minileaderboard/SeriesMiniOverallLeaderboardActivity.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/shared/places/searchresult/SearchResultActivity.java
* commit '5326464b190d6f1b9d81072e64596cc556cc0b1d':
removed FIXME comment; it was addressed by commit 52d9dc176e
fix for bug 3298: count a race for discarding only when the competitor has a score correction or a rank assigned at that time point
show control buttons in "Tracked Races" admin console panel again
* master: (98 commits)
Disabled the generig data mining RESTlet
Added the docu for the data mining RESTlets
Implemented a predefined query to get the sum of maneuvers per competitor
Added a dimension to get the amount of maneuvers for a race of a competitor
Added the distance sum query to the regatta queries
Made Distance json serializable and added a predefined query for the distance sum grouped by competitor name and leg type
Added average speed query for race of regatta to the RESTlets
Implemented "ensureInjected" behaviour and removed duplicate script injecting.
Cleaned DataMiningResource and added simple query for regattas
merge import consolidation
fixed merge accident: remove ssj.jar from simulator bundle's .classpath
save subtraction in BlastRandom.nextExponential();
correct relation of geometric and exponential distribution;
Cleaned the CompoundGroupKey
use java.util.Random for random number generation (used for wind pattern with gusts); remove library "ssj.jar";
Minor change in the DataMiningServer interface
removing reference to idangerous swiper from AutoPlay.html
removed idangerous.swiper.js which is not used anymore
removed jdom from xmlexport bundle's lib/ folder and acquire it from target platform instead
Added a predefined query for all races for testing
...