Projects table plugin
Added by Denis Peplin almost 12 years ago
Plugin that related to long living issue #2117: redmine-projects-table
Not really useful yet, just simple table.
If someone wants to add sorting/filtering functionality to this table, it probably will be easier to do with DataTables.
Replies (11)
RE: Projects table plugin - Added by Jan Niggemann (redmine.org team member) almost 12 years ago
Does this need anything special configuration? I just checked out master, migrated and tried in 2.2.0 but it doesn't work, the project page displays:The page you were trying to access doesn't exist or has been removed.
RE: Projects table plugin - Added by Denis Peplin almost 12 years ago
The folder of this plugin should be named projects_table
.
I've just added installation instructions to Github page: https://github.com/denispeplin/redmine-projects-table#installation
I've also added the screenshot: https://raw.github.com/wiki/denispeplin/redmine-projects-table/projects_table_0.0.1_1.jpg
RE: Projects table plugin - Added by Jan Niggemann (redmine.org team member) almost 12 years ago
Than you, it works after renaming - now I'm waiting for a good layout ;-)
RE: Projects table plugin - Added by Denis Peplin almost 12 years ago
I don't think that current layout is bad in general :)
New screenshot: https://raw.github.com/wiki/denispeplin/redmine-projects-table/projects_table_0.0.2_1.png
Now subprojects are displayed differently.
RE: Projects table plugin - Added by Jan Niggemann (redmine.org team member) almost 12 years ago
Nah, now that sub-projects are displayed differently it's actually quite good! :-)
RE: Projects table plugin - Added by Jan Niggemann (redmine.org team member) almost 12 years ago
I spotted an issue:
If the project description is formatted (i.e. wiki-style headings, footnotes, ...), the formatting gets lost.
RE: Projects table plugin - Added by Denis Peplin almost 12 years ago
It is better to post issues on Gitub: https://github.com/denispeplin/redmine-projects-table/issues
RE: Projects table plugin - Added by Jan Niggemann (redmine.org team member) almost 12 years ago
Done :-)
RE: Projects table plugin - Added by Denis Peplin almost 12 years ago
Implemented.
BTW, does anybody know how to submit plugin to Redmine plugin's catalog? It surprisingly hard to find that information.
RE: Projects table plugin - Added by Dhanasingh Krishnapandian almost 12 years ago
login with your userid/paswd
then go to http://www.redmine.org/plugins
you will a link 'Register a new plugin' at the top
Dhanasingh
RE: Projects table plugin - Added by Denis Peplin almost 12 years ago
Thanks, registered.
Another offtopic question: is there any standard ways to test plugin with different Redmine's version to determine which versions it compatible with?
I know that it works with current Redmine source from Github and don't work with version 2.0.3.