Skip to content

Tags: truxonjm/pywb

Tags

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

v-2.4.2-beta

Toggle v-2.4.2-beta's commit message
ensure that the RemoteCDXIndexSource also adds a 'matchType=' param,

possible fix for ukwa-pywb/ukwa#57

v-2.4.1

Toggle v-2.4.1's commit message
minor fix: timegate check: allow timegate content check from webrecor…

…der#564 to be ignored if 'no_timegate_check' option is set (for use with derived classes)

bump version to 2.4.1

v-2.4.0

Toggle v-2.4.0's commit message
update to latest wombat for 2.4.0 release

v-2.4.0-rc7

Toggle v-2.4.0-rc7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
RC7 Fixes (webrecorder#561)

* misc fixes for 2.4.0rc7:
- warcserver: when parsing headers to check for redirect, reserialized headers
may be of different length then original, causing warcserver->app response to hang
now adjusting the content-length on the warc record and also not including a fixed
length when serving warcserver->app, possible fix for ukwa/ukwa-pywb#53
- undo change in path resolvers to use os.path.join, just concatenate full_path + filename
- rewrite 'date' -> 'x-orig-archive-date' header to avoid confusion (eg. webrecorder#548)
- bump version to rc7

* ci: attempt to fix travis build for 27, 35

v-2.4.0-rc6-test

Toggle v-2.4.0-rc6-test's commit message
simplify no_except_close

v-2.4.0-rc5

Toggle v-2.4.0-rc5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Misc Fixes for RC5 (webrecorder#534)

* misc fixes (rc 5):
- banner: only auto init banner if not in top-frame (check for no-frame mode and replay url is set)
- index: 'cdx+' fix for use as internal index: if cdx has a warc filename and offset, don't attempt default live web load
- improved self-redirect: avoid www2 -> www redirect altogether, not just for second redirect
- tests: update tests for improved self-redirect checking
- bump version to pywb-2.4.0-rc5

v-2.4.0rc4

Toggle v-2.4.0rc4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Banner fix (webrecorder#531)

* banner: fix banner display for non-framed and proxy mode replay, ensure new 'View All Captures' ancillary section is also shown

* bump version to 2.4.0rc4