forked from alantrick/redmine_sql_reports
-
Notifications
You must be signed in to change notification settings - Fork 0
Allows the creation of reports using arbitrary SQL
License
cnarros/redmine_sql_reports
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
= SQL Reports for Redmine == Introduction This is a plugin written for Redmine that allows the display of arbitrary SQL queries. At the moment, it only displays those queries, there is no way to create or edit them. Also, BIG FAT WARNING. By using this module, it is very possible to create security problems. Reports are visible to all authenticated users, regardless of whether they would normally be able to view the content or not. Be careful about the SQL code you put in your queries. == License See the COPYING file. == Installation $ cd vendor/plugins/ $ git clone git://github.com/alantrick/redmine_sql_reports.git $ cd redmin_sql_reports # may need $ export RAILS_ENV="production" $ rake db:migrate_plugins == Update Assuming installation instructions above were followed. $ cd vendor/plugins/redmin_sql_reports $ git pull # may need $ export RAILS_ENV="production" $ rake db:migrate_plugins
About
Allows the creation of reports using arbitrary SQL
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published