All Projects → Restream → Redmine_my_page_queries

Restream / Redmine_my_page_queries

Redmine My Page Queries

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to Redmine my page queries

redmine user specific theme
Redmine user specific theme plugin
Stars: ✭ 30 (-43.4%)
Mutual labels:  redmine
Redmine Theme Gitmike
This is github-like theme for Redmine.
Stars: ✭ 333 (+528.3%)
Mutual labels:  redmine
Redmine impersonate
Redmine plugin allowing administrators to login as any user with a single click.
Stars: ✭ 22 (-58.49%)
Mutual labels:  redmine
redmine issue checklist
Checklist Plugin creates simple checklists for Redmine issues. Downloaded from http://www.redminecrm.com/projects/checklist/
Stars: ✭ 55 (+3.77%)
Mutual labels:  redmine
Flatly light redmine
Flatly light redmine theme
Stars: ✭ 296 (+458.49%)
Mutual labels:  redmine
Redmine knowledgebase
A knowledgebase plugin for Redmine
Stars: ✭ 416 (+684.91%)
Mutual labels:  redmine
redmine-mylyn-plugin
Eclipse Mylyn integration for Redmine ( Eclipse Connector Plugin )
Stars: ✭ 71 (+33.96%)
Mutual labels:  redmine
Redmine bootstrap kit
A Redmine plugin which makes developing your own Redmine plugin easy ;)
Stars: ✭ 36 (-32.08%)
Mutual labels:  redmine
Redmine dashboard
This redmine plugin adds an issue dashboard that supports drag and drop for issues and support various filters and groups.
Stars: ✭ 322 (+507.55%)
Mutual labels:  redmine
Redmine github hook
Allow your Redmine installation to be notified when changes have been pushed to a Github repository.
Stars: ✭ 441 (+732.08%)
Mutual labels:  redmine
redmine-view-customize-scripts
Code examples for "Redmine View Customize Plugin"
Stars: ✭ 67 (+26.42%)
Mutual labels:  redmine
toggl2redmine
Import time from Toggl 2 Redmine.
Stars: ✭ 23 (-56.6%)
Mutual labels:  redmine
Purplemine2
A free Redmine theme for modern browsers
Stars: ✭ 440 (+730.19%)
Mutual labels:  redmine
redmine-vote on issues-plugin
Redmine Plugin Which Allows Users to Up- or Down-vote Issues
Stars: ✭ 17 (-67.92%)
Mutual labels:  redmine
Redmine digest
Send daily/weekly/monthly digest
Stars: ✭ 23 (-56.6%)
Mutual labels:  redmine
redmine-theme-minimalflat
Minimal and flat design Redmine theme.
Stars: ✭ 12 (-77.36%)
Mutual labels:  redmine
Php Redmine Api
A simple PHP Redmine API client, Object Oriented
Stars: ✭ 392 (+639.62%)
Mutual labels:  redmine
Docker Redmine
Docker Image for Redmine
Stars: ✭ 1,044 (+1869.81%)
Mutual labels:  redmine
Notify custom users
Email Notifications for Custom field with User type
Stars: ✭ 15 (-71.7%)
Mutual labels:  redmine
Python Redmine
Python Redmine is a library for communicating with a Redmine project management application
Stars: ✭ 440 (+730.19%)
Mutual labels:  redmine

Redmine My Page Queries

Build Status Code Climate

This plugin enhances My page screen in Redmine with the following blocks:

  • My custom queries block
  • Separate blocks for each query with either compact or extended view
  • Restore default button to reset the screen layout
  • Text block to add custom text

The initial author is ALVILA.

Compatibility

This plugin version is compatible with Redmine 3.x.

Installation

  1. To install the plugin

    • Download the .ZIP archive, extract files and copy the plugin directory into #{REDMINE_ROOT}/plugins.

    Or

    • Change you current directory to your Redmine root directory:

        cd {REDMINE_ROOT}
      

      Copy the plugin from GitHub using the following commands:

        git clone https://github.com/Restream/redmine_my_page_queries.git plugins/redmine_my_page_queries           
      
  2. Update the Gemfile.lock file by running the following commands:

      rm Gemfile.lock  
      bundle install 
    
  3. Restart Redmine.

Now you should be able to see the plugin in Administration > Plugins.

If you are upgrading Redmine from previous versions (prior to 2.0.0) and you want to save user settings related to custom queries on the My page screen, run the following command:

    rake my_page_queries:upgrade RAILS_ENV=production

Usage

This plugin enhances the My page screen with several useful blocks related to user's custom queries.

To add a block that displays all your queries, click Personalize this page, select My custom queries in the drop-down list and then click Add.
custom queries

To add a block with issues that match a particular query, select this query name in the My custom queries section of the drop-down list, and click Add.

The Queries from my projects section in the drop-down list contains all public filters created by other users based on your projects. The Queries from public projects section shows other public filters from public projects.

You can switch between a compact and extended view by clicking the corresponding links.
compact and extended view

To reset the layout of the My page screen, click Restore default.

Maintainers

Danil Tashkinov, github.com/nodecarter

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].