Roadmap for version alpha7 Expand all | Collapse all
96% of 201 tasks completed. 9 open tasks:
- FS#624 - [MS] The mssignout is called before the signin. Is it necessary Expand Collapse
-
The mssignout is called before the signin. Is it necessary ?
- FS#740 - [Wiki] http://dndnetworks.com/temp/lobbyjs.png to be changed Expand Collapse
-
http://dndnetworks.com/temp/lobbyjs.png -> resources
- FS#745 - [MS] Handle better the errors (ex: trying to connect a offline a Expand Collapse
-
Handle better the errors (ex: trying to connect a offline application)
- FS#746 - [MS] Lobeo does not work on IE 8 Expand Collapse
-
Lobeo does not work on IE 8
- FS#758 - [community] add user_id in message Expand Collapse
-
{
"mid": 51,
"content": "",
"username": "Guillaume",
"date": 1358169023000
}
please add the unique user id
{
"mid": 51,
"content": "",
"username": "Guillaume",
"user_id": 32323
"date": 1358169023000
}
- FS#760 - applications gray in lobeo.com but systray is green Expand Collapse
-
-when i instantiate an application it seems the connection is lost between the lob & master (applications gray in lobeo.com but systray is green)
-reconnect few seconds after
-log:
[22/01/2014 00:39:49,984] [Script-Thread-PhotoGallery.js] INFO com.lobeo.lms.script.handler.JavascriptFunctionImpl - Create a new JavascriptFunctionImpl
[22/01/2014 00:39:49,985] [Script-Thread-PhotoGallery.js] INFO com.lobeo.lms.script.api.File - Creating a file instance on thumbnails/DSC_0031_min.jpg
...
- FS#762 - [WTK] It seems the there is a call to notifyDisconnection to a u Expand Collapse
-
It seems the there is a call to notifyDisconnection to a user that is not connected
This occurs at the instantiation of an app
- FS#767 - [Installer Launcher] Removal of the browser inside the installer Expand Collapse
-
Removal of the browser inside the installer launcher
- FS#773 - [MS] Verify client side the entered email is correct when signi Expand Collapse
-
Verify client side the entered email is correct when signing up
pattern:
var ck_email = /^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i;
js:
var email="foo@bar.com"
ck_email.test(email)