Skip to content

Commit

Permalink
Merge pull request #344 from coopdevs/develop
Browse files Browse the repository at this point in the history
Release v1.5.0
  • Loading branch information
sauloperez committed Apr 9, 2018
2 parents 6f091fd + 7c347e9 commit 50932d6
Show file tree
Hide file tree
Showing 18 changed files with 51 additions and 371 deletions.
11 changes: 5 additions & 6 deletions CONTRIBUTING.md
@@ -1,17 +1,16 @@
Read this in English:
[CONTRIBUTING.en.md](https://github.com/coopdevs/timeoverflow/blob/master/CONTRIBUTING.en.md)
:globe_with_meridians: Read this [in English](docs/CONTRIBUTING.en.md)

# Contribuciones

¿Has encontrado algún bug? ¿Quieres colaborar?

Proceso:
* Abrir un hilo en [discourse](http://community.coopdevs.org/) para aclarar si es un bug o una feature :wink:
* Una vez aclarado el bug y detectado los pasos para reproducirlos se crearia una issue en GH con enlaze al hilo original en discourse
* Pull request que resuelve la issue
* Reportar en el hilo de discourse que el bug ha sido resuelto con enlace a PR
* Una vez aclarado el bug y detectado los pasos para reproducirlos se crearia una issue en GH con enlaze al hilo original en discourse.
* Pull request que resuelve la issue.
* Reportar en el hilo de discourse que el bug ha sido resuelto con enlace a PR.

Visita [la guia para empezar a desarrollar para timeoverflow](https://github.com/coopdevs/timeoverflow/wiki/Getting-started)
Visita [la guía para empezar a desarrollar para timeoverflow](https://github.com/coopdevs/timeoverflow/wiki/Getting-started).

## Contribuir con traducciones

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby '2.3.0'
ruby File.read('.ruby-version').strip

gem 'rails', '~> 4.2'
gem 'rails-i18n'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -189,7 +189,7 @@ GEM
i18n (~> 0.4)
json
rest-client
loofah (2.2.0)
loofah (2.2.2)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.0)
Expand Down Expand Up @@ -245,8 +245,8 @@ GEM
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rails-i18n (4.0.3)
i18n (~> 0.6)
railties (~> 4.0)
Expand Down
38 changes: 9 additions & 29 deletions README.md
@@ -1,6 +1,7 @@
# TimeOverflow [![Build Status](https://travis-ci.org/coopdevs/timeoverflow.svg)](https://travis-ci.org/coopdevs/timeoverflow) [![Code Climate](https://codeclimate.com/github/timeoverflow/timeoverflow/badges/gpa.svg)](https://codeclimate.com/github/timeoverflow/timeoverflow) [![Dependencies](https://gemnasium.com/coopdevs/timeoverflow.svg)](https://gemnasium.com/coopdevs/timeoverflow)
# TimeOverflow [![Build Status](https://travis-ci.org/coopdevs/timeoverflow.svg)](https://travis-ci.org/coopdevs/timeoverflow) [![Code Climate](https://codeclimate.com/github/timeoverflow/timeoverflow/badges/gpa.svg)](https://codeclimate.com/github/timeoverflow/timeoverflow)
#### www.timeoverflow.org
#### Read this in English: https://github.com/coopdevs/timeoverflow/blob/master/README.en.md

:globe_with_meridians: Read this [in English](docs/README.en.md)

:bank: :hourglass: Sistema de gestión de Banco de Tiempo. [Saber más sobre Bancos de Tiempo](http://www.bdtonline.org/)

Expand All @@ -9,7 +10,7 @@ de los miembros y la gestión de los Bancos de Tiempo. El modelo sobre el que se
que hacen uso de él y está preparado para poder albergar varios Bancos de Tiempo en una sola instalación, para ello cuenta
con tres niveles de privilegios: superadmin, admin (solo gestiona un Banco) y miembros de un Banco.

![Lista de usuarios](usuarios.png) ![Lista de ofertas](ofertas.png)
![Lista de usuarios](docs/usuarios.png) ![Lista de ofertas](docs/ofertas.png)

TimeOverflow está dividido en 2 grandes bloques:

Expand All @@ -36,33 +37,12 @@ de Tiempo y también tienen la posibilidad de consultar el extracto de su cuenta

# Contribuciones

## Únete al equipo de colaboradores!!

https://github.com/coopdevs/timeoverflow/blob/develop/CONTRIBUTING.md

## License

This is free and unencumbered software released into the public domain.
**Únete al equipo de colaboradores!**

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
:point_right: Más información [aquí](CONTRIBUTING.md).

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.
# Licencia

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
> The Unlicense
For more information, please refer to <http://unlicense.org/>
Puedes consultar la licencia [aquí](UNLICENSE).
127 changes: 0 additions & 127 deletions Vagrantfile

This file was deleted.

14 changes: 12 additions & 2 deletions app/assets/stylesheets/application.css.scss
Expand Up @@ -2,6 +2,9 @@
*= require_self
*/

@import "bootstrap-sprockets";
@import "bootstrap";

$bg-color: #f5f8fa;
$navs-bg-color: #1e1e1e;
$white: #ffffff;
Expand Down Expand Up @@ -89,6 +92,10 @@ html {

span.input-group-addon {
padding: 2rem 2rem 2rem 3rem;

@media (max-width: $screen-xs-min) {
display: none;
}
}

span.show-password {
Expand Down Expand Up @@ -304,7 +311,6 @@ table.users {
max-width: 100%;
}
}

}

@media print {
Expand Down Expand Up @@ -625,6 +631,10 @@ form .checkbox input[type="checkbox"] {
letter-spacing: 0.031rem;
margin-bottom: 2rem;
margin-top: 3rem;

@media (max-width: $screen-xs-min) {
display: none;
}
}

.material-icons {
Expand Down Expand Up @@ -654,7 +664,7 @@ form .checkbox input[type="checkbox"] {
}

form .checkbox input[type="checkbox"]:checked {
background-image: url(checked.png);
background-image: image-url('checked.png');
background-size: 100%;
}

Expand Down
3 changes: 0 additions & 3 deletions app/assets/stylesheets/libs.scss
Expand Up @@ -2,6 +2,3 @@
*= require jquery-ui
*= require select2
*/

@import "bootstrap-sprockets";
@import "bootstrap";
3 changes: 3 additions & 0 deletions app/views/users/show.html.erb
Expand Up @@ -21,6 +21,9 @@
<a href="https://www.gravatar.com" target="_blank">
<%= image_tag avatar_url(@user, 160) %>
</a>
<a href="https://www.gravatar.com" target="_blank" class="btn btn-link">
<%= glyph :pencil %> <%= t ".change_your_image" %>
</a>
<% else %>
<%= image_tag avatar_url(@user, 160) %>
<% end %>
Expand Down

0 comments on commit 50932d6

Please sign in to comment.