Giter Club home page Giter Club logo

theposer's Introduction

Features

  1. Overall changes of mantis look
  2. Custom company logo, company name and link to main website (will open in new window)
  3. Skins
  4. 3 different styles for header - Default (big logos), Small, And Tiny (see screenshots below)
  5. Custom CSS rules

For more info, screenshots of skins, etc. visit official plugin homepage http://agavestorm.com/the-poser-for-mantis/

How to install

  1. Copy ThePoser folder into plugins folder
  2. Open Mantis with browser
  3. Log in as administrator
  4. Go to Manage -> Manage Plugins
  5. Find ThePoser in the list
  6. Click Install

Screenshot Screenshot Screenshot

Licence

The MIT License (MIT)

Copyright (c) 2014 Agave Storm Inc. Canada, Toronto

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

theposer's People

Contributors

dregad avatar snowyurik avatar thomasperraudin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

theposer's Issues

Internal Server Error after installing ThePoser

In my company we have Mantis running in our machine. Version is 1.2.5 and Schema is 183.
I followed Installation instructions and when I clicked on Install, browser went to white.
Using Firebug I realized that Error 500 was raised.

Any idea?

ThePoser broken in IE standards mode

Maybe due to how IE blocks HTML Transitional pages, ThePoser is broken (excluding setting the logo). In compatibility view ThePoser works fine, but I can't set it to users since the server also has other sites that needs to implement standards view. Any thoughts on how I can improve this? (other than removing transitional declarations on every php page)

I'm using IE Edge (11.0.9600.17358)

Upgrade to 2.x

Not working in 2.5.x because of its dependency on MantisBT Core 1.2.0

Internal Server Error after installing ThePoser

We have Mantis running in our machine. Version is 1.2.5 and Schema is 183.
I followed Installation instructions and when I clicked on Install, browser went to white.
Using Firebug I realized that Error 500 was raised.

I have uploaded a piece of the log in following link: http://mural.uv.es/jumaru/error_log.txt

I hope we can clarify the reason I was not able to install the plugin.
Thanks

Supported version

Please, add to the README information about supported version of Mantis.

Error with SOAP

ThePoster work fine but there is an error 500 when i try to access mantis from Squash SC (http://www.squashtest.org):

"PHP Fatal error: require_once(): Failed opening required 'core/http_api.php' (include_path='{URL to Mantis}/mantis/core/:{URL to Mantis}/mantis/library:../../library') in {URL to Mantis}/mantis/plugins/ThePoser/ThePoser.php on line 2"

Squash SC using SOAP:
All requestes come from "{URL to Mantis}/api/soap/" and ThePoser.php try to include 'core/http_api.php' from "{URL to Mantis}/api/soap/core/http_api.php" on ThePoser.php line 2:
"require_once 'core/http_api.php';"

Just replace this line by this one and SOAP will work fine:
"$t_mantis_dir = dirname( dirname( dirname( FILE ) ) ) . DIRECTORY_SEPARATOR;
require_once $t_mantis_dir.'core/http_api.php';"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.