Changeset 1
- Timestamp:
- 05/07/05 09:26:18 PM (4 years ago)
- Files:
-
- app (added)
- app/apis (added)
- app/controllers (added)
- app/controllers/account_controller.rb (added)
- app/controllers/application.rb (added)
- app/controllers/categories_controller.rb (added)
- app/controllers/events_controller.rb (added)
- app/controllers/societies_controller.rb (added)
- app/helpers (added)
- app/helpers/application_helper.rb (added)
- app/helpers/events_helper.rb (added)
- app/models (added)
- app/models/bookmark.rb (added)
- app/models/category.rb (added)
- app/models/event.rb (added)
- app/models/society.rb (added)
- app/models/user.rb (added)
- app/views (added)
- app/views/account (added)
- app/views/account/login.rhtml (added)
- app/views/account/logout.rhtml (added)
- app/views/account/signup.rhtml (added)
- app/views/account/welcome.rhtml (added)
- app/views/categories (added)
- app/views/categories/_embed_error_message.rhtml (added)
- app/views/events (added)
- app/views/events/edit.rhtml (added)
- app/views/events/list.rhtml (added)
- app/views/events/new.rhtml (added)
- app/views/events/show.rhtml (added)
- app/views/events/_form.rhtml (added)
- app/views/events/_list_categories.rhtml (added)
- app/views/events/_list_societies.rhtml (added)
- app/views/layouts (added)
- app/views/layouts/application.rhtml (added)
- app/views/layouts/scaffold.rhtml (added)
- app/views/societies (added)
- app/views/societies/_embed_error_message.rhtml (added)
- app/views/users (added)
- app/views/users/_form.rhtml (added)
- CHANGELOG (added)
- components (added)
- config (added)
- config/database.yml (added)
- config/environment.rb (added)
- config/environments (added)
- config/environments/development.rb (added)
- config/environments/production.rb (added)
- config/environments/test.rb (added)
- config/routes.rb (added)
- db (added)
- doc (added)
- doc/README_FOR_APP (added)
- dummyData.sql (added)
- lib (added)
- lib/login_system.rb (added)
- log (added)
- public (added)
- public/.htaccess (added)
- public/404.html (added)
- public/500.html (added)
- public/dispatch.cgi (added)
- public/dispatch.fcgi (added)
- public/dispatch.rb (added)
- public/favicon.ico (added)
- public/images (added)
- public/index.html (added)
- public/javascripts (added)
- public/javascripts/controls.js (added)
- public/javascripts/dragdrop.js (added)
- public/javascripts/effects.js (added)
- public/javascripts/prototype.js (added)
- public/stylesheets (added)
- Rakefile (added)
- README (added)
- script (added)
- script/benchmarker (added)
- script/breakpointer (added)
- script/console (added)
- script/console_sandbox (added)
- script/destroy (added)
- script/generate (added)
- script/profiler (added)
- script/runner (added)
- script/server (added)
- setupdb.sql (added)
- tables.sql (added)
- test (added)
- test/fixtures (added)
- test/fixtures/events.yml (added)
- test/functional (added)
- test/functional/events_controller_test.rb (added)
- test/mocks (added)
- test/mocks/development (added)
- test/mocks/test (added)
- test/test_helper.rb (added)
- test/unit (added)
- test/unit/event_test.rb (added)
- vendor (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
