Lobeo Bug Tracker http://www.dndnetworks.com/tracker/ Lobeo Bug TrackerLMS: Recently edited tasks 2014-02-10T14:51:46Z FS#776: [Core] Do not pre-process the scripts anymore http://www.dndnetworks.com/tracker/index.php?do=details&task_id=776 2014-02-10T14:51:46Z Ferdinand Do not pre-process the scripts anymore FS#775: [Core] Add a equal method for the js function wrapper http://www.dndnetworks.com/tracker/index.php?do=details&task_id=775 2014-02-10T14:13:51Z Ferdinand Add a equal method for the js function wrapper FS#774: [HttpServer] Add a rule in the firewall for windows to open the Http port http://www.dndnetworks.com/tracker/index.php?do=details&task_id=774 2014-02-10T08:25:01Z Ferdinand Add a rule in the firewall for windows to open the Http port FS#773: [MS] Verify client side the entered email is correct when signing up http://www.dndnetworks.com/tracker/index.php?do=details&task_id=773 2014-02-06T15:32:32Z Ferdinand 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)
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)]]>
FS#772: [HttpServerRoot] The redirection mapping service should work on all HTTP methods http://www.dndnetworks.com/tracker/index.php?do=details&task_id=772 2014-02-04T11:13:09Z Ferdinand The redirection mapping service should work on all HTTP methods, not only on GET FS#756: [Core] Manage the reconnection to the MS in a better way http://www.dndnetworks.com/tracker/index.php?do=details&task_id=756 2014-01-30T15:56:55Z Ferdinand Manage the reconnection to the MS in a better way FS#761: [Core] The connection to the MS should not be reset in case of StandardException http://www.dndnetworks.com/tracker/index.php?do=details&task_id=761 2014-01-30T15:55:34Z Ferdinand The connection to the MS should not be reset in case of StandardException FS#771: [Emailer] Add some headers when sending an email http://www.dndnetworks.com/tracker/index.php?do=details&task_id=771 2014-01-30T15:51:12Z Ferdinand Add some headers when sending an email FS#763: JSONUtils remove space char http://www.dndnetworks.com/tracker/index.php?do=details&task_id=763 2014-01-30T12:25:01Z Guillaume replace all sb.append(", ") into sb.append(",") just for optimization ;)
just for optimization ;)]]>
FS#770: [Installer] Add a section Configuration into the install property file http://www.dndnetworks.com/tracker/index.php?do=details&task_id=770 2014-01-30T07:42:38Z Ferdinand Add a section Configuration into the install property file