Changeset [34f81b586dd133f8d92f8045a57753372b27ea50] by Ben Adida
April 16th, 2009 @ 03:17 PM
Merge branch 'move-to-django' http://github.com/benadida/helio...
Committed by Ben Adida
- M .gitignore
- M Cheetah/CacheRegion.py
- M Cheetah/CacheStore.py
- M Cheetah/CheetahWrapper.py
- M Cheetah/Compiler.py
- M Cheetah/DummyTransaction.py
- M Cheetah/ErrorCatchers.py
- M Cheetah/FileUtils.py
- M Cheetah/Filters.py
- M Cheetah/ImportHooks.py
- M Cheetah/ImportManager.py
- M Cheetah/Macros/I18n.py
- M Cheetah/Macros/__init__.py
- M Cheetah/NameMapper.py
- M Cheetah/Parser.py
- M Cheetah/Servlet.py
- M Cheetah/SettingsManager.py
- M Cheetah/SourceReader.py
- M Cheetah/Template.py
- M Cheetah/TemplateCmdLineIface.py
- M Cheetah/Templates/SkeletonPage.py
- M Cheetah/Templates/SkeletonPage.tmpl
- M Cheetah/Templates/_SkeletonPage.py
- M Cheetah/Templates/__init__.py
- M Cheetah/Tools/CGITemplate.py
- M Cheetah/Tools/MondoReport.py
- M Cheetah/Tools/MondoReportDoc.txt
- M Cheetah/Tools/RecursiveNull.py
- M Cheetah/Tools/SiteHierarchy.py
- M Cheetah/Tools/__init__.py
- M Cheetah/Unspecified.py
- M Cheetah/Utils/Indenter.py
- M Cheetah/Utils/Misc.py
- M Cheetah/Utils/VerifyType.py
- M Cheetah/Utils/WebInputMixin.py
- M Cheetah/Utils/__init__.py
- M Cheetah/Utils/htmlDecode.py
- M Cheetah/Utils/htmlEncode.py
- M Cheetah/Utils/memcache.py
- M Cheetah/Utils/optik/__init__.py
- M Cheetah/Utils/optik/errors.py
- M Cheetah/Utils/optik/option.py
- M Cheetah/Utils/optik/option_parser.py
- M Cheetah/Version.py
- M Cheetah/__init__.py
- M Cheetah/_namemapper.py
- M Cheetah/convertTmplPathToModuleName.py
- M cherrypy/LICENSE.txt
- M cherrypy/__init__.py
- M cherrypy/_cpcgifs.py
- M cherrypy/_cpchecker.py
- M cherrypy/_cpconfig.py
- M cherrypy/_cpdispatch.py
- M cherrypy/_cperror.py
- M cherrypy/_cplogging.py
- M cherrypy/_cpmodpy.py
- M cherrypy/_cprequest.py
- M cherrypy/_cpserver.py
- M cherrypy/_cpthreadinglocal.py
- M cherrypy/_cptools.py
- M cherrypy/_cptree.py
- M cherrypy/_cpwsgi.py
- M cherrypy/_cpwsgi_server.py
- M cherrypy/cherryd
- M cherrypy/favicon.ico
- M cherrypy/lib/__init__.py
- M cherrypy/lib/auth.py
- M cherrypy/lib/caching.py
- M cherrypy/lib/covercp.py
- M cherrypy/lib/cptools.py
- M cherrypy/lib/encoding.py
- M cherrypy/lib/http.py
- M cherrypy/lib/httpauth.py
- M cherrypy/lib/profiler.py
- M cherrypy/lib/safemime.py
- M cherrypy/lib/sessions.py
- M cherrypy/lib/static.py
- M cherrypy/lib/tidy.py
- M cherrypy/lib/wsgiapp.py
- M cherrypy/lib/xmlrpc.py
- M cherrypy/process/__init__.py
- M cherrypy/process/plugins.py
- M cherrypy/process/servers.py
- M cherrypy/process/win32.py
- M cherrypy/process/wspbus.py
- M cherrypy/scaffold/example.conf
- M cherrypy/scaffold/site.conf
- M cherrypy/scaffold/static/made_with_cherrypy_small.png
- M cherrypy/test/__init__.py
- M cherrypy/test/benchmark.py
- M cherrypy/test/checkerdemo.py
- M cherrypy/test/helper.py
- M cherrypy/test/logtest.py
- M cherrypy/test/modpy.py
- M cherrypy/test/modwsgi.py
- M cherrypy/test/py25.py
- M cherrypy/test/static/dirback.jpg
- M cherrypy/test/static/index.html
- M cherrypy/test/style.css
- M cherrypy/test/test.pem
- M cherrypy/test/test.py
- M cherrypy/test/test_caching.py
- M cherrypy/test/test_config.py
- M cherrypy/test/test_conn.py
- M cherrypy/test/test_core.py
- M cherrypy/test/test_encoding.py
- M cherrypy/test/test_etags.py
- M cherrypy/test/test_http.py
- M cherrypy/test/test_httpauth.py
- M cherrypy/test/test_httplib.py
- M cherrypy/test/test_logging.py
- M cherrypy/test/test_misc_tools.py
- M cherrypy/test/test_objectmapping.py
- M cherrypy/test/test_proxy.py
- M cherrypy/test/test_refleaks.py
- M cherrypy/test/test_routes.py
- M cherrypy/test/test_safe_multipart.py
- M cherrypy/test/test_session.py
- M cherrypy/test/test_sessionauthenticate.py
- M cherrypy/test/test_states.py
- M cherrypy/test/test_states_demo.py
- M cherrypy/test/test_static.py
- M cherrypy/test/test_tidy.py
- M cherrypy/test/test_tools.py
- M cherrypy/test/test_tutorials.py
- M cherrypy/test/test_virtualhost.py
- M cherrypy/test/test_wsgi_ns.py
- M cherrypy/test/test_wsgi_vhost.py
- M cherrypy/test/test_wsgiapps.py
- M cherrypy/test/test_xmlrpc.py
- M cherrypy/test/webtest.py
- M cherrypy/tutorial/README.txt
- M cherrypy/tutorial/__init__.py
- M cherrypy/tutorial/bonus-sqlobject.py
- M cherrypy/tutorial/custom_error.html
- M cherrypy/tutorial/pdf_file.pdf
- M cherrypy/tutorial/tut01_helloworld.py
- M cherrypy/tutorial/tut02_expose_methods.py
- M cherrypy/tutorial/tut03_get_and_post.py
- M cherrypy/tutorial/tut04_complex_site.py
- M cherrypy/tutorial/tut05_derived_objects.py
- M cherrypy/tutorial/tut06_default_method.py
- M cherrypy/tutorial/tut07_sessions.py
- M cherrypy/tutorial/tut08_generators_and_yield.py
- M cherrypy/tutorial/tut09_files.py
- M cherrypy/tutorial/tut10_http_errors.py
- M cherrypy/tutorial/tutorial.conf
- M cherrypy/wsgiserver/__init__.py
- M client/heliosclient.py
- M client/oauthclient.py
- M crypto/algs.py
- M crypto/electionalgs.py
- M crypto/number.py
- M crypto/randpool.py
- M helios/admin_views.py
- M helios/election_urls.py
- M helios/json.py
- M helios/models.py
- M helios/oauth.py
- M helios/security.py
- M helios/templates/admin_clients.html
- M helios/templates/admin_home.html
- M helios/templates/ballot_verifier.html
- M helios/templates/base.html
- M helios/templates/booth.html
- M helios/templates/drive_tally.html
- M helios/templates/election_bboard.html
- M helios/templates/election_build.html
- M helios/templates/election_freeze.html
- M helios/templates/election_keygenerator.html
- M helios/templates/election_new.html
- M helios/templates/election_new_2.html
- M helios/templates/election_view.html
- M helios/templates/election_voters_manage.html
- M helios/templates/email_trustees.html
- M helios/templates/faq.html
- M helios/templates/index.html
- M helios/templates/js_api.html
- M helios/templates/keyshares_manage.html
- M helios/templates/keyshares_tally_manage.html
- M helios/templates/learn.html
- M helios/templates/login.html
- M helios/templates/tally_verifier.html
- M helios/templates/trustee_home.html
- M helios/templates/trustee_tally.html
- M helios/templates/user_home.html
- M helios/templates/vote.html
- M helios/templates/voters_email.html
- M helios/urls.py
- M helios/utils.py
- M helios/view_utils.py
- M helios/views.py
- M manage.py
- M settings.py
- M static/bigint.js
- M static/elgamal.js
- M static/helios-api.js
- M static/helios.js
- M static/templates/booth/question.html
- M static/templates/builder/question.html
- M static/verification-programs/single-ballot-verifier/bigint.class
- M static/verification-programs/single-ballot-verifier/index.html
- M testdata.txt
- M tests/electionalgs.py
- M tests/heliosclient.py
- M tests/heliosclient_manyballots.py
- M tests/remove_ballot.py
- M tests/specific_trustee_key.py
- M tests/trustee_election.py
- M tests/trustee_keys.py
- M urls.py
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
the Helios Voting System