summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | Add documentation on current bridge descriptor formats.Isis Lovecruft2013-10-26
| * | Fix the interface between bridgedb and the descriptor generator.Isis Lovecruft2013-10-26
| * | Rewrite the descriptor generator.Isis Lovecruft2013-10-26
| * | Add RUN_IN_DIR as a commandline option and cleanup the option explanations.Isis Lovecruft2013-10-26
| * | Pass the entire set of main options to the runner.Isis Lovecruft2013-10-26
| * | Add commands for CouchDB testing to .travis.yml (innactive for now).Isis Lovecruft2013-10-26
| * | Switch Travis-CI IRC notification to notices.Isis Lovecruft2013-10-26
| * | Remove unnecessary requirements, make others explicitly versioned.Isis Lovecruft2013-10-26
| * | Refactor bridgedb.Main.run() and bridgedb.Main._reloadFn().Isis Lovecruft2013-10-22
| * | Fix python2.6 syntax errors.Isis Lovecruft2013-10-22
| * | Add script for killing the the server after N seconds; avoid running forever ...Isis Lovecruft2013-10-22
| * | Add scripts/make-ssl-cert and start using it in .travis.yml.Isis Lovecruft2013-10-22
| * | Refactor scripts/bridgedb to use the new options and runner.Isis Lovecruft2013-10-22
| * | Add runner module and descriptor generator.Isis Lovecruft2013-10-22
| * | Add opt module with updated options parsers.Isis Lovecruft2013-10-22
| * | Run unittests before changing to the runtime tests directory.Isis Lovecruft2013-10-22
| * | Fix three failing unittests in lib/bridgedb/Tests.py.Isis Lovecruft2013-10-22
|/ /
* | Update dependencies and install instructions in .travis.yml and README.Isis Lovecruft2013-10-15
* | Add .travis.yml file.Isis Lovecruft2013-10-15
* | It's not 2009 anymore…Isis Lovecruft2013-10-15
* | Add Makefile directives for pylint/pyflakes/pep8 code checks.Isis Lovecruft2013-10-15
* | Add doc/HACKING.md and move the "Maintenance Notes" from README to it.Isis Lovecruft2013-10-15
* | Merge branch 'hotfix/9959-pas-danglais_install-data' into developIsis Lovecruft2013-10-15
|\ \
| * | Change 'install' and 'force_install' Makefile directive to be verbose again.hotfix/9959-pas-danglais_install-dataIsis Lovecruft2013-10-15
| * | Add a download_url to setuptools.setup(). While we're at it, why not?Isis Lovecruft2013-10-15
| * | Some pep8ification on setup.py.Isis Lovecruft2013-10-15
| * | Remove installData class and all distutils references from setup.py.Isis Lovecruft2013-10-15
| * | 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