View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0017359 | mantisbt | plug-ins | public | 2014-05-20 04:06 | 2014-12-08 00:34 |
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.2.17 | ||||
| Target Version | 1.3.0-beta.1 | Fixed in Version | 1.3.0-beta.1 | ||
| Summary | 0017359: Errors when loading a plugin's page when its dependencies are not met | ||||
| Description | plugin.php checks that a plugin is registered, but not that it's successfully loaded. Consequently the page loads but is likely to trigger errors. | ||||
| Steps To Reproduce |
| ||||
| Tags | No tags attached. | ||||
|
Is the purpose of https://github.com/mantisbt/mantisbt/pull/179 to fix this? |
|
|
MantisBT: master 61118a18 2014-05-19 23:48 Details Diff |
Check that a plugin is loaded when accessing its pages A plugin can be registered yet fail to load for example due to unmet dependencies. Fixes 0017359 |
Affected Issues 0017359 |
|
| mod - core/constant_inc.php | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
| mod - plugin.php | Diff File | ||
|
MantisBT: master 506088e1 2014-06-02 00:41 Damien Regad Details Diff |
Various plugin-related fixes and enhancements - Check that a plugin is loaded when accessing its pages to prevent errors - Improved error messages - Simplified handling of MantisCore pseudo-plugin - Remove direct access to $g_plugin_cache global variable - Improved plugin file validation regex - No re-registration of previously registered plugins - Fixed data type issues in plugin API - Various code cleanup and whitespace fixes Fixes 0017359, 0017366, 0017368 |
Affected Issues 0017359, 0017366, 0017368 |
|
| mod - core/constant_inc.php | Diff File | ||
| mod - core/plugin_api.php | Diff File | ||
| mod - core/print_api.php | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
| mod - manage_plugin_page.php | Diff File | ||
| mod - plugin.php | Diff File | ||
| mod - plugin_file.php | Diff File | ||