128 Commits

Author SHA1 Message Date
0fecd89ede Templates: rewrite some templates in eRB 2016-05-14 01:36:08 +02:00
05e4b2840c Drop a couple of deprecated partials 2015-12-31 13:51:11 +01:00
278f0d4dca [workaround] remove "data-toggle" => "dropdown" to avoid double click on dropdowns (more info: https://github.com/angular-ui/bootstrap/issues/2294) 2015-12-31 13:04:20 +01:00
5c5294ab05 Very beautiful login page - upgrade ruby and add slim 2015-05-27 18:21:14 +02:00
c00b4faaa0 New statistics view: all bank transfers 2015-05-06 18:51:03 +02:00
b53c565001 Fix for 'Mostrar selector de banco solamente si el usuario es miembro de varios bancos' 2015-05-06 17:55:40 +02:00
1cb4b36032 Renombrado por claridad 2015-04-22 17:45:10 +02:00
d06e3394cc Mostrar selector de banco solamente si el usuario es miembro de varios bancos 2015-04-22 17:36:57 +02:00
8de1f62696 Select from organizations of a user 2015-04-15 19:31:37 +02:00
fbb7d89afa Code style: helpers (except for a soon-to-be-removed users_helper 2015-01-12 01:08:40 +01:00
eb789692aa improving language chooser, closes #92 2014-12-03 01:39:55 +01:00
edcd081f2b Provide correct integration from front-page and I18n.
That is, just set the local and redirect back to where
you were.
2014-11-30 05:04:08 +01:00
7b29ed36b7 removed offers and inquiries link when not logged 2014-11-27 23:00:11 +01:00
68b8160d69 remove user from shared post action show in case no user logged in. Added menus to access offers and inquiries even if not logged in 2014-11-24 04:09:58 +01:00
b3e21b1548 small fixes after merge 2014-11-18 17:33:38 +01:00
161e230ba0 merge branc 'master' into statistics 2014-11-18 17:11:22 +01:00
69317fc642 Added rspec tests using capybara 2014-11-16 15:13:16 +01:00
380d3d5910 devise working in english and translations for home cat and engl 2014-11-14 18:54:36 +01:00
4887c437dc Let user choose language 2014-11-14 09:48:51 +01:00
c42b4f3f0d added language selection in home. Created base static page per language 2014-11-13 22:43:41 +01:00
96c6627ffa replace hardcoded literals with locale link 2014-11-12 08:32:43 +01:00
87983c0e1b Apply default filter of offers for Admin-tags menu 2014-11-02 12:59:43 +01:00
45f71ed0b2 Added checkboxes to filter offers vs inquiries 2014-11-02 09:23:06 +01:00
ce773e50de Added grouped view for tags and same used from admin menu 2014-11-02 09:12:02 +01:00
fd7e5495b5 change link in menu to proper index page. start looping to break tags alphabetically and in 3 columns 2014-11-02 09:12:02 +01:00
ea906aab23 Added helper method to group tags alphabetically. Added a hardcoded literal to locale file 2014-11-02 09:12:01 +01:00
303a15f0d2 Added new navbar menu to admin tags 2014-11-02 09:09:24 +01:00
64351b6934 Stats move to new controller 2014-10-29 22:04:06 +01:00
e52b8d3023 merge branch 'master' into statistics_menu_for_admin 2014-10-29 21:47:50 +01:00
16d4893b53 use locale for Entrar word 2014-10-18 14:07:08 +02:00
a6ea708800 remove offers dropdown 2014-10-03 18:42:02 +02:00
675d776f5d showing offers list as a dashboard 2014-08-19 18:21:16 +02:00
a35a208de9 showing offers list as a dashboard 2014-08-02 23:13:13 +02:00
14544b54ac Link new report to navbar 2014-07-09 20:35:06 +02:00
5c7103f329 added 'without offers' report 2014-06-19 22:20:52 +02:00
7649075b8c link new report on the menu 2014-06-19 21:32:32 +02:00
ff7f8a4086 dropdown menu for statistics 2014-06-18 20:21:57 +02:00
bba81ecf5d Added org list section for non-member users. 2014-05-22 21:10:40 +02:00
e63ba69bb8 Removed old index page. 2014-05-22 20:41:05 +02:00
f9beb689a0 Simple view for non-member users. 2014-05-22 20:37:42 +02:00
089cb37e3a Merge remote-tracking branch 'timeoverflow/master' into statistics_menu_for_admin
* timeoverflow/master: (31 commits)
  Añadido post-deploy callback para rollbar.
  added rollbar exception handler
  Whoopss.... ✂️
  Refactor.
  Whooops....
  Usa angular http y modal para los cambios de estado.
  Users helper:
  Permite a las acciones con PUT y devuelve ok si se hace en json
  Usa la función de promote en el link.
  Función 'promote', que lanza un modal de confirmación, hace la llamada y cambia el estad del usuario.
  Traducciones para usar en templates de angular
  Añadido directivas bootstrap para angular
  actions according to active/inactive user
  only list posts of active members
  inactive users only list for admins and inactive users profile marked as inactive
  activate/deactivate member with confirmation alert
  add active column to members
  correct translation promote/demote
  add link to current_organization in users index
  add new fields to views
  ...

Conflicts:
	app/views/layouts/application.html.haml
2014-05-22 01:37:06 +02:00
13e0b381bf Merge branch 'master' into organization_profile
* master: (24 commits)
  Añadido post-deploy callback para rollbar.
  added rollbar exception handler
  Whoopss.... ✂️
  Refactor.
  Whooops....
  Usa angular http y modal para los cambios de estado.
  Users helper:
  Permite a las acciones con PUT y devuelve ok si se hace en json
  Usa la función de promote en el link.
  Función 'promote', que lanza un modal de confirmación, hace la llamada y cambia el estad del usuario.
  Traducciones para usar en templates de angular
  Añadido directivas bootstrap para angular
  actions according to active/inactive user
  only list posts of active members
  inactive users only list for admins and inactive users profile marked as inactive
  activate/deactivate member with confirmation alert
  add active column to members
  correct translation promote/demote
  by default users sort by id asc
  keep filter to change the page and back
  ...

Conflicts:
	app/views/users/index.html.haml
	config/locales/es.yml
	db/schema.rb
2014-05-22 01:29:34 +02:00
d6242a94ea Update index.html.haml 2014-05-06 21:58:28 +02:00
e51543ffcb literal translates and translation to 'es' 2014-05-05 23:00:02 +02:00
3216d74949 statistics menu added 2014-04-18 08:58:01 +02:00
18683c14fc Hide reports menu from non-admin users 2014-01-20 01:20:20 +01:00
b331af6fcd Update index.html.haml 2014-01-03 09:53:54 +01:00
b6c881ba35 Added sign in link to index page 2014-01-01 19:00:05 +01:00
d490230ced Put back reports in the app. 2013-12-30 18:40:11 +01:00
e60eda8704 Correct logout path 2013-12-27 19:51:53 +01:00