##// END OF EJS Templates
py3: fix non-ASCII URLs - decode unicode correctly before passing them to controllers as unicode strings...
py3: fix non-ASCII URLs - decode unicode correctly before passing them to controllers as unicode strings This is needed for supporting localized repo path names in the path of URLs. Some references: https://www.python.org/dev/peps/pep-0333/#unicode-issues https://bugs.python.org/issue16679 http://lucumr.pocoo.org/2010/5/25/wsgi-on-python-3/ https://bugs.launchpad.net/pecan/+bug/1451842 https://github.com/tipabu/eventlet/commit/a5a7751b013fe99b6d30acbca79e819770e9ae5d

File last commit:

r7848:ddfecf9f stable
r8082:6c381371 default
Show More
MANIFEST.in
30 lines | 1.1 KiB | text/plain | TextLexer
Mads Kiilerich
manifest: update file name list - for example, fix the path to the template.ini.mako config template...
r6717 include .coveragerc
Mads Kiilerich
manifest: include (almost) all repo files in the release tar...
r4987 include Apache-License-2.0.txt
include CONTRIBUTORS
include COPYING
Mads Kiilerich
manifest: update file name list - for example, fix the path to the template.ini.mako config template...
r6717 include Jenkinsfile
Mads Kiilerich
manifest: include (almost) all repo files in the release tar...
r4987 include LICENSE-MERGELY.html
include LICENSE.md
include MIT-Permissive-License.txt
include README.rst
Thomas De Schampheleire
MANIFEST.in: add missing conftest.py added in commit afa5e0bdb76f
r7848 include conftest.py
Mads Kiilerich
manifest: update file name list - for example, fix the path to the template.ini.mako config template...
r6717 include dev_requirements.txt
Mads Kiilerich
manifest: include (almost) all repo files in the release tar...
r4987 include development.ini
Mads Kiilerich
manifest: update file name list - for example, fix the path to the template.ini.mako config template...
r6717 include pytest.ini
include requirements.txt
include tox.ini
added docs to manifest, updated setup script
r1078 recursive-include docs *
added changes made in production branch back into beta
r1143 recursive-include init.d *
Søren Løvborg
db: add Alembic "migration environment"...
r5980 recursive-include kallithea/alembic *
Mads Kiilerich
manifest: include (almost) all repo files in the release tar...
r4987 include kallithea/bin/ldap_sync.conf
Mads Kiilerich
manifest: update file name list - for example, fix the path to the template.ini.mako config template...
r6717 include kallithea/lib/paster_commands/template.ini.mako
Mads Kiilerich
front-end: Introduce 'front-end' directory with source files for building the front-end...
r7379 recursive-include kallithea/front-end *
Mads Kiilerich
manifest: include (almost) all repo files in the release tar...
r4987 recursive-include kallithea/i18n *
recursive-include kallithea/public *
Bradley M. Kuhn
First step in two-part process to rename directories to kallithea....
r4186 recursive-include kallithea/templates *
Mads Kiilerich
manifest: include (almost) all repo files in the release tar...
r4987 recursive-include kallithea/tests/fixtures *
recursive-include kallithea/tests/scripts *
Mads Kiilerich
manifest: update file name list - for example, fix the path to the template.ini.mako config template...
r6717 include kallithea/tests/models/test_dump_html_mails.ref.html
include kallithea/tests/performance/test_vcs.py
Mads Kiilerich
manifest: include (almost) all repo files in the release tar...
r4987 include kallithea/tests/vcs/aconfig
Mads Kiilerich
manifest: update file name list - for example, fix the path to the template.ini.mako config template...
r6717 recursive-include scripts *