lp://staging/~cjwatson/loggerhead/chameleon
- Get this branch:
- bzr branch lp://staging/~cjwatson/loggerhead/chameleon
Branch merges
- Colin Watson (community): Approve
-
Diff: 1174 lines (+209/-216)25 files modified.travis.yml (+1/-3)
Dockerfile (+1/-1)
NEWS (+2/-0)
byov.conf (+2/-3)
docs/index.rst (+3/-5)
loggerhead/controllers/view_ui.py (+1/-1)
loggerhead/main.py (+0/-8)
loggerhead/templatefunctions.py (+2/-2)
loggerhead/templates/atom.pt (+6/-6)
loggerhead/templates/breadcrumbs.pt (+2/-2)
loggerhead/templates/changelog.pt (+22/-22)
loggerhead/templates/directory.pt (+13/-13)
loggerhead/templates/error.pt (+7/-7)
loggerhead/templates/feed-link.pt (+1/-1)
loggerhead/templates/filediff.pt (+4/-4)
loggerhead/templates/inventory.pt (+31/-31)
loggerhead/templates/macros.pt (+1/-1)
loggerhead/templates/revision.pt (+30/-30)
loggerhead/templates/revisionfilechanges.pt (+19/-19)
loggerhead/templates/revisioninfo.pt (+9/-9)
loggerhead/templates/revlog.pt (+1/-1)
loggerhead/templates/view.pt (+17/-17)
loggerhead/tests/test_controllers.py (+29/-14)
loggerhead/zptsupport.py (+5/-15)
requirements.txt (+0/-1)
Branch information
Recent revisions
- 528. By Colin Watson
-
Port from SimpleTAL to Chameleon.
SimpleTAL is a painful dependency, because it has no download files on
PyPI: the only way to depend on it properly is therefore using a direct
URL reference, and as I understand it packages with such references
those can't be uploaded to PyPI.Porting to Chameleon (Zope's default TAL implementation nowadays) turns
out not to be too difficult. The main work involved is because it
doesn't support path expressions. It would be possible to add those
using `z3c.pt`, and I considered that, but that has a significant
dependency tree for packages that don't already use the Zope Toolkit,
and it would have also required extra startup complexity to register
`ITraversable` adapters. It's easier to convert path expressions to the
equivalent Python expressions, although the process of doing so was
unfortunately quite error-prone. - 524. By Jelmer Vernooij
-
Avoid use of file ids - use paths instead.
Merged from https:/
/code.launchpad .net/~jelmer/ loggerhead/ no-file- ids/+merge/ 426375 - 523. By Colin Watson
-
Pin some more requirements to avoid issues on Python 3.5.
Merged from https:/
/code.launchpad .net/~cjwatson/ loggerhead/ py35-workaround s/+merge/ 426630 - 522. By Jürgen Gmach
-
Fix highlighting for large files
Merged from https:/
/code.launchpad .net/~jugmac00/ loggerhead/ fix-viewing- large-files/ +merge/ 418309 - 521. By Jelmer Vernooij
-
Add a /health target.
Merged from https:/
/code.launchpad .net/~jelmer/ loggerhead/ health/ +merge/ 412819 - 520. By Colin Watson
-
Drop support for Python < 3 and Breezy < 3.1.
Merged from https:/
/code.launchpad .net/~jelmer/ loggerhead/ drop-python3/ +merge/ 411875 - 519. By Colin Watson
-
Fix marshal.dumps call.
Merged from https:/
/code.launchpad .net/~cjwatson/ loggerhead/ fix-marshal- version/ +merge/ 406308
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/loggerhead