Bertocq
|
2888c20489
|
Fix all Style/RedundantSelf rubocop issues
|
2017-07-05 11:55:52 +02:00 |
|
Bertocq
|
c9bc028524
|
Remove all unnecesary extra spacing and Layout/ExtraSpacing list from rubocop file
|
2017-06-28 14:12:51 +02:00 |
|
Bertocq
|
c4d90691b1
|
Fix all Layout/SpaceInLambdaLiteral rubocop issues and remove files from rubocop_todo list
|
2017-06-26 18:05:14 +02:00 |
|
Bertocq
|
e6dd33bd66
|
Fix all Layout/SpaceAfterComma issues and remove from rubocop_todo list
|
2017-06-26 17:57:53 +02:00 |
|
Bertocq
|
8d84ed712a
|
Fix all Rails/Validation rubocop issues and remove files from rubocop_todo list
|
2017-06-25 15:46:46 +02:00 |
|
kikito
|
f0b8cfd4a2
|
Time.now -> Time.current
|
2016-11-23 19:19:19 +01:00 |
|
kikito
|
dea1a28a69
|
purges simple_captcha
|
2016-04-27 16:07:47 +02:00 |
|
rgarcia
|
79c6a936bc
|
improves performance of admin summary
|
2016-04-26 16:12:09 +02:00 |
|
rgarcia
|
d51fe779e2
|
displays summary info for supported spending proposals
|
2016-04-26 15:13:53 +02:00 |
|
rgarcia
|
ab1216af3d
|
adds more info to admin summary for spending proposals
|
2016-04-26 14:47:44 +02:00 |
|
kikito
|
c1f5db1f1e
|
Fixes issue when evaluating feasible sps - the explanation should be required only for unfeasible ones
|
2016-04-25 14:55:59 +02:00 |
|
Juanjo Bazán
|
32f971f0ad
|
Merge pull request #1084 from consul/spending-proposals-summary
Spending proposals admin summary
|
2016-04-25 11:29:07 +02:00 |
|
rgarcia
|
de84480788
|
adds admin summary page for spending proposals
|
2016-04-22 15:03:46 +02:00 |
|
rgarcia
|
521172bc19
|
adds validation on feasible_explanation
|
2016-04-21 14:07:41 +02:00 |
|
Juanjo Bazán
|
11bcdf0211
|
changes reasons order, :not_voting_allowed first
|
2016-04-18 12:04:18 +02:00 |
|
Juanjo Bazán
|
e6a9cb4fcc
|
disable voting on sps if setting disabled
refactors hover messages on sps votes
|
2016-04-15 23:01:00 +02:00 |
|
kikito
|
d9ec2e2cf3
|
Calculates SP.total_votes using physical_votes
|
2016-04-15 17:16:35 +02:00 |
|
kikito
|
5fec3b9858
|
persists responsible name, even if the user is erased
|
2016-04-11 12:21:11 +02:00 |
|
kikito
|
61b2c087b6
|
changes the responsible_name from username to document_number
|
2016-04-08 17:45:20 +02:00 |
|
kikito
|
95b0e75427
|
Rename method
|
2016-04-06 19:27:18 +02:00 |
|
kikito
|
32a60515c6
|
updates the sp responsible_name when creating/editing a sp
|
2016-04-06 19:23:05 +02:00 |
|
kikito
|
e53de93bee
|
removes the prefix from spending_proposal_code
|
2016-04-04 18:16:27 +02:00 |
|
kikito
|
3eca6b31bd
|
changes the format of the Spending proposal code
|
2016-04-04 14:14:10 +02:00 |
|
Juanjo Bazán
|
cb681883f8
|
adds pg_search to spending proposals
|
2016-03-30 10:59:27 +02:00 |
|
kikito
|
ee4c6dd267
|
merges with master
|
2016-03-29 17:44:16 +02:00 |
|
rgarcia
|
ed1ec1c553
|
adds votes to spending proposals
|
2016-03-29 14:53:46 +02:00 |
|
Juanjo Bazán
|
4ddb778bed
|
refactors scopes and methods used only in admin
|
2016-03-29 14:12:19 +02:00 |
|
Juanjo Bazán
|
63e8950d6c
|
adds scopes for feasible values to spending props
|
2016-03-29 13:36:40 +02:00 |
|
rgarcia
|
cfe7593288
|
updates method name to be more accurate
|
2016-03-28 18:43:56 +02:00 |
|
rgarcia
|
57299ec968
|
adds rake task to send current unfeasible spending proposals
|
2016-03-28 18:26:09 +02:00 |
|
rgarcia
|
467c06c3ca
|
allows unfeasible emails only to be send out once
|
2016-03-28 18:06:43 +02:00 |
|
rgarcia
|
8a8f062398
|
updates investment project code
|
2016-03-28 16:37:16 +02:00 |
|
rgarcia
|
50b1571126
|
adds code to spending proposals
|
2016-03-28 12:16:08 +02:00 |
|
rgarcia
|
9aaeb23e7f
|
sends an email for unfeasible spending proposals
|
2016-03-28 12:16:07 +02:00 |
|
kikito
|
769780e2cd
|
Implements SpendingProposal.filter_params(params)
|
2016-03-14 18:23:10 +01:00 |
|
rgarcia
|
4e4f3ea922
|
refactors scopes for spending proposals
|
2016-03-08 14:40:25 +01:00 |
|
rgarcia
|
e586a1df58
|
fixes conflicts with master
|
2016-03-08 14:31:18 +01:00 |
|
rgarcia
|
cd8cbef389
|
adds filtering of tags for spending proposals
|
2016-03-08 13:57:58 +01:00 |
|
rgarcia
|
951505ce7d
|
admins can tag spending proposals
|
2016-03-08 12:40:35 +01:00 |
|
Juanjo Bazán
|
cd58ae85f8
|
adds by_valuator search method to SpendingProposal
|
2016-03-04 20:19:42 +01:00 |
|
Juanjo Bazán
|
fb5e2beb54
|
adds new filters to admin valuations
|
2016-03-03 19:02:13 +01:00 |
|
rgarcia
|
6281f4195b
|
cleans up
|
2016-03-02 01:04:24 +01:00 |
|
rgarcia
|
ec25b388c7
|
adds filtering of spending proposals by admin
|
2016-03-01 20:10:57 +01:00 |
|
Juanjo Bazán
|
9eea8fd4a9
|
adds valuation status filtering to admin
|
2016-02-26 11:45:29 +01:00 |
|
Juanjo Bazán
|
43635f41b0
|
adds without_validators filter
|
2016-02-25 18:43:35 +01:00 |
|
Juanjo Bazán
|
0e1e0ce371
|
adds filters: by geozone and without_admin
|
2016-02-25 18:18:40 +01:00 |
|
Juanjo Bazán
|
34239d8478
|
creates new fields and assignments for spending_ps
|
2016-02-24 18:52:15 +01:00 |
|
Juanjo Bazán
|
00eec532a6
|
removes resolution status from spending proposals
|
2016-02-24 18:50:39 +01:00 |
|
rgarcia
|
7699b99655
|
allows authors and admins to view their spending proposals in my activity
|
2016-02-21 18:02:55 +01:00 |
|
rgarcia
|
5067af3899
|
displays spending proposal association name
|
2016-02-20 20:16:13 +01:00 |
|