ZySpec Development
ZySpec Development
Extending the XoopsCaptcha class requires the getInstance() method be overloaded since the method is static and uses **CLASS** instead of using get_called_class(). If a new class extends XoopsCaptcha and then...
**Enhancement** Instead of hand coding the ./language/{language}/help pages it would be preferable to have something like \Xmf\Module\Admin methods to allow module developers to create the document(s) using class methods. The...
**_Enhancement_** The substr() method has the probability of "breaking" HTML entities passed into the method if the input string is longer than the $length param. It seems there's 3 potential...
Enhancement - Would like the ability for the module install/uninstall process to include the ability to interact with the Admin. There are instances where the install/uninstall could be enhanced by...
To help with developer debug, etc. it would be useful to include the jquery map files when available. Specifically the jquery.jgrowl.map and the jquery.form.min.js.map files in the xoops_lib/Frameworks/jquery/plugins folder. The...
**ENHANCEMENT** Propose adding new methods to the ModuleAdmin class in .\Frameworks\moduleclasses\moduleadmin\moduleadmin.php Adding two (2) new methods for the admin footer rendering/display to both standardize the admin footer and reduce "future"...
__Enhancement__ Add a 2nd parameter to formatURL() function to allow requesting a secure url. For backward compatibility function should return http as the default. ```php /** * formatURL() * *...
**_Enhancement_** To be consistent with other help file loading it would be beneficial to also allow a .tpl extension for the 'module_index' file too. in ./modules/system/help.php (around line 105) change:...
Not a critical issue but ./include/cp_header.php should use **require_once** instead of **include_once** when including mainfile.php. Mainfile contains critical code and it should _always_ be included.
`PS:writeText()` method uses the `imagepstext()` function which has been removed in PHP 7.0+