CoreBOSBB
NEED HELP: testing two big changes - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Development (https://discussions.corebos.org/forumdisplay.php?fid=18)
+--- Forum: coreBOS Development (https://discussions.corebos.org/forumdisplay.php?fid=4)
+---- Forum: coreBOS (https://discussions.corebos.org/forumdisplay.php?fid=5)
+---- Thread: NEED HELP: testing two big changes (/showthread.php?tid=441)



NEED HELP: testing two big changes - joebordes - 09-25-2016

I just finished adding two big changes to coreBOS

Update ADODB: https://github.com/tsolucio/corebos/pull/97

MySQL 5.7 strict mode support
https://github.com/tsolucio/corebos/commit/46425e6a7e0188eb73afd508e1d39bad6ebdbd39
https://github.com/tsolucio/corebos/commit/2867c49d20a81b10a531aba3cf13ede339271f1b
https://github.com/tsolucio/corebos/commit/bd28bcbb0f1100aa569e27f66dc4021405eb638b

I have been throughly testing these this past week before I released them. I think we got it right but I would really appreciate that anybody who could test them some more and get back to us with any odd behavior do so before we start applying the changes to production.

Both of these changes are those that nobody sees unless they aren't done. In other words what you should be testing for is the EXACT same functionality, there is absolutely nothing new to see, it is all internal and the application should work exactly as it did before upgrading. Incredible as that may sound we do a lot of that type of work: you spend a week of your time changing the code just to keep it working the way it did. Technology is just fantastic! ;-)

In any case, most of the changes have gone in the line of field retrieval. Getting the right set of fields to show and save for each user.  That includes reporting.
Then we had to force numerical values so if you can test the Inventory modules that would be reassuring also.
Finally the login and audit tables needed changing so if you use those please do check.

Thanks for any help you can give.


RE: NEED HELP: testing two big changes - kapsule - 09-26-2016

Gran trabajo @joe. Era un cambio necesario para poder trabajar con las Ășltimas actualizaciones de OS.


RE: NEED HELP: testing two big changes - Guido1982 - 09-30-2016

Joe,

If I can find time, I'll surely test this.


RE: NEED HELP: testing two big changes - Guido1982 - 10-06-2016

I just got a VPS subscription. Want to test deploying a github controlled install there. If I get the time to do this, I'll test the install itself as well.