Paul Chavard
|
753a81c2d3
|
Update tag substitution concern
|
2018-05-24 17:54:51 +02:00 |
|
Frederic Merizen
|
db0937d1eb
|
[#1563] Allow default template name to depend on procedure
|
2018-04-04 10:44:40 +02:00 |
|
Frederic Merizen
|
7bf7347b9c
|
[#1563] Clarify constant’s role
|
2018-04-04 10:44:40 +02:00 |
|
Frederic Merizen
|
66aca60957
|
[#1563] Remove useless self keywords
|
2018-04-04 10:44:40 +02:00 |
|
Frederic Merizen
|
84c864ed11
|
[#1563] Add lien attestation link to closed mail template
|
2018-04-04 09:34:04 +02:00 |
|
Frederic Merizen
|
abf938ff1b
|
[#1563] Generalise external link generation for mails
|
2018-04-04 09:34:04 +02:00 |
|
Mathieu Magnin
|
b7de632d6c
|
[Fix #1479] Create a sanitize email concern
|
2018-03-14 17:41:45 +01:00 |
|
gregoirenovel
|
29d9b03672
|
Bump rails to 5.2.0.rc1
|
2018-02-07 16:18:42 +01:00 |
|
Frederic Merizen
|
9b4ce1517c
|
Use lambda instead of send for etablissement tag
|
2018-01-18 18:35:07 +01:00 |
|
Frederic Merizen
|
8f41ab89cf
|
[#1203] Do not include champs privés in accusé de réception
|
2018-01-18 18:26:14 +01:00 |
|
Frederic Merizen
|
a21dee680d
|
[#1203] Define tags in constants rather than methods
|
2018-01-18 18:26:14 +01:00 |
|
Frederic Merizen
|
db5bf39e32
|
[#1203] No implicit available_for_states, make it explicit
|
2018-01-18 18:26:14 +01:00 |
|
Frederic Merizen
|
21ad13cf74
|
[#1203] Make all tags multi-line
|
2018-01-18 18:26:14 +01:00 |
|
Frederic Merizen
|
943fef3160
|
[#1203] Move all tag definitions to mail template concern
Even the one that is mail-specific, because it is too easy to overlook
it when refactoring otherwise
|
2018-01-18 18:26:14 +01:00 |
|
Frederic Merizen
|
eebab14954
|
[Fix #1203] No début d’instruction tag in accusé de réception mails
Doesn’t make sense functionnally
|
2018-01-18 18:26:14 +01:00 |
|
Frederic Merizen
|
9f7ffddb31
|
[#1203] Allow filtering tags based on an arbitray status
|
2018-01-18 18:26:14 +01:00 |
|
gregoirenovel
|
14c1747645
|
Enable the Layout/MultilineArrayBraceLayout cop
|
2018-01-15 22:33:13 +01:00 |
|
gregoirenovel
|
1e71188d4d
|
Enable the Layout/IndentationConsistency cop
|
2018-01-15 22:33:13 +01:00 |
|
gregoirenovel
|
9f855afdfe
|
Enable the Layout/FirstHashElementLineBreak cop
|
2018-01-15 22:14:38 +01:00 |
|
gregoirenovel
|
08ed400ec2
|
Enable the Layout/FirstArrayElementLineBreak cop
|
2018-01-15 22:14:38 +01:00 |
|
Frederic Merizen
|
56749769d6
|
[Fix #1186] Rename object to subject for mail templates
|
2018-01-09 16:00:31 +01:00 |
|
Frederic Merizen
|
7f040a5cf8
|
[Fix #1037] Add date tags to mail / attestation templates
- date de dépôt
- date de passage en instruction
|
2018-01-09 11:30:54 +01:00 |
|
Frederic Merizen
|
935a38bde0
|
[#1037] Introduce format-date function
|
2018-01-09 11:30:54 +01:00 |
|
Frederic Merizen
|
63ca52792b
|
[#1110] Remove legacy tags
|
2018-01-09 10:39:10 +01:00 |
|
Frederic Merizen
|
deea23139f
|
[#1110] Use TagsSubstitutionConcern as engine for mail template tags
|
2018-01-05 17:42:25 +01:00 |
|
Frederic Merizen
|
ab63f80080
|
[#1110] Motivation and date de décision are only tags for terminé dossiers
|
2018-01-05 16:35:29 +01:00 |
|
Frederic Merizen
|
e985439416
|
[#1110] Use tags method rather than ALLOWED_TAGS class constant
|
2018-01-05 12:48:07 +01:00 |
|
Frederic Merizen
|
b9a1f707f5
|
[#1110] name => libelle in mail templates
to match attestation templates
|
2018-01-05 12:48:07 +01:00 |
|
Frederic Merizen
|
8d77cd58c6
|
[#1110] Make linked procedure available to mail model
|
2018-01-05 12:48:07 +01:00 |
|
Frederic Merizen
|
ad0462f7ff
|
[#1110] Port libellé procédure tag from mail templates
|
2018-01-05 11:51:08 +01:00 |
|
Frederic Merizen
|
ee109b24e3
|
[#1110] Port date de décision tag from mail templates
|
2018-01-05 11:51:08 +01:00 |
|
Frederic Merizen
|
3dfc37826a
|
[#1110] Extract document template concern from attestation template class
|
2018-01-05 10:57:27 +01:00 |
|
Mathieu Magnin
|
02c83766e5
|
[Fix #839] Fix mail template modification by side effect
|
2017-10-23 14:36:52 +02:00 |
|
Simon Lehericey
|
62f1b9c712
|
Rubocop: enable indentation width rule
|
2017-08-28 12:20:58 +02:00 |
|
gregoirenovel
|
0120995533
|
[Fix #197] Add the TAG_MOTIVATION email tag
|
2017-06-13 15:14:50 +02:00 |
|
gregoirenovel
|
f1d66e40c3
|
Enable the Layout/EmptyLinesAroundModuleBody cop
|
2017-06-13 10:35:34 +02:00 |
|
gregoirenovel
|
585a5bcaba
|
Add TEMPLATE_NAME to Mail classes
|
2017-06-08 12:22:49 +02:00 |
|
gregoirenovel
|
07ea0ceea1
|
Make MailTemplateConcern.slug a constant
|
2017-06-08 12:22:44 +02:00 |
|
gregoirenovel
|
5a59115df4
|
Refactor the TAGS management in MailTemplateConcern
|
2017-06-08 12:22:36 +02:00 |
|
Simon Lehericey
|
cebb197994
|
Fix #171 : add localtime to a bunch of date
|
2017-05-11 15:10:49 +02:00 |
|
gregoirenovel
|
2582b44f07
|
[Fix #204] Add the date_de_decision tag
|
2017-05-04 16:17:53 +02:00 |
|
gregoirenovel
|
3bd5e32dff
|
Add a system to restrain the email templates tags to specific templates
|
2017-05-04 16:17:39 +02:00 |
|
gregoirenovel
|
30cf475485
|
Add missing brackets in mail_template_concern.rb
|
2017-05-04 16:17:39 +02:00 |
|
gregoirenovel
|
f389bbeb53
|
Fix indentation in mail_template_concern.rb
|
2017-05-04 16:17:38 +02:00 |
|
Mathieu Magnin
|
4ea7635dfc
|
Fix after review
|
2017-03-07 16:23:44 +01:00 |
|
Simon Lehericey
|
65e83dd6ec
|
Mails: factorize default and change slug
|
2017-03-07 10:27:14 +01:00 |
|
Simon Lehericey
|
695dc16b85
|
Mails: add refused, without_continuation, draft, closed, received mails object
|
2017-03-07 10:27:05 +01:00 |
|
Mathieu Magnin
|
aa88fad777
|
Sync password after login
|
2017-02-07 16:56:21 +01:00 |
|
Xavier J
|
b5b83e939a
|
First Commit
|
2015-08-10 11:05:06 +02:00 |
|