-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date in 'subscriber option' in epoch format #230
Comments
Hi @bmarchal54, What version of Sympa are you using? Regards, |
Hi
oups I forgot to specify
I am using version 6.2.24
Thanks
…----- Le 14 Mar 18, à 8:07, IKEDA Soji <notifications@github.com> a écrit :
Hi [ https://github.com/bmarchal54 | @bmarchal54 ] ,
What version of Sympa are you using?
Regards,
—
You are receiving this because you were mentioned.
Reply to this email directly, [
#230 (comment) |
view it on GitHub ] , or [
https://github.com/notifications/unsubscribe-auth/AhqmBdSEo_1IWob441BtMpsrU_5h3CS2ks5teMGegaJpZM4SoPub
| mute the thread ] .
--
Benoît MARCHAL
Sous direction Infrastructure & Services
Direction du Numérique
Université de Lorraine
Tél : 03.72.74.11.39
mél : Benoit.Marchal@univ-lorraine.fr
|
@bmarchal54, |
Hello,
Thank you very much, it's perfect.
Why will the next stable version be 6.2.26 instead of 6.2.25?
Best regards
…----- Le 16 Mar 18, à 2:16, IKEDA Soji <notifications@github.com> a écrit :
[ https://github.com/bmarchal54 | @bmarchal54 ] ,
If possible, please apply [
https://patch-diff.githubusercontent.com/raw/sympa-community/sympa/pull/236.patch
| this patch ] and check if the problem is solved. Or, please wait for Sympa
6.2.26.
—
You are receiving this because you were mentioned.
Reply to this email directly, [
#230 (comment) |
view it on GitHub ] , or [
https://github.com/notifications/unsubscribe-auth/AhqmBSpxRAuGP_TVUipVHgp-DZrgl2kwks5texJwgaJpZM4SoPub
| mute the thread ] .
--
Benoît MARCHAL
Sous direction Infrastructure & Services
Direction du Numérique
Université de Lorraine
Tél : 03.72.74.11.39
mél : Benoit.Marchal@univ-lorraine.fr
|
@bmarchal54, thanks for confirming. I'll merge it later.
Please see issue#21. That's why stable releases have even version numbers. |
I understand better now
I use rpm too so I agree with you.
…----- Le 16 Mar 18, à 8:38, IKEDA Soji <notifications@github.com> a écrit :
[ https://github.com/bmarchal54 | @bmarchal54 ] , thanks for confirming. I'll
merge it later.
> Why will the next stable version be 6.2.26 instead of 6.2.25?
Please see issue#21. That's why stable releases have even version numbers.
—
You are receiving this because you were mentioned.
Reply to this email directly, [
#230 (comment) |
view it on GitHub ] , or [
https://github.com/notifications/unsubscribe-auth/AhqmBRDRvuPdlc3iD2PG7WNE7yfpx54Vks5te2vlgaJpZM4SoPub
| mute the thread ] .
--
Benoît MARCHAL
Sous direction Infrastructure & Services
Direction du Numérique
Université de Lorraine
Tél : 03.72.74.11.39
mél : Benoit.Marchal@univ-lorraine.fr
|
Hello
We have the same problem with subscription :
Your subscription is suspended. From: 1521154800 To: 1521759600
-----------------------------------------------
…--- suboptions.tt2 2018-03-16 16:09:23.549167120 +0100
+++ suboptions.tt2-old 2018-03-16 16:07:34.336788231 +0100
@@ -81,11 +81,11 @@
<p>[%|loc%]Your subscription is suspended.[%END%]</p>
<label>[%|loc%]From:[%END%] </label>
- [%|locdt(subscriber.startdate)%]%d %b %Y[%END%]
+ [% subscriber.startdate %]
<label>[%|loc%]To:[%END%] </label>
[% IF subscriber.enddate %]
- [%|locdt(subscriber.enddate)%]%d %b %Y[%END%]
+ [% subscriber.enddate %]
[% ELSE %]
[%|loc%]Indefinite end date[% END %]
[% END %]
---------------------
It is not urgent, but for the futur stable release. If you want to fix it.
Thanks
----- Le 16 Mar 18, à 2:16, IKEDA Soji <notifications@github.com> a écrit :
[ https://github.com/bmarchal54 | @bmarchal54 ] ,
If possible, please apply [
https://patch-diff.githubusercontent.com/raw/sympa-community/sympa/pull/236.patch
| this patch ] and check if the problem is solved. Or, please wait for Sympa
6.2.26.
—
You are receiving this because you were mentioned.
Reply to this email directly, [
#230 (comment) |
view it on GitHub ] , or [
https://github.com/notifications/unsubscribe-auth/AhqmBSpxRAuGP_TVUipVHgp-DZrgl2kwks5texJwgaJpZM4SoPub
| mute the thread ] .
--
Benoît MARCHAL
Sous direction Infrastructure & Services
Direction du Numérique
Université de Lorraine
Tél : 03.72.74.11.39
mél : Benoit.Marchal@univ-lorraine.fr
|
Fixes will be included in the next stable, Sympa 6.2.26. Thanks for reporting bugs! |
Hello,
When I want to view 'Member since' or 'Last update' in 'subscriber option', the date display is in epoch format (not in french or english format).
-------
Member since:
1520928561
Last update:
1520928561
-------
I do not know if I forgot to install a module, but the initial check of Sympa does not give me any problem.
Have a good day
The text was updated successfully, but these errors were encountered: