From c358389f25c12c9cddc824eeeab15f086e34582b Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Fri, 9 Feb 2007 02:04:31 -0600 Subject: [PATCH] TeX and CSS tweaks. Sync with latest Instiki Trunk (Updates Rails to 1.2.2) --- app/models/web.rb | 2 +- app/views/wiki/export.rhtml | 2 +- app/views/wiki/tex.rhtml | 5 +- app/views/wiki/tex_web.rhtml | 20 +- config/environment.rb | 2 +- public/stylesheets/instiki.css | 12 +- .../plugins/sqlite3-ruby/sqlite3/pragmas.rb | 51 +- .../plugins/sqlite3-ruby/sqlite3/version.rb | 3 +- vendor/rails/actionmailer/CHANGELOG | 39 +- vendor/rails/actionmailer/MIT-LICENSE | 2 +- vendor/rails/actionmailer/README | 9 +- vendor/rails/actionmailer/Rakefile | 2 +- .../rails/actionmailer/lib/action_mailer.rb | 13 +- .../lib/action_mailer/adv_attr_accessor.rb | 3 +- .../actionmailer/lib/action_mailer/base.rb | 92 +- .../actionmailer/lib/action_mailer/helpers.rb | 10 +- .../lib/action_mailer/vendor/tmail/quoting.rb | 36 +- .../actionmailer/lib/action_mailer/version.rb | 4 +- ...ltipart_with_template_path_with_dots.rhtml | 1 - .../actionmailer/test/mail_helper_test.rb | 8 +- .../actionmailer/test/mail_render_test.rb | 41 +- .../actionmailer/test/mail_service_test.rb | 78 +- .../rails/actionmailer/test/quoting_test.rb | 19 +- vendor/rails/actionmailer/test/tmail_test.rb | 6 +- vendor/rails/actionpack/CHANGELOG | 578 +++- vendor/rails/actionpack/MIT-LICENSE | 2 +- vendor/rails/actionpack/README | 38 +- vendor/rails/actionpack/Rakefile | 11 +- .../examples/address_book_controller.rb | 6 +- .../actionpack/examples/blog_controller.cgi | 6 +- .../actionpack/examples/debate_controller.cgi | 10 +- .../rails/actionpack/lib/action_controller.rb | 6 +- .../lib/action_controller/assertions.rb | 386 +-- .../actionpack/lib/action_controller/base.rb | 499 ++-- .../lib/action_controller/benchmarking.rb | 9 +- .../lib/action_controller/caching.rb | 105 +- .../lib/action_controller/cgi_ext/cgi_ext.rb | 7 - .../action_controller/cgi_ext/cgi_methods.rb | 352 ++- .../cgi_ext/raw_post_data_fix.rb | 65 +- .../lib/action_controller/cgi_process.rb | 77 +- .../lib/action_controller/components.rb | 46 +- .../lib/action_controller/cookies.rb | 19 +- .../lib/action_controller/filters.rb | 677 +++-- .../actionpack/lib/action_controller/flash.rb | 44 +- .../lib/action_controller/helpers.rb | 7 +- .../lib/action_controller/integration.rb | 56 +- .../lib/action_controller/layout.rb | 19 +- .../action_controller/macros/auto_complete.rb | 5 +- .../macros/in_place_editing.rb | 5 +- .../lib/action_controller/mime_responds.rb | 72 +- .../lib/action_controller/mime_type.rb | 78 +- .../lib/action_controller/pagination.rb | 7 +- .../lib/action_controller/request.rb | 36 +- .../lib/action_controller/rescue.rb | 47 +- .../lib/action_controller/response.rb | 22 +- .../lib/action_controller/routing.rb | 1824 ++++++++----- .../lib/action_controller/scaffolding.rb | 61 +- .../session/active_record_store.rb | 2 + .../action_controller/session/drb_store.rb | 4 + .../session/mem_cache_store.rb | 4 + .../action_controller/session_management.rb | 15 +- .../lib/action_controller/streaming.rb | 21 +- .../rescues/_request_and_response.rhtml | 10 +- .../templates/rescues/diagnostics.rhtml | 4 +- .../templates/rescues/routing_error.rhtml | 8 +- .../templates/rescues/template_error.rhtml | 2 +- .../templates/scaffolds/list.rhtml | 2 +- .../lib/action_controller/test_process.rb | 82 +- .../lib/action_controller/url_rewriter.rb | 92 +- .../vendor/html-scanner/html/document.rb | 1 + .../vendor/html-scanner/html/node.rb | 11 +- .../lib/action_controller/verification.rb | 33 +- vendor/rails/actionpack/lib/action_pack.rb | 2 +- .../actionpack/lib/action_pack/version.rb | 4 +- vendor/rails/actionpack/lib/action_view.rb | 2 +- .../rails/actionpack/lib/action_view/base.rb | 89 +- .../lib/action_view/compiled_templates.rb | 2 +- .../helpers/active_record_helper.rb | 71 +- .../action_view/helpers/asset_tag_helper.rb | 143 +- .../lib/action_view/helpers/capture_helper.rb | 2 +- .../lib/action_view/helpers/date_helper.rb | 396 ++- .../lib/action_view/helpers/debug_helper.rb | 2 +- .../lib/action_view/helpers/form_helper.rb | 158 +- .../helpers/form_options_helper.rb | 12 +- .../action_view/helpers/form_tag_helper.rb | 50 +- .../helpers/java_script_macros_helper.rb | 105 +- .../action_view/helpers/javascript_helper.rb | 81 +- .../helpers/javascripts/controls.js | 64 +- .../helpers/javascripts/dragdrop.js | 181 +- .../helpers/javascripts/effects.js | 456 ++-- .../helpers/javascripts/prototype.js | 1321 ++++++--- .../lib/action_view/helpers/number_helper.rb | 176 +- .../action_view/helpers/prototype_helper.rb | 193 +- .../helpers/scriptaculous_helper.rb | 5 + .../lib/action_view/helpers/tag_helper.rb | 85 +- .../lib/action_view/helpers/text_helper.rb | 263 +- .../lib/action_view/helpers/url_helper.rb | 309 ++- .../lib/action_view/template_error.rb | 108 +- vendor/rails/actionpack/test/abstract_unit.rb | 6 +- .../actionpack/test/active_record_unit.rb | 144 +- .../active_record_assertions_test.rb | 44 +- .../activerecord/active_record_store_test.rb | 40 +- .../test/activerecord/pagination_test.rb | 7 +- .../controller/action_pack_assertions_test.rb | 343 ++- .../test/controller/addresses_render_test.rb | 8 +- .../actionpack/test/controller/base_test.rb | 76 +- .../test/controller/capture_test.rb | 22 +- .../actionpack/test/controller/cgi_test.rb | 101 +- .../test/controller/components_test.rb | 26 +- .../actionpack/test/controller/cookie_test.rb | 58 +- .../test/controller/fake_controllers.rb | 1 - .../test/controller/filters_test.rb | 317 ++- .../actionpack/test/controller/flash_test.rb | 21 +- .../actionpack/test/controller/helper_test.rb | 4 +- .../actionpack/test/controller/layout_test.rb | 116 +- .../test/controller/mime_responds_test.rb | 94 + .../test/controller/mime_type_test.rb | 9 + .../test/controller/new_render_test.rb | 172 +- .../test/controller/raw_post_test.rb | 71 +- .../test/controller/redirect_test.rb | 41 +- .../actionpack/test/controller/render_test.rb | 105 +- .../test/controller/request_test.rb | 59 +- .../test/controller/routing_test.rb | 2383 +++++++++++------ .../test/controller/send_file_test.rb | 10 +- .../controller/session_management_test.rb | 51 + .../actionpack/test/controller/test_test.rb | 156 +- .../test/controller/url_rewriter_test.rb | 103 +- .../test/controller/verification_test.rb | 36 +- .../test/controller/webservice_test.rb | 7 - .../test/fixtures/multipart/binary_file | Bin 19844 -> 19846 bytes .../rails/actionpack/test/fixtures/topic.rb | 4 +- .../template/active_record_helper_test.rb | 95 +- .../test/template/asset_tag_helper_test.rb | 174 +- .../test/template/compiled_templates_test.rb | 1 + .../test/template/date_helper_test.rb | 1056 ++++++-- .../test/template/form_helper_test.rb | 78 +- .../test/template/form_options_helper_test.rb | 23 + .../test/template/form_tag_helper_test.rb | 68 +- .../java_script_macros_helper_test.rb | 5 +- .../test/template/javascript_helper_test.rb | 29 + .../test/template/number_helper_test.rb | 90 +- .../test/template/prototype_helper_test.rb | 111 +- .../test/template/tag_helper_test.rb | 40 +- .../test/template/text_helper_test.rb | 127 +- .../test/template/url_helper_test.rb | 184 +- .../rails/actionpack/test/testing_sandbox.rb | 29 +- vendor/rails/actionwebservice/CHANGELOG | 31 +- vendor/rails/actionwebservice/Rakefile | 10 +- .../lib/action_web_service.rb | 6 +- .../lib/action_web_service/api.rb | 2 +- .../lib/action_web_service/base.rb | 4 +- .../lib/action_web_service/casting.rb | 12 +- .../action_web_service/client/soap_client.rb | 2 + .../container/action_controller_container.rb | 8 +- .../container/delegated_container.rb | 3 +- .../container/direct_container.rb | 3 +- .../action_web_service/dispatcher/abstract.rb | 14 +- .../action_controller_dispatcher.rb | 20 +- .../lib/action_web_service/invocation.rb | 9 +- .../protocol/xmlrpc_protocol.rb | 13 + .../lib/action_web_service/scaffolding.rb | 11 +- .../lib/action_web_service/struct.rb | 2 +- .../templates/scaffolds/parameters.rhtml | 6 +- .../lib/action_web_service/test_invoke.rb | 2 +- .../lib/action_web_service/version.rb | 4 +- .../actionwebservice/test/abstract_client.rb | 1 - .../test/abstract_dispatcher.rb | 9 +- .../actionwebservice/test/abstract_unit.rb | 27 +- .../dispatcher_action_controller_soap_test.rb | 6 +- ...ispatcher_action_controller_xmlrpc_test.rb | 6 +- .../test/scaffolded_controller_test.rb | 11 +- .../actionwebservice/test/test_invoke_test.rb | 12 + vendor/rails/activerecord/CHANGELOG | 426 ++- vendor/rails/activerecord/MIT-LICENSE | 2 +- vendor/rails/activerecord/README | 4 +- vendor/rails/activerecord/RUNNING_UNIT_TESTS | 24 +- vendor/rails/activerecord/Rakefile | 65 +- .../activerecord/benchmarks/benchmark.rb | 2 +- .../rails/activerecord/lib/active_record.rb | 16 +- .../lib/active_record/acts/list.rb | 19 +- .../lib/active_record/acts/nested_set.rb | 23 +- .../lib/active_record/acts/tree.rb | 27 +- .../lib/active_record/aggregations.rb | 68 +- .../lib/active_record/associations.rb | 375 +-- .../associations/association_collection.rb | 60 +- .../associations/association_proxy.rb | 45 +- .../has_and_belongs_to_many_association.rb | 36 +- .../associations/has_many_association.rb | 54 +- .../has_many_through_association.rb | 150 +- .../associations/has_one_association.rb | 2 +- .../activerecord/lib/active_record/base.rb | 520 ++-- .../lib/active_record/calculations.rb | 149 +- .../lib/active_record/callbacks.rb | 37 +- .../abstract/connection_specification.rb | 15 +- .../abstract/database_statements.rb | 34 +- .../connection_adapters/abstract/quoting.rb | 25 +- .../abstract/schema_definitions.rb | 158 +- .../abstract/schema_statements.rb | 78 +- .../connection_adapters/abstract_adapter.rb | 8 + .../connection_adapters/db2_adapter.rb | 12 +- .../connection_adapters/firebird_adapter.rb | 412 ++- .../connection_adapters/mysql_adapter.rb | 123 +- .../connection_adapters/openbase_adapter.rb | 7 +- .../connection_adapters/oracle_adapter.rb | 280 +- .../connection_adapters/postgresql_adapter.rb | 173 +- .../connection_adapters/sqlite_adapter.rb | 58 +- .../connection_adapters/sqlserver_adapter.rb | 346 +-- .../connection_adapters/sybase_adapter.rb | 404 ++- .../active_record/deprecated_associations.rb | 34 +- .../lib/active_record/deprecated_finders.rb | 5 +- .../lib/active_record/fixtures.rb | 64 +- .../lib/active_record/migration.rb | 13 +- .../lib/active_record/observer.rb | 111 +- .../lib/active_record/reflection.rb | 28 +- .../lib/active_record/schema_dumper.rb | 38 +- .../lib/active_record/timestamp.rb | 57 +- .../lib/active_record/transactions.rb | 67 +- .../lib/active_record/validations.rb | 76 +- .../lib/active_record/vendor/mysql.rb | 25 +- .../activerecord/lib/active_record/version.rb | 4 +- .../lib/active_record/wrappings.rb | 3 +- .../test/aaa_create_tables_test.rb | 6 +- .../rails/activerecord/test/abstract_unit.rb | 26 +- .../rails/activerecord/test/adapter_test.rb | 16 +- .../activerecord/test/aggregations_test.rb | 29 + .../activerecord/test/associations_test.rb | 384 ++- vendor/rails/activerecord/test/base_test.rb | 406 ++- .../activerecord/test/calculations_test.rb | 58 +- .../rails/activerecord/test/callbacks_test.rb | 13 + .../test/connections/native_db2/connection.rb | 35 +- .../connections/native_firebird/connection.rb | 36 +- .../connections/native_mysql/connection.rb | 33 +- .../connections/native_openbase/connection.rb | 29 +- .../connections/native_oracle/connection.rb | 28 +- .../native_postgresql/connection.rb | 33 +- .../connections/native_sqlite/connection.rb | 9 +- .../connections/native_sqlite3/connection.rb | 9 +- .../native_sqlserver/connection.rb | 33 +- .../native_sqlserver_odbc/connection.rb | 37 +- .../connections/native_sybase/connection.rb | 33 +- .../rails/activerecord/test/defaults_test.rb | 62 +- .../test/deprecated_associations_test.rb | 252 +- .../test/deprecated_finder_test.rb | 149 +- vendor/rails/activerecord/test/finder_test.rb | 145 +- .../activerecord/test/fixtures/accounts.yml | 7 +- .../activerecord/test/fixtures/author.rb | 31 +- .../test/fixtures/categorizations.yml | 10 +- .../activerecord/test/fixtures/category.rb | 3 +- .../activerecord/test/fixtures/comments.yml | 6 - .../activerecord/test/fixtures/companies.yml | 7 +- .../activerecord/test/fixtures/company.rb | 24 +- .../test/fixtures/company_in_module.rb | 18 +- .../activerecord/test/fixtures/customer.rb | 4 +- .../activerecord/test/fixtures/customers.yml | 9 + .../test/fixtures/db_definitions/db2.drop.sql | 1 + .../test/fixtures/db_definitions/db2.sql | 9 + .../fixtures/db_definitions/firebird.drop.sql | 3 + .../test/fixtures/db_definitions/firebird.sql | 14 +- .../fixtures/db_definitions/mysql.drop.sql | 1 + .../test/fixtures/db_definitions/mysql.sql | 37 +- .../test/fixtures/db_definitions/openbase.sql | 14 +- .../fixtures/db_definitions/oracle.drop.sql | 2 + .../test/fixtures/db_definitions/oracle.sql | 31 +- .../db_definitions/postgresql.drop.sql | 4 +- .../fixtures/db_definitions/postgresql.sql | 16 +- .../test/fixtures/db_definitions/schema.rb | 30 +- .../fixtures/db_definitions/sqlite.drop.sql | 1 + .../test/fixtures/db_definitions/sqlite.sql | 15 +- .../db_definitions/sqlserver.drop.sql | 3 + .../fixtures/db_definitions/sqlserver.sql | 35 + .../fixtures/db_definitions/sybase.drop.sql | 2 + .../test/fixtures/db_definitions/sybase.sql | 17 +- .../activerecord/test/fixtures/developer.rb | 12 + .../test/fixtures/funny_jokes.yml | 10 +- .../rails/activerecord/test/fixtures/mixin.rb | 15 + .../activerecord/test/fixtures/mixins.yml | 38 + .../rails/activerecord/test/fixtures/post.rb | 5 +- .../activerecord/test/fixtures/project.rb | 4 +- .../rails/activerecord/test/fixtures/topic.rb | 7 +- .../activerecord/test/fixtures/topics.yml | 8 +- .../rails/activerecord/test/fixtures_test.rb | 56 + .../activerecord/test/inheritance_test.rb | 73 +- .../rails/activerecord/test/lifecycle_test.rb | 59 +- .../rails/activerecord/test/locking_test.rb | 196 +- .../activerecord/test/method_scoping_test.rb | 4 +- .../rails/activerecord/test/migration_test.rb | 497 +++- .../test/mixin_nested_set_test.rb | 16 +- vendor/rails/activerecord/test/mixin_test.rb | 74 +- .../rails/activerecord/test/modules_test.rb | 10 +- .../activerecord/test/multiple_db_test.rb | 4 +- vendor/rails/activerecord/test/pk_test.rb | 1 + .../activerecord/test/reflection_test.rb | 10 +- .../activerecord/test/schema_dumper_test.rb | 44 +- .../test/threaded_connections_test.rb | 39 +- .../activerecord/test/transactions_test.rb | 170 +- .../activerecord/test/validations_test.rb | 186 +- vendor/rails/activesupport/CHANGELOG | 243 +- vendor/rails/activesupport/Rakefile | 6 +- .../rails/activesupport/lib/active_support.rb | 5 +- .../lib/active_support/breakpoint.rb | 5 + .../lib/active_support/core_ext/array.rb | 18 +- .../core_ext/array/conversions.rb | 34 +- .../core_ext/class/attribute_accessors.rb | 4 + .../core_ext/class/inheritable_attributes.rb | 33 +- .../core_ext/date/conversions.rb | 20 +- .../lib/active_support/core_ext/enumerable.rb | 51 +- .../lib/active_support/core_ext/exception.rb | 4 +- .../core_ext/hash/conversions.rb | 135 +- .../core_ext/hash/indifferent_access.rb | 27 +- .../core_ext/integer/inflections.rb | 14 +- .../lib/active_support/core_ext/load_error.rb | 6 +- .../lib/active_support/core_ext/module.rb | 2 + .../core_ext/module/attribute_accessors.rb | 6 +- .../core_ext/module/delegation.rb | 29 +- .../lib/active_support/core_ext/string.rb | 2 + .../active_support/core_ext/string/access.rb | 10 +- .../core_ext/string/inflections.rb | 97 +- .../lib/active_support/core_ext/symbol.rb | 2 +- .../core_ext/time/calculations.rb | 12 +- .../core_ext/time/conversions.rb | 3 +- .../lib/active_support/dependencies.rb | 468 +++- .../lib/active_support/inflections.rb | 3 +- .../lib/active_support/inflector.rb | 139 +- .../activesupport/lib/active_support/json.rb | 17 +- .../lib/active_support/json/encoders/core.rb | 39 +- .../lib/active_support/option_merger.rb | 6 +- .../lib/active_support/ordered_options.rb | 51 +- .../lib/active_support/reloadable.rb | 46 +- .../lib/active_support/values/time_zone.rb | 2 +- .../vendor/builder/blankslate.rb | 22 +- .../active_support/vendor/builder/xmlbase.rb | 22 +- .../vendor/builder/xmlmarkup.rb | 33 +- .../lib/active_support/version.rb | 2 +- .../lib/active_support/whiny_nil.rb | 2 +- .../module_folder/nested_class.rb | 6 +- .../activesupport/test/caching_tools_test.rb | 26 +- .../activesupport/test/clean_logger_test.rb | 4 +- .../test/core_ext/array_ext_test.rb | 118 +- .../activesupport/test/core_ext/blank_test.rb | 4 +- .../test/core_ext/cgi_ext_test.rb | 3 +- .../activesupport/test/core_ext/class_test.rb | 3 +- .../test/core_ext/date_ext_test.rb | 13 +- .../test/core_ext/enumerable_test.rb | 59 +- .../test/core_ext/exception_test.rb | 21 +- .../test/core_ext/hash_ext_test.rb | 279 +- .../test/core_ext/integer_ext_test.rb | 7 +- .../test/core_ext/kernel_test.rb | 3 +- .../test/core_ext/load_error_tests.rb | 5 +- .../test/core_ext/module_test.rb | 140 +- .../test/core_ext/numeric_ext_test.rb | 3 +- .../core_ext/object_and_class_ext_test.rb | 36 +- .../test/core_ext/pathname_test.rb | 5 +- .../activesupport/test/core_ext/proc_test.rb | 5 +- .../test/core_ext/range_ext_test.rb | 5 +- .../test/core_ext/string_ext_test.rb | 80 +- .../test/core_ext/symbol_test.rb | 5 +- .../test/core_ext/time_ext_test.rb | 174 +- .../test/dependencies/raises_exception.rb | 2 +- .../activesupport/test/dependencies_test.rb | 642 ++++- .../activesupport/test/inflector_test.rb | 186 +- vendor/rails/activesupport/test/json.rb | 50 +- .../activesupport/test/option_merger_test.rb | 36 +- .../test/ordered_options_test.rb | 43 +- .../activesupport/test/reloadable_test.rb | 129 +- .../activesupport/test/time_zone_test.rb | 3 +- .../activesupport/test/whiny_nil_test.rb | 12 +- vendor/rails/pushgems.rb | 1 + vendor/rails/railties/CHANGELOG | 281 +- vendor/rails/railties/MIT-LICENSE | 2 +- vendor/rails/railties/README | 125 +- vendor/rails/railties/Rakefile | 41 +- .../railties/configs/databases/mysql.yml | 5 +- .../railties/configs/databases/oracle.yml | 11 +- .../railties/configs/databases/sqlite3.yml | 3 + vendor/rails/railties/configs/lighttpd.conf | 1 + vendor/rails/railties/configs/routes.rb | 1 + vendor/rails/railties/environments/boot.rb | 9 +- .../railties/environments/environment.rb | 11 +- .../rails/railties/environments/production.rb | 2 +- vendor/rails/railties/helpers/application.rb | 7 +- vendor/rails/railties/html/404.html | 32 +- vendor/rails/railties/html/500.html | 32 +- .../railties/html/javascripts/controls.js | 64 +- .../railties/html/javascripts/dragdrop.js | 181 +- .../railties/html/javascripts/effects.js | 456 ++-- .../railties/html/javascripts/prototype.js | 1321 ++++++--- vendor/rails/railties/lib/breakpoint.rb | 32 +- .../rails/railties/lib/breakpoint_client.rb | 10 +- vendor/rails/railties/lib/code_statistics.rb | 2 +- .../lib/commands/performance/profiler.rb | 34 +- vendor/rails/railties/lib/commands/plugin.rb | 92 +- .../railties/lib/commands/process/reaper.rb | 171 +- .../railties/lib/commands/process/spawner.rb | 175 +- vendor/rails/railties/lib/commands/runner.rb | 31 +- vendor/rails/railties/lib/commands/server.rb | 27 +- .../railties/lib/commands/servers/lighttpd.rb | 38 +- vendor/rails/railties/lib/console_sandbox.rb | 4 +- vendor/rails/railties/lib/dispatcher.rb | 78 +- vendor/rails/railties/lib/fcgi_handler.rb | 86 +- vendor/rails/railties/lib/initializer.rb | 304 ++- vendor/rails/railties/lib/rails/version.rb | 4 +- vendor/rails/railties/lib/rails_generator.rb | 2 +- .../railties/lib/rails_generator/base.rb | 106 +- .../railties/lib/rails_generator/commands.rb | 112 +- .../applications/app/app_generator.rb | 23 +- .../controller/controller_generator.rb | 3 +- .../components/mailer/mailer_generator.rb | 18 +- .../components/mailer/templates/fixture.rhtml | 2 +- .../components/mailer/templates/unit_test.rb | 8 +- .../components/mailer/templates/view.rhtml | 2 +- .../migration/templates/migration.rb | 2 +- .../generators/components/model/USAGE | 31 +- .../components/model/model_generator.rb | 4 + .../components/model/templates/fixtures.yml | 10 +- .../components/model/templates/migration.rb | 4 +- .../components/plugin/plugin_generator.rb | 4 + .../components/scaffold/scaffold_generator.rb | 11 +- .../scaffold/templates/functional_test.rb | 18 +- .../scaffold/templates/layout.rhtml | 6 +- .../scaffold/templates/view_edit.rhtml | 4 +- .../scaffold/templates/view_list.rhtml | 2 +- .../scaffold/templates/view_new.rhtml | 4 +- .../session_migration_generator.rb | 8 +- .../session_migration/templates/migration.rb | 9 +- .../railties/lib/rails_generator/lookup.rb | 3 +- .../railties/lib/rails_generator/options.rb | 9 +- .../rails/railties/lib/tasks/databases.rake | 66 +- .../railties/lib/tasks/documentation.rake | 1 + .../rails/railties/lib/tasks/framework.rake | 4 +- .../lib/tasks/pre_namespace_aliases.rake | 61 +- vendor/rails/railties/lib/tasks/rails.rb | 4 +- .../rails/railties/lib/tasks/statistics.rake | 11 +- vendor/rails/railties/lib/tasks/testing.rake | 41 +- vendor/rails/railties/lib/tasks/tmp.rake | 9 +- vendor/rails/railties/lib/test_help.rb | 5 +- vendor/rails/railties/lib/webrick_server.rb | 14 +- vendor/rails/railties/test/dispatcher_test.rb | 69 +- .../railties/test/fcgi_dispatcher_test.rb | 128 +- vendor/rails/railties/test/plugin_test.rb | 45 +- .../railties/test/rails_generator_test.rb | 40 +- .../test/rails_info_controller_test.rb | 12 +- vendor/rails/railties/test/rails_info_test.rb | 12 +- vendor/rails/release.rb | 6 +- 443 files changed, 24218 insertions(+), 9823 deletions(-) diff --git a/app/models/web.rb b/app/models/web.rb index d1d50268..d9aff5ed 100644 --- a/app/models/web.rb +++ b/app/models/web.rb @@ -23,7 +23,7 @@ class Web < ActiveRecord::Base 'FROM revisions r ' + 'JOIN pages p ON p.id = r.page_id ' + 'WHERE p.web_id = ' + self.id.to_s + - 'ORDER by 1 ' + ' ORDER by 1 ' ).collect { |row| row['author'] } end diff --git a/app/views/wiki/export.rhtml b/app/views/wiki/export.rhtml index d8bc3f02..e3cf7aae 100644 --- a/app/views/wiki/export.rhtml +++ b/app/views/wiki/export.rhtml @@ -5,7 +5,7 @@