Skip to content

twinslash/redmine_all_files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine all files plugin

Plugin for Redmine to view all project files.

Installation

Clone plugin's source code into /plugins application directory

git clone https://github.com/twinslash/redmine_all_files.git

Restart server.

Features

  • View all files for all projects in one place(v0.0.3).
  • View all project files in one place.
  • Files grouped by update date.
  • The icon for the appropriate file extension.
  • Possibility to jump into the container file.
  • Search by filename or filename and description(v0.0.2).
  • The sample files only from said containers(Documents, Issues, Project, Versions, WikiPages, News).

Changelog

  • 0.0.3 Added menu item "All files" into top menu(2013-03-21).
  • 0.0.2 Implemented search(2013-03-02).
  • 0.0.1 Base functionality(2013-02-28).

Uninstall

Remove /redmine_jquery_all_files directory from /plugins directory

cd redmine_application_path/plugins
rm -rf redmine_all_files

Restart server.

Dependencies