8000 Tags · malexmave/pywb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: malexmave/pywb

Tags

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

v-2.4.0-rc2

Toggle v-2.4.0-rc2's commit message

Verified

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

* banner: add banner and localization improvements from ukwa branch:
- show 'view all captures' link if not live
- optional logo
- loc options, if available
- banner options set via window.banner_info in banner.html

localization support: 
- add init_loc() to templateview
- loc available if config options set
- tests: add tests for loading localized messages, override .gitignore to allow test messages.mo

v-2.4.0-rc1

Toggle v-2.4.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
config limit: add query_limit config options to specify optional limi…

…t for both exact and prefix queries, addresses ukwa/ukwa-pywb#49 (webrecorder#518)

v-2.4.0-rc0

Toggle v-2.4.0-rc0's commit message
UI: tweak query page to be responsive (webrecorder#515)

0