-
Notifications
You must be signed in to change notification settings - Fork 14
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
merge cp-lji branch to develop #36
Conversation
* [SDAN-610] Photo coverage URL should not be generated on push but on get from the client (superdesk#896) * [SDAN-613] Corrected byline text and hyper-link for photo (superdesk#904) * [SDCP-114] - Consent checkbox for user sign up (superdesk#908)
* Missing french translations * Missing translations * More translations * Remove comma
* TBC Planning Items were shown in wrong order when Feature/Top story filter was ON (superdesk#1022) * [SDAN-668] (fix): Attribute error when accessing app.settings (superdesk#1026) * Allow date format override depending on language (superdesk#1033) * Allow date format override depending on language * Provide default value (for tests) * lint * Remove unused old variables Co-authored-by: vikas <nrvikas@gmail.com> Co-authored-by: MarkLark86 <mark.pittaway@gmail.com>
* Format dates with locale format * Convertion is not needed * lint * Fix tests
Co-authored-by: Tolga Akin <akint@aap.com.au>
@MarkLark86 I will go over it but if you could also scan it for any nonsense that would be great |
* | ||
* 'en' comes by default | ||
*/ | ||
import 'moment/locale/fr-ca'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would need to be improved at some point, to use configured languages
newsroom/templates/download_item.txt
Outdated
@@ -1,11 +1,7 @@ | |||
{{ item.slugline }} | |||
{{ item.headline }} | |||
{{ item.source }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This changes the default format of text downloads. Might need this modification in the customer's theme folder instead
@petrjasek I went over the changes. Not sure if I caught everything, but it mostly looked fine |
No description provided.