suitepro/README.md

4.5 KiB
Raw Blame History

Redmine

Redmine is a flexible project management web application written using Ruby on Rails framework.

More details can be found in the doc directory or on the official website http://www.redmine.org

SuitePro

En SuitePro concurren potencia y sencillez para planificar, compartir conocimiento, prestar soporte a clientes y acelerar la productividad. SuitePro es Redmine con un conjunto de plugins y unas mínimas modificaciones para personalizarlo.

A propósito del tema

Se trata de una adaptación, permitida por la licencia de RedmineUp, del tema Circle (https://www.redmineup.com/pages/es/themes/circle), para ajustarse al diseño de mi sitio web personal en https://manuel.cillero.es.

Plugins activos

Redmine Checklists plugin (Light version)

Redmine CKEditor plugin

redmine_ckeditor
   |
   +-- /assets/ckeditor/styles.js  (commit #856ca32d)
          |
          +-- /ckeditor-contrib/plugins/redmine/*
          |
          +-- /ckeditor-contrib/plugins/youtube/lang/es.js  (commit #02f57502)
                                           |
                                           +-- /plugins.js  (commit     "    )

Redmine Glossary Plugin

redmine_glossary
   |
   +-- /app/controllers/glossary_controller.rb
   |   |
   |   +-- /helpers/glossary_helper.rb
   |   |       |
   |   |       +-- /glossary_styles_helper.rb
   |   |
   |   +-- /views/glossary/_index_in_category.html.erb
   |         |        |
   |         |        +-- /_show_all_in_category.html.erb
   |         |        |
   |         |        +-- /_show_one.html.erb
   |         |        |
   |         |        +-- /_sidebar.html.erb
   |         |        |
   |         |        +-- /index.html.erb
   |         |
   |         +-- /glossary_styles/_form.html.erb
   |                         |
   |                         +-- /_search.html.erb
   |
   +-- /config/locales/es.yml

Redmine Private Wiki Plugin

redmine_private_wiki
   |
   +-- /app/views/private_wiki_management_views/_body_bottom.html.erb
   |         |
   |         +-- /wiki/date_index.html.erb
   |
   +-- /assets/stylesheets/private_wiki.css
   |
   +-- /config/locales/en.yml
   |              |
   |              +-- /es.yml
   |              |
   |              +-- /fr.yml
   |
   +-- /lib/wiki_patches/application_helper_patch.rb

Redmine Q&A plugin

Redmine Wiki Lists Plugin

redmine_wiki_lists
   |
   +-- /app/views/issues/_list.html.erb
   |
   +-- /config/locales/en.yml
                  |
                  +-- /es.yml

Otros archivos del core modificados

suitepro
   |
   +-- /app/controllers/wiki_controller.rb
   |   |
   |   +-- /helpers/search_helper.rb
   |   |
   |   +-- /views/account/login.html.erb
   |         |
   |         +-- /layouts/base.html.erb
   |
   +-- /config/locales/en.yml
   |              |
   |              +-- /es.yml
   |
   +-- /README.md  (este mismo archivo, para documentación añadida)