Bertocq
|
614ff79ba1
|
WIP
|
2017-09-26 13:53:43 +02:00 |
|
Senén Rodero Rodríguez
|
7b63f01a86
|
Use paperclip destroy function instead of setting object to nil.
|
2017-09-26 13:53:43 +02:00 |
|
Senén Rodero Rodríguez
|
4469aa9b32
|
Allow to remove budget investment image from edit image page to authors and administrators.
|
2017-09-26 13:53:42 +02:00 |
|
Senén Rodero Rodríguez
|
acc79cbe31
|
Add edit_image and update_image action to budget/investments controller.
|
2017-09-26 13:53:42 +02:00 |
|
Senén Rodero Rodríguez
|
515d6d7e70
|
Rename image_description column to image_title on budget investments.
|
2017-09-26 13:53:42 +02:00 |
|
Senén Rodero Rodríguez
|
673fc66011
|
Add budget investements images specs
|
2017-09-26 13:53:42 +02:00 |
|
taitus
|
7b88e63136
|
Add image to budget investments.
|
2017-09-26 13:53:42 +02:00 |
|
BertoCQ
|
feddc44267
|
Merge pull request #1922 from consul/rubocop
Rubocop 🤖 Cleanup
|
2017-09-26 10:19:47 +02:00 |
|
BertoCQ
|
73c47dcd0e
|
Merge pull request #1905 from wairbut-m2c/iagirre-autocomplete-tags
Iagirre autocomplete tags
|
2017-09-26 10:19:34 +02:00 |
|
Bertocq
|
91fcea03b1
|
Remove useless parentheses on new() call
|
2017-09-25 22:51:07 +02:00 |
|
Bertocq
|
5129fc83a8
|
Use next to go for next iteration instead than surrounding if
|
2017-09-25 22:47:03 +02:00 |
|
Bertocq
|
22822aa173
|
Fix Style/RedundantParentheses rubocop issues
|
2017-09-25 22:44:58 +02:00 |
|
Bertocq
|
ef038b30ac
|
Remove trailing comma in arguments
|
2017-09-25 22:30:29 +02:00 |
|
BertoCQ
|
aafd82542e
|
Merge pull request #1894 from consul/chore/rubocop
🤖 Rubocop fixes and config
|
2017-09-25 19:12:06 +02:00 |
|
iagirre
|
4db2584f87
|
The tags are suggested based on the entries the user makes.
Cambios para hacer commit:
modificado: app/assets/javascripts/tag_autocomplete.js.coffee
modificado: app/assets/stylesheets/autocomplete_overrides.scss
nuevo archivo: app/controllers/tags_controller.rb
modificado: app/models/abilities/common.rb
modificado: app/views/debates/_form.html.erb
modificado: app/views/proposals/_form.html.erb
modificado: config/initializers/acts_as_taggable_on.rb
modificado: config/routes.rb
modificado: spec/lib/acts_as_taggable_on_spec.rb
|
2017-09-21 18:21:45 +02:00 |
|
BertoCQ
|
34568567a3
|
Merge pull request #1885 from consul/chore/remove_final_recounts
Remove Poll Final Recounts, replace with Total Results
|
2017-09-20 23:00:03 +02:00 |
|
Bertocq
|
03ee43bfee
|
Use weeks instead of week for more than one
|
2017-09-20 16:07:53 +02:00 |
|
BertoCQ
|
d0528acb85
|
Merge branch 'master' into aperez-fix-for-issue-1848
|
2017-09-19 22:54:06 +02:00 |
|
BertoCQ
|
f67ba62c49
|
Merge branch 'master' into user-recomendations
|
2017-09-19 18:56:12 +02:00 |
|
Senén Rodero Rodríguez
|
6e3f9f9b32
|
Remove document cached_attachment value after destroy_upload action.
|
2017-09-19 17:30:40 +02:00 |
|
BertoCQ
|
e4abe0d75a
|
Merge pull request #1849 from rockandror/documentable-fix
Documentable fix
|
2017-09-19 17:07:25 +02:00 |
|
Bertocq
|
a3bf69e78d
|
Remove final result usage on admin poll officer assignments results
|
2017-09-19 01:13:04 +02:00 |
|
BertoCQ
|
87eeefff41
|
Merge pull request #1867 from consul/chore/rubocop_autocorrections
🤖 Rubocop autocorrections
|
2017-09-15 14:04:01 +02:00 |
|
Bertocq
|
7be1f0315e
|
Update Officing Polls final condition up to 2 weeks after poll ending
|
2017-09-15 12:37:42 +02:00 |
|
BertoCQ
|
87c99018e7
|
Merge branch 'master' into user-recomendations
|
2017-09-14 23:45:56 +02:00 |
|
Bertocq
|
e8d748a881
|
Add Poll Total recount to officing and admin
|
2017-09-14 15:33:58 +02:00 |
|
Bertocq
|
e4e78c8f16
|
Rubocop autocorrections
|
2017-09-14 15:08:35 +02:00 |
|
Bertocq
|
f7568a394f
|
Remove officing final recounts controller, spec and view
|
2017-09-14 13:39:21 +02:00 |
|
Bertocq
|
27d56ad104
|
Refactor officing polls #final method to be cleaner
|
2017-09-14 12:57:04 +02:00 |
|
Angel Perez
|
0b708397df
|
Add base controller for Admin:Poll controller
Fixes #1848
On branch aperez-fix-for-issue-1848
Changes to be committed:
new file: app/controllers/admin/poll/base_controller.rb
modified: app/controllers/admin/poll/booth_assignments_controller.rb
modified: app/controllers/admin/poll/booths_controller.rb
modified: app/controllers/admin/poll/officer_assignments_controller.rb
modified: app/controllers/admin/poll/officers_controller.rb
modified: app/controllers/admin/poll/polls_controller.rb
modified: app/controllers/admin/poll/questions_controller.rb
modified: app/controllers/admin/poll/recounts_controller.rb
modified: app/controllers/admin/poll/results_controller.rb
modified: app/controllers/admin/poll/shifts_controller.rb
|
2017-09-13 12:22:57 -04:00 |
|
Senén Rodero Rodríguez
|
4c225aac62
|
Remove document cached_attachment value after destroy_upload action.
|
2017-09-11 14:39:58 +02:00 |
|
BertoCQ
|
1ced54f0e3
|
Merge pull request #1835 from consul/1677-poll_questions_documents
Poll questions document and video
|
2017-09-11 00:08:31 +02:00 |
|
BertoCQ
|
dd02c83fa3
|
Merge branch 'master' into poll-shifts-search-officers
|
2017-09-11 00:07:12 +02:00 |
|
rgarcia
|
45d2fdd201
|
adds available booths
|
2017-09-08 21:59:54 +02:00 |
|
rgarcia
|
4527236284
|
adds searching for officers when creating shifts
|
2017-09-07 22:38:42 +02:00 |
|
Raimond Garcia
|
d01b1476fd
|
Merge pull request #1833 from rockandror/improve-community
Improve community
|
2017-09-07 11:11:55 +02:00 |
|
María Checa
|
9f2522c106
|
Merge branch 'master' into 1677-poll_questions_documents
|
2017-09-06 18:28:31 +02:00 |
|
taitus
|
9b6b57a24c
|
Remove all white spaces
|
2017-09-06 14:12:32 +02:00 |
|
taitus
|
64774b0d2d
|
Refactor topics controller. Add Common abilities. Add destroy action.
|
2017-09-06 13:30:12 +02:00 |
|
taitus
|
5ea16976f7
|
Refactor communities controller. Add missing specs on topics order.
|
2017-09-06 12:34:38 +02:00 |
|
rgarcia
|
618c6f8f36
|
uses method instead of db attribute to check for sms verification
|
2017-09-06 12:25:55 +02:00 |
|
María Checa
|
4af44a45a1
|
Documents upload for questions working
|
2017-09-06 12:00:46 +02:00 |
|
Raimond Garcia
|
2519f232ab
|
Merge branch 'master' into user-recomendations
|
2017-09-05 17:15:42 +02:00 |
|
Raimond Garcia
|
6f9d48f0eb
|
Merge branch 'master' into community
|
2017-09-05 15:40:03 +02:00 |
|
Raimond Garcia
|
eb4528eaa0
|
Merge branch 'master' into poll-shifts
|
2017-09-05 14:45:31 +02:00 |
|
taitus
|
5d22558c2b
|
Fix specs
|
2017-09-05 12:54:32 +02:00 |
|
taitus
|
e1a7f9c58c
|
Add community to Global Settings
|
2017-09-05 12:54:32 +02:00 |
|
taitus
|
54cf210b07
|
Fix rebase with master.
|
2017-09-05 12:53:37 +02:00 |
|
taitus
|
4539c5fa00
|
Refactor and tests.
|
2017-09-05 12:52:14 +02:00 |
|
taitus
|
a1d37fa6c4
|
Add order on topic index.
|
2017-09-05 12:51:08 +02:00 |
|