Initial import.
commite107d5323f7bfe3aa57ca677ce2beadee67bf167
authorPhil Jackson <phil@shellarchive.co.uk>
Tue, 10 Jun 2008 13:40:21 +0000 (10 14:40 +0100)
committerPhil Jackson <phil@shellarchive.co.uk>
Tue, 10 Jun 2008 13:56:18 +0000 (10 14:56 +0100)
tree93c5a6fc177139474a07294c01b2e46e4a8d16e8
Initial import.
59 files changed:
Changes [new file with mode: 0755]
Fumo.yml [new file with mode: 0755]
Makefile.PL [new file with mode: 0755]
README [new file with mode: 0755]
bin/fprove.pl [new file with mode: 0755]
bin/fumo-queue.pl [new file with mode: 0755]
fumo.sql [new file with mode: 0755]
fumo.yml [new file with mode: 0755]
lib/Fumo.pm [new file with mode: 0755]
lib/Fumo/Controller/Branch.pm [new file with mode: 0755]
lib/Fumo/Controller/File.pm [new file with mode: 0755]
lib/Fumo/Controller/Project.pm [new file with mode: 0755]
lib/Fumo/Controller/Revision.pm [new file with mode: 0755]
lib/Fumo/Controller/Root.pm [new file with mode: 0755]
lib/Fumo/Import.pm [new file with mode: 0755]
lib/Fumo/Import/DataSchema.pm [new file with mode: 0755]
lib/Fumo/Model/Schema.pm [new file with mode: 0755]
lib/Fumo/Model/Schema.pm.new [new file with mode: 0755]
lib/Fumo/Queue.pm [new file with mode: 0755]
lib/Fumo/Queue/Run.pm [new file with mode: 0755]
lib/Fumo/Schema.pm [new file with mode: 0755]
lib/Fumo/Schema/Branch.pm [new file with mode: 0755]
lib/Fumo/Schema/File.pm [new file with mode: 0755]
lib/Fumo/Schema/Project.pm [new file with mode: 0755]
lib/Fumo/Schema/Revision.pm [new file with mode: 0755]
lib/Fumo/Schema/Test.pm [new file with mode: 0755]
lib/Fumo/View/TT.pm [new file with mode: 0755]
root/lib/config/col [new file with mode: 0755]
root/lib/config/main [new file with mode: 0755]
root/lib/config/url [new file with mode: 0755]
root/lib/site/footer [new file with mode: 0755]
root/lib/site/header [new file with mode: 0755]
root/lib/site/html [new file with mode: 0755]
root/lib/site/layout [new file with mode: 0755]
root/lib/site/wrapper [new file with mode: 0755]
root/src/404.tt2 [new file with mode: 0755]
root/src/branch/branch_list.tt2 [new file with mode: 0755]
root/src/error.tt2 [new file with mode: 0755]
root/src/file/file_list.tt2 [new file with mode: 0755]
root/src/global.tt2 [new file with mode: 0755]
root/src/project/project_list.tt2 [new file with mode: 0755]
root/src/revision/revision_list.tt2 [new file with mode: 0755]
root/src/start.tt2 [new file with mode: 0755]
root/static/main.css [new file with mode: 0755]
script/fumo_cgi.pl [new file with mode: 0755]
script/fumo_create.pl [new file with mode: 0755]
script/fumo_fastcgi.pl [new file with mode: 0755]
script/fumo_server.pl [new file with mode: 0755]
script/fumo_test.pl [new file with mode: 0755]
silly_test.t [new file with mode: 0755]
t/01-fixtures/many_files_same_tests.yml [new file with mode: 0755]
t/01-fixtures/one_file_all_combos_valid.yml [new file with mode: 0755]
t/01-fixtures/one_file_invalid.yml [new file with mode: 0755]
t/01-fixtures/one_file_skip_todo.yml [new file with mode: 0755]
t/01-import.t [new file with mode: 0755]
t/02-app.t [new file with mode: 0755]
t/03-revision-pass-rate.t [new file with mode: 0755]
t/10-queue-manip.t [new file with mode: 0755]
t/model_Schema.t [new file with mode: 0755]