Code

Add new tracker template.
authorstefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 12 Oct 2010 01:14:07 +0000 (01:14 +0000)
committerstefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 12 Oct 2010 01:14:07 +0000 (01:14 +0000)
commit44c7a50f09a975ca5736f7eb407f5b8b6ee317aa
tree067d5cfd2aeb94611b93ab8fb127f39f8394d625
parentce5ffbf11366623d88474c711007f1f20bc8d863
Add new tracker template.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4543 57a73879-2fb5-44c3-a270-3262357dd7e2
62 files changed:
share/roundup/templates/devel/TEMPLATE-INFO.txt [new file with mode: 0644]
share/roundup/templates/devel/config.ini [new file with mode: 0644]
share/roundup/templates/devel/detectors/messagesummary.py [new file with mode: 0644]
share/roundup/templates/devel/detectors/no_texthtml.py [new file with mode: 0644]
share/roundup/templates/devel/detectors/nosyreaction.py [new file with mode: 0644]
share/roundup/templates/devel/detectors/patches.py [new file with mode: 0644]
share/roundup/templates/devel/detectors/severityauditor.py [new file with mode: 0644]
share/roundup/templates/devel/detectors/statusauditor.py [new file with mode: 0644]
share/roundup/templates/devel/detectors/userauditor.py [new file with mode: 0644]
share/roundup/templates/devel/extensions/local_replace.py [new file with mode: 0644]
share/roundup/templates/devel/extensions/spambayes.py [new file with mode: 0644]
share/roundup/templates/devel/extensions/timestamp.py [new file with mode: 0644]
share/roundup/templates/devel/extensions/timezone.py [new file with mode: 0644]
share/roundup/templates/devel/html/_generic.404.html [new file with mode: 0644]
share/roundup/templates/devel/html/_generic.calendar.html [new file with mode: 0644]
share/roundup/templates/devel/html/_generic.collision.html [new file with mode: 0644]
share/roundup/templates/devel/html/_generic.help-empty.html [new file with mode: 0644]
share/roundup/templates/devel/html/_generic.help-list.html [new file with mode: 0644]
share/roundup/templates/devel/html/_generic.help-search.html [new file with mode: 0644]
share/roundup/templates/devel/html/_generic.help-submit.html [new file with mode: 0644]
share/roundup/templates/devel/html/_generic.help.html [new file with mode: 0644]
share/roundup/templates/devel/html/_generic.index.html [new file with mode: 0644]
share/roundup/templates/devel/html/_generic.item.html [new file with mode: 0644]
share/roundup/templates/devel/html/bug.index.html [new file with mode: 0644]
share/roundup/templates/devel/html/bug.item.html [new file with mode: 0644]
share/roundup/templates/devel/html/bug.search.html [new file with mode: 0644]
share/roundup/templates/devel/html/favicon.ico [new file with mode: 0644]
share/roundup/templates/devel/html/file.index.html [new file with mode: 0644]
share/roundup/templates/devel/html/file.item.html [new file with mode: 0644]
share/roundup/templates/devel/html/help.css [new file with mode: 0644]
share/roundup/templates/devel/html/help.html [new file with mode: 0644]
share/roundup/templates/devel/html/help_controls.js [new file with mode: 0644]
share/roundup/templates/devel/html/home.classlist.html [new file with mode: 0644]
share/roundup/templates/devel/html/home.html [new file with mode: 0644]
share/roundup/templates/devel/html/jquery.js [new file with mode: 0644]
share/roundup/templates/devel/html/keyword.index.html [new file with mode: 0644]
share/roundup/templates/devel/html/keyword.item.html [new file with mode: 0644]
share/roundup/templates/devel/html/milestone.index.html [new file with mode: 0644]
share/roundup/templates/devel/html/milestone.item.html [new file with mode: 0644]
share/roundup/templates/devel/html/msg.index.html [new file with mode: 0644]
share/roundup/templates/devel/html/msg.item.html [new file with mode: 0644]
share/roundup/templates/devel/html/page.html [new file with mode: 0644]
share/roundup/templates/devel/html/patch.index.html [new file with mode: 0644]
share/roundup/templates/devel/html/patch.item.html [new file with mode: 0644]
share/roundup/templates/devel/html/query.edit.html [new file with mode: 0644]
share/roundup/templates/devel/html/query.item.html [new file with mode: 0644]
share/roundup/templates/devel/html/search.js [new file with mode: 0644]
share/roundup/templates/devel/html/style.css [new file with mode: 0644]
share/roundup/templates/devel/html/task.index.html [new file with mode: 0644]
share/roundup/templates/devel/html/task.item.html [new file with mode: 0644]
share/roundup/templates/devel/html/task.search.html [new file with mode: 0644]
share/roundup/templates/devel/html/tracker.css [new file with mode: 0644]
share/roundup/templates/devel/html/user.forgotten.html [new file with mode: 0644]
share/roundup/templates/devel/html/user.help-search.html [new file with mode: 0644]
share/roundup/templates/devel/html/user.help.html [new file with mode: 0644]
share/roundup/templates/devel/html/user.index.html [new file with mode: 0644]
share/roundup/templates/devel/html/user.item.html [new file with mode: 0644]
share/roundup/templates/devel/html/user.register.html [new file with mode: 0644]
share/roundup/templates/devel/html/user.rego_progress.html [new file with mode: 0644]
share/roundup/templates/devel/html/user_utils.js [new file with mode: 0644]
share/roundup/templates/devel/initial_data.py [new file with mode: 0644]
share/roundup/templates/devel/schema.py [new file with mode: 0644]