Giter Site home page Giter Site logo

redmine_documents_short's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

mjasin

redmine_documents_short's Issues

expand,collapse and filter categories>documents

Would be great fo filter out by category and show documents in categories expanded /collapsed in a tree line struct.

Filtering my multiselection and typing category or document name would be great.

Google Calendar

What plugin are you using to get Google Calendar in redmine?

Git clone command line outdated

Hi @smoreau,

I was testing your redmine plugin and got stuck with and old github sintaxe that took me a while to notice.

I've tried to open a PR with the fix but your repo wont allow it.

Please see if you can fix it.

Github no longer allows:
git clone git://github.com/smoreau/redmine_documents_short.git

You must use ssh or other supported path to download it. In my PR I would just replace the line above with:

git clone [email protected]:smoreau/redmine_documents_short.git

which uses ssh and works.

Also, if the documentation on redmine plugins directory is not the same consider fixing there too, please.

Thanks.

Flávio

Remove empty tooltip bubble if document has no description

Thank you for you plugin. It's great. It's probably how Redmine should display documents in the first place...

I have some document without description. Probably not ideal but it's a step better than having them in multiple folders on people's computers...

We like the tooltip bubbles but it shows empty bubbles when the documents have no description.

We don't have much experience in Ruby/Rails so making a fix there was a stretch... but we managed to do something in javascript. So we modified app/views/documents/index.html.erb and added some javascript just before the call to Opentip...

<script type="text/javascript">
// remove tooltip bubble if document has no description
$("a").each( function(){
        if($.trim($(this).attr("data-ot"))==="") {
                $(this).removeAttr("data-ot");
        };
});
// Create a style for all document Opentips
Opentip.styles.document = {
        extends: "dark",
        target: true,
        tipJoint: "top"
};

// Now set the style as default
Opentip.defaultStyle = "document";
</script>

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.