Changeset 431
- Timestamp:
- 11/13/06 17:47:54 (4 years ago)
- Files:
-
- trunk/README (added)
- trunk/Rakefile (added)
- trunk/app (added)
- trunk/app/controllers (added)
- trunk/app/controllers/application.rb (added)
- trunk/app/controllers/file_info_controller.rb (added)
- trunk/app/helpers (added)
- trunk/app/helpers/application_helper.rb (added)
- trunk/app/helpers/file_info_helper.rb (added)
- trunk/app/models (added)
- trunk/app/models/directory_info.rb (added)
- trunk/app/models/file_info.rb (added)
- trunk/app/views (added)
- trunk/app/views/file_info (added)
- trunk/app/views/file_info/find.rhtml (added)
- trunk/app/views/file_info/results.rhtml (added)
- trunk/app/views/layouts (added)
- trunk/app/views/layouts/file_info.rhtml (added)
- trunk/components (added)
- trunk/config (added)
- trunk/config/boot.rb (added)
- trunk/config/database.yml (added)
- trunk/config/environment.rb (added)
- trunk/config/environments (added)
- trunk/config/environments/development.rb (added)
- trunk/config/environments/production.rb (added)
- trunk/config/environments/test.rb (added)
- trunk/config/routes.rb (added)
- trunk/daemon (added)
- trunk/daemon/difference.rb (added)
- trunk/daemon/directory_added.rb (added)
- trunk/daemon/directory_removed.rb (added)
- trunk/daemon/earth.rb (added)
- trunk/daemon/file_added.rb (added)
- trunk/daemon/file_changed.rb (added)
- trunk/daemon/file_database_updater.rb (added)
- trunk/daemon/file_monitor.rb (added)
- trunk/daemon/file_monitor_queue.rb (added)
- trunk/daemon/file_removed.rb (added)
- trunk/daemon/posix_file_monitor.rb (added)
- trunk/daemon/simple_file_monitor.rb (added)
- trunk/daemon/snapshot.rb (added)
- trunk/daemon/snapshot_recursive.rb (added)
- trunk/db (added)
- trunk/db/migrate (added)
- trunk/db/migrate/001_create_file_info_table.rb (added)
- trunk/db/migrate/002_add_filename_column.rb (added)
- trunk/db/migrate/003_add_modification_time_and_size_columns.rb (added)
- trunk/db/migrate/004_increase_size_of_text_columns.rb (added)
- trunk/db/migrate/005_add_server_column.rb (added)
- trunk/db/migrate/006_add_ownership_columns.rb (added)
- trunk/db/migrate/007_change_ownership_integer.rb (added)
- trunk/db/migrate/008_create_directory_info_table.rb (added)
- trunk/db/migrate/009_add_key_to_directory_info.rb (added)
- trunk/db/schema.rb (added)
- trunk/doc (added)
- trunk/doc/README_FOR_APP (added)
- trunk/lib (added)
- trunk/lib/tasks (added)
- trunk/log (added)
- trunk/public (added)
- trunk/public/.htaccess (added)
- trunk/public/404.html (added)
- trunk/public/500.html (added)
- trunk/public/dispatch.cgi (added)
- trunk/public/dispatch.fcgi (added)
- trunk/public/dispatch.rb (added)
- trunk/public/favicon.ico (added)
- trunk/public/images (added)
- trunk/public/images/rails.png (added)
- trunk/public/index.html (added)
- trunk/public/javascripts (added)
- trunk/public/javascripts/application.js (added)
- trunk/public/javascripts/controls.js (added)
- trunk/public/javascripts/dragdrop.js (added)
- trunk/public/javascripts/effects.js (added)
- trunk/public/javascripts/prototype.js (added)
- trunk/public/robots.txt (added)
- trunk/public/stylesheets (added)
- trunk/public/stylesheets/scaffold.css (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
