Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: cms/bin/generate_static_pages.py

Issue 29947567: Issue 5333 - Ensure links in metadata and in most tags can be made relative (Closed) Base URL: https://hg.adblockplus.org/cms/
Patch Set: Created Nov. 20, 2018, 4:23 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cms/converters.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cms/bin/generate_static_pages.py
===================================================================
--- a/cms/bin/generate_static_pages.py
+++ b/cms/bin/generate_static_pages.py
@@ -152,7 +152,8 @@
if locale == defaultlocale:
pagelist.add((locale, page))
else:
- params = get_page_params(source, locale, page, format)
+ params = get_page_params(source, locale, page, format,
Vasily Kuznetsov 2018/11/20 19:35:45 I think this change is not really needed: why swea
rhowell 2018/11/21 04:37:05 Winsley brought up links to stylesheets, like this
+ relative=relative)
if params['translation_ratio'] >= MIN_TRANSLATED:
pagelist.add((locale, page))
else:
« no previous file with comments | « no previous file | cms/converters.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld