Tags: elamaran619/pywb
Tags
Additional fixes for 2.6.3 (webrecorder#689) CHANGES: update changes for 2.6.3 location rewrite: pass 'arguments' to rewrite func to guard against rewriting local 'location' in some circumstances, partial fix for webrecorder#684 ci: add automated docker push on new v-* tag
2.6.2 fix (webrecorder#682) 2.6.2 release: * fix for regression caused by 2.6.1, invalid static path webrecorder#681 * add missing base.css
2.6.1 Release Work (webrecorder#679) * rules: add custom twitter video rewriting to capture non-chunked twitter video (max bitrate of 5000000) * autoescaping regression fix: don't escape URL in frame_insert.html, use as is * html rewriting: - don't rewrite 'data-' attributes, no longer necessary for best fidelity - do rewrite <link rel='alternate'> as main page (mp_) - update html rewriting test * feature: support customizing the static path used in pywb via 'static_prefix' config option (defaults to 'static') * update to latest wombat (3.3.4) * bump to 2.6.1, update CHANGES for 2.6.1
Localization / doc fixes (webrecorder#650) * localization / doc fixes: - add missing header.html - docs: support 'i18n' extra, mention in docs - use 'default_locale' for html lang tag - access control docs: fix documentation for adding user with acl command * localization: add compile_catalog after extract as well to simplify updates for identity (en) locale * ui: - include locale in home page collection listing - keep locale on error page home link * autoescape: - ensure jinja2 templates are autoescaped to prevent xss issues (thanks @sebastian-nagel for suggested fix) - ensure banner inserts are not double-escaped - update tests for template autoescaping * update CHANGES.rst * bump version to 2.6.0b1
Localization Support (webrecorder#647) * add localization utilities: - add locmanager to support extract, update, remove, list using pybabel - add po2csv/csv2po conversion with translate-utils - docs: add localization.rst to manual! * add language switch header (via header.html) to all pages if more than one locale is present. * localization: wrap more text strings in templates in existing templates * docs: - document `wb-manager i18n` commands - mention `<html lang>` setting - include csv example - add info about adding localizable text in templates * add localization to CHANGES
Dedup Policy Tests (webrecorder#613) * dedup tests: add basic tests for dedup system, continuing from webrecorder#611 - ensure config merge works correctly
PreviousNext