taitus
ead765a9c1
The value of cweek did not manage well the last week of the year
...
grouping_key_for method when params[:group] == "week" always returned "#{date.cweek}/#{date.year}" but that not always is true.
When a date belongs to the first_week/last_week of the year we have exceptions for example "31/12/2018". His cweek is equal to "1", old code returned "1/2018" value but correct result would be "1/2019".
2019-02-02 17:18:02 +01:00
taitus
a4673c8b3e
Add shared nested_documentable specs to admin dashboard actions specs.
...
Not render Documents count on dashboard actions views.
Add skips on nested_documentable when factory_name is equal to dashboard_actions.
2019-02-02 15:30:35 +01:00
taitus
931bf18562
Adds styles (direct-uploads) to admin dashboard actions form
2019-02-02 15:30:35 +01:00
taitus
054bbc5d7b
Allow zip, png and jpeg on dashboard action.
2019-02-02 15:30:33 +01:00
taitus
aa908d8d60
Add progress tab as initial page on Dashboard.
2019-02-02 14:49:28 +01:00
taitus
959fe67bf9
Bug fixes: Wrong html.
...
Add form into <td>
2019-02-02 14:05:34 +01:00
taitus
b6b49c435c
Add .hound.yml, .rubocop_basic.yml and update .rubocop.yml
2019-02-02 13:50:54 +01:00
Alberto
42c065f630
Merge pull request #3253 from consul/admin-polls-list
...
[Backport] Admin polls list
2019-02-01 16:25:14 +01:00
Alberto
1a7c595dbd
Merge pull request #3225 from LumaRay/patch-22
...
Update documents.yml - add new Russian translation
2019-02-01 12:40:03 +01:00
Alberto
78a1f34dad
Merge pull request #3226 from LumaRay/patch-23
...
Update images.yml - add new Russian translation
2019-02-01 12:38:49 +01:00
Alberto
2477571184
Merge pull request #3224 from LumaRay/patch-21
...
Update devise.yml - add new Russian translation
2019-02-01 12:38:34 +01:00
Alberto
8012bbae7f
Merge pull request #3223 from LumaRay/patch-20
...
Update community.yml - add new Russian translation
2019-02-01 12:38:20 +01:00
Alberto
a6fde8677e
Merge pull request #3222 from LumaRay/patch-19
...
Update budgets.yml - add new Russian translation
2019-02-01 12:38:13 +01:00
Alberto
3e8a5aa50b
Merge pull request #3221 from LumaRay/patch-18
...
Update activerecord.yml - add new Russian translation
2019-02-01 12:37:59 +01:00
Alberto
971c04e3ce
Merge pull request #3220 from LumaRay/patch-17
...
Update verification.yml - add new Russian translation
2019-02-01 12:37:43 +01:00
Alberto
d815c69cf2
Merge pull request #3219 from LumaRay/patch-16
...
Update valuation.yml - add new Russian translation
2019-02-01 12:36:37 +01:00
Alberto
74c7fc1eaf
Merge pull request #3218 from LumaRay/patch-15
...
Update social_share_button.yml - add new Russian translation
2019-02-01 12:36:19 +01:00
Alberto
e55c8632f0
Merge pull request #3217 from LumaRay/patch-14
...
Update settings.yml - add new Russian translation
2019-02-01 12:35:47 +01:00
Alberto
44421d8e74
Merge pull request #3216 from LumaRay/patch-13
...
Update seeds.yml - add new Russian translation
2019-02-01 12:35:31 +01:00
Alberto
7c9193c30a
Merge pull request #3215 from LumaRay/patch-12
...
Update responders.yml - add new Russian translation
2019-02-01 12:35:22 +01:00
Alberto
a48c4cf47f
Merge pull request #3214 from LumaRay/patch-11
...
Update rails.yml - add new Russian translation
2019-02-01 12:34:53 +01:00
Alberto
0859936b8d
Merge pull request #3213 from LumaRay/patch-10
...
Update pages.yml - add new Russian translation
2019-02-01 12:34:34 +01:00
Alberto
f151aafba0
Merge pull request #3212 from LumaRay/patch-9
...
Update officing.yml - add new Russian translation
2019-02-01 12:34:04 +01:00
Alberto
14f725cd44
Merge pull request #3211 from LumaRay/patch-6
...
Update mailers.yml - add new Russian translation
2019-02-01 12:33:48 +01:00
Alberto
6ab9062c81
Merge pull request #3210 from LumaRay/patch-7
...
Update management.yml - add new Russian translation
2019-02-01 12:33:31 +01:00
Alberto
41fcbdc78b
Merge pull request #3209 from LumaRay/patch-8
...
Update moderation.yml - add new Russian translation
2019-02-01 12:33:16 +01:00
Alberto
6b5431ffd3
Merge pull request #3208 from LumaRay/patch-5
...
Update legislation.yml - add new Russian translation
2019-02-01 12:33:09 +01:00
Alberto
87464eb620
Merge pull request #3207 from LumaRay/patch-4
...
Update kaminari.yml - add new Russian translation
2019-02-01 12:33:00 +01:00
Alberto
0f962a6475
Merge pull request #3206 from LumaRay/patch-3
...
Update general.yml - add new Russian translation
2019-02-01 12:32:42 +01:00
Alberto
5b27a39d9c
Merge pull request #3204 from LumaRay/patch-1
...
Update admin.yml - add new Russian translation
2019-02-01 12:32:21 +01:00
Alberto
8d3b430801
Merge pull request #3205 from LumaRay/patch-2
...
Update devise_views.yml - add new Russian translation
2019-02-01 12:31:35 +01:00
decabeza
dfd4f60e15
Order admin poll list by starts_at date
2019-01-31 18:49:24 +01:00
decabeza
5ea1275e6a
Change admin poll list title
2019-01-31 18:24:28 +01:00
Julian Herrero
24a3289fa8
Add spec for Staging email recipients
2019-01-31 17:49:09 +01:00
decabeza
64cbed838a
Fix hound warnings
2019-01-31 17:23:45 +01:00
decabeza
6bb3c0a3da
Add columns on welcome card view
2019-01-31 17:20:04 +01:00
decabeza
47877f1bcd
Remove unnecessary title on page cards
2019-01-31 17:08:01 +01:00
decabeza
40a42b0c63
Show card label only if it is present
2019-01-31 17:07:51 +01:00
decabeza
98f550fc18
Add columns on pages card view and improve css layout
2019-01-31 17:06:44 +01:00
decabeza
f00b504f55
Improve notice message for pages cards
2019-01-31 17:06:22 +01:00
decabeza
e7fcf2ce35
Add select on cards form to select the number of columns
2019-01-31 17:06:01 +01:00
decabeza
b8bfccd2ba
Add columns to widget cards
2019-01-31 14:38:14 +01:00
Julian Herrero
c9e172049c
Add prefix to staging emails subject
2019-01-31 11:13:23 +01:00
Ziyan Junaideen
73b49adcc4
Secret yml update + checking for presence of recipients
2019-01-31 10:50:59 +01:00
Ziyan Junaideen
49a2fde86c
Remove unwanted config from staging.rb
2019-01-31 10:50:59 +01:00
Ziyan Junaideen
7dc999f437
Recipient interceptor initializer
2019-01-31 10:50:59 +01:00
Ziyan Junaideen
1322955790
Email interceptor - staging
2019-01-31 10:50:37 +01:00
Alberto
9475a0c6ee
Merge pull request #3249 from consul/custom-pages
...
Refactor processes header colors and custom pages
2019-01-30 20:05:20 +01:00
Julian Nicolas Herrero
0e9fd645e8
Merge pull request #3234 from consul/use_find_instead_of_find_by_id
...
[Backport] Use find instead of find_by_id
2019-01-30 19:46:22 +01:00
decabeza
483182ceed
Refactor scopes on site customization page model
2019-01-30 18:03:58 +01:00