Changeset 1620
- Timestamp:
- 06/11/08 12:02:40 (3 months ago)
- Files:
-
- community_hive (added)
- community_hive/branches (added)
- community_hive/tags (added)
- community_hive/trunk (added)
- community_hive/trunk/community_hive_service (added)
- community_hive/trunk/community_hive_service/Makefile (added)
- community_hive/trunk/community_hive_service/README.txt (added)
- community_hive/trunk/community_hive_service/deps (added)
- community_hive/trunk/community_hive_service/deps/misc (added)
- community_hive/trunk/community_hive_service/deps/misc/Makefile (added)
- community_hive/trunk/community_hive_service/deps/misc/ebin (added)
- community_hive/trunk/community_hive_service/deps/misc/ebin/mysql.hrl (added)
- community_hive/trunk/community_hive_service/deps/misc/src (added)
- community_hive/trunk/community_hive_service/deps/misc/src/Makefile (added)
- community_hive/trunk/community_hive_service/deps/misc/src/erlsql.erl (added)
- community_hive/trunk/community_hive_service/deps/misc/src/mysql.erl (added)
- community_hive/trunk/community_hive_service/deps/misc/src/mysql.hrl (added)
- community_hive/trunk/community_hive_service/deps/misc/src/mysql_auth.erl (added)
- community_hive/trunk/community_hive_service/deps/misc/src/mysql_conn.erl (added)
- community_hive/trunk/community_hive_service/deps/misc/src/mysql_recv.erl (added)
- community_hive/trunk/community_hive_service/deps/misc/support (added)
- community_hive/trunk/community_hive_service/deps/misc/support/include.mk (added)
- community_hive/trunk/community_hive_service/deps/mochiweb (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/LICENSE (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/Makefile (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/README (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/ebin (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/src (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/src/Makefile (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/src/mochihex.erl (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/src/mochijson.erl (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/src/mochijson2.erl (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/src/mochinum.erl (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/src/mochiweb.app (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/src/mochiweb.erl (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/src/mochiweb_app.erl (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/src/mochiweb_charref.erl (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/src/mochiweb_cookies.erl (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/src/mochiweb_echo.erl (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/src/mochiweb_headers.erl (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/src/mochiweb_html.erl (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/src/mochiweb_http.erl (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/src/mochiweb_multipart.erl (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/src/mochiweb_request.erl (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/src/mochiweb_response.erl (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/src/mochiweb_skel.erl (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/src/mochiweb_socket_server.erl (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/src/mochiweb_sup.erl (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/src/mochiweb_util.erl (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/src/reloader.erl (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/support (added)
- community_hive/trunk/community_hive_service/deps/mochiweb/support/include.mk (added)
- community_hive/trunk/community_hive_service/ebin (added)
- community_hive/trunk/community_hive_service/src (added)
- community_hive/trunk/community_hive_service/src/Makefile (added)
- community_hive/trunk/community_hive_service/src/bloom.erl (added)
- community_hive/trunk/community_hive_service/src/hive_app.app (added)
- community_hive/trunk/community_hive_service/src/hive_app.erl (added)
- community_hive/trunk/community_hive_service/src/hive_app.hrl (added)
- community_hive/trunk/community_hive_service/src/hive_app_app.erl (added)
- community_hive/trunk/community_hive_service/src/hive_app_deps.erl (added)
- community_hive/trunk/community_hive_service/src/hive_app_sup.erl (added)
- community_hive/trunk/community_hive_service/src/hive_app_web.erl (added)
- community_hive/trunk/community_hive_service/src/hive_database.erl (added)
- community_hive/trunk/community_hive_service/src/hive_job_scheduler.erl (added)
- community_hive/trunk/community_hive_service/src/test_bloom.erl (added)
- community_hive/trunk/community_hive_service/start-dev.sh (added)
- community_hive/trunk/community_hive_service/support (added)
- community_hive/trunk/community_hive_service/support/include.mk (added)
- community_hive/trunk/community_hive_web (added)
- community_hive/trunk/community_hive_web/README (added)
- community_hive/trunk/community_hive_web/Rakefile (added)
- community_hive/trunk/community_hive_web/app (added)
- community_hive/trunk/community_hive_web/app/controllers (added)
- community_hive/trunk/community_hive_web/app/controllers/account_controller.rb (added)
- community_hive/trunk/community_hive_web/app/controllers/application.rb (added)
- community_hive/trunk/community_hive_web/app/controllers/main_controller.rb (added)
- community_hive/trunk/community_hive_web/app/controllers/myaccount_controller.rb (added)
- community_hive/trunk/community_hive_web/app/controllers/queued_urls_controller.rb (added)
- community_hive/trunk/community_hive_web/app/controllers/users_controller.rb (added)
- community_hive/trunk/community_hive_web/app/helpers (added)
- community_hive/trunk/community_hive_web/app/helpers/account_helper.rb (added)
- community_hive/trunk/community_hive_web/app/helpers/application_helper.rb (added)
- community_hive/trunk/community_hive_web/app/helpers/main_helper.rb (added)
- community_hive/trunk/community_hive_web/app/helpers/myaccount_helper.rb (added)
- community_hive/trunk/community_hive_web/app/helpers/queued_urls_helper.rb (added)
- community_hive/trunk/community_hive_web/app/helpers/users_helper.rb (added)
- community_hive/trunk/community_hive_web/app/models (added)
- community_hive/trunk/community_hive_web/app/models/history_url.rb (added)
- community_hive/trunk/community_hive_web/app/models/queue_url.rb (added)
- community_hive/trunk/community_hive_web/app/models/user.rb (added)
- community_hive/trunk/community_hive_web/app/views (added)
- community_hive/trunk/community_hive_web/app/views/account (added)
- community_hive/trunk/community_hive_web/app/views/account/login.html.erb (added)
- community_hive/trunk/community_hive_web/app/views/layouts (added)
- community_hive/trunk/community_hive_web/app/views/layouts/account.html.erb (added)
- community_hive/trunk/community_hive_web/app/views/layouts/application.html.erb (added)
- community_hive/trunk/community_hive_web/app/views/main (added)
- community_hive/trunk/community_hive_web/app/views/main/index.html.erb (added)
- community_hive/trunk/community_hive_web/app/views/myaccount (added)
- community_hive/trunk/community_hive_web/app/views/myaccount/index.html.erb (added)
- community_hive/trunk/community_hive_web/app/views/queued_urls (added)
- community_hive/trunk/community_hive_web/app/views/queued_urls/index.html.erb (added)
- community_hive/trunk/community_hive_web/app/views/users (added)
- community_hive/trunk/community_hive_web/app/views/users/change_password.html.erb (added)
- community_hive/trunk/community_hive_web/app/views/users/edit.html.erb (added)
- community_hive/trunk/community_hive_web/app/views/users/index.html.erb (added)
- community_hive/trunk/community_hive_web/app/views/users/new.html.erb (added)
- community_hive/trunk/community_hive_web/app/views/users/show.html.erb (added)
- community_hive/trunk/community_hive_web/config (added)
- community_hive/trunk/community_hive_web/config/boot.rb (added)
- community_hive/trunk/community_hive_web/config/database.yml (added)
- community_hive/trunk/community_hive_web/config/environment.rb (added)
- community_hive/trunk/community_hive_web/config/environments (added)
- community_hive/trunk/community_hive_web/config/environments/development.rb (added)
- community_hive/trunk/community_hive_web/config/environments/production.rb (added)
- community_hive/trunk/community_hive_web/config/environments/test.rb (added)
- community_hive/trunk/community_hive_web/config/initializers (added)
- community_hive/trunk/community_hive_web/config/initializers/inflections.rb (added)
- community_hive/trunk/community_hive_web/config/initializers/mime_types.rb (added)
- community_hive/trunk/community_hive_web/config/routes.rb (added)
- community_hive/trunk/community_hive_web/db (added)
- community_hive/trunk/community_hive_web/db/migrate (added)
- community_hive/trunk/community_hive_web/db/migrate/001_create_users.rb (added)
- community_hive/trunk/community_hive_web/db/migrate/002_create_history_urls.rb (added)
- community_hive/trunk/community_hive_web/db/migrate/003_create_queue_urls.rb (added)
- community_hive/trunk/community_hive_web/db/migrate/004_create_default_account.rb (added)
- community_hive/trunk/community_hive_web/db/migrate/initial_data (added)
- community_hive/trunk/community_hive_web/db/migrate/initial_data/users.yml (added)
- community_hive/trunk/community_hive_web/db/schema.rb (added)
- community_hive/trunk/community_hive_web/doc (added)
- community_hive/trunk/community_hive_web/doc/README_FOR_APP (added)
- community_hive/trunk/community_hive_web/lib (added)
- community_hive/trunk/community_hive_web/lib/authenticated_system.rb (added)
- community_hive/trunk/community_hive_web/lib/authenticated_test_helper.rb (added)
- community_hive/trunk/community_hive_web/lib/microsecond_converter.rb (added)
- community_hive/trunk/community_hive_web/lib/tasks (added)
- community_hive/trunk/community_hive_web/lib/tasks/fake.rake (added)
- community_hive/trunk/community_hive_web/log (added)
- community_hive/trunk/community_hive_web/log/development.log (added)
- community_hive/trunk/community_hive_web/log/production.log (added)
- community_hive/trunk/community_hive_web/log/server.log (added)
- community_hive/trunk/community_hive_web/log/test.log (added)
- community_hive/trunk/community_hive_web/public (added)
- community_hive/trunk/community_hive_web/public/.htaccess (added)
- community_hive/trunk/community_hive_web/public/404.html (added)
- community_hive/trunk/community_hive_web/public/422.html (added)
- community_hive/trunk/community_hive_web/public/500.html (added)
- community_hive/trunk/community_hive_web/public/dispatch.cgi (added)
- community_hive/trunk/community_hive_web/public/dispatch.fcgi (added)
- community_hive/trunk/community_hive_web/public/dispatch.rb (added)
- community_hive/trunk/community_hive_web/public/favicon.ico (added)
- community_hive/trunk/community_hive_web/public/images (added)
- community_hive/trunk/community_hive_web/public/images/rails.png (added)
- community_hive/trunk/community_hive_web/public/javascripts (added)
- community_hive/trunk/community_hive_web/public/javascripts/application.js (added)
- community_hive/trunk/community_hive_web/public/javascripts/controls.js (added)
- community_hive/trunk/community_hive_web/public/javascripts/dragdrop.js (added)
- community_hive/trunk/community_hive_web/public/javascripts/effects.js (added)
- community_hive/trunk/community_hive_web/public/javascripts/prototype.js (added)
- community_hive/trunk/community_hive_web/public/robots.txt (added)
- community_hive/trunk/community_hive_web/public/stylesheets (added)
- community_hive/trunk/community_hive_web/public/stylesheets/scaffold.css (added)
- community_hive/trunk/community_hive_web/script (added)
- community_hive/trunk/community_hive_web/script/about (added)
- community_hive/trunk/community_hive_web/script/console (added)
- community_hive/trunk/community_hive_web/script/destroy (added)
- community_hive/trunk/community_hive_web/script/generate (added)
- community_hive/trunk/community_hive_web/script/performance (added)
- community_hive/trunk/community_hive_web/script/performance/benchmarker (added)
- community_hive/trunk/community_hive_web/script/performance/profiler (added)
- community_hive/trunk/community_hive_web/script/performance/request (added)
- community_hive/trunk/community_hive_web/script/plugin (added)
- community_hive/trunk/community_hive_web/script/process (added)
- community_hive/trunk/community_hive_web/script/process/inspector (added)
- community_hive/trunk/community_hive_web/script/process/reaper (added)
- community_hive/trunk/community_hive_web/script/process/spawner (added)
- community_hive/trunk/community_hive_web/script/runner (added)
- community_hive/trunk/community_hive_web/script/server (added)
- community_hive/trunk/community_hive_web/test (added)
- community_hive/trunk/community_hive_web/test/fixtures (added)
- community_hive/trunk/community_hive_web/test/fixtures/history_urls.yml (added)
- community_hive/trunk/community_hive_web/test/fixtures/queue_urls.yml (added)
- community_hive/trunk/community_hive_web/test/fixtures/users.yml (added)
- community_hive/trunk/community_hive_web/test/functional (added)
- community_hive/trunk/community_hive_web/test/functional/account_controller_test.rb (added)
- community_hive/trunk/community_hive_web/test/functional/main_controller_test.rb (added)
- community_hive/trunk/community_hive_web/test/functional/myaccount_controller_test.rb (added)
- community_hive/trunk/community_hive_web/test/functional/queued_urls_controller_test.rb (added)
- community_hive/trunk/community_hive_web/test/functional/users_controller_test.rb (added)
- community_hive/trunk/community_hive_web/test/integration (added)
- community_hive/trunk/community_hive_web/test/mocks (added)
- community_hive/trunk/community_hive_web/test/mocks/development (added)
- community_hive/trunk/community_hive_web/test/mocks/test (added)
- community_hive/trunk/community_hive_web/test/test_helper.rb (added)
- community_hive/trunk/community_hive_web/test/unit (added)
- community_hive/trunk/community_hive_web/test/unit/history_url_test.rb (added)
- community_hive/trunk/community_hive_web/test/unit/queue_url_test.rb (added)
- community_hive/trunk/community_hive_web/test/unit/user_test.rb (added)
- community_hive/trunk/community_hive_web/tmp (added)
- community_hive/trunk/community_hive_web/tmp/cache (added)
- community_hive/trunk/community_hive_web/tmp/pids (added)
- community_hive/trunk/community_hive_web/tmp/sessions (added)
- community_hive/trunk/community_hive_web/tmp/sockets (added)
- community_hive/trunk/community_hive_web/vendor (added)
- community_hive/trunk/community_hive_web/vendor/plugins (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/LICENSE (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/README (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/Rakefile (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/init.rb (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/lib (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/lib/will_paginate (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/lib/will_paginate.rb (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/lib/will_paginate/collection.rb (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/lib/will_paginate/core_ext.rb (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/lib/will_paginate/finder.rb (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/lib/will_paginate/view_helpers.rb (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/test (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/test/array_pagination_test.rb (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/test/boot.rb (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/test/console (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/test/finder_test.rb (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/test/fixtures (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/test/fixtures/admin.rb (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/test/fixtures/developer.rb (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/test/fixtures/developers_projects.yml (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/test/fixtures/project.rb (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/test/fixtures/projects.yml (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/test/fixtures/replies.yml (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/test/fixtures/reply.rb (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/test/fixtures/schema.rb (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/test/fixtures/topic.rb (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/test/fixtures/topics.yml (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/test/fixtures/user.rb (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/test/fixtures/users.yml (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/test/helper.rb (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/test/lib (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/test/lib/activerecord_test_case.rb (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/test/lib/activerecord_test_connector.rb (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/test/lib/load_fixtures.rb (added)
- community_hive/trunk/community_hive_web/vendor/plugins/will_paginate/test/pagination_test.rb (added)
- community_hive/trunk/drone_bee (added)
- community_hive/trunk/drone_bee/README.txt (added)
- community_hive/trunk/drone_bee/bee.rb (added)
- community_hive/trunk/drone_bee/boot.rb (added)
- community_hive/trunk/drone_bee/conf (added)
- community_hive/trunk/drone_bee/conf/database.yml (added)
- community_hive/trunk/drone_bee/conf/worker.yml (added)
- community_hive/trunk/drone_bee/lib (added)
- community_hive/trunk/drone_bee/lib/history_url.rb (added)
- community_hive/trunk/drone_bee/lib/worker_bee.rb (added)
- community_hive/trunk/drone_bee/test (added)
- community_hive/trunk/drone_bee/test/test_code.rb (added)
- community_hive/trunk/drone_bee/test/test_helper.rb (added)
- community_hive/trunk/drone_bee/tmp (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
