mantisbt-plugins / source-integration

Source control integration plugin framework for MantisBT, including support for Github, Gitlab, Bitbucket, Gitea, Gitweb, Cgit, Subversion, Mercurial and more
http://noswap.com/projects/source-integration/
MIT License
181 stars 130 forks source link

Remove usage of non existent style.css #257

Closed atrol closed 6 years ago

atrol commented 6 years ago

@dregad I will merge tomorrow, or feel free to merge if there are not any objections from your side.

dregad commented 6 years ago

The CSS file was actually removed in 281382965437978e65ae8b29c375b912318085d1 as part of the modern UI conversion.

dregad commented 6 years ago

For the record: prior to this fix, the following error was logged in the Chrome console:

_Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://localhost/mantis/plugin_file.php?file=Source/style.css"._

This is due to plugin API returning an (HTML) error page: APPLICATION ERROR #2509 File "style.css" does not exist in Plugin "Source".