María Checa
e9d73eb687
Fix max_per_heading filter in Admin budget investments list
...
Also changed the name of the param to `min_total_supports`, which is more descriptive on what it actually does.
Backport of 75f20d5 and 07f0806 from AyuntamientoMadrid/consul fork
2018-07-25 15:44:51 +02:00
Marko Lovic
5413c34458
Restructure and rename translations
...
Based on 012e4be by María Checa from AyuntamientoMadrid/consul fork
2018-07-25 15:10:09 +02:00
Alberto
61589122ef
Merge pull request #2723 from wairbut-m2c/backport_2400_combine_free_text_search_and_filters
...
Combine text search and filters for Investments on Admin panel
2018-07-25 14:42:19 +02:00
Juan Salvador Pérez García
8876b285ce
Fixes #229
...
Adds email feature for proposals dashboard
2018-07-25 13:28:44 +02:00
Juan Salvador Pérez García
e5f9cf6710
Fixed #239
...
Proposals dashboard refactored to dashboard.
Added missing specs for the dashboard.
2018-07-24 15:52:43 +02:00
Juan Salvador Pérez García
3b37b4b09d
Fixes #238
...
Applies new card design for polls in proposals dashboard.
Fixes warnings during tests.
Adds tests for new card design for polls in proposals dashboard.
2018-07-23 10:31:50 +02:00
Juan Salvador Pérez García
01846089d4
Fixes #236
...
Addressed comments related to CSS and views.
2018-07-23 07:25:22 +02:00
Angel Perez
4da23716bb
Allow admins to moderate investments
2018-07-20 18:42:34 -04:00
Alberto
bc5d263a53
Merge pull request #2761 from wairbut-m2c/backport_1384-add-max-heading-number-budget-group-list
...
Backport 1384 add max heading number budget group list
2018-07-20 13:17:38 +02:00
Alberto
1f821a6540
Merge pull request #2714 from wairbut-m2c/fix/admin-menu-string-literal
...
Fix string literal warning for admin menu
2018-07-20 12:41:13 +02:00
Juan Salvador Pérez García
7e43206ac0
Fixes #220
...
Description as well as short description will be optional for proposal
dashboard actions.
Additionally some minor bugfixes have been fixed.
2018-07-17 17:59:12 +02:00
Juan Salvador Pérez García
a872c5b5df
Fixes #200
...
Adds settings to complete the polls card and feature view.
2018-07-17 17:59:11 +02:00
Juan Salvador Pérez García
6e75f5b494
Fixes #140
...
Adds a new setting that allows defining what is considered a successful
proposal.
2018-07-17 17:59:11 +02:00
Juan Salvador Pérez García
a4bf5d1710
Fixes #195
...
Nested links have a cancel/remove link like documents have.
2018-07-17 17:59:11 +02:00
Juan Salvador Pérez García
9f0ca0cec7
Fixes #180
...
Help text added for actions form.
Fixed invialid redirection in dashboard
2018-07-17 17:59:11 +02:00
Juan Salvador Pérez García
3c3f60dfcc
Implements #173
...
Public view for suggested actions as well as resources has been
completelly redesigned.
Private side for this feature has been adapted as well in order to meet
the requirements.
2018-07-17 17:58:22 +02:00
Juan Salvador Pérez García
bafdd697b8
Dashboard controllers have been refactored
...
Proposal dashboard related controllers have been refactored inside its
own namespace.
2018-07-17 17:57:30 +02:00
Juan Salvador Pérez García
3ee9f9b059
Removed redundant partial
...
proposal dashboard actions views use shared/errors partial instead of
its current errors partial
2018-07-17 17:53:18 +02:00
Juan Salvador Pérez García
67de187bae
t helper invoked with parenthesis
...
t helper is invoked with parenthesis
2018-07-17 17:53:18 +02:00
Juan Salvador Pérez García
f9a085a400
Implements graph for dashboard
...
Implements graph secion for dashboard.
Dashboard related actions have been agrupated inside a menu in the admin
section.
Minor bugfixes.
2018-07-17 17:53:18 +02:00
Juan Salvador Pérez García
c1a9f1d138
Addressed comments from sprint meeting 22/06/2018
...
New group created in administration menu including dashboard resources/
proposed tasks and pending tasks for the administrator.
Some unused files have been removed.
2018-07-17 17:52:48 +02:00
Juan Salvador Pérez García
691954bbb8
Fixed syntax error after rebasing to master
2018-07-17 17:50:47 +02:00
Juan Salvador Pérez García
e4e0cb65de
Implements #142
...
Dashboard actions can be proposed actions or resources
2018-07-17 17:50:05 +02:00
Juan Salvador Pérez García
1464bddfa8
Fixes #134
...
Adds an administration interface for the proposal dashboard actions.
2018-07-17 17:48:46 +02:00
iagirre
f871868a2b
Max headings are updated when editing heading
...
The max headings label is updated automatically
when updating the heading. It is done via AJAX
and a refresh isn't needed.
2018-07-13 11:46:09 +02:00
Bertocq
1f0ee32998
Add max headings label on Group list
2018-07-13 11:46:09 +02:00
iagirre
82cb8d4c52
Changes suggested in PR:
...
* Delete all things related to banner images and styles (in code)
* Add a new test to check that the banner is showing correctly
* Update the specs accordingly to match the changes
Update dev_seed to set a random background_color and a font_color for banners (and remove everything about image and style)
Add a rake task to migrate the banner style to backgroun_color and font_color (so that the banners have the same colors than before)
2018-07-12 10:17:24 -04:00
iagirre
58caf167f6
Make color-pickers smaller
2018-07-12 10:16:47 -04:00
iagirre
3690cae458
Apply banner style to the new banners
...
Banner sections can be saved (one banner can appear in several sections)
If the hex color is changed in the textfield, the color of the color picker changes.
2018-07-12 10:16:47 -04:00
iagirre
6d6da8affc
Add form fields to set the colours and the sections for the banner
...
Add migrations to store the information in the database
2018-07-12 10:16:47 -04:00
decabeza
abf0fe992e
Removes tablist and tab roles
2018-07-04 17:14:24 +02:00
Raúl Fuentes
df899cde6e
Fixed html, now it reflects the current search also added serach by name or id to the Budget::Invesment search function
2018-07-04 11:55:13 +02:00
Raúl Fuentes
c9f31b8e1e
Refactor Admin::Budget::Investment search form to use one form tag
2018-07-04 11:55:13 +02:00
Alberto
1de0cf083f
Merge pull request #2717 from consul/allow-author-notifications-to-be-moderated
...
Allow author notifications to be moderated
2018-07-03 11:21:26 +02:00
Alberto
ff4c72987f
Merge pull request #2716 from consul/admin-booths-menu
...
Adds ballot booths menu on admin
2018-07-03 11:20:42 +02:00
iagirre
0fb7d13229
Add admin UI to Restore/Confirm moderation of notifications
...
Add the admin UI needed to restore the hidden proposal notifications
when hidden by moderator. The admin can restore them or confirm
the moderation made by moderator, just like proposals.
2018-07-02 18:19:19 +02:00
decabeza
0a58e72edb
Adds ballot booths menu on admin
2018-07-02 17:57:27 +02:00
decabeza
2e8fe65b3d
Cleans and improves management views layout
2018-07-02 17:41:39 +02:00
Angel Perez
8a46afeedc
Fix string literal warning for admin menu
2018-07-02 09:30:21 -04:00
decabeza
d683a6cd6b
Adds styles to budget investment milestone status and fixes spec
2018-06-27 19:28:43 +02:00
María Checa
a5d0c2f6c8
Changed Budget::Investment::Milestone views
2018-06-27 18:23:34 +02:00
María Checa
3a163b39c8
Add Budget::Investment::Statuses views
2018-06-27 16:45:44 +02:00
decabeza
804fabdc25
Fixes admin menu toggle
2018-06-22 13:56:25 +02:00
decabeza
56ee33d947
Removes content pending to backport
2018-06-08 19:46:07 +02:00
decabeza
85efdfbf47
Restores removed columns
2018-06-08 19:00:21 +02:00
rgarcia
3e330193d4
Fix select investment specs
...
The select button seems to be outside the window. Removing some columns
to make the select button visible by capybara
This is just a temporary fix, we have to find a better solution.
Playing with the css to find an appropriate length for the table
containing this select button, is probably the way to go
2018-06-08 18:59:57 +02:00
decabeza
0858b3103a
Shows always show to valuators on investments table
2018-06-08 18:48:58 +02:00
decabeza
4fca07172c
Reorders and improve i18n for legislation processes form
2018-06-08 18:45:52 +02:00
decabeza
573a7e7c13
Moves content blocks info to index view
2018-06-08 18:45:45 +02:00
decabeza
bf4d1cd8e2
Adss missing th on legislation processes index table
2018-06-08 18:45:10 +02:00