lp:~mugle-dev/mugle/ui

Created by Scott Ritchie and last modified
Get this branch:
bzr branch lp:~mugle-dev/mugle/ui
Members of MUGLE Developers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
MUGLE Developers
Project:
MUGLE
Status:
Merged

Recent revisions

167. By Scott Ritchie

Added suppression to the Type Safety warnings in the Getter classes for
casting the query results to a list. In the event that this type cast
fails, ClassCastException will be thrown - this will only happen in the
event something goes horribly wrong on the server end, which is why i
have suppressed the warning rather than throwing our own exception which
would be thrown to all clientside calls to the server

166. By Scott Ritchie

Patches bug #772918 - query results need to be a list
Also noticed new entries being created werent being made persistent in
the datastore so solved this to

165. By Prageeth Silva

RootPanel.get(String) causes issues if the widget is a child of another widget. This has been
fixed by using DOM.get(String).getElement().
The RHS panel now populates differently depending on the User.Role;
however, GuestService.getCurrentUserDetails() still throws an unexpected exception.

164. By Prageeth Silva

Issue with removing the error message (when the browser has javascript disabled) fixed.

163. By Scott Ritchie

Added functionality to get a blob from the server:
TODO:
 - Serve a dynamic page when an error is caught
 - Redirect the app to use this class when given urls starting with
   /game/

162. By Scott Ritchie

Fixed errors in AdminServiceAsync and DeveloperServiceAsync,
AdminService and DeveloperService now include methods inherited from
GuestService

161. By Scott Ritchie

changed UserGetter.getCurrentUser() to create the User in the datastore
if the current user doesnt exist yet. Went through and removed all
occurences of throws UserNotExists when using this method, and all
subsequent catches to handle this in the api serviceImplementations.

Implemented GuestServiceImpl using this

160. By Prageeth Silva

User (logged in - private view) side panel added.
Footer needs to be pushed down.

159. By Prageeth Silva

Due to query throwing unknown exception, it has commented out for now.

158. By Prageeth Silva

Missed modifications regarding LoginService renamed to ClientService.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:mugle
This branch contains Public information 
Everyone can see this information.

Subscribers