gregoirenovel
|
9a2341c56c
|
Remove the useless #for_display proxy method
|
2019-01-08 12:32:26 +01:00 |
|
gregoirenovel
|
2e6c91e9b0
|
Move #selected_options to the only relevant model
|
2019-01-08 12:32:26 +01:00 |
|
gregoirenovel
|
c4b9a0b79e
|
Rename DropDownList#selected_options_without_decorator
|
2019-01-08 12:32:26 +01:00 |
|
gregoirenovel
|
4b4eb6d53e
|
Simplify code
|
2019-01-08 12:32:26 +01:00 |
|
gregoirenovel
|
16bccb2386
|
Remove the useless #value_for_export method
|
2019-01-08 12:32:26 +01:00 |
|
Pierre de La Morinerie
|
142b684170
|
layouts: fix styling of the sign_in and sign_up pages
This was broken during the shared layout refactoring
|
2019-01-08 08:16:55 +01:00 |
|
Pierre de La Morinerie
|
be1567ecbd
|
messages: improve wording of the "Send" button
|
2019-01-07 16:20:23 +01:00 |
|
Pierre de La Morinerie
|
46b4d3c46b
|
messages: fix Send button being clipped on mobile screens
|
2019-01-07 16:20:23 +01:00 |
|
Pierre de La Morinerie
|
0a7b061e70
|
layouts: move the procedure_context CSS to its own stylesheet
|
2019-01-07 15:40:19 +01:00 |
|
Pierre de La Morinerie
|
e25bd7139f
|
layouts: use a common procedure_context layout for the demarche overview
|
2019-01-07 15:39:58 +01:00 |
|
Pierre de La Morinerie
|
5a36546485
|
layouts: rename "application" to "application_old"
|
2019-01-07 12:17:05 +01:00 |
|
Chaïb Martinez
|
144bc86cd0
|
Add sendinblue tracking in admin backoffice pages
|
2019-01-07 10:27:50 +01:00 |
|
Chaïb Martinez
|
0452a3046c
|
Add sendinblue tracking in admin backoffice pages
|
2019-01-07 10:27:50 +01:00 |
|
Chaïb Martinez
|
b04de622c6
|
Add sendinblue js
|
2019-01-07 10:27:50 +01:00 |
|
gregoirenovel
|
fd2b44b45e
|
Fix the FC info link
|
2019-01-07 08:52:51 +01:00 |
|
gregoirenovel
|
c66342aa2f
|
Add a CTA in the header on the registration page
|
2019-01-07 08:52:51 +01:00 |
|
gregoirenovel
|
a43ec4e0d1
|
Align the remember me and forgotten password items
|
2019-01-07 08:52:51 +01:00 |
|
simon lehericey
|
7b935a6486
|
login_token: lets constantize
|
2019-01-07 08:18:29 +01:00 |
|
gregoirenovel
|
65798feba3
|
Unify code
|
2019-01-07 08:12:52 +01:00 |
|
gregoirenovel
|
382a50abcf
|
Reorder the admin sidebar links
|
2019-01-07 08:12:52 +01:00 |
|
gregoirenovel
|
5fa5f2aa37
|
Bump development gems
- rubocop (0.61.1 → 0.62.0)
|
2019-01-05 11:47:55 +01:00 |
|
Pierre de La Morinerie
|
dbbe96d333
|
signature: replace RbNaCl by ActiveSupport::MessageVerifier
|
2019-01-03 17:48:53 +01:00 |
|
Pierre de La Morinerie
|
86b9e2d092
|
stats: fix exception when HelpScout env vars are missing
This fixes the stats page, which used to raise an exception when
HelpScout env vars are not present.
|
2019-01-03 17:27:56 +01:00 |
|
Pierre de La Morinerie
|
da675bb47e
|
api: fix formatting error when a request fails
|
2019-01-03 17:27:56 +01:00 |
|
Pierre de La Morinerie
|
efae27b901
|
stats: start helpscout stats at 01-2018
Data before is very variable, as it is based on a low dossiers count.
|
2019-01-03 17:23:22 +01:00 |
|
Pierre de La Morinerie
|
d77530c461
|
Make Procedure state consistent after switching types de champ order
Fixes an issue where, after clicking the "move champ up" button,
the new form is rendered with an incoherent order.
|
2019-01-03 15:13:14 +01:00 |
|
gregoirenovel
|
9466442aff
|
Remove the TypeDeChamp decorators
|
2019-01-03 12:08:25 +01:00 |
|
gregoirenovel
|
9c130c41da
|
Remove ProcedureDecorator
|
2019-01-03 12:08:25 +01:00 |
|
gregoirenovel
|
b41764ec03
|
Remove ChampDecorator
|
2019-01-03 12:08:25 +01:00 |
|
gregoirenovel
|
b8f57415cd
|
Remove the unused decorator DossierDecorator
|
2019-01-03 12:08:25 +01:00 |
|
gregoirenovel
|
559df6b82a
|
Remove the unused decorator ProceduresDecorator
|
2019-01-03 12:08:24 +01:00 |
|
gregoirenovel
|
6565ce9c3c
|
Remove the unused decorator DossiersDecorator
|
2019-01-03 12:08:24 +01:00 |
|
gregoirenovel
|
71c8083b92
|
Remove the unused decorator UserDecorator
|
2019-01-03 12:08:24 +01:00 |
|
gregoirenovel
|
4f30e30a08
|
Remove the unused decorator FranceConnectInformationDecorator
|
2019-01-03 12:08:24 +01:00 |
|
gregoirenovel
|
0c8b228fbf
|
Enable the Lint/UselessAssignment cop
|
2019-01-03 10:53:50 +01:00 |
|
gregoirenovel
|
0336ecf639
|
Remove useless arguments from some methods
|
2019-01-03 10:53:50 +01:00 |
|
gregoirenovel
|
0596d53ac2
|
Enable the Lint/UnusedBlockArgument cop
|
2019-01-03 10:53:50 +01:00 |
|
gregoirenovel
|
baf7977786
|
Enable the Lint/StringConversionInInterpolation cop
|
2019-01-03 10:53:50 +01:00 |
|
gregoirenovel
|
d473119f9d
|
Enable the Lint/ParenthesesAsGroupedExpression cop
|
2019-01-03 10:53:50 +01:00 |
|
gregoirenovel
|
186e362701
|
Enable the Layout/SpaceInsideArrayLiteralBrackets
|
2019-01-03 10:53:50 +01:00 |
|
gregoirenovel
|
386fbce776
|
Enable the Layout/SpaceBeforeBlockBraces cop
|
2019-01-03 10:53:50 +01:00 |
|
gregoirenovel
|
8b0b8162f0
|
Enable the Layout/SpaceAfterComma cop
|
2019-01-03 10:53:50 +01:00 |
|
gregoirenovel
|
d6e4f775ba
|
Add some space between the Merci content and the footer
|
2018-12-28 19:03:19 +01:00 |
|
Chaïb Martinez
|
802f2086d6
|
Redirect admins with no démarches to the new demarche page
|
2018-12-28 18:57:51 +01:00 |
|
Chaïb Martinez
|
e88a3f8dbf
|
Add a message to the démarches library page if the admin has 0 demarches
|
2018-12-28 18:25:15 +01:00 |
|
Chaïb Martinez
|
c19b1bb6cf
|
Make the “New démarche from scratch ” button bigger
|
2018-12-28 18:25:12 +01:00 |
|
Chaïb Martinez
|
d0d11edf61
|
Make a démarches library title bigger
|
2018-12-28 18:24:59 +01:00 |
|
maatinito
|
4ad3a60e25
|
[Fix #2575] Créer automatiquement un compte instructeur aux administrateurs
|
2018-12-26 09:44:20 -10:00 |
|
gregoirenovel
|
03eb47016c
|
Fix a gestionnaire sign in bug
|
2018-12-26 18:14:04 +01:00 |
|
Chaïb Martinez
|
1a7d0f2e12
|
Remove mailto contact DS into admin header
|
2018-12-26 14:43:34 +01:00 |
|