Libera la versión 1.1.2
This commit is contained in:
parent
aad4fe0601
commit
3c294e8f1e
2 changed files with 29 additions and 112 deletions
137
README.md
137
README.md
|
@ -6,31 +6,37 @@ Rails framework.
|
||||||
More details can be found in the doc directory or on the official website
|
More details can be found in the doc directory or on the official website
|
||||||
http://www.redmine.org
|
http://www.redmine.org
|
||||||
|
|
||||||
|
|
||||||
# SuitePro
|
# SuitePro
|
||||||
|
|
||||||
En **SuitePro** concurren potencia y sencillez para planificar, compartir
|
En **SuitePro** concurren potencia y sencillez para planificar, compartir
|
||||||
conocimiento, prestar soporte a clientes y acelerar la productividad. SuitePro
|
conocimiento, prestar soporte a clientes y acelerar la productividad, apremiando
|
||||||
es **Redmine** con un conjunto de *plugins* y unas mínimas modificaciones para
|
la finalización de las tareas y manteniendo la información en un único sitio.
|
||||||
personalizarlo.
|
|
||||||
|
|
||||||
## A propósito del tema
|
**SuitePro** está instalado y operativo en https://suitepro.cillero.es
|
||||||
|
|
||||||
Se trata de una adaptación, permitida por la licencia de **RedmineUp**, del tema
|
## SuitePro es software libre
|
||||||
**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
|
SuitePro es **Redmine**, la conocida herramienta de gestión de proyectos y
|
||||||
|
seguimiento de peticiones basada en *Ruby on Rails*. Junto con un conjunto de
|
||||||
|
*plugins* y unas mínimas adaptaciones para personalizarlo.
|
||||||
|
|
||||||
|
Todo el software está disponible bajo los términos de la *GNU General Public
|
||||||
|
License v2* (GPL).
|
||||||
|
|
||||||
|
|
||||||
|
# Código fuente
|
||||||
|
|
||||||
|
* Repositorio: https://suitepro.cillero.es/projects/suitepro/repository
|
||||||
|
* GitLab: https://gitlab.com/manuelcillero/suitepro
|
||||||
|
|
||||||
|
## Plugins incluidos
|
||||||
|
|
||||||
### Redmine Additionals plugin
|
### Redmine Additionals plugin
|
||||||
|
|
||||||
* additionals 2.0.20
|
* additionals 2.0.20
|
||||||
* https://alphanodes.com/redmine-additionals
|
* https://alphanodes.com/redmine-additionals
|
||||||
* https://github.com/alphanodes/additionals.git
|
* https://github.com/alphanodes/additionals.git
|
||||||
* Con el siguiente archivo modificado para facilitar la versión de desarrollo:
|
|
||||||
```
|
|
||||||
additionals
|
|
||||||
|
|
|
||||||
+-- /Gemfile
|
|
||||||
```
|
|
||||||
|
|
||||||
### Redmine Checklists plugin (Light version)
|
### Redmine Checklists plugin (Light version)
|
||||||
|
|
||||||
|
@ -43,127 +49,34 @@ additionals
|
||||||
* ckeditor 1.1.5
|
* ckeditor 1.1.5
|
||||||
* https://www.redmine.org/plugins/redmine-ckeditor
|
* https://www.redmine.org/plugins/redmine-ckeditor
|
||||||
* http://github.com/a-ono/redmine_ckeditor
|
* http://github.com/a-ono/redmine_ckeditor
|
||||||
* Actualizado con la librería highlight.js 9.13.1 (https://highlightjs.org) sólo para los lenguajes requeridos (ver `config/ckeditor.yml`)
|
|
||||||
* Y actualizado con la vesión 4.11.2 de CKEditor (https://ckeditor.com/ckeditor-4/) incluyendo los componentes añadidos y una versión ampliada de `ckeditor-contrib\plugins\redmine` para gestionar mejor macros, enlaces a páginas y otros marcadores. Otros archivos modificados son:
|
|
||||||
```
|
|
||||||
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 Plugin
|
||||||
|
|
||||||
* glossary 0.9.2
|
* glossary 0.9.2
|
||||||
* https://www.r-labs.org/projects/rp-glossary/wiki/UsageEn
|
* https://www.r-labs.org/projects/rp-glossary/wiki/UsageEn
|
||||||
* https://github.com/torutk/redmine_glossary
|
* https://github.com/torutk/redmine_glossary
|
||||||
* Adaptado con modificaciones en los siguientes archivos:
|
|
||||||
```
|
|
||||||
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 Plugin
|
||||||
|
|
||||||
* private_wiki 0.2.0
|
* private_wiki 0.2.0
|
||||||
* http://www.redmine.org/plugins/redmine_private_wiki
|
* http://www.redmine.org/plugins/redmine_private_wiki
|
||||||
* https://github.com/BlueXML/redmine_private_wiki
|
* https://github.com/BlueXML/redmine_private_wiki
|
||||||
* Con los siguientes archivos modificados para corregir un problema de visualización (ver https://github.com/BlueXML/redmine_private_wiki/issues/2):
|
|
||||||
```
|
|
||||||
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 Q&A plugin
|
||||||
|
|
||||||
* questions 1.0.0
|
* questions 1.0.0
|
||||||
* https://www.redmine.org/plugins/redmine_questions
|
* https://www.redmine.org/plugins/redmine_questions
|
||||||
* http://www.redminecrm.com/projects/questions
|
* http://www.redminecrm.com/projects/questions
|
||||||
* Con el siguiente archivo actualizado para incluir traducciones pendientes:
|
|
||||||
```
|
|
||||||
redmine_questions
|
|
||||||
|
|
|
||||||
+-- /config/locales/es.yml
|
|
||||||
```
|
|
||||||
|
|
||||||
### Redmine Wiki Lists Plugin
|
### Redmine Wiki Lists Plugin
|
||||||
|
|
||||||
* wiki_lists 0.0.9
|
* wiki_lists 0.0.9
|
||||||
* http://www.r-labs.org/projects/wiki_lists/wiki/Wiki_Lists_en
|
* http://www.r-labs.org/projects/wiki_lists/wiki/Wiki_Lists_en
|
||||||
* https://github.com/tkusukawa/redmine_wiki_lists
|
* https://github.com/tkusukawa/redmine_wiki_lists
|
||||||
* Con los siguientes archivos añadidos para simplificar la cabecera de las listas de peticiones y mostrar un enlace al diagrama de Gantt si es una consulta personalizada:
|
|
||||||
```
|
|
||||||
redmine_wiki_lists
|
|
||||||
|
|
|
||||||
+-- /app/views/issues/_embedded_list.html.erb
|
|
||||||
|
|
|
||||||
+-- /config/locales/en.yml
|
|
||||||
|
|
|
||||||
+-- /es.yml
|
|
||||||
```
|
|
||||||
|
|
||||||
## Otros archivos del *core* modificados
|
|
||||||
```
|
## El tema de SuitePro
|
||||||
suitepro
|
|
||||||
|
|
Es una adaptación, permitida por la licencia de **RedmineUp**, del tema
|
||||||
+-- /app/controllers/wiki_controller.rb
|
**Circle** (https://www.redmineup.com/pages/es/themes/circle), ajustada al
|
||||||
| |
|
diseño de mi sitio web personal en https://manuel.cillero.es
|
||||||
| +-- /helpers/search_helper.rb
|
|
||||||
| |
|
|
||||||
| +-- /views/account/login.html.erb
|
|
||||||
| |
|
|
||||||
| +-- /issues/_changesets.html.erb
|
|
||||||
| |
|
|
||||||
| +-- /layouts/base.html.erb
|
|
||||||
| |
|
|
||||||
| +-- /repositories/_changeset.html.erb
|
|
||||||
| |
|
|
||||||
| +-- /welcome/index.html.erb
|
|
||||||
| |
|
|
||||||
| +-- /wiki/show.html.erb
|
|
||||||
|
|
|
||||||
+-- /config/locales/en.yml
|
|
||||||
| |
|
|
||||||
| +-- /es.yml
|
|
||||||
|
|
|
||||||
+-- /README.md (este mismo archivo, para documentación añadida)
|
|
||||||
```
|
|
||||||
|
|
|
@ -1558,6 +1558,10 @@ tr.changeset > td.comments {
|
||||||
tr.changeset > td.comments {
|
tr.changeset > td.comments {
|
||||||
padding-top: .7em;
|
padding-top: .7em;
|
||||||
}
|
}
|
||||||
|
body.controller-repositories.action-show tr.entry > td.comments {
|
||||||
|
font-family: monospace, Courier, Consolas, Menlo, "Liberation Mono";
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
body.controller-repositories.action-revision div.changeset-comments {
|
body.controller-repositories.action-revision div.changeset-comments {
|
||||||
padding: 0 20px 20px;
|
padding: 0 20px 20px;
|
||||||
margin-top: -10px;
|
margin-top: -10px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue