Skip to content

Tags: elamaran619/pywb

Tags

v-2.6.4

Toggle v-2.6.4's commit message
CHANGES: update changelist for 2.6.4 release

v-2.6.3

Toggle v-2.6.3's commit message
CHANGES: fix typos in changelist

v-2.6.3b0

Toggle v-2.6.3b0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v-2.6.2

Toggle v-2.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v-2.6.1

Toggle v-2.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v-2.6.0

Toggle v-2.6.0's commit message
update CHANGES for 2.6.0 release!

README: update for 2.6, add links to guides!
bump version to 2.6.0

v-2.6.0b1

Toggle v-2.6.0b1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v-2.6.0b0

Toggle v-2.6.0b0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v-2.5.0

Toggle v-2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Dedup Policy Tests (webrecorder#613)

* dedup tests: add basic tests for dedup system, continuing from webrecorder#611
- ensure config merge works correctly

v-2.4.2

Toggle v-2.4.2's commit message
setup/pypi: drop 'text/rst' as pypi doesn't like it