(no title)
dergachev | 2 years ago
We even taught several of our devs Ruby on Rails over the years to write various plugins. One of them quit to go try and work at Shopify, no less!
In the spirit of making my comments useful, here are the custom redmine plugins we built and maintain for ourselves:
https://github.com/evolvingweb/redmine_default_members - This plugin allows to create default members on project creation, based on Redmine groups.
https://github.com/evolvingweb/redmine_slack - This plugin allows to send notifications from your Redmine installation to Slack.
https://github.com/evolvingweb/redmine_atjs Redmine plugin that integrates At.js library to enable auto-completion based on issue titles, while editing wiki and issue pages.
https://github.com/evolvingweb/redmine_evolvingweb_extension... - bunch of random UX hacks we can’t live without. Some aren’t documented in the readme, including ability to search archived projects, and adding extra fields to redmine timesheet reports like Custom Fields on users.
https://github.com/evolvingweb/redmine_paste_text/ - integrates puppypaste.com functionality into Textile “wysiwyg” editor, allowing pasting HTML content (eg from emails) that gets automatically convert to textile
https://github.com/evolvingweb/redmine_easy_edit - allowing CMD/Ctrl + double clicking on rendered text (wiki body, issue comments, or issue description) to jump to edit page and scroll to source textile
https://github.com/evolvingweb/redmine_shortcuts - Simple Redmine plugin that provides keyboard shortcuts. (forked
https://github.com/davidegiacometti/redmine_shortcuts, simply to add ? shortcut for showing list of shortcuts, a la gmail)
https://github.com/evolvingweb/redmine_timesheet_filter_auto... - This plugins adds a super-powered autocomplete filter to time report filters so that you can filter by user, project and other available fields by simply autocompleting.
https://github.com/evolvingweb/redmine_mentions_suggestions - Extends https://www.redmine.org/plugins/redmine-mentions. The first user you mention in an issue comment will be suggested to set as assignee for the current ticket. You can uncheck the box to not change the assignee, otherwise, it will be assigned to this user.
https://github.com/dergachev/redmine_git_remote - Automatically clone and fetch remote git repositories
There’s a few others community plugins that we use:
https://projects.littlestreamsoftware.com/projects/redmine-m... - This plugin adds a wiki macro to make it easier to list the details of issues on a wiki page.
https://github.com/haru/redmine_wiki_extensions - Wiki Extensions is a plugin which adds several useful wiki macros to Redmine. - https://www.r-labs.org/projects/r-labs/wiki/Wiki_Extensions_...
https://github.com/twinslash/redmine_omniauth_google - This is a plugin for Redmine registration through google
https://github.com/savoirfairelinux/redmine-list-of-roles-me... - Show a list of all the members of a role grouped by project.
https://github.com/akiko-pusu/redmine_issue_templates - Plugin to generate and use issue templates for each project to assist issue creation.
https://github.com/peclik/clipboard_image_paste - Paste (cropped) image from clipboard as an attachment.
https://www.redmineup.com/pages/plugins/checklists - This is a issue checklist plugin for Redmine
http://redmineup.com/pages/plugins/agile - Scrum and Agile project management plugin for redmine (pro version)
https://github.com/alphanodes/additional_tags/ - bunch of hacks from alphanodes, no idea what they do
No comments yet.