-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for MantisBT 1.3.x #7
Comments
Managed to get it running by changing this line in plugins/agileMantis/agileMantis.php $this->requires = array( "MantisCore" => "1.2.5" ); to $this->requires = array( "MantisCore" => "1.3.0" ); Now testing if all functionality works as expected. |
Found out the plugin images weren't showing caused by a new .htaccess in the /plugins folder with these contents:
For now, I've fixed it using this contents:
|
Styling is not fully applied due to this error:
This is in Google Chrome 54.0.2840.59 (64-bit) It seems, because of this, styling breaks on several agileMantis pages. |
To disable the security policy, this extension can be installed on Google Chrome: https://chrome.google.com/webstore/detail/disable-content-security/ieelmcmcagommplceebfedjlakkhpden/related |
I've found similar issue with edit_sprint.php, then I've created edit_sprint.js. |
I just upgraded my MantisBT from 1.2.19 to 1.3.2 and it turns out that agileMantis isn't loaded. Could you add support for the 1.3.x core?
The text was updated successfully, but these errors were encountered: