Skip to content
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

Open
Mondane opened this issue Oct 25, 2016 · 5 comments
Open

Add support for MantisBT 1.3.x #7

Mondane opened this issue Oct 25, 2016 · 5 comments

Comments

@Mondane
Copy link

Mondane commented Oct 25, 2016

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?

@Mondane
Copy link
Author

Mondane commented Oct 25, 2016

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.

@Mondane
Copy link
Author

Mondane commented Oct 25, 2016

Found out the plugin images weren't showing caused by a new .htaccess in the /plugins folder with these contents:

order allow,deny
deny from all

For now, I've fixed it using this contents:

order deny,allow
deny from all
allow from <your ip> 

@Mondane
Copy link
Author

Mondane commented Oct 25, 2016

Styling is not fully applied due to this error:

Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-3s4EdbIRodzowhevjFvOA9X3QjIFN+dhtZodnlGlhQM='), or a nonce ('nonce-...') is required to enable inline execution.

This is in Google Chrome 54.0.2840.59 (64-bit)

It seems, because of this, styling breaks on several agileMantis pages.

@Mondane
Copy link
Author

Mondane commented Apr 17, 2017

To disable the security policy, this extension can be installed on Google Chrome: https://chrome.google.com/webstore/detail/disable-content-security/ieelmcmcagommplceebfedjlakkhpden/related

@fmancardi
Copy link

I've found similar issue with edit_sprint.php, then I've created edit_sprint.js.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants