Lobeo Bug Tracker
http://dndnetworks.com/tracker/
Lobeo Bug TrackerLMS: Recently opened tasks2014-02-10T14:51:46ZFS#776: [Core] Do not pre-process the scripts anymore
http://dndnetworks.com/tracker/index.php?do=details&task_id=776
2014-02-10T14:51:46ZFerdinandDo not pre-process the scripts anymoreFS#775: [Core] Add a equal method for the js function wrapper
http://dndnetworks.com/tracker/index.php?do=details&task_id=775
2014-02-10T14:13:51ZFerdinandAdd a equal method for the js function wrapperFS#774: [HttpServer] Add a rule in the firewall for windows to open the Http port
http://dndnetworks.com/tracker/index.php?do=details&task_id=774
2014-02-10T08:25:01ZFerdinandAdd a rule in the firewall for windows to open the Http portFS#773: [MS] Verify client side the entered email is correct when signing up
http://dndnetworks.com/tracker/index.php?do=details&task_id=773
2014-02-06T15:32:32ZFerdinandVerify 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://dndnetworks.com/tracker/index.php?do=details&task_id=772
2014-02-04T11:13:09ZFerdinandThe redirection mapping service should work on all HTTP methods, not only on GETFS#771: [Emailer] Add some headers when sending an email
http://dndnetworks.com/tracker/index.php?do=details&task_id=771
2014-01-30T15:51:12ZFerdinandAdd some headers when sending an emailFS#770: [Installer] Add a section Configuration into the install property file
http://dndnetworks.com/tracker/index.php?do=details&task_id=770
2014-01-30T07:42:38ZFerdinandAdd a section Configuration into the install property fileFS#769: [HttpServer] The favicon seems not to be taken in account when there is a url mapping of /
http://dndnetworks.com/tracker/index.php?do=details&task_id=769
2014-01-29T16:34:38ZFerdinandThe favicon seems not to be taken in account when there is a url mapping of /FS#768: [Installer] The installation should not connect an external database in case of internal
http://dndnetworks.com/tracker/index.php?do=details&task_id=768
2014-01-29T16:11:23ZFerdinandThe installation should not connect an external database in case it is specified internal in the install.propertiesFS#767: [Installer Launcher] Removal of the browser inside the installer launcher
http://dndnetworks.com/tracker/index.php?do=details&task_id=767
2014-01-27T12:14:47ZFerdinandRemoval of the browser inside the installer launcher