mg8 git repositories
Kwestie (master) :
summary
log
tree
commit
diff
author
Bryan W Clark <clarkbw@gnome.org>
2007-11-08 02:33:11
committer
Bryan W Clark <clarkbw@gnome.org>
2007-11-08 02:33:11
tree
6dfb54f6ac35ee84a24f422f00b7877d57da48ee
download
kwestie-b581d783bed8d46a7ff398beab7285ca0372d814.tar.gz
Initial commit to the repo
Diffstat
-rw-r--r--
.gitignore
6
-rw-r--r--
README
211
-rw-r--r--
Rakefile
10
-rw-r--r--
app/controllers/application.rb
15
-rw-r--r--
app/controllers/comments_controller.rb
77
-rw-r--r--
app/controllers/issues_controller.rb
83
-rw-r--r--
app/controllers/sessions_controller.rb
100
-rw-r--r--
app/controllers/users_controller.rb
40
-rw-r--r--
app/helpers/application_helper.rb
24
-rw-r--r--
app/helpers/comments_helper.rb
2
-rw-r--r--
app/helpers/issues_helper.rb
2
-rw-r--r--
app/helpers/sessions_helper.rb
2
-rw-r--r--
app/helpers/users_helper.rb
2
-rw-r--r--
app/models/comment.rb
13
-rw-r--r--
app/models/issue.rb
39
-rw-r--r--
app/models/user.rb
111
-rw-r--r--
app/models/user_action_observer.rb
26
-rw-r--r--
app/models/user_mailer.rb
24
-rw-r--r--
app/models/user_observer.rb
11
-rw-r--r--
app/views/comments/_form.rhtml
3
-rw-r--r--
app/views/comments/_show.rhtml
9
-rw-r--r--
app/views/comments/edit.rhtml
12
-rw-r--r--
app/views/comments/index.rhtml
18
-rw-r--r--
app/views/comments/show.rhtml
1
-rw-r--r--
app/views/issues/_form.rhtml
2
-rw-r--r--
app/views/issues/_show.rhtml
24
-rw-r--r--
app/views/issues/edit.rhtml
12
-rw-r--r--
app/views/issues/index.rhtml
16
-rw-r--r--
app/views/issues/new.rhtml
13
-rw-r--r--
app/views/issues/show.rhtml
25
-rw-r--r--
app/views/layouts/_bar.rhtml
9
-rw-r--r--
app/views/layouts/_footer.rhtml
3
-rw-r--r--
app/views/layouts/_header.rhtml
3
-rw-r--r--
app/views/layouts/comments.rhtml
17
-rw-r--r--
app/views/layouts/default.rhtml
32
-rw-r--r--
app/views/layouts/issues.rhtml
17
-rw-r--r--
app/views/sessions/new.rhtml
23
-rw-r--r--
app/views/user_mailer/activation.rhtml
3
-rw-r--r--
app/views/user_mailer/signup_notification.rhtml
8
-rw-r--r--
app/views/users/_show.rhtml
5
-rw-r--r--
app/views/users/new.rhtml
26
-rw-r--r--
app/views/users/show.rhtml
21
-rw-r--r--
config/boot.rb
39
-rw-r--r--
config/database.yml
36
-rw-r--r--
config/environment.rb
64
-rw-r--r--
config/environments/development.rb
21
-rw-r--r--
config/environments/production.rb
18
-rw-r--r--
config/environments/test.rb
19
-rw-r--r--
config/routes.rb
36
-rw-r--r--
db/migrate/001_create_users.rb
31
-rw-r--r--
db/migrate/002_add_open_id_authentication_tables.rb
28
-rw-r--r--
db/migrate/003_create_issues.rb
23
-rw-r--r--
db/migrate/004_create_comments.rb
21
-rw-r--r--
doc/GOALS
10
-rw-r--r--
doc/README_FOR_APP
2
-rw-r--r--
doc/issue page.svg
96
-rw-r--r--
doc/plugins.svg
120
-rw-r--r--
lib/authenticated_system.rb
127
-rw-r--r--
lib/authenticated_test_helper.rb
26
-rw-r--r--
public/.htaccess
40
-rw-r--r--
public/404.html
30
-rw-r--r--
public/500.html
30
-rwxr-xr-x
public/dispatch.cgi
10
-rwxr-xr-x
public/dispatch.fcgi
24
-rwxr-xr-x
public/dispatch.rb
10
-rw-r--r--
public/favicon.ico
0
-rw-r--r--
public/javascripts/application.js
2
-rw-r--r--
public/javascripts/controls.js
833
-rw-r--r--
public/javascripts/dragdrop.js
942
-rw-r--r--
public/javascripts/effects.js
1088
-rw-r--r--
public/javascripts/prototype.js
2515
-rw-r--r--
public/robots.txt
1
-rw-r--r--
public/stylesheets/scaffold.css
165
-rwxr-xr-x
script/about
3
-rwxr-xr-x
script/breakpointer
3
-rwxr-xr-x
script/console
3
-rwxr-xr-x
script/destroy
3
-rwxr-xr-x
script/generate
3
-rwxr-xr-x
script/performance/benchmarker
3
-rwxr-xr-x
script/performance/profiler
3
-rwxr-xr-x
script/plugin
3
-rwxr-xr-x
script/process/inspector
3
-rwxr-xr-x
script/process/reaper
3
-rwxr-xr-x
script/process/spawner
3
-rwxr-xr-x
script/runner
3
-rwxr-xr-x
script/server
3
-rw-r--r--
test/fixtures/comments.yml
15
-rw-r--r--
test/fixtures/issues.yml
15
-rw-r--r--
test/fixtures/users.yml
17
-rw-r--r--
test/functional/comments_controller_test.rb
56
-rw-r--r--
test/functional/issues_controller_test.rb
62
-rw-r--r--
test/functional/sessions_controller_test.rb
82
-rw-r--r--
test/functional/users_controller_test.rb
83
-rw-r--r--
test/test_helper.rb
30
-rw-r--r--
test/unit/comment_test.rb
10
-rw-r--r--
test/unit/issue_test.rb
10
-rw-r--r--
test/unit/user_action_observer_test.rb
28
-rw-r--r--
test/unit/user_mailer_test.rb
31
-rw-r--r--
test/unit/user_test.rb
98
-rw-r--r--
vendor/plugins/guid/README.TXT
29
-rw-r--r--
vendor/plugins/guid/init.rb
30
-rw-r--r--
vendor/plugins/guid/lib/usesguid.rb
37
-rw-r--r--
vendor/plugins/guid/lib/uuid22.rb
43
-rw-r--r--
vendor/plugins/guid/lib/uuidtools.rb
572
-rw-r--r--
vendor/plugins/open_id_authentication/CHANGELOG
19
-rw-r--r--
vendor/plugins/open_id_authentication/README
187
-rw-r--r--
vendor/plugins/open_id_authentication/Rakefile
22
-rw-r--r--
vendor/plugins/open_id_authentication/init.rb
12
-rw-r--r--
vendor/plugins/open_id_authentication/lib/generators/open_id_authentication_tables/open_id_authentication_tables_generator.rb
11
-rw-r--r--
vendor/plugins/open_id_authentication/lib/generators/open_id_authentication_tables/templates/migration.rb
28
-rw-r--r--
vendor/plugins/open_id_authentication/lib/open_id_authentication.rb
158
-rw-r--r--
vendor/plugins/open_id_authentication/lib/open_id_authentication/association.rb
9
-rw-r--r--
vendor/plugins/open_id_authentication/lib/open_id_authentication/db_store.rb
80
-rw-r--r--
vendor/plugins/open_id_authentication/lib/open_id_authentication/nonce.rb
5
-rw-r--r--
vendor/plugins/open_id_authentication/lib/open_id_authentication/setting.rb
5
-rw-r--r--
vendor/plugins/open_id_authentication/tasks/open_id_authentication_tasks.rake
16
-rw-r--r--
vendor/plugins/open_id_authentication/test/normalize_test.rb
35
-rw-r--r--
vendor/plugins/open_id_authentication/test/open_id_authentication_test.rb
44
-rw-r--r--
vendor/plugins/open_id_authentication/test/status_test.rb
22
-rw-r--r--
vendor/plugins/permalink_fu/README
11
-rw-r--r--
vendor/plugins/permalink_fu/init.rb
1
-rw-r--r--
vendor/plugins/permalink_fu/lib/permalink_fu.rb
92
-rw-r--r--
vendor/plugins/permalink_fu/test/permalink_fu_test.rb
126
-rw-r--r--
vendor/plugins/restful_authentication/README
29
-rw-r--r--
vendor/plugins/restful_authentication/Rakefile
22
-rw-r--r--
vendor/plugins/restful_authentication/generators/authenticated/USAGE
1
-rw-r--r--
vendor/plugins/restful_authentication/generators/authenticated/authenticated_generator.rb
218
-rw-r--r--
vendor/plugins/restful_authentication/generators/authenticated/templates/activation.rhtml
3
-rw-r--r--
vendor/plugins/restful_authentication/generators/authenticated/templates/authenticated_system.rb
127
-rw-r--r--
vendor/plugins/restful_authentication/generators/authenticated/templates/authenticated_test_helper.rb
26
-rw-r--r--
vendor/plugins/restful_authentication/generators/authenticated/templates/controller.rb
31
-rw-r--r--
vendor/plugins/restful_authentication/generators/authenticated/templates/fixtures.yml
17
-rw-r--r--
vendor/plugins/restful_authentication/generators/authenticated/templates/functional_test.rb
85
-rw-r--r--
vendor/plugins/restful_authentication/generators/authenticated/templates/helper.rb
2
-rw-r--r--
vendor/plugins/restful_authentication/generators/authenticated/templates/login.rhtml
14
-rw-r--r--
vendor/plugins/restful_authentication/generators/authenticated/templates/mailer.rb
25
-rw-r--r--
vendor/plugins/restful_authentication/generators/authenticated/templates/mailer_test.rb
31
-rw-r--r--
vendor/plugins/restful_authentication/generators/authenticated/templates/migration.rb
21
-rw-r--r--
vendor/plugins/restful_authentication/generators/authenticated/templates/model.rb
98
-rw-r--r--
vendor/plugins/restful_authentication/generators/authenticated/templates/model_controller.rb
30
-rw-r--r--
vendor/plugins/restful_authentication/generators/authenticated/templates/model_functional_test.rb
86
-rw-r--r--
vendor/plugins/restful_authentication/generators/authenticated/templates/model_helper.rb
2
-rw-r--r--
vendor/plugins/restful_authentication/generators/authenticated/templates/observer.rb
11
-rw-r--r--
vendor/plugins/restful_authentication/generators/authenticated/templates/signup.rhtml
16
-rw-r--r--
vendor/plugins/restful_authentication/generators/authenticated/templates/signup_notification.rhtml
8
-rw-r--r--
vendor/plugins/restful_authentication/generators/authenticated/templates/unit_test.rb
101
-rw-r--r--
vendor/plugins/restful_authentication/install.rb
1
147 files changed, 10682 insertions, 0 deletions (
show diff
)