Julian Herrero
c9cdc72537
Use double quotes in config/
2019-03-15 10:29:07 +01:00
Julian Herrero
8510624692
Use double quotes in config/routes
2019-03-15 10:29:07 +01:00
Julian Herrero
a8d8d2cdf9
Use double quotes in config/initializers
2019-03-15 10:29:03 +01:00
Julian Herrero
9f21d9c64e
Use double quotes in app/mailers
2019-03-15 09:27:01 +01:00
Julian Herrero
b460c024f3
Use double quotes in app/helpers
2019-03-15 09:26:49 +01:00
Julian Herrero
d9eaea4ea0
Use double quotes in app/assets
2019-03-15 09:26:00 +01:00
Julian Nicolas Herrero
6012638597
Merge pull request #3353 from consul/default_custom_pages
...
[Backport] Default site customization pages
2019-03-14 18:36:38 +01:00
Julian Herrero
1e04643576
Adjust spec after changing welcome pages
...
Welcome pages no longer have classes or `span' tags.
They still have the 4 `li' tags, so we check for them.
2019-03-14 18:35:51 +01:00
Julian Herrero
ddca825f9f
Update spec after adding default pages
...
The spec was assuming there was only 1 custom page created in the
DB. With this change the spec will pass no matter how many custom
pages there are in the DB.
2019-03-14 18:35:51 +01:00
Julian Herrero
87be6f302c
Add default site customization pages
...
From now on these static pages:
`/privacy'
`/conditions'
`/accesibility'
`/help/faq'
`/welcome'
have been moved to the DB and can be modified easily by any
administrator in `/admin/site_customization/pages'
2019-03-14 18:35:51 +01:00
Julian Herrero
a0b8d076b7
Remove extra space
2019-03-14 18:34:55 +01:00
Alberto
f99a92a9ff
Merge pull request #3366 from consul/a11y-fixes
...
[Backport] Fix accessibility and HTML warnings
2019-03-14 14:08:00 +01:00
decabeza
88cae1424e
Add missing mobile social share message
2019-03-14 11:32:14 +01:00
decabeza
2d166cdeca
Replace spaces to %20 on whatsapp share url
...
This avoid have an invalid href with spaces.
2019-03-14 11:31:40 +01:00
decabeza
e2e29cd9bc
Replace summary to title on proposals social share message
2019-03-14 11:31:37 +01:00
decabeza
be8f2dca88
Remove unnecessary anchor link for finished budgets
2019-03-14 11:31:33 +01:00
decabeza
df68822111
Improve color contrast on leaflet map
2019-03-14 11:31:28 +01:00
decabeza
f7e327af09
Change label for search text
...
Label wraps input field to prevent error on missing label (hidden by CSS).
2019-03-14 11:31:21 +01:00
decabeza
cfe034d401
Show proposal question only if it is present
...
This prevent render an empty <h4> tag.
2019-03-14 11:31:12 +01:00
decabeza
5d62ab71ff
Add missing tr tags on users views
2019-03-14 11:30:59 +01:00
Raimond Garcia
41ec9c94b0
Merge pull request #3358 from consul/security
...
Bump Rails version to 4.2.11.1
2019-03-13 22:09:49 +01:00
voodoorai2000
5d76d0cafa
Bump Rails version to 4.2.11.1
...
There are two[1] security vulnerabilities in Rails version 4.2.11.
Updating to version 4.2.11.1 fixes these issues.
[1] https://groups.google.com/forum/#!topic/rubyonrails-security/pFRKI96Sm8Q
https://groups.google.com/forum/#!topic/rubyonrails-security/GN7w9fFAQeI
2019-03-13 21:21:09 +01:00
Alberto
3c313c9c52
Merge pull request #3334 from consul/admin-polish
...
Improve UX on admin section
2019-03-13 17:15:22 +01:00
decabeza
cfad56b872
Add rake to remove deprecated settings
2019-03-13 15:39:58 +01:00
decabeza
b31b65f246
Add link to proposal if question was created from a proposal
2019-03-13 15:35:31 +01:00
decabeza
a2eea842cb
Improve i18n on admin
2019-03-13 15:34:50 +01:00
decabeza
000819e928
Move create question to admin poll questions
...
Also move question actions to admin polls questions
2019-03-13 15:33:14 +01:00
decabeza
83e8d6035a
Remove questions link on admin polls menu
2019-03-13 13:33:49 +01:00
decabeza
74958fab02
Always show create question button on admin proposal show
2019-03-13 13:28:12 +01:00
decabeza
e7dd63e264
Fix hound warnigns on seeds
2019-03-13 13:19:17 +01:00
decabeza
e520a51d57
Replace default feature proposals to nil
2019-03-13 13:18:53 +01:00
decabeza
528a4b6e8e
Add default colours to admin banners
2019-03-13 13:17:42 +01:00
Alberto
1f9ebbc749
Merge pull request #3340 from consul/unfeasible-investment
...
[Backport] Show unfeasible budget investment messages only when valuation finished
2019-03-12 11:09:44 +01:00
Javier Martín
f9e4c86871
Merge pull request #3342 from consul/backport-cumulative_totals
...
Add cumulative totals to admin poll recounts list
2019-03-07 19:01:22 +01:00
Javi Martín
db6229e38e
Add specs for cumulative recounts totals
2019-03-07 02:09:17 +01:00
Juanjo Bazán
26d1024cfc
Add cumulative totals to admin poll recounts list
...
This commit backports commit AyuntamientoMadrid@90638672 and the changes
that code has been through:
* AyuntamientoMadrid@03371a71 removed daily recounts in the controller
* AyuntamientoMadrid@fe3492a7 removed daily recounts in the view
* AyuntamientoMadrid@aa59d995 replaced FinalRecount with TotalResult
* AyuntamientoMadrid@c40e8d79 replaced TotalResult with Recount
2019-03-07 02:09:17 +01:00
Javier Martín
b96e2d4510
Merge pull request #3343 from consul/backport-budget_poll_menu
...
Display 'Validate document' menu item only when applicable
2019-03-06 19:12:35 +01:00
rgarcia
151239924b
Display 'validate document' menu item only when applicable
...
We are trying to avoid Officers from forgetting to click the “Confirm
vote” button, which is necessary to keep track of who has voted a Poll
To do that, we are not displaying the menu item to go back to the next
person that wants to vote, until the Officer clicks the “Confirm Vote”
button or the “The user has decided not to vote” button
Note: Due to mobile version we have duplicate ids, so using classes for
the menu items to hide them without errors
Note2: We are only hidding the menu item, if there are votable polls,
otherwise the “Confirm vote” button does not appear, and there is no
way of going back to help the next person that wants to vote
2019-03-06 18:33:07 +01:00
rgarcia
8125d470de
Add methods to obtain polls votable by a user
2019-03-06 17:42:46 +01:00
decabeza
05e4c344f2
Improve feed image styles and move image to right
2019-03-06 13:08:35 +01:00
decabeza
0e1bf2188c
Remove unused verification offices url setting
2019-03-06 13:08:35 +01:00
decabeza
4641314bda
Reorder admin menu
2019-03-06 13:08:35 +01:00
decabeza
c553f373a1
Update i18n for admin custom categories description
2019-03-06 13:08:35 +01:00
Javier Martín
d80d270e69
Merge pull request #3339 from consul/backport-coffeescript_quotes
...
Use double quotes in CoffeeScript files
2019-03-06 12:36:39 +01:00
Javi Martín
b27855c1cf
Use double quotes in CoffeeScript files
...
As we do in the rest of the application.
Note we cannot add a rule enforcing double quotes because CoffeeScript
Lint does not have such rule.
2019-03-06 11:41:21 +01:00
Javi Martín
9e80c75032
Use string interpolation in CoffeeScript
...
We use it in Ruby, and it will make it easier to change all quotes to
double quotes in CoffeeScript files.
2019-03-06 11:41:21 +01:00
Javier Martín
cbc6ce44de
Merge pull request #3338 from consul/backport-coffeelint
...
Add CoffeeLint rules
2019-03-06 11:40:17 +01:00
Julian Nicolas Herrero
2f84d17cc9
Merge pull request #3155 from jaflutz/2824-options-display-results-polls
...
Enable options to show stats and results with any type of voter
2019-03-06 11:14:54 +01:00
decabeza
55a2bcb559
Show unfeasible budget investment messages only when valuation finished
2019-03-06 10:46:03 +01:00
Javi Martín
a6a6d50ac1
Remove trailing whitespaces
2019-03-05 21:50:13 +01:00