Kwestie (master) :  summary log tree commit diff
authorBryan W Clark <clarkbw@gnome.org>2007-11-08 02:33:11
committer Bryan W Clark <clarkbw@gnome.org>2007-11-08 02:33:11
tree6dfb54f6ac35ee84a24f422f00b7877d57da48ee
downloadkwestie-b581d783bed8d46a7ff398beab7285ca0372d814.tar.gz
Initial commit to the repo
Diffstat
-rw-r--r--.gitignore6
-rw-r--r--README211
-rw-r--r--Rakefile10
-rw-r--r--app/controllers/application.rb15
-rw-r--r--app/controllers/comments_controller.rb77
-rw-r--r--app/controllers/issues_controller.rb83
-rw-r--r--app/controllers/sessions_controller.rb100
-rw-r--r--app/controllers/users_controller.rb40
-rw-r--r--app/helpers/application_helper.rb24
-rw-r--r--app/helpers/comments_helper.rb2
-rw-r--r--app/helpers/issues_helper.rb2
-rw-r--r--app/helpers/sessions_helper.rb2
-rw-r--r--app/helpers/users_helper.rb2
-rw-r--r--app/models/comment.rb13
-rw-r--r--app/models/issue.rb39
-rw-r--r--app/models/user.rb111
-rw-r--r--app/models/user_action_observer.rb26
-rw-r--r--app/models/user_mailer.rb24
-rw-r--r--app/models/user_observer.rb11
-rw-r--r--app/views/comments/_form.rhtml3
-rw-r--r--app/views/comments/_show.rhtml9
-rw-r--r--app/views/comments/edit.rhtml12
-rw-r--r--app/views/comments/index.rhtml18
-rw-r--r--app/views/comments/show.rhtml1
-rw-r--r--app/views/issues/_form.rhtml2
-rw-r--r--app/views/issues/_show.rhtml24
-rw-r--r--app/views/issues/edit.rhtml12
-rw-r--r--app/views/issues/index.rhtml16
-rw-r--r--app/views/issues/new.rhtml13
-rw-r--r--app/views/issues/show.rhtml25
-rw-r--r--app/views/layouts/_bar.rhtml9
-rw-r--r--app/views/layouts/_footer.rhtml3
-rw-r--r--app/views/layouts/_header.rhtml3
-rw-r--r--app/views/layouts/comments.rhtml17
-rw-r--r--app/views/layouts/default.rhtml32
-rw-r--r--app/views/layouts/issues.rhtml17
-rw-r--r--app/views/sessions/new.rhtml23
-rw-r--r--app/views/user_mailer/activation.rhtml3
-rw-r--r--app/views/user_mailer/signup_notification.rhtml8
-rw-r--r--app/views/users/_show.rhtml5
-rw-r--r--app/views/users/new.rhtml26
-rw-r--r--app/views/users/show.rhtml21
-rw-r--r--config/boot.rb39
-rw-r--r--config/database.yml36
-rw-r--r--config/environment.rb64
-rw-r--r--config/environments/development.rb21
-rw-r--r--config/environments/production.rb18
-rw-r--r--config/environments/test.rb19
-rw-r--r--config/routes.rb36
-rw-r--r--db/migrate/001_create_users.rb31
-rw-r--r--db/migrate/002_add_open_id_authentication_tables.rb28
-rw-r--r--db/migrate/003_create_issues.rb23
-rw-r--r--db/migrate/004_create_comments.rb21
-rw-r--r--doc/GOALS10
-rw-r--r--doc/README_FOR_APP2
-rw-r--r--doc/issue page.svg96
-rw-r--r--doc/plugins.svg120
-rw-r--r--lib/authenticated_system.rb127
-rw-r--r--lib/authenticated_test_helper.rb26
-rw-r--r--public/.htaccess40
-rw-r--r--public/404.html30
-rw-r--r--public/500.html30
-rwxr-xr-xpublic/dispatch.cgi10
-rwxr-xr-xpublic/dispatch.fcgi24
-rwxr-xr-xpublic/dispatch.rb10
-rw-r--r--public/favicon.ico0
-rw-r--r--public/javascripts/application.js2
-rw-r--r--public/javascripts/controls.js833
-rw-r--r--public/javascripts/dragdrop.js942
-rw-r--r--public/javascripts/effects.js1088
-rw-r--r--public/javascripts/prototype.js2515
-rw-r--r--public/robots.txt1
-rw-r--r--public/stylesheets/scaffold.css165
-rwxr-xr-xscript/about3
-rwxr-xr-xscript/breakpointer3
-rwxr-xr-xscript/console3
-rwxr-xr-xscript/destroy3
-rwxr-xr-xscript/generate3
-rwxr-xr-xscript/performance/benchmarker3
-rwxr-xr-xscript/performance/profiler3
-rwxr-xr-xscript/plugin3
-rwxr-xr-xscript/process/inspector3
-rwxr-xr-xscript/process/reaper3
-rwxr-xr-xscript/process/spawner3
-rwxr-xr-xscript/runner3
-rwxr-xr-xscript/server3
-rw-r--r--test/fixtures/comments.yml15
-rw-r--r--test/fixtures/issues.yml15
-rw-r--r--test/fixtures/users.yml17
-rw-r--r--test/functional/comments_controller_test.rb56
-rw-r--r--test/functional/issues_controller_test.rb62
-rw-r--r--test/functional/sessions_controller_test.rb82
-rw-r--r--test/functional/users_controller_test.rb83
-rw-r--r--test/test_helper.rb30
-rw-r--r--test/unit/comment_test.rb10
-rw-r--r--test/unit/issue_test.rb10
-rw-r--r--test/unit/user_action_observer_test.rb28
-rw-r--r--test/unit/user_mailer_test.rb31
-rw-r--r--test/unit/user_test.rb98
-rw-r--r--vendor/plugins/guid/README.TXT29
-rw-r--r--vendor/plugins/guid/init.rb30
-rw-r--r--vendor/plugins/guid/lib/usesguid.rb37
-rw-r--r--vendor/plugins/guid/lib/uuid22.rb43
-rw-r--r--vendor/plugins/guid/lib/uuidtools.rb572
-rw-r--r--vendor/plugins/open_id_authentication/CHANGELOG19
-rw-r--r--vendor/plugins/open_id_authentication/README187
-rw-r--r--vendor/plugins/open_id_authentication/Rakefile22
-rw-r--r--vendor/plugins/open_id_authentication/init.rb12
-rw-r--r--vendor/plugins/open_id_authentication/lib/generators/open_id_authentication_tables/open_id_authentication_tables_generator.rb11
-rw-r--r--vendor/plugins/open_id_authentication/lib/generators/open_id_authentication_tables/templates/migration.rb28
-rw-r--r--vendor/plugins/open_id_authentication/lib/open_id_authentication.rb158
-rw-r--r--vendor/plugins/open_id_authentication/lib/open_id_authentication/association.rb9
-rw-r--r--vendor/plugins/open_id_authentication/lib/open_id_authentication/db_store.rb80
-rw-r--r--vendor/plugins/open_id_authentication/lib/open_id_authentication/nonce.rb5
-rw-r--r--vendor/plugins/open_id_authentication/lib/open_id_authentication/setting.rb5
-rw-r--r--vendor/plugins/open_id_authentication/tasks/open_id_authentication_tasks.rake16
-rw-r--r--vendor/plugins/open_id_authentication/test/normalize_test.rb35
-rw-r--r--vendor/plugins/open_id_authentication/test/open_id_authentication_test.rb44
-rw-r--r--vendor/plugins/open_id_authentication/test/status_test.rb22
-rw-r--r--vendor/plugins/permalink_fu/README11
-rw-r--r--vendor/plugins/permalink_fu/init.rb1
-rw-r--r--vendor/plugins/permalink_fu/lib/permalink_fu.rb92
-rw-r--r--vendor/plugins/permalink_fu/test/permalink_fu_test.rb126
-rw-r--r--vendor/plugins/restful_authentication/README29
-rw-r--r--vendor/plugins/restful_authentication/Rakefile22
-rw-r--r--vendor/plugins/restful_authentication/generators/authenticated/USAGE1
-rw-r--r--vendor/plugins/restful_authentication/generators/authenticated/authenticated_generator.rb218
-rw-r--r--vendor/plugins/restful_authentication/generators/authenticated/templates/activation.rhtml3
-rw-r--r--vendor/plugins/restful_authentication/generators/authenticated/templates/authenticated_system.rb127
-rw-r--r--vendor/plugins/restful_authentication/generators/authenticated/templates/authenticated_test_helper.rb26
-rw-r--r--vendor/plugins/restful_authentication/generators/authenticated/templates/controller.rb31
-rw-r--r--vendor/plugins/restful_authentication/generators/authenticated/templates/fixtures.yml17
-rw-r--r--vendor/plugins/restful_authentication/generators/authenticated/templates/functional_test.rb85
-rw-r--r--vendor/plugins/restful_authentication/generators/authenticated/templates/helper.rb2
-rw-r--r--vendor/plugins/restful_authentication/generators/authenticated/templates/login.rhtml14
-rw-r--r--vendor/plugins/restful_authentication/generators/authenticated/templates/mailer.rb25
-rw-r--r--vendor/plugins/restful_authentication/generators/authenticated/templates/mailer_test.rb31
-rw-r--r--vendor/plugins/restful_authentication/generators/authenticated/templates/migration.rb21
-rw-r--r--vendor/plugins/restful_authentication/generators/authenticated/templates/model.rb98
-rw-r--r--vendor/plugins/restful_authentication/generators/authenticated/templates/model_controller.rb30
-rw-r--r--vendor/plugins/restful_authentication/generators/authenticated/templates/model_functional_test.rb86
-rw-r--r--vendor/plugins/restful_authentication/generators/authenticated/templates/model_helper.rb2
-rw-r--r--vendor/plugins/restful_authentication/generators/authenticated/templates/observer.rb11
-rw-r--r--vendor/plugins/restful_authentication/generators/authenticated/templates/signup.rhtml16
-rw-r--r--vendor/plugins/restful_authentication/generators/authenticated/templates/signup_notification.rhtml8
-rw-r--r--vendor/plugins/restful_authentication/generators/authenticated/templates/unit_test.rb101
-rw-r--r--vendor/plugins/restful_authentication/install.rb1
147 files changed, 10682 insertions, 0 deletions (show diff)