Lobeo Bug Tracker Lobeo Bug TrackerLMS: Recently edited tasks http://www.dndnetworks.com/tracker/ 2014-02-10T14:51:46Z FS#776: [Core] Do not pre-process the scripts anymore 2014-02-10T14:51:46Z 2014-02-10T14:51:01Z
Do not pre-process the scripts anymore
Ferdinand http://www.dndnetworks.com/tracker/:776
FS#775: [Core] Add a equal method for the js function wrapper 2014-02-10T14:13:51Z 2014-02-10T13:35:39Z
Add a equal method for the js function wrapper
Ferdinand http://www.dndnetworks.com/tracker/:775
FS#774: [HttpServer] Add a rule in the firewall for windows to open the Http port 2014-02-10T08:25:01Z 2014-02-10T08:15:10Z
Add a rule in the firewall for windows to open the Http port
Ferdinand http://www.dndnetworks.com/tracker/:774
FS#773: [MS] Verify client side the entered email is correct when signing up 2014-02-06T15:32:32Z 2014-02-06T15:32:32Z
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)
Ferdinand http://www.dndnetworks.com/tracker/:773
FS#772: [HttpServerRoot] The redirection mapping service should work on all HTTP methods 2014-02-04T11:13:09Z 2014-02-04T11:12:10Z
The redirection mapping service should work on all HTTP methods, not only on GET
Ferdinand http://www.dndnetworks.com/tracker/:772
FS#756: [Core] Manage the reconnection to the MS in a better way 2014-01-30T15:56:55Z 2014-01-16T13:43:44Z
Manage the reconnection to the MS in a better way
Ferdinand http://www.dndnetworks.com/tracker/:756
FS#761: [Core] The connection to the MS should not be reset in case of StandardException 2014-01-30T15:55:34Z 2014-01-24T08:02:10Z
The connection to the MS should not be reset in case of StandardException
Ferdinand http://www.dndnetworks.com/tracker/:761
FS#771: [Emailer] Add some headers when sending an email 2014-01-30T15:51:12Z 2014-01-30T15:47:20Z
Add some headers when sending an email
Ferdinand http://www.dndnetworks.com/tracker/:771
FS#763: JSONUtils remove space char 2014-01-30T12:25:01Z 2014-01-26T01:31:57Z
replace all sb.append(", ") into sb.append(",")

just for optimization ;)
Guillaume http://www.dndnetworks.com/tracker/:763
FS#770: [Installer] Add a section Configuration into the install property file 2014-01-30T07:42:38Z 2014-01-30T07:41:53Z
Add a section Configuration into the install property file
Ferdinand http://www.dndnetworks.com/tracker/:770