summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | Remove subprocess import from setup.py; it wasn't used anywhere.Isis Lovecruft2013-10-15
| * | Refactor message_extractors in setuptools.setup() and add a notetoself.Isis Lovecruft2013-10-15
| * | Fix exclude_package_data param in setuptools.setup().Isis Lovecruft2013-10-15
| * | Rewrite the package_data param to setuptools.setup() to use get_data_files().Isis Lovecruft2013-10-15
| * | Refactor get_data_files() function in setup.py.Isis Lovecruft2013-10-15
| * | Add get_template_files() function in setup.py for installing web resources.Isis Lovecruft2013-10-15
| * | Add a real fileheader and full version string to bridgedb/__init__.py.Isis Lovecruft2013-10-15
| * | Fix several problems with installation of compiled translations files.Isis Lovecruft2013-10-15
| * | Add relative install/source dir paths for templates and resources to setup.py.Isis Lovecruft2013-10-15
|/ /
* | Merge branch 'hotfix/3573-robots-txt_add-web-resource' into developIsis Lovecruft2013-10-14
|\ \
| * | Add a Resource.putChild() for the robots.txt file so it gets served.hotfix/3573-robots-txt_add-web-resourceIsis Lovecruft2013-10-14
|/ /
* | Merge branch 'hotfix/9937-desc-gen_fix-tabs' into developIsis Lovecruft2013-10-14
|\ \
| * | Fix whitespace in gen_bridge_descriptors script.hotfix/9937-desc-gen_fix-tabsIsis Lovecruft2013-10-14
| * | Run gen_bridge_descriptors in a non-privileged env.Isis Lovecruft2013-10-14
|/ /
* | Add translation catalog compilation commands to install Makefile directives.Isis Lovecruft2013-10-14
* | Merge branch 'fix/3573-robots-txt' into developIsis Lovecruft2013-10-14
|\ \
| * | Add a text file for robots.fix/3573-robots-txtIsis Lovecruft2013-10-13
|/ /
* | Merge branch 'feature/9959-pas-danglais' into developIsis Lovecruft2013-10-13
|\ \
| * | Update completed translation files after running update_catalog.feature/9959-pas-danglaisIsis Lovecruft2013-10-11
| * | For some reason, English is now considered a translation.Isis Lovecruft2013-10-11
| * | Add script for automatically pulling in and compiling translation updates.Isis Lovecruft2013-10-11
| * | Remove old compiled translations.Isis Lovecruft2013-10-11
| * | Add completed kn/…/.po translation file from translations repo.Isis Lovecruft2013-10-11
| * | Add completed hu/…/.po translation file from translations repo.Isis Lovecruft2013-10-11
| * | Update completed pt/…/.po translation file from translations repo.Isis Lovecruft2013-10-11
| * | Update completed fr/…/.po translation file from translations repo.Isis Lovecruft2013-10-11
| * | Update setup.py to exclude .po files from installs; update crunchbang.Isis Lovecruft2013-10-11
|/ /
* | Move generatedescriptors.py → scripts/gen_bridge_descriptors.Isis Lovecruft2013-10-11
* | Update the dependencies in the README.Isis Lovecruft2013-10-11
* | Add 'reinstall' directive to the Makefile.Isis Lovecruft2013-10-11
* | Add a .DEFAULT to the Makefile.Isis Lovecruft2013-10-11
* | Merge branch 'feature/9937-desc-gen-r1' into develop.Isis Lovecruft2013-10-11
|\ \
| * | Rewrite/refactor descriptor generator codefeature/9937-desc-gen-r1Matthew Finkel2013-10-11
| * | Initial commitMatthew Finkel2013-10-11
|/ /
* | Add a unittest runner to scripts/bridgedb.Isis Lovecruft2013-10-03
* | Fix the crunchbang in scripts/bridgedb to respect the environment.Isis Lovecruft2013-10-03
* | Bump the pygeoip version.Isis Lovecruft2013-10-03
* | Remove deprecated distribute dependency.Isis Lovecruft2013-10-03
* | Bump the Twisted version.Isis Lovecruft2013-10-03
* | Add zip_safe=False flag to setup.py for access to data files and templates.Isis Lovecruft2013-10-03
* | Add 'tests' and dependencies to extras_require in setup.py.Isis Lovecruft2013-10-03
* | Add more documentation about how to use the automatic versioning.Isis Lovecruft2013-10-03
* | Select language and language direction based on order in headerMatthew Finkel2013-08-23
* | Add maintainer instructions to README for now.Isis Lovecruft2013-08-20
* | Merge branch 'master' into developIsis Lovecruft2013-08-20
|\ \ | |/
| * Merge branch 'release-0.0.1'Isis Lovecruft2013-08-20
| |\ | |/ |/|
* | Add extra data_files to setup.py installations without MANIFEST.in.bridgedb-0.0.1Isis Lovecruft2013-08-20
* | Change/Move file lib/TorBridgeDB.py to scripts/bridgedb.Isis Lovecruft2013-08-20
* | Add automatic installation of dependencies to setup.py.Isis Lovecruft2013-08-19
* | Start using automatic versioning system.Isis Lovecruft2013-08-19