Tomás Girardi
Tomás Girardi
This issue was reported in jsdoc here: https://github.com/jsdoc3/jsdoc/issues/514; and solved with the following commit: https://github.com/jsdoc3/jsdoc/commit/f958ab0fd27914f4e4271907b922084e99f3bb04 However, the issue is still present in this template. I applied the patch in the...
Prevent doclet paths from being shortened twice. Solve: issue #23 (equivalent to jsdoc3/jsdoc#514) Based on: jsdoc3/jsdoc@f958ab0
Adds Accessors for: * Views * Tags Note: I have tested several methods for both accessors, but not all. Adds the following methods: * views.tickets (to request tickets from a...
Implements enhancements needed to give support for features mentioned on issue #19: scrollbar support on menu. Originally, using CSS, you could force the menu to have a max-height and use...
Passing the password as a command argument can lead to security issues (even MySQL throws a warning when you do it). One solution could be to allow the user to...