Changeset 3629
- Timestamp:
- 12/27/07 10:53:11 (11 months ago)
- Location:
- websites/feedlist
- Files:
-
- 75 added
- 3 modified
-
. (modified) (1 prop)
-
nbproject (modified) (1 prop)
-
public (modified) (1 prop)
-
vendor/plugins/paginating_find (added)
-
vendor/plugins/paginating_find/CHANGELOG (added)
-
vendor/plugins/paginating_find/README (added)
-
vendor/plugins/paginating_find/init.rb (added)
-
vendor/plugins/paginating_find/lib (added)
-
vendor/plugins/paginating_find/lib/paginating_find.rb (added)
-
vendor/plugins/paginating_find/lib/paging_enumerator.rb (added)
-
vendor/plugins/paginating_find/lib/paging_helper.rb (added)
-
vendor/plugins/paginating_find/test_app (added)
-
vendor/plugins/paginating_find/test_app/Rakefile (added)
-
vendor/plugins/paginating_find/test_app/app (added)
-
vendor/plugins/paginating_find/test_app/app/controllers (added)
-
vendor/plugins/paginating_find/test_app/app/controllers/application.rb (added)
-
vendor/plugins/paginating_find/test_app/config (added)
-
vendor/plugins/paginating_find/test_app/config/boot.rb (added)
-
vendor/plugins/paginating_find/test_app/config/database.yml (added)
-
vendor/plugins/paginating_find/test_app/config/environment.rb (added)
-
vendor/plugins/paginating_find/test_app/config/environments (added)
-
vendor/plugins/paginating_find/test_app/config/environments/test.rb (added)
-
vendor/plugins/paginating_find/test_app/config/routes.rb (added)
-
vendor/plugins/paginating_find/test_app/db (added)
-
vendor/plugins/paginating_find/test_app/db/schema.rb (added)
-
vendor/plugins/paginating_find/test_app/log (added)
-
vendor/plugins/paginating_find/test_app/script (added)
-
vendor/plugins/paginating_find/test_app/script/breakpointer (added)
-
vendor/plugins/paginating_find/test_app/script/console (added)
-
vendor/plugins/paginating_find/test_app/test (added)
-
vendor/plugins/paginating_find/test_app/test/fixtures (added)
-
vendor/plugins/paginating_find/test_app/test/fixtures/articles.yml (added)
-
vendor/plugins/paginating_find/test_app/test/fixtures/authors.yml (added)
-
vendor/plugins/paginating_find/test_app/test/fixtures/edits.yml (added)
-
vendor/plugins/paginating_find/test_app/test/fixtures/models.rb (added)
-
vendor/plugins/paginating_find/test_app/test/test_helper.rb (added)
-
vendor/plugins/paginating_find/test_app/test/unit (added)
-
vendor/plugins/paginating_find/test_app/test/unit/abstract_test.rb (added)
-
vendor/plugins/paginating_find/test_app/test/unit/group_test.rb (added)
-
vendor/plugins/paginating_find/test_app/test/unit/paginating_find_test.rb (added)
-
vendor/plugins/paginating_find/test_app/test/unit/paging_enumerator_test.rb (added)
-
vendor/plugins/paginating_find/test_app/vendor (added)
-
vendor/plugins/restful_open_id_authentication_redux (added)
-
vendor/plugins/restful_open_id_authentication_redux/README (added)
-
vendor/plugins/restful_open_id_authentication_redux/Rakefile (added)
-
vendor/plugins/restful_open_id_authentication_redux/generators (added)
-
vendor/plugins/restful_open_id_authentication_redux/generators/open_id_authenticated (added)
-
vendor/plugins/restful_open_id_authentication_redux/generators/open_id_authenticated/USAGE (added)
-
vendor/plugins/restful_open_id_authentication_redux/generators/open_id_authenticated/open_id_authenticated_generator.rb (added)
-
vendor/plugins/restful_open_id_authentication_redux/generators/open_id_authenticated/templates (added)
-
vendor/plugins/restful_open_id_authentication_redux/generators/open_id_authenticated/templates/activation.rhtml (added)
-
vendor/plugins/restful_open_id_authentication_redux/generators/open_id_authenticated/templates/authenticated_system.rb (added)
-
vendor/plugins/restful_open_id_authentication_redux/generators/open_id_authenticated/templates/authenticated_test_helper.rb (added)
-
vendor/plugins/restful_open_id_authentication_redux/generators/open_id_authenticated/templates/controller.rb (added)
-
vendor/plugins/restful_open_id_authentication_redux/generators/open_id_authenticated/templates/fixtures.yml (added)
-
vendor/plugins/restful_open_id_authentication_redux/generators/open_id_authenticated/templates/functional_test.rb (added)
-
vendor/plugins/restful_open_id_authentication_redux/generators/open_id_authenticated/templates/helper.rb (added)
-
vendor/plugins/restful_open_id_authentication_redux/generators/open_id_authenticated/templates/login.rhtml (added)
-
vendor/plugins/restful_open_id_authentication_redux/generators/open_id_authenticated/templates/migration.rb (added)
-
vendor/plugins/restful_open_id_authentication_redux/generators/open_id_authenticated/templates/model.rb (added)
-
vendor/plugins/restful_open_id_authentication_redux/generators/open_id_authenticated/templates/model_controller.rb (added)
-
vendor/plugins/restful_open_id_authentication_redux/generators/open_id_authenticated/templates/model_functional_test.rb (added)
-
vendor/plugins/restful_open_id_authentication_redux/generators/open_id_authenticated/templates/model_helper.rb (added)
-
vendor/plugins/restful_open_id_authentication_redux/generators/open_id_authenticated/templates/notifier.rb (added)
-
vendor/plugins/restful_open_id_authentication_redux/generators/open_id_authenticated/templates/notifier_test.rb (added)
-
vendor/plugins/restful_open_id_authentication_redux/generators/open_id_authenticated/templates/observer.rb (added)
-
vendor/plugins/restful_open_id_authentication_redux/generators/open_id_authenticated/templates/open_id_form.rhtml (added)
-
vendor/plugins/restful_open_id_authentication_redux/generators/open_id_authenticated/templates/signup.rhtml (added)
-
vendor/plugins/restful_open_id_authentication_redux/generators/open_id_authenticated/templates/signup_notification.rhtml (added)
-
vendor/plugins/restful_open_id_authentication_redux/generators/open_id_authenticated/templates/unit_test.rb (added)
-
vendor/plugins/restful_open_id_authentication_redux/init.rb (added)
-
vendor/plugins/restful_open_id_authentication_redux/install.rb (added)
-
vendor/plugins/restful_open_id_authentication_redux/lib (added)
-
vendor/plugins/restful_open_id_authentication_redux/lib/association.rb (added)
-
vendor/plugins/restful_open_id_authentication_redux/lib/controller_methods.rb (added)
-
vendor/plugins/restful_open_id_authentication_redux/lib/nonce.rb (added)
-
vendor/plugins/restful_open_id_authentication_redux/lib/open_id_setting.rb (added)
-
vendor/plugins/restful_open_id_authentication_redux/lib/openid_ar_store.rb (added)
-
websites/feedlist
-
Property
svn:ignore set
to
nbproject
tmp
log
doc
-
Property
svn:ignore set
to
-
websites/feedlist/nbproject
-
Property
svn:ignore set
to
private
-
Property
svn:ignore set
to
-
websites/feedlist/public
-
Property
svn:ignore set
to
.htaccess
-
Property
svn:ignore set
to
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)