Code

svn repository setup
authorstefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 6 Feb 2009 04:44:58 +0000 (04:44 +0000)
committerstefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 6 Feb 2009 04:44:58 +0000 (04:44 +0000)
commitac6d696f4e811655f68b3a5e869da9c4c62251c5
treee3f1581ad5548ea7b2ecbbaad603869eb5b50bfa
parent1fcbaa3dc3999b56a36b67803bbccce6fc62e80c
svn repository setup

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4074 57a73879-2fb5-44c3-a270-3262357dd7e2
241 files changed:
BUILD.txt
CHANGES.txt
ChangeLog
I18N_PROGRESS.txt [deleted file]
MANIFEST.in
README.txt
TODO.txt [deleted file]
cgi-bin/roundup.cgi
demo.py
detectors/emailauditor.py
doc/.cvsignore
doc/FAQ.txt
doc/Makefile
doc/admin_guide.txt
doc/announcement.txt
doc/customizing.txt
doc/default.css
doc/design.txt
doc/developers.txt
doc/features.txt
doc/images/edit_issue.png [new file with mode: 0644]
doc/images/index_logged_in.png [new file with mode: 0644]
doc/images/index_logged_out.png [new file with mode: 0644]
doc/images/my_details.png [new file with mode: 0644]
doc/images/new_issue.png [new file with mode: 0644]
doc/images/registration.png [new file with mode: 0644]
doc/index.txt
doc/installation.txt
doc/mysql.txt
doc/overview.txt
doc/postgresql.txt
doc/roundup-demo.1 [new file with mode: 0644]
doc/roundup-mailgw.1
doc/roundup-server.1
doc/roundup-server.ini.example [new file with mode: 0644]
doc/tracker_templates.txt
doc/upgrading.txt
doc/user_guide.txt
doc/whatsnew-0.7.txt
doc/whatsnew-0.8.txt [new file with mode: 0644]
doc/xmlrpc.txt [new file with mode: 0644]
frontends/README.txt
frontends/ZRoundup/ZRoundup.py
frontends/ZRoundup/__init__.py
frontends/ZRoundup/refresh.txt [new file with mode: 0644]
frontends/roundup.cgi [new file with mode: 0755]
locale/.cvsignore [new file with mode: 0644]
locale/GNUmakefile [new file with mode: 0644]
locale/de.po [new file with mode: 0644]
locale/en.po [new file with mode: 0644]
locale/es.po [new file with mode: 0755]
locale/fr.po [new file with mode: 0644]
locale/hu.po [new file with mode: 0644]
locale/it.po [new file with mode: 0644]
locale/lt.po [new file with mode: 0755]
locale/roundup.pot [new file with mode: 0644]
locale/ru.po [new file with mode: 0644]
locale/zh_CN.po [new file with mode: 0644]
locale/zh_TW.po [new file with mode: 0755]
roundup/__init__.py
roundup/admin.py
roundup/backends/__init__.py
roundup/backends/back_anydbm.py
roundup/backends/back_bsddb.py [deleted file]
roundup/backends/back_bsddb3.py [deleted file]
roundup/backends/back_metakit.py [deleted file]
roundup/backends/back_mysql.py
roundup/backends/back_postgresql.py
roundup/backends/back_sqlite.py
roundup/backends/back_tsearch2.py [new file with mode: 0644]
roundup/backends/blobfiles.py
roundup/backends/indexer_common.py [new file with mode: 0644]
roundup/backends/indexer_dbm.py
roundup/backends/indexer_rdbms.py
roundup/backends/indexer_xapian.py [new file with mode: 0644]
roundup/backends/portalocker.py
roundup/backends/rdbms_common.py
roundup/backends/sessions_dbm.py
roundup/backends/sessions_rdbms.py
roundup/backends/tsearch2_setup.py [new file with mode: 0644]
roundup/cgi/PageTemplates/ComputedAttribute.py [deleted file]
roundup/cgi/PageTemplates/Expressions.py
roundup/cgi/PageTemplates/GlobalTranslationService.py [new file with mode: 0644]
roundup/cgi/PageTemplates/MultiMapping.py
roundup/cgi/PageTemplates/PageTemplate.py
roundup/cgi/PageTemplates/PathIterator.py
roundup/cgi/PageTemplates/PythonExpr.py
roundup/cgi/PageTemplates/TALES.py
roundup/cgi/PageTemplates/__init__.py
roundup/cgi/TAL/DummyEngine.py [new file with mode: 0644]
roundup/cgi/TAL/HTMLParser.py
roundup/cgi/TAL/HTMLTALParser.py
roundup/cgi/TAL/TALDefs.py
roundup/cgi/TAL/TALGenerator.py
roundup/cgi/TAL/TALInterpreter.py
roundup/cgi/TAL/TALParser.py
roundup/cgi/TAL/TranslationContext.py [new file with mode: 0644]
roundup/cgi/TAL/XMLParser.py
roundup/cgi/TAL/__init__.py
roundup/cgi/TAL/markupbase.py
roundup/cgi/TAL/talgettext.py [new file with mode: 0644]
roundup/cgi/TranslationService.py [new file with mode: 0644]
roundup/cgi/ZTUtils/Iterator.py
roundup/cgi/accept_language.py [new file with mode: 0755]
roundup/cgi/actions.py
roundup/cgi/apache.py [new file with mode: 0644]
roundup/cgi/cgitb.py
roundup/cgi/client.py
roundup/cgi/exceptions.py
roundup/cgi/form_parser.py
roundup/cgi/templating.py
roundup/cgi/wsgi_handler.py [new file with mode: 0644]
roundup/configuration.py [new file with mode: 0644]
roundup/date.py
roundup/hyperdb.py
roundup/i18n.py
roundup/init.py
roundup/install_util.py
roundup/instance.py
roundup/mailer.py
roundup/mailgw.py
roundup/msgfmt.py [new file with mode: 0644]
roundup/password.py
roundup/rcsv.py [deleted file]
roundup/rfc2822.py
roundup/roundupdb.py
roundup/scripts/roundup_demo.py [new file with mode: 0644]
roundup/scripts/roundup_gettext.py [new file with mode: 0644]
roundup/scripts/roundup_mailgw.py
roundup/scripts/roundup_server.py
roundup/scripts/roundup_xmlrpc_server.py [new file with mode: 0644]
roundup/security.py
roundup/support.py [new file with mode: 0644]
roundup/xmlrpc.py [new file with mode: 0644]
run_tests.py
scripts/README.txt
scripts/hyperdb_example.py [new file with mode: 0644]
scripts/imapServer.py [new file with mode: 0644]
scripts/import_sf.py [new file with mode: 0644]
scripts/roundup-reminder
scripts/server-ctl
scripts/weekly-report [new file with mode: 0755]
setup.py
templates/classic/__init__.py [deleted file]
templates/classic/config.py [deleted file]
templates/classic/dbinit.py [deleted file]
templates/classic/detectors/__init__.py [deleted file]
templates/classic/detectors/messagesummary.py
templates/classic/detectors/nosyreaction.py
templates/classic/detectors/userauditor.py
templates/classic/extensions/README.txt [new file with mode: 0644]
templates/classic/html/_generic.404.html [new file with mode: 0644]
templates/classic/html/_generic.calendar.html [new file with mode: 0644]
templates/classic/html/_generic.collision.html
templates/classic/html/_generic.help-empty.html [new file with mode: 0644]
templates/classic/html/_generic.help-list.html [new file with mode: 0644]
templates/classic/html/_generic.help-search.html [new file with mode: 0644]
templates/classic/html/_generic.help-submit.html [new file with mode: 0644]
templates/classic/html/_generic.help.html
templates/classic/html/_generic.index.html
templates/classic/html/_generic.item.html
templates/classic/html/file.index.html
templates/classic/html/file.item.html
templates/classic/html/help.html [new file with mode: 0644]
templates/classic/html/help_controls.js
templates/classic/html/home.classlist.html
templates/classic/html/home.html
templates/classic/html/issue.index.html
templates/classic/html/issue.item.html
templates/classic/html/issue.search.html
templates/classic/html/keyword.item.html
templates/classic/html/msg.index.html
templates/classic/html/msg.item.html
templates/classic/html/page.html
templates/classic/html/query.edit.html
templates/classic/html/query.item.html
templates/classic/html/style.css
templates/classic/html/user.forgotten.html
templates/classic/html/user.help-search.html [new file with mode: 0644]
templates/classic/html/user.help.html [new file with mode: 0644]
templates/classic/html/user.index.html
templates/classic/html/user.item.html
templates/classic/html/user.register.html
templates/classic/html/user.rego_progress.html
templates/classic/html/user_utils.js [new file with mode: 0644]
templates/classic/initial_data.py [new file with mode: 0644]
templates/classic/interfaces.py [deleted file]
templates/classic/schema.py [new file with mode: 0644]
templates/minimal/__init__.py [deleted file]
templates/minimal/config.py [deleted file]
templates/minimal/dbinit.py [deleted file]
templates/minimal/detectors/__init__.py [deleted file]
templates/minimal/detectors/userauditor.py
templates/minimal/extensions/README.txt [new file with mode: 0644]
templates/minimal/html/_generic.404.html [new file with mode: 0644]
templates/minimal/html/_generic.calendar.html [new file with mode: 0644]
templates/minimal/html/_generic.collision.html
templates/minimal/html/_generic.help.html
templates/minimal/html/_generic.index.html
templates/minimal/html/_generic.item.html
templates/minimal/html/help_controls.js [new file with mode: 0644]
templates/minimal/html/home.classlist.html
templates/minimal/html/home.html
templates/minimal/html/page.html
templates/minimal/html/style.css
templates/minimal/html/user.index.html
templates/minimal/html/user.item.html
templates/minimal/html/user.register.html
templates/minimal/html/user.rego_progress.html [new file with mode: 0644]
templates/minimal/initial_data.py [new file with mode: 0644]
templates/minimal/interfaces.py [deleted file]
templates/minimal/schema.py [new file with mode: 0644]
test/README.txt
test/benchmark.py
test/db_test_base.py
test/mocknull.py [new file with mode: 0644]
test/test_actions.py
test/test_anydbm.py
test/test_bsddb.py [deleted file]
test/test_bsddb3.py [deleted file]
test/test_cgi.py
test/test_dates.py
test/test_hyperdbvals.py
test/test_indexer.py
test/test_mailgw.py
test/test_metakit.py [deleted file]
test/test_multipart.py
test/test_mysql.py
test/test_postgresql.py
test/test_rfc2822.py [new file with mode: 0644]
test/test_schema.py
test/test_security.py
test/test_sqlite.py
test/test_templating.py
test/test_textfmt.py [new file with mode: 0644]
test/test_tsearch2.py [new file with mode: 0644]
test/test_userauditor.py [new file with mode: 0644]
test/test_xmlrpc.py [new file with mode: 0644]
tools/fixroles.py
tools/load_tracker.py [new file with mode: 0755]
tools/migrate-queries.py