Juanjo Bazán
7ec6c76298
Merge pull request #1316 from consul/signature-sheets-polish
...
Only stores alphanumeric characters of a signature's document number
2016-12-28 20:50:28 +01:00
rgarcia
25f34cdab9
Only stores alphanumeric characters of a signature's document number
2016-12-28 20:01:17 +01:00
Amaia Castro
28689a5a7d
Merge branch 'legislation-module-stable' into 27-answer-questions
2016-12-28 17:54:21 +01:00
Amaia Castro
525ad3ebd1
Merge branch 'master' into legislation-module-stable
2016-12-28 17:51:15 +01:00
Juanjo Bazán
f5b032cfbe
Merge branch 'master' into polls
2016-12-28 12:16:55 +01:00
rgarcia
113c4551aa
makes signatures aware of spaces between numbers and letter
2016-12-28 11:40:36 +01:00
kikito
6e5de228fd
fixes failing spec due to merge with master
2016-12-27 18:52:37 +01:00
Juanjo Bazán
454ae678e6
adds spec for user#poll_officer?
2016-12-27 18:51:38 +01:00
Alberto Miedes Garcés
9896804070
Fixes typo in spec
2016-12-27 18:30:35 +01:00
Juanjo Bazán
5ec12e4b5b
Merge branch 'master' into redux-polling
2016-12-27 18:22:06 +01:00
Amaia Castro
5e01b380cd
Legislation Answer model
2016-12-27 18:21:50 +01:00
Alberto Miedes Garcés
90ff84b6ef
Update API fields for Comment
2016-12-27 18:18:22 +01:00
Amaia Castro
04b23cfc7b
Merge branch 'master' into legislation-module-stable
2016-12-27 16:43:43 +01:00
kikito
9d97421b0e
Merge branch 'master' into budgets
2016-12-27 14:02:12 +01:00
Alberto Miedes Garcés
d4b049175c
Merge branch 'master' into api-dev-0.18.11
2016-12-26 12:55:17 +01:00
kikito
c6648ec39a
Fixes investment_spec and adds one more check for selected
2016-12-25 21:04:19 +01:00
Juanjo Bazán
89979e549f
adds search to Booth model
2016-12-23 19:06:55 +01:00
Amaia Castro
de5df61359
Legislation question comments spec
2016-12-23 15:40:52 +01:00
kikito
21f396faaa
Fixes budget model specs using :selected & automatic line denormalization
2016-12-23 15:23:31 +01:00
Amaia Castro
36399277ec
Legislation Process page
2016-12-22 11:23:49 +01:00
rgarcia
0deba76db1
adds specs
2016-12-21 18:46:38 +01:00
Juanjo Bazán
bc690748fd
adds dates validation to polls
2016-12-21 13:50:15 +01:00
Amaia Castro
d25d6c178c
Legislation Questions model and basic admin
2016-12-20 18:52:43 +01:00
rgarcia
b10dbd7cb5
adds specs
2016-12-20 18:00:36 +01:00
rgarcia
d09348ee49
adds specs
2016-12-20 16:46:20 +01:00
rgarcia
76723070e2
adds pending specs
2016-12-20 12:21:45 +01:00
kikito
d986702161
Activates and fixes specs in budget/ballot_spec
2016-12-15 18:19:55 +01:00
kikito
411cd674ff
Activates and refactors budget/ballot/line_spec
2016-12-15 18:18:49 +01:00
Amaia Castro
e4315f94c8
Merge branch 'master' into legislation-module-stable
2016-12-15 11:26:22 +01:00
Raimond Garcia
392f00cdbd
Merge pull request #1282 from amiedes/crud-geozones-PRs
...
[Finished] Allow admins to manage geozones
2016-12-14 19:25:17 +01:00
Amaia Castro
8c9cfa8b3f
Merge branch 'master' into legislation-module-stable
2016-12-14 11:48:28 +01:00
Alberto Miedes Garcés
db029964fa
Check geozone 'safe_to_delete' behavior as unit test instead of integration test
2016-12-13 18:38:13 +01:00
Alberto Miedes Garcés
efade39412
Added specs for User 'public_activity' scope
2016-12-13 14:40:22 +01:00
rgarcia
d7e73b8abb
fixes specs
2016-12-12 19:11:00 +01:00
rgarcia
39fd031780
adds specs
2016-12-12 19:11:00 +01:00
Juanjo Bazán
6aa96c4471
removes mentions to enquiries and deprecated code
2016-12-07 14:48:44 +01:00
Juanjo Bazán
45d26f6dee
refactors poll::voter
...
now belongs_to booth_assignment instead of to booth
2016-12-06 20:20:18 +01:00
Amaia Castro
e4fe499e66
DraftVersion base model and very basic admin pages
2016-12-06 12:10:20 +01:00
Amaia Castro
369804a2ba
Base Legislation::Process model and admin page
2016-12-05 13:24:23 +01:00
kikito
2a2179d0f3
Merge branch 'master' into budget
2016-11-28 11:41:49 +01:00
rgarcia
66f4289e9c
fixes conflicts with poll-questions
2016-11-28 11:18:32 +01:00
rgarcia
d3a35971cd
fixes spec
2016-11-24 20:37:03 +01:00
kikito
f0b8cfd4a2
Time.now -> Time.current
2016-11-23 19:19:19 +01:00
rgarcia
ceebae644f
removes question column from poll_questions
2016-11-22 11:41:10 +01:00
rgarcia
84bafa8107
adds specs for poll state
2016-11-21 11:19:03 +01:00
rgarcia
28e0c825f1
improves legibility of common abilities' spec
2016-11-18 20:10:58 +01:00
rgarcia
bb3c4c6399
adds consistency to ruby code style
...
Keep a blank line before and after private
Keep a blank line before and after protected
Remove extra empty line at class body end
Remove extra blank line
Add final newline
Use 2 (not 3) spaces for indentation
Use 2 (not 4) spaces for indentation
Remove space before comma
Add space after comma
Remove trailing whitespaces
Remove unnecessary spacing
Use snake_case for variable names
Do not use then for multi-line if
Remove unused block argument - i
Use the new Ruby 1.9 hash syntax
Remove unused assignment to variable
Indent when as deep as case
Align attributes
Align end with def
2016-11-15 11:18:43 +01:00
kikito
13238e6a84
Merge branch 'polling' into polling-questions
2016-11-14 14:02:31 +01:00
rgarcia
63ccac963a
adds booth backend for index, show, create and edit actions
2016-11-14 13:57:16 +01:00
rgarcia
6e6d2ac753
moves poll spec to poll folder
2016-11-14 13:56:49 +01:00