From ef44c45af5bd8569a23e8bb060b2e40c1705b263 Mon Sep 17 00:00:00 2001 From: universac Date: Tue, 29 Jun 2010 06:45:13 +0800 Subject: [PATCH] ...... --- .gitignore | 0 README | 0 Rakefile | 0 app/controllers/accounts_controller.rb | 0 app/controllers/admin/accounts_controller.rb | 0 app/controllers/admin/educatees_controller.rb | 0 app/controllers/admin/educators_controller.rb | 0 app/controllers/admin/elements_controller.rb | 0 app/controllers/admin/operators_controller.rb | 0 app/controllers/admin/pages_controller.rb | 0 app/controllers/admin/profiles_controller.rb | 0 .../admin/system_configs_controller.rb | 0 .../admin/typus_users_controller.rb | 0 app/controllers/admin/valeurs_controller.rb | 0 app/controllers/application_controller.rb | 0 .../educatee/dashboards_controller.rb | 0 .../educatee/profiles_controller.rb | 91 +++++- .../educator/dashboards_controller.rb | 0 app/controllers/educator/denies_controller.rb | 0 .../educator/educators_controller.rb | 0 .../educator/profiles_controller.rb | 83 ++--- app/controllers/sessions_controller.rb | 0 app/helpers/accounts_helper.rb | 0 app/helpers/admin/educators_helper.rb | 0 app/helpers/admin/operators_helper.rb | 0 app/helpers/admin/pages_helper.rb | 0 app/helpers/application_helper.rb | 0 app/helpers/educatee/dashboards_helper.rb | 0 app/helpers/educatee/profiles_helper.rb | 0 app/helpers/educator/dashboards_helper.rb | 0 app/helpers/educator/denies_helper.rb | 0 app/helpers/educator/educators_helper.rb | 0 app/helpers/educator/profiles_helper.rb | 21 +- app/helpers/sessions_helper.rb | 0 app/models/account.rb | 0 app/models/account_mailer.rb | 0 app/models/account_observer.rb | 0 app/models/deny.rb | 0 app/models/educatee.rb | 0 app/models/educator.rb | 0 app/models/element.rb | 6 + app/models/operator.rb | 0 app/models/page.rb | 5 + app/models/profile.rb | 67 +++- app/models/system_config.rb | 0 app/models/valeur.rb | 0 app/stylesheets/ie.scss | 0 app/stylesheets/partials/_base.sass.rm | 0 app/stylesheets/partials/_base.scss | 0 app/stylesheets/print.scss | 0 app/stylesheets/screen.scss | 0 app/stylesheets/style.scss | 222 +++++++++++++ app/views/account_mailer/activation.erb | 0 .../account_mailer/signup_notification.erb | 0 app/views/accounts/_account_bar.html.erb | 0 app/views/accounts/new.html.erb | 0 app/views/accounts/password_reset.haml | 0 app/views/educatee/dashboards/show.haml | 0 app/views/educatee/profiles/_display.haml | 0 .../educatee/profiles/_display_tabbed.haml | 27 ++ app/views/educatee/profiles/_form.haml | 11 +- app/views/educatee/profiles/edit.haml | 0 app/views/educatee/profiles/show.haml | 0 app/views/educatee/templates/_boolean.haml | 0 app/views/educatee/templates/_date.haml | 6 +- app/views/educatee/templates/_datetime.haml | 0 app/views/educatee/templates/_file.haml | 2 +- app/views/educatee/templates/_multicheck.haml | 4 +- app/views/educatee/templates/_password.haml | 0 app/views/educatee/templates/_radio.haml | 0 app/views/educatee/templates/_rich_text.haml | 0 app/views/educatee/templates/_selector.haml | 2 +- app/views/educatee/templates/_string.haml | 2 +- app/views/educatee/templates/_text.haml | 2 +- app/views/educatee/templates/_time.haml | 0 app/views/educator/dashboards/show.haml | 0 app/views/educator/denies/show.html.haml | 0 app/views/educator/educators/_form.haml | 0 app/views/educator/educators/edit.html.erb | 0 app/views/educator/educators/index.haml | 0 app/views/educator/educators/new.haml | 0 app/views/educator/profiles/_record.haml | 13 +- app/views/educator/profiles/_records.haml | 2 + app/views/educator/profiles/edit.haml | 0 app/views/educator/profiles/index.haml | 3 +- app/views/educator/profiles/print.haml | 0 app/views/educator/profiles/show.haml | 5 +- app/views/layouts/_educatee_sidebar.haml | 0 app/views/layouts/_educator_sidebar.haml | 0 app/views/layouts/_sidebar.haml | 0 app/views/layouts/layout.haml | 41 ++- app/views/layouts/login.haml | 0 app/views/sessions/new.haml | 0 config/boot.rb | 0 config/compass.config | 0 config/compass.rb | 0 config/database.yml | 0 config/environment.rb | 0 config/environments/development.rb | 0 config/environments/production.rb | 0 config/environments/test.rb | 0 config/initializers/backtrace_silencers.rb | 0 config/initializers/compass.rb | 0 config/initializers/inflections.rb | 0 config/initializers/mime_types.rb | 0 config/initializers/new_rails_defaults.rb | 0 config/initializers/session_store.rb | 0 config/initializers/site_keys.rb | 0 config/initializers/typus.rb | 0 config/locales/en.yml | 0 config/routes.rb | 4 +- config/typus/README | 0 config/typus/application.yml | 0 config/typus/application_roles.yml | 0 config/typus/typus.yml | 0 config/typus/typus_roles.yml | 0 db/migrate/20100228130018_create_accounts.rb | 0 ...20100228130933_add_loginable_to_account.rb | 0 db/migrate/20100228132205_create_elements.rb | 0 db/migrate/20100228132402_create_values.rb | 0 db/migrate/20100228132504_create_students.rb | 0 db/migrate/20100228133142_create_profiles.rb | 0 .../20100228133220_link_value_to_profile.rb | 0 ...100301131958_rename_student_to_educatee.rb | 0 .../20100301141038_create_typus_users.rb | 0 ...20100301144632_link_profile_to_educatee.rb | 0 db/migrate/20100307091941_create_educators.rb | 0 db/migrate/20100307091957_create_operators.rb | 0 db/migrate/20100307100219_create_pages.rb | 0 .../20100307100243_add_page_into_elements.rb | 0 ...7125109_update_profile_status_to_string.rb | 0 .../20100307125629_rename_values_to_valeur.rb | 0 ...313074604_add_is_operator_into_educator.rb | 0 db/migrate/20100313075201_remove_operators.rb | 0 ...30_add_password_expires_at_into_account.rb | 0 .../20100320131149_create_system_configs.rb | 0 ...00320132856_add_prawn_script_to_element.rb | 0 ...00404150207_add_system_config_mail_test.rb | 0 ...20100515055821_add_is_title_to_elements.rb | 0 db/migrate/20100515064708_create_denies.rb | 0 db/schema.rb | 0 db/seeds.rb | 0 doc/README_FOR_APP | 0 lib/authenticated_system.rb | 0 lib/authenticated_test_helper.rb | 0 public/404.html | 0 public/422.html | 0 public/500.html | 0 public/favicon.ico | 0 public/images/admin/fancybox/blank.gif | Bin public/images/admin/fancybox/fancy_close.png | Bin .../images/admin/fancybox/fancy_loading.png | Bin .../images/admin/fancybox/fancy_nav_left.png | Bin .../images/admin/fancybox/fancy_nav_right.png | Bin .../images/admin/fancybox/fancy_shadow_e.png | Bin .../images/admin/fancybox/fancy_shadow_n.png | Bin .../images/admin/fancybox/fancy_shadow_ne.png | Bin .../images/admin/fancybox/fancy_shadow_nw.png | Bin .../images/admin/fancybox/fancy_shadow_s.png | Bin .../images/admin/fancybox/fancy_shadow_se.png | Bin .../images/admin/fancybox/fancy_shadow_sw.png | Bin .../images/admin/fancybox/fancy_shadow_w.png | Bin .../admin/fancybox/fancy_title_left.png | Bin .../admin/fancybox/fancy_title_main.png | Bin .../admin/fancybox/fancy_title_over.png | Bin .../admin/fancybox/fancy_title_right.png | Bin public/images/admin/ui-icons.png | Bin public/images/grid.png | Bin public/images/rails.png | Bin public/images/styles/background.png | Bin public/javascripts/admin/application.js | 0 public/javascripts/admin/jquery-1.4.1.min.js | 0 .../admin/jquery.fancybox-1.3.0.pack.js | 0 public/javascripts/application.js | 0 public/javascripts/controls.js | 0 public/javascripts/dragdrop.js | 0 public/javascripts/effects.js | 0 public/javascripts/prototype.js | 0 public/robots.txt | 0 .../admin/jquery.fancybox-1.3.0.css | 0 public/stylesheets/admin/reset.css | 0 public/stylesheets/admin/screen.css | 0 public/stylesheets/compiled/.gitkeep | 0 public/stylesheets/ie.css | 106 +++---- public/stylesheets/print.css | 106 +++---- public/stylesheets/screen.css | 196 ++++++------ public/stylesheets/style.css | 293 ++++++++++++++---- test/fixtures/accounts.yml | 0 test/fixtures/denies.yml | 0 test/fixtures/educators.yml | 0 test/fixtures/elements.yml | 0 test/fixtures/operators.yml | 0 test/fixtures/pages.yml | 0 test/fixtures/profiles.yml | 0 test/fixtures/students.yml | 0 test/fixtures/system_configs.yml | 0 test/fixtures/values.yml | 0 test/functional/accounts_controller_test.rb | 0 .../admin/accounts_controller_test.rb | 0 .../admin/educatees_controller_test.rb | 0 .../admin/educators_controller_test.rb | 0 .../admin/elements_controller_test.rb | 0 .../admin/operators_controller_test.rb | 0 .../functional/admin/pages_controller_test.rb | 0 .../admin/profiles_controller_test.rb | 0 .../admin/typus_users_controller_test.rb | 0 .../admin/values_controller_test.rb | 0 .../educatee/dashboards_controller_test.rb | 0 .../educatee/profiles_controller_test.rb | 0 .../educator/dashboards_controller_test.rb | 0 .../educator/denies_controller_test.rb | 0 .../educator/educators_controller_test.rb | 0 .../educator/profiles_controller_test.rb | 0 test/functional/sessions_controller_test.rb | 0 test/performance/browsing_test.rb | 0 test/test_helper.rb | 0 test/unit/account_mailer_test.rb | 0 test/unit/account_test.rb | 0 test/unit/deny_test.rb | 0 test/unit/educator_test.rb | 0 test/unit/element_test.rb | 0 .../helpers/admin/educators_helper_test.rb | 0 .../helpers/admin/operators_helper_test.rb | 0 test/unit/helpers/admin/pages_helper_test.rb | 0 .../educatee/dashboards_helper_test.rb | 0 .../helpers/educatee/profiles_helper_test.rb | 0 .../educator/dashboards_helper_test.rb | 0 .../helpers/educator/denies_helper_test.rb | 0 .../helpers/educator/educators_helper_test.rb | 0 .../helpers/educator/profiles_helper_test.rb | 0 test/unit/operator_test.rb | 0 test/unit/page_test.rb | 0 test/unit/profile_test.rb | 0 test/unit/student_test.rb | 0 test/unit/system_config_test.rb | 0 test/unit/value_test.rb | 0 vendor/plugins/aasm/.document | 0 vendor/plugins/aasm/LICENSE | 0 vendor/plugins/aasm/README.rdoc | 0 vendor/plugins/aasm/Rakefile | 0 vendor/plugins/aasm/VERSION | 0 vendor/plugins/aasm/aasm.gemspec | 0 vendor/plugins/aasm/lib/aasm.rb | 0 vendor/plugins/aasm/lib/aasm/aasm.rb | 0 vendor/plugins/aasm/lib/aasm/event.rb | 0 vendor/plugins/aasm/lib/aasm/persistence.rb | 0 .../persistence/active_record_persistence.rb | 0 vendor/plugins/aasm/lib/aasm/state.rb | 0 vendor/plugins/aasm/lib/aasm/state_machine.rb | 0 .../plugins/aasm/lib/aasm/state_transition.rb | 0 .../aasm/lib/aasm/supporting_classes.rb | 0 .../aasm/spec/functional/conversation.rb | 0 .../aasm/spec/functional/conversation_spec.rb | 0 vendor/plugins/aasm/spec/spec_helper.rb | 0 vendor/plugins/aasm/spec/unit/aasm_spec.rb | 0 .../unit/active_record_persistence_spec.rb | 0 .../spec/unit/before_after_callbacks_spec.rb | 0 vendor/plugins/aasm/spec/unit/event_spec.rb | 0 vendor/plugins/aasm/spec/unit/state_spec.rb | 0 .../aasm/spec/unit/state_transition_spec.rb | 0 .../aasm/test/functional/auth_machine_test.rb | 0 vendor/plugins/aasm/test/test_helper.rb | 0 vendor/plugins/aasm/test/unit/aasm_test.rb | 0 vendor/plugins/aasm/test/unit/event_test.rb | 0 vendor/plugins/aasm/test/unit/state_test.rb | 0 .../aasm/test/unit/state_transition_test.rb | 0 vendor/plugins/compass/init.rb | 0 vendor/plugins/haml/init.rb | 0 vendor/plugins/paperclip/LICENSE | 0 vendor/plugins/paperclip/README.rdoc | 0 vendor/plugins/paperclip/Rakefile | 0 .../paperclip/cucumber/paperclip_steps.rb | 0 .../paperclip/generators/paperclip/USAGE | 0 .../paperclip/paperclip_generator.rb | 0 .../templates/paperclip_migration.rb.erb | 0 vendor/plugins/paperclip/init.rb | 0 vendor/plugins/paperclip/lib/paperclip.rb | 0 .../paperclip/lib/paperclip/attachment.rb | 0 .../lib/paperclip/callback_compatability.rb | 0 .../paperclip/lib/paperclip/geometry.rb | 0 .../paperclip/lib/paperclip/interpolations.rb | 0 .../paperclip/lib/paperclip/iostream.rb | 0 .../paperclip/lib/paperclip/matchers.rb | 0 .../matchers/have_attached_file_matcher.rb | 0 ...alidate_attachment_content_type_matcher.rb | 0 .../validate_attachment_presence_matcher.rb | 0 .../validate_attachment_size_matcher.rb | 0 .../paperclip/lib/paperclip/processor.rb | 0 .../paperclip/lib/paperclip/storage.rb | 0 .../plugins/paperclip/lib/paperclip/style.rb | 0 .../paperclip/lib/paperclip/thumbnail.rb | 0 .../plugins/paperclip/lib/paperclip/upfile.rb | 0 vendor/plugins/paperclip/paperclip.gemspec | 0 .../paperclip/shoulda_macros/paperclip.rb | 0 .../paperclip/tasks/paperclip_tasks.rake | 0 vendor/plugins/paperclip/test/.gitignore | 0 .../plugins/paperclip/test/attachment_test.rb | 0 vendor/plugins/paperclip/test/database.yml | 0 .../plugins/paperclip/test/fixtures/12k.png | Bin .../plugins/paperclip/test/fixtures/50x50.png | Bin vendor/plugins/paperclip/test/fixtures/5k.png | Bin .../plugins/paperclip/test/fixtures/bad.png | 0 vendor/plugins/paperclip/test/fixtures/s3.yml | 0 .../plugins/paperclip/test/fixtures/text.txt | 0 .../paperclip/test/fixtures/twopage.pdf | Bin .../plugins/paperclip/test/geometry_test.rb | 0 vendor/plugins/paperclip/test/helper.rb | 0 .../paperclip/test/integration_test.rb | 0 .../paperclip/test/interpolations_test.rb | 0 .../plugins/paperclip/test/iostream_test.rb | 0 .../have_attached_file_matcher_test.rb | 0 ...te_attachment_content_type_matcher_test.rb | 0 ...lidate_attachment_presence_matcher_test.rb | 0 .../validate_attachment_size_matcher_test.rb | 0 .../plugins/paperclip/test/paperclip_test.rb | 0 .../plugins/paperclip/test/processor_test.rb | 0 vendor/plugins/paperclip/test/storage_test.rb | 0 vendor/plugins/paperclip/test/style_test.rb | 0 .../plugins/paperclip/test/thumbnail_test.rb | 0 vendor/plugins/paperclip/test/upfile_test.rb | 0 .../plugins/restful-authentication/CHANGELOG | 0 vendor/plugins/restful-authentication/LICENSE | 0 .../restful-authentication/README.textile | 0 .../plugins/restful-authentication/Rakefile | 0 vendor/plugins/restful-authentication/TODO | 0 .../generators/authenticated/USAGE | 0 .../authenticated/authenticated_generator.rb | 0 .../authenticated/lib/insert_routes.rb | 0 .../templates/_model_partial.html.erb | 0 .../authenticated/templates/activation.erb | 0 .../templates/authenticated_system.rb | 0 .../templates/authenticated_test_helper.rb | 0 .../authenticated/templates/controller.rb | 0 .../templates/features/accounts.feature | 0 .../templates/features/sessions.feature | 0 .../features/step_definitions/ra_env.rb | 0 .../step_definitions/ra_navigation_steps.rb | 0 .../step_definitions/ra_resource_steps.rb | 0 .../step_definitions/ra_response_steps.rb | 0 .../rest_auth_features_helper.rb | 0 .../features/step_definitions/user_steps.rb | 0 .../authenticated/templates/helper.rb | 0 .../authenticated/templates/login.html.erb | 0 .../authenticated/templates/mailer.rb | 0 .../authenticated/templates/migration.rb | 0 .../authenticated/templates/model.rb | 0 .../templates/model_controller.rb | 0 .../authenticated/templates/model_helper.rb | 0 .../templates/model_helper_spec.rb | 0 .../authenticated/templates/observer.rb | 0 .../authenticated/templates/signup.html.erb | 0 .../templates/signup_notification.erb | 0 .../authenticated/templates/site_keys.rb | 0 .../spec/controllers/access_control_spec.rb | 0 .../controllers/authenticated_system_spec.rb | 0 .../controllers/sessions_controller_spec.rb | 0 .../spec/controllers/users_controller_spec.rb | 0 .../templates/spec/fixtures/users.yml | 0 .../spec/helpers/users_helper_spec.rb | 0 .../templates/spec/models/user_spec.rb | 0 .../templates/test/functional_test.rb | 0 .../templates/test/mailer_test.rb | 0 .../templates/test/model_functional_test.rb | 0 .../authenticated/templates/test/unit_test.rb | 0 vendor/plugins/restful-authentication/init.rb | 0 .../lib/authentication.rb | 0 .../lib/authentication/by_cookie_token.rb | 0 .../lib/authentication/by_password.rb | 0 .../lib/authorization.rb | 0 .../lib/authorization/aasm_roles.rb | 0 .../lib/authorization/stateful_roles.rb | 0 .../lib/trustification.rb | 0 .../lib/trustification/email_validation.rb | 0 .../notes/AccessControl.txt | 0 .../notes/Authentication.txt | 0 .../notes/Authorization.txt | 0 .../notes/RailsPlugins.txt | 0 .../notes/SecurityFramework.graffle | Bin .../notes/SecurityFramework.png | Bin .../notes/SecurityPatterns.txt | 0 .../notes/Tradeoffs.txt | 0 .../notes/Trustification.txt | 0 .../restful-authentication/rails/init.rb | 0 .../restful-authentication.gemspec | 0 .../restful-authentication/tasks/auth.rake | 0 vendor/plugins/typus/AUTHORS.md | 0 vendor/plugins/typus/CHANGES | 0 vendor/plugins/typus/MIT-LICENSE | 0 vendor/plugins/typus/README.md | 0 vendor/plugins/typus/Rakefile | 0 vendor/plugins/typus/VERSION | 0 .../controllers/admin/master_controller.rb | 0 .../typus/app/controllers/typus_controller.rb | 0 .../typus/app/helpers/admin/form_helper.rb | 0 .../typus/app/helpers/admin/master_helper.rb | 0 .../typus/app/helpers/admin/public_helper.rb | 0 .../typus/app/helpers/admin/sidebar_helper.rb | 0 .../typus/app/helpers/admin/table_helper.rb | 0 .../plugins/typus/app/helpers/typus_helper.rb | 0 .../plugins/typus/app/models/typus_mailer.rb | 0 vendor/plugins/typus/app/models/typus_user.rb | 0 .../views/admin/dashboard/_sidebar.html.erb | 0 .../admin/helpers/_applications.html.erb | 0 .../app/views/admin/helpers/_date.html.erb | 0 .../_display_link_to_previous.html.erb | 0 .../admin/helpers/_flash_message.html.erb | 0 .../app/views/admin/helpers/_header.html.erb | 0 .../app/views/admin/helpers/_list.html.erb | 0 .../views/admin/helpers/_login_info.html.erb | 0 .../views/admin/helpers/_pagination.html.erb | 0 .../app/views/admin/helpers/_preview.html.erb | 0 .../views/admin/helpers/_quick_edit.html.erb | 0 .../helpers/_remove_filter_link.html.erb | 0 .../views/admin/helpers/_resources.html.erb | 0 .../app/views/admin/helpers/_search.html.erb | 0 .../app/views/admin/resources/_form.html.erb | 0 .../app/views/admin/resources/edit.html.erb | 0 .../app/views/admin/resources/index.html.erb | 0 .../app/views/admin/resources/new.html.erb | 0 .../app/views/admin/resources/show.html.erb | 0 .../app/views/admin/shared/_feedback.html.erb | 0 .../app/views/admin/shared/_footer.html.erb | 0 .../views/admin/templates/_boolean.html.erb | 0 .../app/views/admin/templates/_date.html.erb | 0 .../views/admin/templates/_datetime.html.erb | 0 .../app/views/admin/templates/_file.html.erb | 0 .../views/admin/templates/_password.html.erb | 0 .../views/admin/templates/_rich_text.html.erb | 0 .../views/admin/templates/_selector.html.erb | 0 .../views/admin/templates/_string.html.erb | 0 .../app/views/admin/templates/_text.html.erb | 0 .../app/views/admin/templates/_time.html.erb | 0 .../typus/app/views/layouts/admin.html.erb | 0 .../typus/app/views/layouts/typus.html.erb | 0 .../typus/app/views/typus/dashboard.html.erb | 0 .../app/views/typus/recover_password.html.erb | 0 .../app/views/typus/reset_password.html.erb | 0 .../typus/app/views/typus/sign_in.html.erb | 0 .../typus/app/views/typus/sign_up.html.erb | 0 .../typus_mailer/reset_password_link.erb | 0 vendor/plugins/typus/config/locales/ca.yml | 0 .../typus/config/locales/ca_models.yml | 0 vendor/plugins/typus/config/locales/de.yml | 0 .../typus/config/locales/de_models.yml | 0 vendor/plugins/typus/config/locales/es.yml | 0 .../typus/config/locales/es_models.yml | 0 vendor/plugins/typus/config/locales/fr.yml | 0 .../typus/config/locales/fr_models.yml | 0 vendor/plugins/typus/config/locales/hu.yml | 0 .../typus/config/locales/hu_models.yml | 0 .../config/locales/language.yml.template | 0 vendor/plugins/typus/config/locales/pt-BR.yml | 0 .../typus/config/locales/pt-BR_models.yml | 0 vendor/plugins/typus/config/locales/ru.yml | 0 .../typus/config/locales/ru_models.yml | 0 vendor/plugins/typus/config/typus_routes.rb | 0 vendor/plugins/typus/generators/typus/USAGE | 0 .../typus/generators/typus/templates/README | 0 .../typus/templates/config/typus/README | 0 .../templates/config/typus/application.yml | 0 .../config/typus/application_roles.yml | 0 .../typus/templates/config/typus/typus.yml | 0 .../templates/config/typus/typus_roles.yml | 0 .../generators/typus/templates/controller.rb | 0 .../typus/templates/functional_test.rb | 0 .../generators/typus/templates/initializer.rb | 0 .../generators/typus/templates/migration.rb | 0 .../typus/generators/typus/templates/model.rb | 0 .../public/javascripts/admin/application.js | 0 .../javascripts/admin/jquery-1.4.1.min.js | 0 .../public/stylesheets/admin/reset.css | 0 .../public/stylesheets/admin/screen.css | 0 .../generators/typus/templates/view.html.erb | 0 .../typus/generators/typus/typus_generator.rb | 0 .../templates/config/typus.yml | 0 .../templates/migration.rb | 0 .../typus_update_schema_to_01_generator.rb | 0 .../templates/migration.rb | 0 .../typus_update_schema_to_02_generator.rb | 0 .../typus/lib/extensions/active_record.rb | 0 vendor/plugins/typus/lib/extensions/hash.rb | 0 vendor/plugins/typus/lib/extensions/object.rb | 0 vendor/plugins/typus/lib/extensions/routes.rb | 0 vendor/plugins/typus/lib/extensions/string.rb | 0 vendor/plugins/typus/lib/typus.rb | 0 .../plugins/typus/lib/typus/active_record.rb | 0 .../plugins/typus/lib/typus/authentication.rb | 0 .../plugins/typus/lib/typus/configuration.rb | 0 vendor/plugins/typus/lib/typus/format.rb | 0 vendor/plugins/typus/lib/typus/preferences.rb | 0 vendor/plugins/typus/lib/typus/quick_edit.rb | 0 vendor/plugins/typus/lib/typus/reloader.rb | 0 vendor/plugins/typus/lib/typus/user.rb | 0 vendor/plugins/typus/lib/vendor/paginator.rb | 0 vendor/plugins/typus/rails/init.rb | 0 vendor/plugins/typus/tasks/defaults.rake | 0 vendor/plugins/typus/tasks/extras.rake | 0 .../typus/test/config/broken/application.yml | 0 .../test/config/broken/application_roles.yml | 0 .../typus/test/config/broken/empty.yml | 0 .../typus/test/config/broken/empty_roles.yml | 0 .../typus/test/config/broken/undefined.yml | 0 .../test/config/broken/undefined_roles.yml | 0 .../typus/test/config/default/typus.yml | 0 .../typus/test/config/default/typus_roles.yml | 0 .../typus/test/config/empty/empty_01.yml | 0 .../test/config/empty/empty_01_roles.yml | 0 .../typus/test/config/empty/empty_02.yml | 0 .../test/config/empty/empty_02_roles.yml | 0 .../plugins/typus/test/config/locales/es.yml | 0 .../typus/test/config/ordered/001_roles.yml | 0 .../typus/test/config/ordered/002_roles.yml | 0 .../test/config/unordered/app_one_roles.yml | 0 .../test/config/unordered/app_two_roles.yml | 0 .../typus/test/config/working/application.yml | 0 .../test/config/working/application_roles.yml | 0 .../typus/test/config/working/typus.yml | 0 .../typus/test/config/working/typus_roles.yml | 0 .../test/extensions/active_record_test.rb | 0 .../typus/test/extensions/hash_test.rb | 0 .../typus/test/extensions/string_test.rb | 0 .../controllers/admin/assets_controller.rb | 0 .../admin/categories_controller.rb | 0 .../controllers/admin/comments_controller.rb | 0 .../app/controllers/admin/pages_controller.rb | 0 .../app/controllers/admin/posts_controller.rb | 0 .../controllers/admin/status_controller.rb | 0 .../admin/typus_users_controller.rb | 0 .../controllers/admin/watch_dog_controller.rb | 0 .../typus/test/fixtures/app/models/asset.rb | 0 .../test/fixtures/app/models/category.rb | 0 .../typus/test/fixtures/app/models/comment.rb | 0 .../test/fixtures/app/models/custom_user.rb | 0 .../test/fixtures/app/models/delayed/task.rb | 0 .../typus/test/fixtures/app/models/page.rb | 0 .../typus/test/fixtures/app/models/post.rb | 0 .../typus/test/fixtures/app/models/view.rb | 0 .../app/views/admin/categories/_form.html.erb | 0 .../views/admin/dashboard/_content.html.erb | 0 .../views/admin/dashboard/_sidebar.html.erb | 0 .../app/views/admin/posts/_edit.html.erb | 0 .../app/views/admin/posts/_index.html.erb | 0 .../app/views/admin/posts/_new.html.erb | 0 .../app/views/admin/posts/_show.html.erb | 0 .../app/views/admin/posts/_sidebar.html.erb | 0 .../views/admin/resources/_sidebar.html.erb | 0 .../app/views/admin/shared/_footer.html.erb | 0 .../app/views/admin/status/index.html.erb | 0 .../admin/templates/_datepicker.html.erb | 0 vendor/plugins/typus/test/fixtures/assets.yml | 0 .../typus/test/fixtures/categories.yml | 0 .../plugins/typus/test/fixtures/comments.yml | 0 vendor/plugins/typus/test/fixtures/pages.yml | 0 vendor/plugins/typus/test/fixtures/posts.yml | 0 .../typus/test/fixtures/typus_users.yml | 0 .../master_controller_assets_relationships.rb | 0 ...master_controller_categories_lists_test.rb | 0 .../master_controller_posts_before_test.rb | 0 .../master_controller_posts_crud_test.rb | 0 .../master_controller_posts_formats_test.rb | 0 .../master_controller_posts_forms_test.rb | 0 ...aster_controller_posts_permissions_test.rb | 0 ...ter_controller_posts_relationships_test.rb | 0 .../admin/master_controller_posts_roles.rb | 0 .../master_controller_posts_toggle_test.rb | 0 .../master_controller_posts_views_test.rb | 0 ...ster_controller_tableless_resource_test.rb | 0 .../master_controller_typus_users_test.rb | 0 .../test/functional/typus_controller_test.rb | 0 vendor/plugins/typus/test/helper.rb | 0 .../test/helpers/admin/form_helper_test.rb | 0 .../test/helpers/admin/master_helper_test.rb | 0 .../test/helpers/admin/public_helper_test.rb | 0 .../test/helpers/admin/sidebar_helper_test.rb | 0 .../test/helpers/admin/table_helper_test.rb | 0 .../typus/test/helpers/typus_helper_test.rb | 0 .../typus/test/lib/active_record_test.rb | 0 .../typus/test/lib/configuration_test.rb | 0 vendor/plugins/typus/test/lib/routes_test.rb | 0 vendor/plugins/typus/test/lib/typus_test.rb | 0 vendor/plugins/typus/test/schema.rb | 0 .../typus/test/unit/typus_mailer_test.rb | 0 vendor/plugins/typus/test/unit/typus_test.rb | 0 .../typus/test/unit/typus_user_roles_test.rb | 0 .../typus/test/unit/typus_user_test.rb | 0 .../typus/test/vendor/paginator_test.rb | 0 vendor/plugins/typus/typus.gemspec | 0 .../plugins/yob-prawn/doc/classes/Array.html | 0 .../doc/classes/Array.src/M000022.html | 0 .../plugins/yob-prawn/doc/classes/File.html | 0 .../doc/classes/File.src/M000032.html | 0 .../yob-prawn/doc/classes/Numeric.html | 0 .../doc/classes/Numeric.src/M000024.html | 0 .../doc/classes/Numeric.src/M000025.html | 0 .../doc/classes/Numeric.src/M000026.html | 0 .../doc/classes/Numeric.src/M000027.html | 0 .../doc/classes/Numeric.src/M000028.html | 0 .../doc/classes/Numeric.src/M000029.html | 0 .../doc/classes/Numeric.src/M000030.html | 0 .../doc/classes/Numeric.src/M000031.html | 0 .../doc/classes/PageAnnotations.html | 0 .../classes/PageAnnotations.src/M000019.html | 0 .../classes/PageAnnotations.src/M000020.html | 0 .../classes/PageAnnotations.src/M000021.html | 0 .../plugins/yob-prawn/doc/classes/Prawn.html | 0 .../doc/classes/Prawn.src/M000033.html | 0 .../yob-prawn/doc/classes/Prawn/Document.html | 0 .../classes/Prawn/Document.src/M000134.html | 0 .../classes/Prawn/Document.src/M000135.html | 0 .../classes/Prawn/Document.src/M000136.html | 0 .../classes/Prawn/Document.src/M000137.html | 0 .../classes/Prawn/Document.src/M000138.html | 0 .../classes/Prawn/Document.src/M000139.html | 0 .../classes/Prawn/Document.src/M000140.html | 0 .../classes/Prawn/Document.src/M000141.html | 0 .../classes/Prawn/Document.src/M000142.html | 0 .../classes/Prawn/Document.src/M000143.html | 0 .../classes/Prawn/Document.src/M000144.html | 0 .../classes/Prawn/Document.src/M000145.html | 0 .../classes/Prawn/Document.src/M000146.html | 0 .../classes/Prawn/Document.src/M000147.html | 0 .../classes/Prawn/Document.src/M000148.html | 0 .../classes/Prawn/Document.src/M000149.html | 0 .../classes/Prawn/Document.src/M000150.html | 0 .../classes/Prawn/Document.src/M000151.html | 0 .../classes/Prawn/Document.src/M000152.html | 0 .../classes/Prawn/Document.src/M000153.html | 0 .../classes/Prawn/Document.src/M000154.html | 0 .../classes/Prawn/Document.src/M000155.html | 0 .../classes/Prawn/Document.src/M000156.html | 0 .../classes/Prawn/Document.src/M000157.html | 0 .../classes/Prawn/Document.src/M000158.html | 0 .../classes/Prawn/Document.src/M000159.html | 0 .../classes/Prawn/Document.src/M000160.html | 0 .../classes/Prawn/Document.src/M000161.html | 0 .../classes/Prawn/Document.src/M000162.html | 0 .../classes/Prawn/Document.src/M000163.html | 0 .../classes/Prawn/Document.src/M000164.html | 0 .../classes/Prawn/Document.src/M000165.html | 0 .../classes/Prawn/Document.src/M000166.html | 0 .../classes/Prawn/Document.src/M000167.html | 0 .../classes/Prawn/Document.src/M000168.html | 0 .../classes/Prawn/Document.src/M000169.html | 0 .../classes/Prawn/Document.src/M000170.html | 0 .../classes/Prawn/Document.src/M000171.html | 0 .../classes/Prawn/Document/Annotations.html | 0 .../Document/Annotations.src/M000175.html | 0 .../Document/Annotations.src/M000176.html | 0 .../Document/Annotations.src/M000177.html | 0 .../classes/Prawn/Document/BoundingBox.html | 0 .../Document/BoundingBox.src/M000210.html | 0 .../Document/BoundingBox.src/M000211.html | 0 .../Document/BoundingBox.src/M000212.html | 0 .../Document/BoundingBox.src/M000213.html | 0 .../Document/BoundingBox.src/M000214.html | 0 .../Document/BoundingBox.src/M000215.html | 0 .../Document/BoundingBox.src/M000216.html | 0 .../Document/BoundingBox.src/M000217.html | 0 .../Document/BoundingBox.src/M000218.html | 0 .../Document/BoundingBox.src/M000219.html | 0 .../Document/BoundingBox.src/M000220.html | 0 .../Document/BoundingBox.src/M000221.html | 0 .../Document/BoundingBox.src/M000222.html | 0 .../Document/BoundingBox.src/M000223.html | 0 .../Document/BoundingBox.src/M000224.html | 0 .../Document/BoundingBox.src/M000225.html | 0 .../Document/BoundingBox.src/M000226.html | 0 .../Document/BoundingBox.src/M000227.html | 0 .../Document/BoundingBox.src/M000228.html | 0 .../Document/BoundingBox.src/M000229.html | 0 .../Document/BoundingBox.src/M000231.html | 0 .../Document/BoundingBox.src/M000232.html | 0 .../Document/BoundingBox.src/M000233.html | 0 .../Document/BoundingBox.src/M000234.html | 0 .../doc/classes/Prawn/Document/ColumnBox.html | 0 .../Prawn/Document/ColumnBox.src/M000205.html | 0 .../Prawn/Document/ColumnBox.src/M000206.html | 0 .../Prawn/Document/ColumnBox.src/M000207.html | 0 .../Prawn/Document/ColumnBox.src/M000208.html | 0 .../Prawn/Document/ColumnBox.src/M000209.html | 0 .../classes/Prawn/Document/Destinations.html | 0 .../Document/Destinations.src/M000178.html | 0 .../Document/Destinations.src/M000179.html | 0 .../Document/Destinations.src/M000180.html | 0 .../Document/Destinations.src/M000181.html | 0 .../Document/Destinations.src/M000182.html | 0 .../Document/Destinations.src/M000183.html | 0 .../Document/Destinations.src/M000184.html | 0 .../Document/Destinations.src/M000185.html | 0 .../Document/Destinations.src/M000186.html | 0 .../Document/Destinations.src/M000187.html | 0 .../doc/classes/Prawn/Document/Internals.html | 0 .../Prawn/Document/Internals.src/M000188.html | 0 .../Prawn/Document/Internals.src/M000189.html | 0 .../Prawn/Document/Internals.src/M000190.html | 0 .../Prawn/Document/Internals.src/M000191.html | 0 .../Prawn/Document/Internals.src/M000192.html | 0 .../Prawn/Document/Internals.src/M000193.html | 0 .../Prawn/Document/Internals.src/M000194.html | 0 .../Prawn/Document/Internals.src/M000195.html | 0 .../Prawn/Document/Internals.src/M000196.html | 0 .../Prawn/Document/Internals.src/M000197.html | 0 .../Prawn/Document/Internals.src/M000198.html | 0 .../Prawn/Document/Internals.src/M000199.html | 0 .../Prawn/Document/Internals.src/M000200.html | 0 .../Prawn/Document/Internals.src/M000201.html | 0 .../Prawn/Document/Internals.src/M000202.html | 0 .../Prawn/Document/Internals.src/M000203.html | 0 .../Prawn/Document/Internals.src/M000204.html | 0 .../classes/Prawn/Document/PageGeometry.html | 0 .../Document/PageGeometry.src/M000172.html | 0 .../doc/classes/Prawn/Document/Snapshot.html | 0 .../Prawn/Document/Snapshot.src/M000173.html | 0 .../Prawn/Document/Snapshot.src/M000174.html | 0 .../yob-prawn/doc/classes/Prawn/Encoding.html | 0 .../yob-prawn/doc/classes/Prawn/Errors.html | 0 .../yob-prawn/doc/classes/Prawn/Font.html | 0 .../doc/classes/Prawn/Font.src/M000102.html | 0 .../doc/classes/Prawn/Font.src/M000103.html | 0 .../doc/classes/Prawn/Font.src/M000104.html | 0 .../doc/classes/Prawn/Font.src/M000105.html | 0 .../doc/classes/Prawn/Font.src/M000106.html | 0 .../doc/classes/Prawn/Font.src/M000107.html | 0 .../doc/classes/Prawn/Font.src/M000108.html | 0 .../doc/classes/Prawn/Font.src/M000109.html | 0 .../doc/classes/Prawn/Font.src/M000110.html | 0 .../doc/classes/Prawn/Font.src/M000111.html | 0 .../doc/classes/Prawn/Font.src/M000112.html | 0 .../yob-prawn/doc/classes/Prawn/Font/AFM.html | 0 .../classes/Prawn/Font/AFM.src/M000129.html | 0 .../classes/Prawn/Font/AFM.src/M000130.html | 0 .../classes/Prawn/Font/AFM.src/M000131.html | 0 .../classes/Prawn/Font/AFM.src/M000132.html | 0 .../classes/Prawn/Font/AFM.src/M000133.html | 0 .../doc/classes/Prawn/Font/DFont.html | 0 .../classes/Prawn/Font/DFont.src/M000113.html | 0 .../classes/Prawn/Font/DFont.src/M000114.html | 0 .../yob-prawn/doc/classes/Prawn/Font/TTF.html | 0 .../classes/Prawn/Font/TTF.src/M000115.html | 0 .../classes/Prawn/Font/TTF.src/M000116.html | 0 .../classes/Prawn/Font/TTF.src/M000117.html | 0 .../classes/Prawn/Font/TTF.src/M000118.html | 0 .../classes/Prawn/Font/TTF.src/M000119.html | 0 .../classes/Prawn/Font/TTF.src/M000120.html | 0 .../classes/Prawn/Font/TTF.src/M000121.html | 0 .../classes/Prawn/Font/TTF.src/M000122.html | 0 .../classes/Prawn/Font/TTF.src/M000123.html | 0 .../classes/Prawn/Font/TTF.src/M000124.html | 0 .../classes/Prawn/Font/TTF.src/M000125.html | 0 .../classes/Prawn/Font/TTF.src/M000126.html | 0 .../classes/Prawn/Font/TTF.src/M000127.html | 0 .../classes/Prawn/Font/TTF.src/M000128.html | 0 .../yob-prawn/doc/classes/Prawn/Graphics.html | 0 .../classes/Prawn/Graphics.src/M000061.html | 0 .../classes/Prawn/Graphics.src/M000062.html | 0 .../classes/Prawn/Graphics.src/M000063.html | 0 .../classes/Prawn/Graphics.src/M000064.html | 0 .../classes/Prawn/Graphics.src/M000065.html | 0 .../classes/Prawn/Graphics.src/M000066.html | 0 .../classes/Prawn/Graphics.src/M000067.html | 0 .../classes/Prawn/Graphics.src/M000068.html | 0 .../classes/Prawn/Graphics.src/M000069.html | 0 .../classes/Prawn/Graphics.src/M000070.html | 0 .../classes/Prawn/Graphics.src/M000071.html | 0 .../classes/Prawn/Graphics.src/M000072.html | 0 .../classes/Prawn/Graphics.src/M000073.html | 0 .../classes/Prawn/Graphics.src/M000074.html | 0 .../classes/Prawn/Graphics.src/M000075.html | 0 .../classes/Prawn/Graphics.src/M000076.html | 0 .../classes/Prawn/Graphics.src/M000077.html | 0 .../classes/Prawn/Graphics.src/M000078.html | 0 .../doc/classes/Prawn/Graphics/CapStyle.html | 0 .../Prawn/Graphics/CapStyle.src/M000080.html | 0 .../doc/classes/Prawn/Graphics/Color.html | 0 .../Prawn/Graphics/Color.src/M000082.html | 0 .../Prawn/Graphics/Color.src/M000084.html | 0 .../Prawn/Graphics/Color.src/M000086.html | 0 .../Prawn/Graphics/Color.src/M000087.html | 0 .../Prawn/Graphics/Color.src/M000088.html | 0 .../doc/classes/Prawn/Graphics/Dash.html | 0 .../Prawn/Graphics/Dash.src/M000091.html | 0 .../Prawn/Graphics/Dash.src/M000093.html | 0 .../Prawn/Graphics/Dash.src/M000094.html | 0 .../doc/classes/Prawn/Graphics/JoinStyle.html | 0 .../Prawn/Graphics/JoinStyle.src/M000089.html | 0 .../classes/Prawn/Graphics/Transparency.html | 0 .../Graphics/Transparency.src/M000079.html | 0 .../yob-prawn/doc/classes/Prawn/Images.html | 0 .../doc/classes/Prawn/Images.src/M000034.html | 0 .../doc/classes/Prawn/Images/JPG.html | 0 .../classes/Prawn/Images/JPG.src/M000035.html | 0 .../doc/classes/Prawn/Images/PNG.html | 0 .../classes/Prawn/Images/PNG.src/M000036.html | 0 .../classes/Prawn/Images/PNG.src/M000037.html | 0 .../classes/Prawn/Images/PNG.src/M000038.html | 0 .../classes/Prawn/Images/PNG.src/M000039.html | 0 .../doc/classes/Prawn/Measurements.html | 0 .../Prawn/Measurements.src/M000040.html | 0 .../Prawn/Measurements.src/M000041.html | 0 .../Prawn/Measurements.src/M000042.html | 0 .../Prawn/Measurements.src/M000043.html | 0 .../Prawn/Measurements.src/M000044.html | 0 .../Prawn/Measurements.src/M000045.html | 0 .../Prawn/Measurements.src/M000046.html | 0 .../Prawn/Measurements.src/M000047.html | 0 .../Prawn/Measurements.src/M000048.html | 0 .../Prawn/Measurements.src/M000049.html | 0 .../Prawn/Measurements.src/M000050.html | 0 .../Prawn/Measurements.src/M000051.html | 0 .../Prawn/Measurements.src/M000052.html | 0 .../yob-prawn/doc/classes/Prawn/Outline.html | 0 .../classes/Prawn/Outline.src/M000098.html | 0 .../classes/Prawn/Outline.src/M000099.html | 0 .../classes/Prawn/Outline.src/M000100.html | 0 .../classes/Prawn/Outline.src/M000101.html | 0 .../yob-prawn/doc/classes/Prawn/Stamp.html | 0 .../doc/classes/Prawn/Stamp.src/M000095.html | 0 .../doc/classes/Prawn/Stamp.src/M000096.html | 0 .../doc/classes/Prawn/Stamp.src/M000097.html | 0 .../yob-prawn/doc/classes/Prawn/Text.html | 0 .../doc/classes/Prawn/Text.src/M000053.html | 0 .../doc/classes/Prawn/Text.src/M000054.html | 0 .../doc/classes/Prawn/Text.src/M000055.html | 0 .../doc/classes/Prawn/Text.src/M000056.html | 0 .../doc/classes/Prawn/Text.src/M000057.html | 0 .../yob-prawn/doc/classes/Prawn/Text/Box.html | 0 .../classes/Prawn/Text/Box.src/M000058.html | 0 .../classes/Prawn/Text/Box.src/M000059.html | 0 .../classes/Prawn/Text/Box.src/M000060.html | 0 .../doc/classes/RefExposingDocument.html | 0 .../RefExposingDocument.src/M000023.html | 0 vendor/plugins/yob-prawn/doc/created.rid | 0 .../doc/files/bench/afm_text_bench_rb.html | 0 .../doc/files/bench/png_type_6_rb.html | 0 .../doc/files/bench/ttf_text_bench_rb.html | 0 .../bugs/resolved/canvas_sets_y_to_0_rb.html | 0 .../bugs/resolved/png_barcode_issue_rb.html | 0 .../ttf_fails_in_transactions_rb.html | 0 .../bounding_box/bounding_boxes_rb.html | 0 .../examples/bounding_box/indentation_rb.html | 0 .../bounding_box/russian_boxes_rb.html | 0 .../russian_boxes_rb.src/M000001.html | 0 .../bounding_box/stretched_nesting_rb.html | 0 .../stretched_nesting_rb.src/M000002.html | 0 .../column_box/column_box_example_rb.html | 0 .../doc/files/examples/example_helper_rb.html | 0 .../files/examples/general/background_rb.html | 0 .../doc/files/examples/general/canvas_rb.html | 0 .../general/context_sensitive_headers_rb.html | 0 .../doc/files/examples/general/float_rb.html | 0 .../files/examples/general/go_to_page_rb.html | 0 .../doc/files/examples/general/margin_rb.html | 0 .../general/measurement_units_rb.html | 0 .../examples/general/metadata-info_rb.html | 0 .../general/multi_page_layout_rb.html | 0 .../files/examples/general/outlines_rb.html | 0 .../examples/general/page_geometry_rb.html | 0 .../general/page_geometry_rb.src/M000003.html | 0 .../examples/general/page_numbering_rb.html | 0 .../files/examples/general/repeaters_rb.html | 0 .../doc/files/examples/general/stamp_rb.html | 0 .../files/examples/general/templates_rb.html | 0 .../examples/graphics/basic_images_rb.html | 0 .../doc/files/examples/graphics/cmyk_rb.html | 0 .../files/examples/graphics/curves_rb.html | 0 .../files/examples/graphics/hexagon_rb.html | 0 .../files/examples/graphics/image_fit_rb.html | 0 .../examples/graphics/image_flow_rb.html | 0 .../examples/graphics/image_position_rb.html | 0 .../doc/files/examples/graphics/line_rb.html | 0 .../files/examples/graphics/png_types_rb.html | 0 .../files/examples/graphics/polygons_rb.html | 0 .../examples/graphics/remote_images_rb.html | 0 .../graphics/ruport_style_helpers_rb.html | 0 .../examples/graphics/stroke_bounds_rb.html | 0 .../graphics/stroke_cap_and_join_rb.html | 0 .../examples/graphics/stroke_dash_rb.html | 0 .../examples/graphics/transparency_rb.html | 0 .../m17n/chinese_text_wrapping_rb.html | 0 .../doc/files/examples/m17n/euro_rb.html | 0 .../doc/files/examples/m17n/sjis_rb.html | 0 .../doc/files/examples/m17n/utf8_rb.html | 0 .../examples/m17n/win_ansi_charset_rb.html | 0 .../doc/files/examples/text/alignment_rb.html | 0 .../doc/files/examples/text/dfont_rb.html | 0 .../text/family_based_styling_rb.html | 0 .../examples/text/font_calculations_rb.html | 0 .../font_calculations_rb.src/M000004.html | 0 .../doc/files/examples/text/font_size_rb.html | 0 .../doc/files/examples/text/kerning_rb.html | 0 .../files/examples/text/simple_text_rb.html | 0 .../examples/text/simple_text_ttf_rb.html | 0 .../doc/files/examples/text/span_rb.html | 0 .../doc/files/examples/text/text_box_rb.html | 0 .../text/text_box_rb.src/M000005.html | 0 .../text/text_box_rb.src/M000006.html | 0 .../text/text_box_returning_excess_rb.html | 0 .../doc/files/examples/text/text_flow_rb.html | 0 .../doc/files/lib/prawn/byte_string_rb.html | 0 .../doc/files/lib/prawn/compatibility_rb.html | 0 .../doc/files/lib/prawn/core_rb.html | 0 .../lib/prawn/document/annotations_rb.html | 0 .../lib/prawn/document/bounding_box_rb.html | 0 .../lib/prawn/document/column_box_rb.html | 0 .../lib/prawn/document/destinations_rb.html | 0 .../lib/prawn/document/internals_rb.html | 0 .../lib/prawn/document/page_geometry_rb.html | 0 .../files/lib/prawn/document/snapshot_rb.html | 0 .../doc/files/lib/prawn/document/span_rb.html | 0 .../doc/files/lib/prawn/document_rb.html | 0 .../doc/files/lib/prawn/encoding_rb.html | 0 .../doc/files/lib/prawn/errors_rb.html | 0 .../doc/files/lib/prawn/font/afm_rb.html | 0 .../doc/files/lib/prawn/font/dfont_rb.html | 0 .../doc/files/lib/prawn/font/ttf_rb.html | 0 .../doc/files/lib/prawn/font_rb.html | 0 .../lib/prawn/graphics/cap_style_rb.html | 0 .../files/lib/prawn/graphics/color_rb.html | 0 .../doc/files/lib/prawn/graphics/dash_rb.html | 0 .../lib/prawn/graphics/join_style_rb.html | 0 .../lib/prawn/graphics/transparency_rb.html | 0 .../doc/files/lib/prawn/graphics_rb.html | 0 .../doc/files/lib/prawn/images/jpg_rb.html | 0 .../doc/files/lib/prawn/images/png_rb.html | 0 .../doc/files/lib/prawn/images_rb.html | 0 .../files/lib/prawn/literal_string_rb.html | 0 .../lib/prawn/measurement_extensions_rb.html | 0 .../doc/files/lib/prawn/measurements_rb.html | 0 .../doc/files/lib/prawn/name_tree_rb.html | 0 .../doc/files/lib/prawn/object_store_rb.html | 0 .../doc/files/lib/prawn/outline_rb.html | 0 .../doc/files/lib/prawn/pdf_object_rb.html | 0 .../doc/files/lib/prawn/reference_rb.html | 0 .../doc/files/lib/prawn/repeater_rb.html | 0 .../doc/files/lib/prawn/stamp_rb.html | 0 .../doc/files/lib/prawn/text/box_rb.html | 0 .../doc/files/lib/prawn/text_rb.html | 0 .../doc/files/meta/lib/prawn_rb.html | 0 .../doc/files/spec/annotations_spec_rb.html | 0 .../doc/files/spec/bounding_box_spec_rb.html | 0 .../doc/files/spec/destinations_spec_rb.html | 0 .../doc/files/spec/document_spec_rb.html | 0 .../doc/files/spec/font_spec_rb.html | 0 .../files/spec/font_spec_rb.src/M000007.html | 0 .../files/spec/font_spec_rb.src/M000008.html | 0 .../files/spec/font_spec_rb.src/M000009.html | 0 .../doc/files/spec/graphics_spec_rb.html | 0 .../doc/files/spec/images_spec_rb.html | 0 .../yob-prawn/doc/files/spec/jpg_spec_rb.html | 0 .../files/spec/measurement_units_spec_rb.html | 0 .../doc/files/spec/name_tree_spec_rb.html | 0 .../spec/name_tree_spec_rb.src/M000010.html | 0 .../spec/name_tree_spec_rb.src/M000011.html | 0 .../spec/name_tree_spec_rb.src/M000012.html | 0 .../doc/files/spec/object_store_spec_rb.html | 0 .../doc/files/spec/outline_spec_rb.html | 0 .../spec/outline_spec_rb.src/M000013.html | 0 .../spec/outline_spec_rb.src/M000014.html | 0 .../spec/outline_spec_rb.src/M000015.html | 0 .../doc/files/spec/pdf_object_spec_rb.html | 0 .../yob-prawn/doc/files/spec/png_spec_rb.html | 0 .../doc/files/spec/reference_spec_rb.html | 0 .../doc/files/spec/repeater_spec_rb.html | 0 .../spec/repeater_spec_rb.src/M000016.html | 0 .../spec/repeater_spec_rb.src/M000017.html | 0 .../doc/files/spec/snapshot_spec_rb.html | 0 .../doc/files/spec/span_spec_rb.html | 0 .../doc/files/spec/spec_helper_rb.html | 0 .../spec/spec_helper_rb.src/M000018.html | 0 .../doc/files/spec/stamp_spec_rb.html | 0 .../doc/files/spec/stroke_styles_spec_rb.html | 0 .../doc/files/spec/template_spec_rb.html | 0 .../doc/files/spec/text_box_spec_rb.html | 0 .../doc/files/spec/text_spec_rb.html | 0 .../doc/files/spec/transparency_spec_rb.html | 0 .../plugins/yob-prawn/doc/fr_class_index.html | 0 .../plugins/yob-prawn/doc/fr_file_index.html | 0 .../yob-prawn/doc/fr_method_index.html | 0 vendor/plugins/yob-prawn/doc/index.html | 0 vendor/plugins/yob-prawn/doc/rdoc-style.css | 0 980 files changed, 928 insertions(+), 392 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 README mode change 100644 => 100755 Rakefile mode change 100644 => 100755 app/controllers/accounts_controller.rb mode change 100644 => 100755 app/controllers/admin/accounts_controller.rb mode change 100644 => 100755 app/controllers/admin/educatees_controller.rb mode change 100644 => 100755 app/controllers/admin/educators_controller.rb mode change 100644 => 100755 app/controllers/admin/elements_controller.rb mode change 100644 => 100755 app/controllers/admin/operators_controller.rb mode change 100644 => 100755 app/controllers/admin/pages_controller.rb mode change 100644 => 100755 app/controllers/admin/profiles_controller.rb mode change 100644 => 100755 app/controllers/admin/system_configs_controller.rb mode change 100644 => 100755 app/controllers/admin/typus_users_controller.rb mode change 100644 => 100755 app/controllers/admin/valeurs_controller.rb mode change 100644 => 100755 app/controllers/application_controller.rb mode change 100644 => 100755 app/controllers/educatee/dashboards_controller.rb mode change 100644 => 100755 app/controllers/educatee/profiles_controller.rb mode change 100644 => 100755 app/controllers/educator/dashboards_controller.rb mode change 100644 => 100755 app/controllers/educator/denies_controller.rb mode change 100644 => 100755 app/controllers/educator/educators_controller.rb mode change 100644 => 100755 app/controllers/educator/profiles_controller.rb mode change 100644 => 100755 app/controllers/sessions_controller.rb mode change 100644 => 100755 app/helpers/accounts_helper.rb mode change 100644 => 100755 app/helpers/admin/educators_helper.rb mode change 100644 => 100755 app/helpers/admin/operators_helper.rb mode change 100644 => 100755 app/helpers/admin/pages_helper.rb mode change 100644 => 100755 app/helpers/application_helper.rb mode change 100644 => 100755 app/helpers/educatee/dashboards_helper.rb mode change 100644 => 100755 app/helpers/educatee/profiles_helper.rb mode change 100644 => 100755 app/helpers/educator/dashboards_helper.rb mode change 100644 => 100755 app/helpers/educator/denies_helper.rb mode change 100644 => 100755 app/helpers/educator/educators_helper.rb mode change 100644 => 100755 app/helpers/educator/profiles_helper.rb mode change 100644 => 100755 app/helpers/sessions_helper.rb mode change 100644 => 100755 app/models/account.rb mode change 100644 => 100755 app/models/account_mailer.rb mode change 100644 => 100755 app/models/account_observer.rb mode change 100644 => 100755 app/models/deny.rb mode change 100644 => 100755 app/models/educatee.rb mode change 100644 => 100755 app/models/educator.rb mode change 100644 => 100755 app/models/element.rb mode change 100644 => 100755 app/models/operator.rb mode change 100644 => 100755 app/models/page.rb mode change 100644 => 100755 app/models/profile.rb mode change 100644 => 100755 app/models/system_config.rb mode change 100644 => 100755 app/models/valeur.rb mode change 100644 => 100755 app/stylesheets/ie.scss mode change 100644 => 100755 app/stylesheets/partials/_base.sass.rm mode change 100644 => 100755 app/stylesheets/partials/_base.scss mode change 100644 => 100755 app/stylesheets/print.scss mode change 100644 => 100755 app/stylesheets/screen.scss create mode 100755 app/stylesheets/style.scss mode change 100644 => 100755 app/views/account_mailer/activation.erb mode change 100644 => 100755 app/views/account_mailer/signup_notification.erb mode change 100644 => 100755 app/views/accounts/_account_bar.html.erb mode change 100644 => 100755 app/views/accounts/new.html.erb mode change 100644 => 100755 app/views/accounts/password_reset.haml mode change 100644 => 100755 app/views/educatee/dashboards/show.haml mode change 100644 => 100755 app/views/educatee/profiles/_display.haml create mode 100755 app/views/educatee/profiles/_display_tabbed.haml mode change 100644 => 100755 app/views/educatee/profiles/_form.haml mode change 100644 => 100755 app/views/educatee/profiles/edit.haml mode change 100644 => 100755 app/views/educatee/profiles/show.haml mode change 100644 => 100755 app/views/educatee/templates/_boolean.haml mode change 100644 => 100755 app/views/educatee/templates/_date.haml mode change 100644 => 100755 app/views/educatee/templates/_datetime.haml mode change 100644 => 100755 app/views/educatee/templates/_file.haml mode change 100644 => 100755 app/views/educatee/templates/_multicheck.haml mode change 100644 => 100755 app/views/educatee/templates/_password.haml mode change 100644 => 100755 app/views/educatee/templates/_radio.haml mode change 100644 => 100755 app/views/educatee/templates/_rich_text.haml mode change 100644 => 100755 app/views/educatee/templates/_selector.haml mode change 100644 => 100755 app/views/educatee/templates/_string.haml mode change 100644 => 100755 app/views/educatee/templates/_text.haml mode change 100644 => 100755 app/views/educatee/templates/_time.haml mode change 100644 => 100755 app/views/educator/dashboards/show.haml mode change 100644 => 100755 app/views/educator/denies/show.html.haml mode change 100644 => 100755 app/views/educator/educators/_form.haml mode change 100644 => 100755 app/views/educator/educators/edit.html.erb mode change 100644 => 100755 app/views/educator/educators/index.haml mode change 100644 => 100755 app/views/educator/educators/new.haml mode change 100644 => 100755 app/views/educator/profiles/_record.haml mode change 100644 => 100755 app/views/educator/profiles/_records.haml mode change 100644 => 100755 app/views/educator/profiles/edit.haml mode change 100644 => 100755 app/views/educator/profiles/index.haml mode change 100644 => 100755 app/views/educator/profiles/print.haml mode change 100644 => 100755 app/views/educator/profiles/show.haml mode change 100644 => 100755 app/views/layouts/_educatee_sidebar.haml mode change 100644 => 100755 app/views/layouts/_educator_sidebar.haml mode change 100644 => 100755 app/views/layouts/_sidebar.haml mode change 100644 => 100755 app/views/layouts/layout.haml mode change 100644 => 100755 app/views/layouts/login.haml mode change 100644 => 100755 app/views/sessions/new.haml mode change 100644 => 100755 config/boot.rb mode change 100644 => 100755 config/compass.config mode change 100644 => 100755 config/compass.rb mode change 100644 => 100755 config/database.yml mode change 100644 => 100755 config/environment.rb mode change 100644 => 100755 config/environments/development.rb mode change 100644 => 100755 config/environments/production.rb mode change 100644 => 100755 config/environments/test.rb mode change 100644 => 100755 config/initializers/backtrace_silencers.rb mode change 100644 => 100755 config/initializers/compass.rb mode change 100644 => 100755 config/initializers/inflections.rb mode change 100644 => 100755 config/initializers/mime_types.rb mode change 100644 => 100755 config/initializers/new_rails_defaults.rb mode change 100644 => 100755 config/initializers/session_store.rb mode change 100644 => 100755 config/initializers/site_keys.rb mode change 100644 => 100755 config/initializers/typus.rb mode change 100644 => 100755 config/locales/en.yml mode change 100644 => 100755 config/routes.rb mode change 100644 => 100755 config/typus/README mode change 100644 => 100755 config/typus/application.yml mode change 100644 => 100755 config/typus/application_roles.yml mode change 100644 => 100755 config/typus/typus.yml mode change 100644 => 100755 config/typus/typus_roles.yml mode change 100644 => 100755 db/migrate/20100228130018_create_accounts.rb mode change 100644 => 100755 db/migrate/20100228130933_add_loginable_to_account.rb mode change 100644 => 100755 db/migrate/20100228132205_create_elements.rb mode change 100644 => 100755 db/migrate/20100228132402_create_values.rb mode change 100644 => 100755 db/migrate/20100228132504_create_students.rb mode change 100644 => 100755 db/migrate/20100228133142_create_profiles.rb mode change 100644 => 100755 db/migrate/20100228133220_link_value_to_profile.rb mode change 100644 => 100755 db/migrate/20100301131958_rename_student_to_educatee.rb mode change 100644 => 100755 db/migrate/20100301141038_create_typus_users.rb mode change 100644 => 100755 db/migrate/20100301144632_link_profile_to_educatee.rb mode change 100644 => 100755 db/migrate/20100307091941_create_educators.rb mode change 100644 => 100755 db/migrate/20100307091957_create_operators.rb mode change 100644 => 100755 db/migrate/20100307100219_create_pages.rb mode change 100644 => 100755 db/migrate/20100307100243_add_page_into_elements.rb mode change 100644 => 100755 db/migrate/20100307125109_update_profile_status_to_string.rb mode change 100644 => 100755 db/migrate/20100307125629_rename_values_to_valeur.rb mode change 100644 => 100755 db/migrate/20100313074604_add_is_operator_into_educator.rb mode change 100644 => 100755 db/migrate/20100313075201_remove_operators.rb mode change 100644 => 100755 db/migrate/20100313084630_add_password_expires_at_into_account.rb mode change 100644 => 100755 db/migrate/20100320131149_create_system_configs.rb mode change 100644 => 100755 db/migrate/20100320132856_add_prawn_script_to_element.rb mode change 100644 => 100755 db/migrate/20100404150207_add_system_config_mail_test.rb mode change 100644 => 100755 db/migrate/20100515055821_add_is_title_to_elements.rb mode change 100644 => 100755 db/migrate/20100515064708_create_denies.rb mode change 100644 => 100755 db/schema.rb mode change 100644 => 100755 db/seeds.rb mode change 100644 => 100755 doc/README_FOR_APP mode change 100644 => 100755 lib/authenticated_system.rb mode change 100644 => 100755 lib/authenticated_test_helper.rb mode change 100644 => 100755 public/404.html mode change 100644 => 100755 public/422.html mode change 100644 => 100755 public/500.html mode change 100644 => 100755 public/favicon.ico mode change 100644 => 100755 public/images/admin/fancybox/blank.gif mode change 100644 => 100755 public/images/admin/fancybox/fancy_close.png mode change 100644 => 100755 public/images/admin/fancybox/fancy_loading.png mode change 100644 => 100755 public/images/admin/fancybox/fancy_nav_left.png mode change 100644 => 100755 public/images/admin/fancybox/fancy_nav_right.png mode change 100644 => 100755 public/images/admin/fancybox/fancy_shadow_e.png mode change 100644 => 100755 public/images/admin/fancybox/fancy_shadow_n.png mode change 100644 => 100755 public/images/admin/fancybox/fancy_shadow_ne.png mode change 100644 => 100755 public/images/admin/fancybox/fancy_shadow_nw.png mode change 100644 => 100755 public/images/admin/fancybox/fancy_shadow_s.png mode change 100644 => 100755 public/images/admin/fancybox/fancy_shadow_se.png mode change 100644 => 100755 public/images/admin/fancybox/fancy_shadow_sw.png mode change 100644 => 100755 public/images/admin/fancybox/fancy_shadow_w.png mode change 100644 => 100755 public/images/admin/fancybox/fancy_title_left.png mode change 100644 => 100755 public/images/admin/fancybox/fancy_title_main.png mode change 100644 => 100755 public/images/admin/fancybox/fancy_title_over.png mode change 100644 => 100755 public/images/admin/fancybox/fancy_title_right.png mode change 100644 => 100755 public/images/admin/ui-icons.png mode change 100644 => 100755 public/images/grid.png mode change 100644 => 100755 public/images/rails.png mode change 100644 => 100755 public/images/styles/background.png mode change 100644 => 100755 public/javascripts/admin/application.js mode change 100644 => 100755 public/javascripts/admin/jquery-1.4.1.min.js mode change 100644 => 100755 public/javascripts/admin/jquery.fancybox-1.3.0.pack.js mode change 100644 => 100755 public/javascripts/application.js mode change 100644 => 100755 public/javascripts/controls.js mode change 100644 => 100755 public/javascripts/dragdrop.js mode change 100644 => 100755 public/javascripts/effects.js mode change 100644 => 100755 public/javascripts/prototype.js mode change 100644 => 100755 public/robots.txt mode change 100644 => 100755 public/stylesheets/admin/jquery.fancybox-1.3.0.css mode change 100644 => 100755 public/stylesheets/admin/reset.css mode change 100644 => 100755 public/stylesheets/admin/screen.css mode change 100644 => 100755 public/stylesheets/compiled/.gitkeep mode change 100644 => 100755 public/stylesheets/ie.css mode change 100644 => 100755 public/stylesheets/print.css mode change 100644 => 100755 public/stylesheets/screen.css mode change 100644 => 100755 public/stylesheets/style.css mode change 100644 => 100755 test/fixtures/accounts.yml mode change 100644 => 100755 test/fixtures/denies.yml mode change 100644 => 100755 test/fixtures/educators.yml mode change 100644 => 100755 test/fixtures/elements.yml mode change 100644 => 100755 test/fixtures/operators.yml mode change 100644 => 100755 test/fixtures/pages.yml mode change 100644 => 100755 test/fixtures/profiles.yml mode change 100644 => 100755 test/fixtures/students.yml mode change 100644 => 100755 test/fixtures/system_configs.yml mode change 100644 => 100755 test/fixtures/values.yml mode change 100644 => 100755 test/functional/accounts_controller_test.rb mode change 100644 => 100755 test/functional/admin/accounts_controller_test.rb mode change 100644 => 100755 test/functional/admin/educatees_controller_test.rb mode change 100644 => 100755 test/functional/admin/educators_controller_test.rb mode change 100644 => 100755 test/functional/admin/elements_controller_test.rb mode change 100644 => 100755 test/functional/admin/operators_controller_test.rb mode change 100644 => 100755 test/functional/admin/pages_controller_test.rb mode change 100644 => 100755 test/functional/admin/profiles_controller_test.rb mode change 100644 => 100755 test/functional/admin/typus_users_controller_test.rb mode change 100644 => 100755 test/functional/admin/values_controller_test.rb mode change 100644 => 100755 test/functional/educatee/dashboards_controller_test.rb mode change 100644 => 100755 test/functional/educatee/profiles_controller_test.rb mode change 100644 => 100755 test/functional/educator/dashboards_controller_test.rb mode change 100644 => 100755 test/functional/educator/denies_controller_test.rb mode change 100644 => 100755 test/functional/educator/educators_controller_test.rb mode change 100644 => 100755 test/functional/educator/profiles_controller_test.rb mode change 100644 => 100755 test/functional/sessions_controller_test.rb mode change 100644 => 100755 test/performance/browsing_test.rb mode change 100644 => 100755 test/test_helper.rb mode change 100644 => 100755 test/unit/account_mailer_test.rb mode change 100644 => 100755 test/unit/account_test.rb mode change 100644 => 100755 test/unit/deny_test.rb mode change 100644 => 100755 test/unit/educator_test.rb mode change 100644 => 100755 test/unit/element_test.rb mode change 100644 => 100755 test/unit/helpers/admin/educators_helper_test.rb mode change 100644 => 100755 test/unit/helpers/admin/operators_helper_test.rb mode change 100644 => 100755 test/unit/helpers/admin/pages_helper_test.rb mode change 100644 => 100755 test/unit/helpers/educatee/dashboards_helper_test.rb mode change 100644 => 100755 test/unit/helpers/educatee/profiles_helper_test.rb mode change 100644 => 100755 test/unit/helpers/educator/dashboards_helper_test.rb mode change 100644 => 100755 test/unit/helpers/educator/denies_helper_test.rb mode change 100644 => 100755 test/unit/helpers/educator/educators_helper_test.rb mode change 100644 => 100755 test/unit/helpers/educator/profiles_helper_test.rb mode change 100644 => 100755 test/unit/operator_test.rb mode change 100644 => 100755 test/unit/page_test.rb mode change 100644 => 100755 test/unit/profile_test.rb mode change 100644 => 100755 test/unit/student_test.rb mode change 100644 => 100755 test/unit/system_config_test.rb mode change 100644 => 100755 test/unit/value_test.rb mode change 100644 => 100755 vendor/plugins/aasm/.document mode change 100644 => 100755 vendor/plugins/aasm/LICENSE mode change 100644 => 100755 vendor/plugins/aasm/README.rdoc mode change 100644 => 100755 vendor/plugins/aasm/Rakefile mode change 100644 => 100755 vendor/plugins/aasm/VERSION mode change 100644 => 100755 vendor/plugins/aasm/aasm.gemspec mode change 100644 => 100755 vendor/plugins/aasm/lib/aasm.rb mode change 100644 => 100755 vendor/plugins/aasm/lib/aasm/aasm.rb mode change 100644 => 100755 vendor/plugins/aasm/lib/aasm/event.rb mode change 100644 => 100755 vendor/plugins/aasm/lib/aasm/persistence.rb mode change 100644 => 100755 vendor/plugins/aasm/lib/aasm/persistence/active_record_persistence.rb mode change 100644 => 100755 vendor/plugins/aasm/lib/aasm/state.rb mode change 100644 => 100755 vendor/plugins/aasm/lib/aasm/state_machine.rb mode change 100644 => 100755 vendor/plugins/aasm/lib/aasm/state_transition.rb mode change 100644 => 100755 vendor/plugins/aasm/lib/aasm/supporting_classes.rb mode change 100644 => 100755 vendor/plugins/aasm/spec/functional/conversation.rb mode change 100644 => 100755 vendor/plugins/aasm/spec/functional/conversation_spec.rb mode change 100644 => 100755 vendor/plugins/aasm/spec/spec_helper.rb mode change 100644 => 100755 vendor/plugins/aasm/spec/unit/aasm_spec.rb mode change 100644 => 100755 vendor/plugins/aasm/spec/unit/active_record_persistence_spec.rb mode change 100644 => 100755 vendor/plugins/aasm/spec/unit/before_after_callbacks_spec.rb mode change 100644 => 100755 vendor/plugins/aasm/spec/unit/event_spec.rb mode change 100644 => 100755 vendor/plugins/aasm/spec/unit/state_spec.rb mode change 100644 => 100755 vendor/plugins/aasm/spec/unit/state_transition_spec.rb mode change 100644 => 100755 vendor/plugins/aasm/test/functional/auth_machine_test.rb mode change 100644 => 100755 vendor/plugins/aasm/test/test_helper.rb mode change 100644 => 100755 vendor/plugins/aasm/test/unit/aasm_test.rb mode change 100644 => 100755 vendor/plugins/aasm/test/unit/event_test.rb mode change 100644 => 100755 vendor/plugins/aasm/test/unit/state_test.rb mode change 100644 => 100755 vendor/plugins/aasm/test/unit/state_transition_test.rb mode change 100644 => 100755 vendor/plugins/compass/init.rb mode change 100644 => 100755 vendor/plugins/haml/init.rb mode change 100644 => 100755 vendor/plugins/paperclip/LICENSE mode change 100644 => 100755 vendor/plugins/paperclip/README.rdoc mode change 100644 => 100755 vendor/plugins/paperclip/Rakefile mode change 100644 => 100755 vendor/plugins/paperclip/cucumber/paperclip_steps.rb mode change 100644 => 100755 vendor/plugins/paperclip/generators/paperclip/USAGE mode change 100644 => 100755 vendor/plugins/paperclip/generators/paperclip/paperclip_generator.rb mode change 100644 => 100755 vendor/plugins/paperclip/generators/paperclip/templates/paperclip_migration.rb.erb mode change 100644 => 100755 vendor/plugins/paperclip/init.rb mode change 100644 => 100755 vendor/plugins/paperclip/lib/paperclip.rb mode change 100644 => 100755 vendor/plugins/paperclip/lib/paperclip/attachment.rb mode change 100644 => 100755 vendor/plugins/paperclip/lib/paperclip/callback_compatability.rb mode change 100644 => 100755 vendor/plugins/paperclip/lib/paperclip/geometry.rb mode change 100644 => 100755 vendor/plugins/paperclip/lib/paperclip/interpolations.rb mode change 100644 => 100755 vendor/plugins/paperclip/lib/paperclip/iostream.rb mode change 100644 => 100755 vendor/plugins/paperclip/lib/paperclip/matchers.rb mode change 100644 => 100755 vendor/plugins/paperclip/lib/paperclip/matchers/have_attached_file_matcher.rb mode change 100644 => 100755 vendor/plugins/paperclip/lib/paperclip/matchers/validate_attachment_content_type_matcher.rb mode change 100644 => 100755 vendor/plugins/paperclip/lib/paperclip/matchers/validate_attachment_presence_matcher.rb mode change 100644 => 100755 vendor/plugins/paperclip/lib/paperclip/matchers/validate_attachment_size_matcher.rb mode change 100644 => 100755 vendor/plugins/paperclip/lib/paperclip/processor.rb mode change 100644 => 100755 vendor/plugins/paperclip/lib/paperclip/storage.rb mode change 100644 => 100755 vendor/plugins/paperclip/lib/paperclip/style.rb mode change 100644 => 100755 vendor/plugins/paperclip/lib/paperclip/thumbnail.rb mode change 100644 => 100755 vendor/plugins/paperclip/lib/paperclip/upfile.rb mode change 100644 => 100755 vendor/plugins/paperclip/paperclip.gemspec mode change 100644 => 100755 vendor/plugins/paperclip/shoulda_macros/paperclip.rb mode change 100644 => 100755 vendor/plugins/paperclip/tasks/paperclip_tasks.rake mode change 100644 => 100755 vendor/plugins/paperclip/test/.gitignore mode change 100644 => 100755 vendor/plugins/paperclip/test/attachment_test.rb mode change 100644 => 100755 vendor/plugins/paperclip/test/database.yml mode change 100644 => 100755 vendor/plugins/paperclip/test/fixtures/12k.png mode change 100644 => 100755 vendor/plugins/paperclip/test/fixtures/50x50.png mode change 100644 => 100755 vendor/plugins/paperclip/test/fixtures/5k.png mode change 100644 => 100755 vendor/plugins/paperclip/test/fixtures/bad.png mode change 100644 => 100755 vendor/plugins/paperclip/test/fixtures/s3.yml mode change 100644 => 100755 vendor/plugins/paperclip/test/fixtures/text.txt mode change 100644 => 100755 vendor/plugins/paperclip/test/fixtures/twopage.pdf mode change 100644 => 100755 vendor/plugins/paperclip/test/geometry_test.rb mode change 100644 => 100755 vendor/plugins/paperclip/test/helper.rb mode change 100644 => 100755 vendor/plugins/paperclip/test/integration_test.rb mode change 100644 => 100755 vendor/plugins/paperclip/test/interpolations_test.rb mode change 100644 => 100755 vendor/plugins/paperclip/test/iostream_test.rb mode change 100644 => 100755 vendor/plugins/paperclip/test/matchers/have_attached_file_matcher_test.rb mode change 100644 => 100755 vendor/plugins/paperclip/test/matchers/validate_attachment_content_type_matcher_test.rb mode change 100644 => 100755 vendor/plugins/paperclip/test/matchers/validate_attachment_presence_matcher_test.rb mode change 100644 => 100755 vendor/plugins/paperclip/test/matchers/validate_attachment_size_matcher_test.rb mode change 100644 => 100755 vendor/plugins/paperclip/test/paperclip_test.rb mode change 100644 => 100755 vendor/plugins/paperclip/test/processor_test.rb mode change 100644 => 100755 vendor/plugins/paperclip/test/storage_test.rb mode change 100644 => 100755 vendor/plugins/paperclip/test/style_test.rb mode change 100644 => 100755 vendor/plugins/paperclip/test/thumbnail_test.rb mode change 100644 => 100755 vendor/plugins/paperclip/test/upfile_test.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/CHANGELOG mode change 100644 => 100755 vendor/plugins/restful-authentication/LICENSE mode change 100644 => 100755 vendor/plugins/restful-authentication/README.textile mode change 100644 => 100755 vendor/plugins/restful-authentication/Rakefile mode change 100644 => 100755 vendor/plugins/restful-authentication/TODO mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/USAGE mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/authenticated_generator.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/lib/insert_routes.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/_model_partial.html.erb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/activation.erb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/authenticated_system.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/authenticated_test_helper.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/controller.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/features/accounts.feature mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/features/sessions.feature mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/features/step_definitions/ra_env.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/features/step_definitions/ra_navigation_steps.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/features/step_definitions/ra_resource_steps.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/features/step_definitions/ra_response_steps.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/features/step_definitions/rest_auth_features_helper.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/features/step_definitions/user_steps.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/helper.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/login.html.erb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/mailer.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/migration.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/model.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/model_controller.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/model_helper.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/model_helper_spec.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/observer.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/signup.html.erb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/signup_notification.erb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/site_keys.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/spec/controllers/access_control_spec.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/spec/controllers/authenticated_system_spec.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/spec/controllers/sessions_controller_spec.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/spec/controllers/users_controller_spec.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/spec/fixtures/users.yml mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/spec/helpers/users_helper_spec.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/spec/models/user_spec.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/test/functional_test.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/test/mailer_test.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/test/model_functional_test.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/generators/authenticated/templates/test/unit_test.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/init.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/lib/authentication.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/lib/authentication/by_cookie_token.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/lib/authentication/by_password.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/lib/authorization.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/lib/authorization/aasm_roles.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/lib/authorization/stateful_roles.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/lib/trustification.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/lib/trustification/email_validation.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/notes/AccessControl.txt mode change 100644 => 100755 vendor/plugins/restful-authentication/notes/Authentication.txt mode change 100644 => 100755 vendor/plugins/restful-authentication/notes/Authorization.txt mode change 100644 => 100755 vendor/plugins/restful-authentication/notes/RailsPlugins.txt mode change 100644 => 100755 vendor/plugins/restful-authentication/notes/SecurityFramework.graffle mode change 100644 => 100755 vendor/plugins/restful-authentication/notes/SecurityFramework.png mode change 100644 => 100755 vendor/plugins/restful-authentication/notes/SecurityPatterns.txt mode change 100644 => 100755 vendor/plugins/restful-authentication/notes/Tradeoffs.txt mode change 100644 => 100755 vendor/plugins/restful-authentication/notes/Trustification.txt mode change 100644 => 100755 vendor/plugins/restful-authentication/rails/init.rb mode change 100644 => 100755 vendor/plugins/restful-authentication/restful-authentication.gemspec mode change 100644 => 100755 vendor/plugins/restful-authentication/tasks/auth.rake mode change 100644 => 100755 vendor/plugins/typus/AUTHORS.md mode change 100644 => 100755 vendor/plugins/typus/CHANGES mode change 100644 => 100755 vendor/plugins/typus/MIT-LICENSE mode change 100644 => 100755 vendor/plugins/typus/README.md mode change 100644 => 100755 vendor/plugins/typus/Rakefile mode change 100644 => 100755 vendor/plugins/typus/VERSION mode change 100644 => 100755 vendor/plugins/typus/app/controllers/admin/master_controller.rb mode change 100644 => 100755 vendor/plugins/typus/app/controllers/typus_controller.rb mode change 100644 => 100755 vendor/plugins/typus/app/helpers/admin/form_helper.rb mode change 100644 => 100755 vendor/plugins/typus/app/helpers/admin/master_helper.rb mode change 100644 => 100755 vendor/plugins/typus/app/helpers/admin/public_helper.rb mode change 100644 => 100755 vendor/plugins/typus/app/helpers/admin/sidebar_helper.rb mode change 100644 => 100755 vendor/plugins/typus/app/helpers/admin/table_helper.rb mode change 100644 => 100755 vendor/plugins/typus/app/helpers/typus_helper.rb mode change 100644 => 100755 vendor/plugins/typus/app/models/typus_mailer.rb mode change 100644 => 100755 vendor/plugins/typus/app/models/typus_user.rb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/dashboard/_sidebar.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/helpers/_applications.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/helpers/_date.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/helpers/_display_link_to_previous.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/helpers/_flash_message.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/helpers/_header.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/helpers/_list.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/helpers/_login_info.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/helpers/_pagination.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/helpers/_preview.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/helpers/_quick_edit.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/helpers/_remove_filter_link.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/helpers/_resources.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/helpers/_search.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/resources/_form.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/resources/edit.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/resources/index.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/resources/new.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/resources/show.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/shared/_feedback.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/shared/_footer.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/templates/_boolean.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/templates/_date.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/templates/_datetime.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/templates/_file.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/templates/_password.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/templates/_rich_text.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/templates/_selector.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/templates/_string.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/templates/_text.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/admin/templates/_time.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/layouts/admin.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/layouts/typus.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/typus/dashboard.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/typus/recover_password.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/typus/reset_password.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/typus/sign_in.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/typus/sign_up.html.erb mode change 100644 => 100755 vendor/plugins/typus/app/views/typus_mailer/reset_password_link.erb mode change 100644 => 100755 vendor/plugins/typus/config/locales/ca.yml mode change 100644 => 100755 vendor/plugins/typus/config/locales/ca_models.yml mode change 100644 => 100755 vendor/plugins/typus/config/locales/de.yml mode change 100644 => 100755 vendor/plugins/typus/config/locales/de_models.yml mode change 100644 => 100755 vendor/plugins/typus/config/locales/es.yml mode change 100644 => 100755 vendor/plugins/typus/config/locales/es_models.yml mode change 100644 => 100755 vendor/plugins/typus/config/locales/fr.yml mode change 100644 => 100755 vendor/plugins/typus/config/locales/fr_models.yml mode change 100644 => 100755 vendor/plugins/typus/config/locales/hu.yml mode change 100644 => 100755 vendor/plugins/typus/config/locales/hu_models.yml mode change 100644 => 100755 vendor/plugins/typus/config/locales/language.yml.template mode change 100644 => 100755 vendor/plugins/typus/config/locales/pt-BR.yml mode change 100644 => 100755 vendor/plugins/typus/config/locales/pt-BR_models.yml mode change 100644 => 100755 vendor/plugins/typus/config/locales/ru.yml mode change 100644 => 100755 vendor/plugins/typus/config/locales/ru_models.yml mode change 100644 => 100755 vendor/plugins/typus/config/typus_routes.rb mode change 100644 => 100755 vendor/plugins/typus/generators/typus/USAGE mode change 100644 => 100755 vendor/plugins/typus/generators/typus/templates/README mode change 100644 => 100755 vendor/plugins/typus/generators/typus/templates/config/typus/README mode change 100644 => 100755 vendor/plugins/typus/generators/typus/templates/config/typus/application.yml mode change 100644 => 100755 vendor/plugins/typus/generators/typus/templates/config/typus/application_roles.yml mode change 100644 => 100755 vendor/plugins/typus/generators/typus/templates/config/typus/typus.yml mode change 100644 => 100755 vendor/plugins/typus/generators/typus/templates/config/typus/typus_roles.yml mode change 100644 => 100755 vendor/plugins/typus/generators/typus/templates/controller.rb mode change 100644 => 100755 vendor/plugins/typus/generators/typus/templates/functional_test.rb mode change 100644 => 100755 vendor/plugins/typus/generators/typus/templates/initializer.rb mode change 100644 => 100755 vendor/plugins/typus/generators/typus/templates/migration.rb mode change 100644 => 100755 vendor/plugins/typus/generators/typus/templates/model.rb mode change 100644 => 100755 vendor/plugins/typus/generators/typus/templates/public/javascripts/admin/application.js mode change 100644 => 100755 vendor/plugins/typus/generators/typus/templates/public/javascripts/admin/jquery-1.4.1.min.js mode change 100644 => 100755 vendor/plugins/typus/generators/typus/templates/public/stylesheets/admin/reset.css mode change 100644 => 100755 vendor/plugins/typus/generators/typus/templates/public/stylesheets/admin/screen.css mode change 100644 => 100755 vendor/plugins/typus/generators/typus/templates/view.html.erb mode change 100644 => 100755 vendor/plugins/typus/generators/typus/typus_generator.rb mode change 100644 => 100755 vendor/plugins/typus/generators/typus_update_schema_to_01/templates/config/typus.yml mode change 100644 => 100755 vendor/plugins/typus/generators/typus_update_schema_to_01/templates/migration.rb mode change 100644 => 100755 vendor/plugins/typus/generators/typus_update_schema_to_01/typus_update_schema_to_01_generator.rb mode change 100644 => 100755 vendor/plugins/typus/generators/typus_update_schema_to_02/templates/migration.rb mode change 100644 => 100755 vendor/plugins/typus/generators/typus_update_schema_to_02/typus_update_schema_to_02_generator.rb mode change 100644 => 100755 vendor/plugins/typus/lib/extensions/active_record.rb mode change 100644 => 100755 vendor/plugins/typus/lib/extensions/hash.rb mode change 100644 => 100755 vendor/plugins/typus/lib/extensions/object.rb mode change 100644 => 100755 vendor/plugins/typus/lib/extensions/routes.rb mode change 100644 => 100755 vendor/plugins/typus/lib/extensions/string.rb mode change 100644 => 100755 vendor/plugins/typus/lib/typus.rb mode change 100644 => 100755 vendor/plugins/typus/lib/typus/active_record.rb mode change 100644 => 100755 vendor/plugins/typus/lib/typus/authentication.rb mode change 100644 => 100755 vendor/plugins/typus/lib/typus/configuration.rb mode change 100644 => 100755 vendor/plugins/typus/lib/typus/format.rb mode change 100644 => 100755 vendor/plugins/typus/lib/typus/preferences.rb mode change 100644 => 100755 vendor/plugins/typus/lib/typus/quick_edit.rb mode change 100644 => 100755 vendor/plugins/typus/lib/typus/reloader.rb mode change 100644 => 100755 vendor/plugins/typus/lib/typus/user.rb mode change 100644 => 100755 vendor/plugins/typus/lib/vendor/paginator.rb mode change 100644 => 100755 vendor/plugins/typus/rails/init.rb mode change 100644 => 100755 vendor/plugins/typus/tasks/defaults.rake mode change 100644 => 100755 vendor/plugins/typus/tasks/extras.rake mode change 100644 => 100755 vendor/plugins/typus/test/config/broken/application.yml mode change 100644 => 100755 vendor/plugins/typus/test/config/broken/application_roles.yml mode change 100644 => 100755 vendor/plugins/typus/test/config/broken/empty.yml mode change 100644 => 100755 vendor/plugins/typus/test/config/broken/empty_roles.yml mode change 100644 => 100755 vendor/plugins/typus/test/config/broken/undefined.yml mode change 100644 => 100755 vendor/plugins/typus/test/config/broken/undefined_roles.yml mode change 100644 => 100755 vendor/plugins/typus/test/config/default/typus.yml mode change 100644 => 100755 vendor/plugins/typus/test/config/default/typus_roles.yml mode change 100644 => 100755 vendor/plugins/typus/test/config/empty/empty_01.yml mode change 100644 => 100755 vendor/plugins/typus/test/config/empty/empty_01_roles.yml mode change 100644 => 100755 vendor/plugins/typus/test/config/empty/empty_02.yml mode change 100644 => 100755 vendor/plugins/typus/test/config/empty/empty_02_roles.yml mode change 100644 => 100755 vendor/plugins/typus/test/config/locales/es.yml mode change 100644 => 100755 vendor/plugins/typus/test/config/ordered/001_roles.yml mode change 100644 => 100755 vendor/plugins/typus/test/config/ordered/002_roles.yml mode change 100644 => 100755 vendor/plugins/typus/test/config/unordered/app_one_roles.yml mode change 100644 => 100755 vendor/plugins/typus/test/config/unordered/app_two_roles.yml mode change 100644 => 100755 vendor/plugins/typus/test/config/working/application.yml mode change 100644 => 100755 vendor/plugins/typus/test/config/working/application_roles.yml mode change 100644 => 100755 vendor/plugins/typus/test/config/working/typus.yml mode change 100644 => 100755 vendor/plugins/typus/test/config/working/typus_roles.yml mode change 100644 => 100755 vendor/plugins/typus/test/extensions/active_record_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/extensions/hash_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/extensions/string_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/controllers/admin/assets_controller.rb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/controllers/admin/categories_controller.rb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/controllers/admin/comments_controller.rb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/controllers/admin/pages_controller.rb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/controllers/admin/posts_controller.rb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/controllers/admin/status_controller.rb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/controllers/admin/typus_users_controller.rb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/controllers/admin/watch_dog_controller.rb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/models/asset.rb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/models/category.rb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/models/comment.rb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/models/custom_user.rb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/models/delayed/task.rb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/models/page.rb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/models/post.rb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/models/view.rb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/views/admin/categories/_form.html.erb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/views/admin/dashboard/_content.html.erb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/views/admin/dashboard/_sidebar.html.erb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/views/admin/posts/_edit.html.erb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/views/admin/posts/_index.html.erb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/views/admin/posts/_new.html.erb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/views/admin/posts/_show.html.erb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/views/admin/posts/_sidebar.html.erb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/views/admin/resources/_sidebar.html.erb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/views/admin/shared/_footer.html.erb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/views/admin/status/index.html.erb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/app/views/admin/templates/_datepicker.html.erb mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/assets.yml mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/categories.yml mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/comments.yml mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/pages.yml mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/posts.yml mode change 100644 => 100755 vendor/plugins/typus/test/fixtures/typus_users.yml mode change 100644 => 100755 vendor/plugins/typus/test/functional/admin/master_controller_assets_relationships.rb mode change 100644 => 100755 vendor/plugins/typus/test/functional/admin/master_controller_categories_lists_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/functional/admin/master_controller_posts_before_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/functional/admin/master_controller_posts_crud_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/functional/admin/master_controller_posts_formats_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/functional/admin/master_controller_posts_forms_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/functional/admin/master_controller_posts_permissions_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/functional/admin/master_controller_posts_relationships_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/functional/admin/master_controller_posts_roles.rb mode change 100644 => 100755 vendor/plugins/typus/test/functional/admin/master_controller_posts_toggle_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/functional/admin/master_controller_posts_views_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/functional/admin/master_controller_tableless_resource_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/functional/admin/master_controller_typus_users_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/functional/typus_controller_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/helper.rb mode change 100644 => 100755 vendor/plugins/typus/test/helpers/admin/form_helper_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/helpers/admin/master_helper_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/helpers/admin/public_helper_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/helpers/admin/sidebar_helper_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/helpers/admin/table_helper_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/helpers/typus_helper_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/lib/active_record_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/lib/configuration_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/lib/routes_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/lib/typus_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/schema.rb mode change 100644 => 100755 vendor/plugins/typus/test/unit/typus_mailer_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/unit/typus_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/unit/typus_user_roles_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/unit/typus_user_test.rb mode change 100644 => 100755 vendor/plugins/typus/test/vendor/paginator_test.rb mode change 100644 => 100755 vendor/plugins/typus/typus.gemspec mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Array.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Array.src/M000022.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/File.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/File.src/M000032.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Numeric.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Numeric.src/M000024.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Numeric.src/M000025.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Numeric.src/M000026.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Numeric.src/M000027.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Numeric.src/M000028.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Numeric.src/M000029.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Numeric.src/M000030.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Numeric.src/M000031.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/PageAnnotations.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/PageAnnotations.src/M000019.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/PageAnnotations.src/M000020.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/PageAnnotations.src/M000021.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn.src/M000033.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000134.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000135.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000136.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000137.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000138.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000139.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000140.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000141.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000142.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000143.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000144.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000145.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000146.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000147.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000148.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000149.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000150.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000151.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000152.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000153.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000154.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000155.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000156.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000157.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000158.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000159.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000160.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000161.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000162.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000163.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000164.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000165.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000166.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000167.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000168.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000169.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000170.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document.src/M000171.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Annotations.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Annotations.src/M000175.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Annotations.src/M000176.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Annotations.src/M000177.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/BoundingBox.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/BoundingBox.src/M000210.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/BoundingBox.src/M000211.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/BoundingBox.src/M000212.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/BoundingBox.src/M000213.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/BoundingBox.src/M000214.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/BoundingBox.src/M000215.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/BoundingBox.src/M000216.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/BoundingBox.src/M000217.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/BoundingBox.src/M000218.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/BoundingBox.src/M000219.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/BoundingBox.src/M000220.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/BoundingBox.src/M000221.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/BoundingBox.src/M000222.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/BoundingBox.src/M000223.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/BoundingBox.src/M000224.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/BoundingBox.src/M000225.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/BoundingBox.src/M000226.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/BoundingBox.src/M000227.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/BoundingBox.src/M000228.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/BoundingBox.src/M000229.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/BoundingBox.src/M000231.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/BoundingBox.src/M000232.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/BoundingBox.src/M000233.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/BoundingBox.src/M000234.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/ColumnBox.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/ColumnBox.src/M000205.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/ColumnBox.src/M000206.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/ColumnBox.src/M000207.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/ColumnBox.src/M000208.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/ColumnBox.src/M000209.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Destinations.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Destinations.src/M000178.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Destinations.src/M000179.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Destinations.src/M000180.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Destinations.src/M000181.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Destinations.src/M000182.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Destinations.src/M000183.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Destinations.src/M000184.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Destinations.src/M000185.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Destinations.src/M000186.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Destinations.src/M000187.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Internals.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Internals.src/M000188.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Internals.src/M000189.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Internals.src/M000190.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Internals.src/M000191.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Internals.src/M000192.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Internals.src/M000193.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Internals.src/M000194.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Internals.src/M000195.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Internals.src/M000196.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Internals.src/M000197.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Internals.src/M000198.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Internals.src/M000199.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Internals.src/M000200.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Internals.src/M000201.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Internals.src/M000202.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Internals.src/M000203.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Internals.src/M000204.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/PageGeometry.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/PageGeometry.src/M000172.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Snapshot.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Snapshot.src/M000173.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Document/Snapshot.src/M000174.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Encoding.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Errors.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font.src/M000102.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font.src/M000103.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font.src/M000104.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font.src/M000105.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font.src/M000106.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font.src/M000107.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font.src/M000108.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font.src/M000109.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font.src/M000110.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font.src/M000111.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font.src/M000112.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font/AFM.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font/AFM.src/M000129.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font/AFM.src/M000130.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font/AFM.src/M000131.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font/AFM.src/M000132.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font/AFM.src/M000133.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font/DFont.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font/DFont.src/M000113.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font/DFont.src/M000114.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font/TTF.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font/TTF.src/M000115.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font/TTF.src/M000116.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font/TTF.src/M000117.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font/TTF.src/M000118.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font/TTF.src/M000119.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font/TTF.src/M000120.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font/TTF.src/M000121.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font/TTF.src/M000122.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font/TTF.src/M000123.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font/TTF.src/M000124.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font/TTF.src/M000125.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font/TTF.src/M000126.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font/TTF.src/M000127.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Font/TTF.src/M000128.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics.src/M000061.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics.src/M000062.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics.src/M000063.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics.src/M000064.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics.src/M000065.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics.src/M000066.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics.src/M000067.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics.src/M000068.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics.src/M000069.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics.src/M000070.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics.src/M000071.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics.src/M000072.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics.src/M000073.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics.src/M000074.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics.src/M000075.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics.src/M000076.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics.src/M000077.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics.src/M000078.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics/CapStyle.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics/CapStyle.src/M000080.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics/Color.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics/Color.src/M000082.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics/Color.src/M000084.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics/Color.src/M000086.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics/Color.src/M000087.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics/Color.src/M000088.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics/Dash.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics/Dash.src/M000091.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics/Dash.src/M000093.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics/Dash.src/M000094.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics/JoinStyle.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics/JoinStyle.src/M000089.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics/Transparency.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Graphics/Transparency.src/M000079.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Images.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Images.src/M000034.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Images/JPG.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Images/JPG.src/M000035.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Images/PNG.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Images/PNG.src/M000036.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Images/PNG.src/M000037.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Images/PNG.src/M000038.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Images/PNG.src/M000039.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Measurements.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Measurements.src/M000040.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Measurements.src/M000041.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Measurements.src/M000042.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Measurements.src/M000043.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Measurements.src/M000044.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Measurements.src/M000045.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Measurements.src/M000046.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Measurements.src/M000047.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Measurements.src/M000048.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Measurements.src/M000049.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Measurements.src/M000050.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Measurements.src/M000051.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Measurements.src/M000052.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Outline.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Outline.src/M000098.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Outline.src/M000099.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Outline.src/M000100.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Outline.src/M000101.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Stamp.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Stamp.src/M000095.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Stamp.src/M000096.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Stamp.src/M000097.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Text.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Text.src/M000053.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Text.src/M000054.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Text.src/M000055.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Text.src/M000056.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Text.src/M000057.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Text/Box.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Text/Box.src/M000058.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Text/Box.src/M000059.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/Prawn/Text/Box.src/M000060.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/RefExposingDocument.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/classes/RefExposingDocument.src/M000023.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/created.rid mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/bench/afm_text_bench_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/bench/png_type_6_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/bench/ttf_text_bench_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/bugs/resolved/canvas_sets_y_to_0_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/bugs/resolved/png_barcode_issue_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/bugs/resolved/ttf_fails_in_transactions_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/bounding_box/bounding_boxes_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/bounding_box/indentation_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/bounding_box/russian_boxes_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/bounding_box/russian_boxes_rb.src/M000001.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/bounding_box/stretched_nesting_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/bounding_box/stretched_nesting_rb.src/M000002.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/column_box/column_box_example_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/example_helper_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/general/background_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/general/canvas_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/general/context_sensitive_headers_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/general/float_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/general/go_to_page_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/general/margin_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/general/measurement_units_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/general/metadata-info_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/general/multi_page_layout_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/general/outlines_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/general/page_geometry_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/general/page_geometry_rb.src/M000003.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/general/page_numbering_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/general/repeaters_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/general/stamp_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/general/templates_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/graphics/basic_images_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/graphics/cmyk_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/graphics/curves_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/graphics/hexagon_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/graphics/image_fit_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/graphics/image_flow_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/graphics/image_position_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/graphics/line_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/graphics/png_types_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/graphics/polygons_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/graphics/remote_images_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/graphics/ruport_style_helpers_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/graphics/stroke_bounds_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/graphics/stroke_cap_and_join_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/graphics/stroke_dash_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/graphics/transparency_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/m17n/chinese_text_wrapping_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/m17n/euro_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/m17n/sjis_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/m17n/utf8_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/m17n/win_ansi_charset_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/text/alignment_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/text/dfont_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/text/family_based_styling_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/text/font_calculations_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/text/font_calculations_rb.src/M000004.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/text/font_size_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/text/kerning_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/text/simple_text_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/text/simple_text_ttf_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/text/span_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/text/text_box_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/text/text_box_rb.src/M000005.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/text/text_box_rb.src/M000006.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/text/text_box_returning_excess_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/examples/text/text_flow_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/byte_string_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/compatibility_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/core_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/document/annotations_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/document/bounding_box_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/document/column_box_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/document/destinations_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/document/internals_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/document/page_geometry_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/document/snapshot_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/document/span_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/document_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/encoding_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/errors_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/font/afm_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/font/dfont_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/font/ttf_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/font_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/graphics/cap_style_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/graphics/color_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/graphics/dash_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/graphics/join_style_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/graphics/transparency_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/graphics_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/images/jpg_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/images/png_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/images_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/literal_string_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/measurement_extensions_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/measurements_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/name_tree_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/object_store_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/outline_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/pdf_object_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/reference_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/repeater_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/stamp_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/text/box_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/lib/prawn/text_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/meta/lib/prawn_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/annotations_spec_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/bounding_box_spec_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/destinations_spec_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/document_spec_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/font_spec_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/font_spec_rb.src/M000007.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/font_spec_rb.src/M000008.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/font_spec_rb.src/M000009.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/graphics_spec_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/images_spec_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/jpg_spec_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/measurement_units_spec_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/name_tree_spec_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/name_tree_spec_rb.src/M000010.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/name_tree_spec_rb.src/M000011.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/name_tree_spec_rb.src/M000012.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/object_store_spec_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/outline_spec_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/outline_spec_rb.src/M000013.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/outline_spec_rb.src/M000014.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/outline_spec_rb.src/M000015.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/pdf_object_spec_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/png_spec_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/reference_spec_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/repeater_spec_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/repeater_spec_rb.src/M000016.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/repeater_spec_rb.src/M000017.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/snapshot_spec_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/span_spec_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/spec_helper_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/spec_helper_rb.src/M000018.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/stamp_spec_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/stroke_styles_spec_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/template_spec_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/text_box_spec_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/text_spec_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/files/spec/transparency_spec_rb.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/fr_class_index.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/fr_file_index.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/fr_method_index.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/index.html mode change 100644 => 100755 vendor/plugins/yob-prawn/doc/rdoc-style.css diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/README b/README old mode 100644 new mode 100755 diff --git a/Rakefile b/Rakefile old mode 100644 new mode 100755 diff --git a/app/controllers/accounts_controller.rb b/app/controllers/accounts_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/admin/accounts_controller.rb b/app/controllers/admin/accounts_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/admin/educatees_controller.rb b/app/controllers/admin/educatees_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/admin/educators_controller.rb b/app/controllers/admin/educators_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/admin/elements_controller.rb b/app/controllers/admin/elements_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/admin/operators_controller.rb b/app/controllers/admin/operators_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/admin/pages_controller.rb b/app/controllers/admin/pages_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/admin/profiles_controller.rb b/app/controllers/admin/profiles_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/admin/system_configs_controller.rb b/app/controllers/admin/system_configs_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/admin/typus_users_controller.rb b/app/controllers/admin/typus_users_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/admin/valeurs_controller.rb b/app/controllers/admin/valeurs_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/educatee/dashboards_controller.rb b/app/controllers/educatee/dashboards_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/educatee/profiles_controller.rb b/app/controllers/educatee/profiles_controller.rb old mode 100644 new mode 100755 index a4f1ed1..01d65a2 --- a/app/controllers/educatee/profiles_controller.rb +++ b/app/controllers/educatee/profiles_controller.rb @@ -1,14 +1,39 @@ +require 'prawn/core' +Mime::Type.register 'application/pdf', :pdf + class Educatee::ProfilesController < ApplicationController - before_filter :educatee_required + before_filter :role_required + before_filter :find_profile, :except => [:index] + def index + end + def show - @profile = current_educatee.profile + respond_to do |format| + format.html + format.pdf do + + template = File.join(RAILS_ROOT, "public", SystemConfig.profile_pdf_template_file) + + pdf = Prawn::Document.new(:template => template) + + font_zh = File.join(RAILS_ROOT, "simhei.ttf") + font_ja = File.join(RAILS_ROOT, "ipag.ttf") + + Element.all.each do |element| + script = element.prawn_output_script + value = @profile.send(element.key) + eval(script) if script && value + end + + send_data pdf.render + + end + end end def edit - begin - @profile = current_educatee.profile - + begin @page = Page.find(params[:page]) @submit_path = educatee_profile_path @elements = @page.elements @@ -18,7 +43,6 @@ def edit end def submit - @profile = current_educatee.profile if @profile.submit && @profile.save flash[:notice] = "Your profile was submitted. We will confirm it." else @@ -29,24 +53,65 @@ def submit def update - @profile = current_educatee.profile - + @page = Page.find(params[:page_id]) + @submit_path = educatee_profile_path + @elements = @page.elements + safe = multi_check_safe(params[:profile], params) safe = multi_attribute_as_date(safe) - + safe.merge!(:current_page_id => @page.id) if @profile.update_attributes(safe) flash[:notice] = "Profile updated." redirect_to educatee_dashboard_path else - logger.debug @profile.errors.inspect + flash[:errors] = "There are errors." + render :action => "edit" end + end - - def print + + + def freeze + if @profile.freeze && @profile.save + flash[:notice] = "This Profile was frozen. The educatee can not edit this profile any more." + else + flash[:error] = "We can not freeze this profile." + end + + redirect_to :back + end + + def unfreeze + if @profile.unfreeze && @profile.save + flash[:notice] = "This Profile was unfrozen. The educatee can edit this profile now." + else + flash[:error] = "We can not unfreeze this profile." + end + + redirect_to :back + end + + + def archive + if @profile.archive && @profile.save + flash[:notice] = "This Profile was archived." + else + flash[:error] = "We can not archive this profile." + end + + redirect_to :back end + + protected + + def role_required + educatee_required + end - private + def find_profile + @profile = current_educatee.profile + end def multi_check_safe(profile, params) safe = {} diff --git a/app/controllers/educator/dashboards_controller.rb b/app/controllers/educator/dashboards_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/educator/denies_controller.rb b/app/controllers/educator/denies_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/educator/educators_controller.rb b/app/controllers/educator/educators_controller.rb old mode 100644 new mode 100755 diff --git a/app/controllers/educator/profiles_controller.rb b/app/controllers/educator/profiles_controller.rb old mode 100644 new mode 100755 index 5c45dab..887a741 --- a/app/controllers/educator/profiles_controller.rb +++ b/app/controllers/educator/profiles_controller.rb @@ -1,43 +1,17 @@ require 'prawn/core' Mime::Type.register 'application/pdf', :pdf -class Educator::ProfilesController < ApplicationController - before_filter :educator_required +class Educator::ProfilesController < Educatee::ProfilesController + + + def index @profiles = Profile.all end - def show - @profile = Profile.find(params[:id]) - - respond_to do |format| - format.html - format.pdf do - - template = File.join(RAILS_ROOT, "public", SystemConfig.profile_pdf_template_file) - - pdf = Prawn::Document.new(:template => template) - - font_zh = File.join(RAILS_ROOT, "simhei.ttf") - font_ja = File.join(RAILS_ROOT, "ipag.ttf") - - Element.all.each do |element| - script = element.prawn_output_script - value = @profile.send(element.key) - eval(script) if script && value - end - - send_data pdf.render - - end - end - - end - def edit begin - @profile = Profile.find(params[:id]) @page = Page.find(params[:page]) @submit_path = educator_profile_path(@profile) @elements = @page.elements @@ -46,40 +20,31 @@ def edit end end - def print - @profile = Profile.find(params[:id]) - - template = File.join(RAILS_ROOT, "public", SystemConfig.profile_pdf_template_file) - outputfile = "profile_#{@profile.id}" - - pdf = Prawn::Document.new(:template => template) - pdf.fill_color "ff0000" - pdf.text "Baby, comes to me" - pdf.render_file outputfile - send_data pdf.render - end + def update + @page = Page.find(params[:page_id]) + @submit_path = educatee_profile_path + @elements = @page.elements - def update - end + safe = multi_check_safe(params[:profile], params) + safe = multi_attribute_as_date(safe) + safe.merge!(:current_page_id => @page.id) - def accept - @profile = Profile.find(params[:id]) - if @profile.accept && @profile.save - flash[:notice] = "The profile was acceptd." + if @profile.update_attributes(safe) + flash[:notice] = "Profile updated." + redirect_to educator_profile_path(@profile) + "#page_#{@page.id}" else - flash[:error] = "Can not accept this profile." + flash[:errors] = "There are errors." + render :action => "edit" end - redirect_to :back + end - def deny - @profile = Profile.find(params[:id]) - if @profile.deny && @profile.save - flash[:notice] = "The profile was denied." - else - flash[:error] = "Can not deny this profile." + protected + def role_required + educator_required end - redirect_to :back - end - + + def find_profile + @profile = Profile.find(params[:id]) + end end diff --git a/app/controllers/sessions_controller.rb b/app/controllers/sessions_controller.rb old mode 100644 new mode 100755 diff --git a/app/helpers/accounts_helper.rb b/app/helpers/accounts_helper.rb old mode 100644 new mode 100755 diff --git a/app/helpers/admin/educators_helper.rb b/app/helpers/admin/educators_helper.rb old mode 100644 new mode 100755 diff --git a/app/helpers/admin/operators_helper.rb b/app/helpers/admin/operators_helper.rb old mode 100644 new mode 100755 diff --git a/app/helpers/admin/pages_helper.rb b/app/helpers/admin/pages_helper.rb old mode 100644 new mode 100755 diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb old mode 100644 new mode 100755 diff --git a/app/helpers/educatee/dashboards_helper.rb b/app/helpers/educatee/dashboards_helper.rb old mode 100644 new mode 100755 diff --git a/app/helpers/educatee/profiles_helper.rb b/app/helpers/educatee/profiles_helper.rb old mode 100644 new mode 100755 diff --git a/app/helpers/educator/dashboards_helper.rb b/app/helpers/educator/dashboards_helper.rb old mode 100644 new mode 100755 diff --git a/app/helpers/educator/denies_helper.rb b/app/helpers/educator/denies_helper.rb old mode 100644 new mode 100755 diff --git a/app/helpers/educator/educators_helper.rb b/app/helpers/educator/educators_helper.rb old mode 100644 new mode 100755 diff --git a/app/helpers/educator/profiles_helper.rb b/app/helpers/educator/profiles_helper.rb old mode 100644 new mode 100755 index 066a055..c15afad --- a/app/helpers/educator/profiles_helper.rb +++ b/app/helpers/educator/profiles_helper.rb @@ -12,16 +12,25 @@ def profile_message_for_educator(profile) end end - def profile_avoid_actions(profile) + def profile_valid_actions(profile) + + returning(Array.new) do |html| + + #if current_educator && profile.can_edit_by_educator + # html << link_to("Edit this profile", edit_educator_profile_path(@profile), :class => "button right") + #end - returning(Array.new) do |html| @profile.aasm_events_for_current_state.each do |event| + case event - when :accept - html << link_to('Accept', accept_educator_profile_path(@profile), :method => :post, :class => "button") - when :deny - html << link_to('Deny', educator_profile_deny_path(@profile), :class => "button") + when :freeze + html << link_to("Freeze", freeze_educator_profile_path(@profile), :method => :post, :class => "button") + when :unfreeze + html << link_to("Unfreeze", unfreeze_educator_profile_path(@profile), :method => :post, :class => "button") + when :archive + html << link_to("Archive", archive_educator_profile_path(@profile), :method => :post, :class => "button") end + end end end diff --git a/app/helpers/sessions_helper.rb b/app/helpers/sessions_helper.rb old mode 100644 new mode 100755 diff --git a/app/models/account.rb b/app/models/account.rb old mode 100644 new mode 100755 diff --git a/app/models/account_mailer.rb b/app/models/account_mailer.rb old mode 100644 new mode 100755 diff --git a/app/models/account_observer.rb b/app/models/account_observer.rb old mode 100644 new mode 100755 diff --git a/app/models/deny.rb b/app/models/deny.rb old mode 100644 new mode 100755 diff --git a/app/models/educatee.rb b/app/models/educatee.rb old mode 100644 new mode 100755 diff --git a/app/models/educator.rb b/app/models/educator.rb old mode 100644 new mode 100755 diff --git a/app/models/element.rb b/app/models/element.rb old mode 100644 new mode 100755 index 859abe0..b0432b7 --- a/app/models/element.rb +++ b/app/models/element.rb @@ -1,6 +1,8 @@ class Element < ActiveRecord::Base belongs_to :page + has_many :valeurs, :dependent => :destroy + validates_uniqueness_of :key validates_presence_of :key @@ -10,4 +12,8 @@ class Element < ActiveRecord::Base named_scope :display_columns, { :conditions => ["display_index > 0 or is_title = ?", true], :order => "is_title desc, display_index" } + + def typus_name + self.key + end end diff --git a/app/models/operator.rb b/app/models/operator.rb old mode 100644 new mode 100755 diff --git a/app/models/page.rb b/app/models/page.rb old mode 100644 new mode 100755 index 568dd8b..5bec71b --- a/app/models/page.rb +++ b/app/models/page.rb @@ -1,3 +1,8 @@ class Page < ActiveRecord::Base has_many :elements, :dependent => :destroy + + def typus_name + self.title + end + end diff --git a/app/models/profile.rb b/app/models/profile.rb old mode 100644 new mode 100755 index 9bed4e3..d91510f --- a/app/models/profile.rb +++ b/app/models/profile.rb @@ -10,36 +10,54 @@ class Profile < ActiveRecord::Base aasm_column :status aasm_initial_state :new + aasm_state :new - aasm_state :submitted - aasm_state :accepted - aasm_state :denied + aasm_state :editing + #aasm_state :submitted + aasm_state :frozen + aasm_state :archived + + #aasm_state :accepted + #aasm_state :denied + + aasm_event :start_edit do + transitions :to => :editing, :from => [:new] + end + + #aasm_event :submit do + # transitions :to => :submitted, :from => [:new, :editing], :guard => :profile_check + #end - aasm_event :submit do - transitions :to => :submitted, :from => [:new, :editing], :guard => :profile_check + aasm_event :freeze do + transitions :to => :frozen, :from => [:new, :editing] end - aasm_event :accept do - transitions :to => :accepted, :from => [:submitted] + aasm_event :unfreeze do + transitions :to => :editing, :from => [:frozen] end - aasm_event :deny do - transitions :to => :denied, :from => [:submitted] + aasm_event :archive do + transitions :to => :archived, :from => [:frozen] end + + #aasm_event :accept do + # transitions :to => :accepted, :from => [:submitted] + #end + + #aasm_event :deny do + # transitions :to => :denied, :from => [:submitted] + #end + def can_edit_by_educatee [:new, :denied].include?(self.aasm_current_state) end def can_edit_by_educator - [:submitted].include?(self.aasm_current_state) - end - - def profile_check + #[:new, :editing, :frozen ].include?(self.aasm_current_state) true end - def title title_element = Element.find_by_is_title(true) return "(No title element defined)" if title_element.nil? @@ -49,6 +67,27 @@ def title (title.nil? || title.blank?) ? "(No title)" : title end + + attr_accessor :current_page_id + + def validate_on_update + return if current_page_id.nil? or current_page_id.blank? + @page = Page.find(current_page_id) + return if @page.nil? + + @page.elements.each do |element| + value = self.send(element.key) + profile = self + script = element.validation_script + errors = self.errors + + eval(script) if script && profile + end + end + + + + Element.find(:all).each do |element| attr_accessor element.key.intern end diff --git a/app/models/system_config.rb b/app/models/system_config.rb old mode 100644 new mode 100755 diff --git a/app/models/valeur.rb b/app/models/valeur.rb old mode 100644 new mode 100755 diff --git a/app/stylesheets/ie.scss b/app/stylesheets/ie.scss old mode 100644 new mode 100755 diff --git a/app/stylesheets/partials/_base.sass.rm b/app/stylesheets/partials/_base.sass.rm old mode 100644 new mode 100755 diff --git a/app/stylesheets/partials/_base.scss b/app/stylesheets/partials/_base.scss old mode 100644 new mode 100755 diff --git a/app/stylesheets/print.scss b/app/stylesheets/print.scss old mode 100644 new mode 100755 diff --git a/app/stylesheets/screen.scss b/app/stylesheets/screen.scss old mode 100644 new mode 100755 diff --git a/app/stylesheets/style.scss b/app/stylesheets/style.scss new file mode 100755 index 0000000..3e06559 --- /dev/null +++ b/app/stylesheets/style.scss @@ -0,0 +1,222 @@ +@import "compass/css3/border-radius"; + +ul.tabs { + list-style: none; + margin: 0 !important; + padding: 0 0 0 10px; + height: 26px; + border-bottom: 1px solid #666; + + li { + float: left; + padding: 0; + margin: 0; + list-style-type: none; + } + + a { + float: left; + font-size: 1em; + display: block; + padding: 3px 10px; + text-decoration: none; + border: 1px solid #666; + border-bottom: 0px; + height: 18px; + background-color: #efefef; + color: #777; + margin-right: 2px; + position:relative; + top:1px; + + @include border-top-left-radius(2px); + @include border-top-right-radius(2px); + } + + + a:hover { + background-color:#F7F7F7; + color:#333; + } + + a.current { + background-color:#fff; + border-bottom:1px solid #fff; + color:#000; + cursor:default; + font-weight: bold; + } +} + +.tab_panes { + .tab_pane { + display:none; + //border:1px solid #666; + //border-width:0 1px 1px 1px; + border: none; + min-height:150px; + padding:15px 20px; + background-color:#fff; + } +} + +.tooltip { + background-color:#000; + border:1px solid #fff; + padding:10px 15px; + width:200px; + display:none; + color:#fff; + text-align:left; + font-size:12px; + + /* outline radius for mozilla/firefox only */ + -moz-box-shadow:0 0 10px #000; + -webkit-box-shadow:0 0 10px #000; +} + +/* the input field */ +.date { + /* border:1px solid #ccc; + font-size:12px; + padding:4px; + text-align:center; + width:194px; + -moz-box-shadow:0 0 10px #eee inset; */ +} + +/* calendar root element */ +#calroot { + margin-top:-1px; + width:198px; + padding:2px; + background-color:#fff; + font-size:11px; + border:1px solid #ccc; + -moz-border-radius:5px; + -webkit-border-radius:5px; + -moz-box-shadow: 0 0 15px #666; + -webkit-box-shadow: 0 0 15px #666; +} + +/* head. contains title, prev/next month controls and possible month/year selectors */ +#calhead { + padding:2px 0; + height:22px; +} + +#caltitle { + font-size:14px; + color:#0150D1; + float:left; + text-align:center; + width:155px; + line-height:20px; + text-shadow:0 1px 0 #ddd; +} + +#calnext, #calprev { + display:block; + width:20px; + height:20px; + background:transparent url(prev.gif) no-repeat scroll center center; + float:left; + cursor:pointer; +} + +#calnext { + background-image:url(next.gif); + float:right; +} + +#calprev.caldisabled, #calnext.caldisabled { + visibility:hidden; +} + +/* year/month selector */ +#caltitle select { + font-size:10px; +} + +/* names of the days */ +#caldays { + height:14px; + border-bottom:1px solid #ddd; +} + +#caldays span { + display:block; + float:left; + width:28px; + text-align:center; +} + +/* container for weeks */ +#calweeks { + background-color:#fff; + margin-top:4px; +} + +/* single week */ +.calweek { + clear:left; + height:22px; +} + +/* single day */ +.calweek a { + display:block; + float:left; + width:27px; + height:20px; + text-decoration:none; + font-size:11px; + margin-left:1px; + text-align:center; + line-height:20px; + color:#666; + -moz-border-radius:3px; + -webkit-border-radius:3px; +} + +/* different states */ +.calweek a:hover, .calfocus { + background-color:#ddd; +} + +/* sunday */ +a.calsun { + color:red; +} + +/* offmonth day */ +a.caloff { + color:#ccc; +} + +a.caloff:hover { + background-color:rgb(245, 245, 250); +} + + +/* unselecteble day */ +a.caldisabled { + background-color:#efefef !important; + color:#ccc !important; + cursor:default; +} + +/* current day */ +#calcurrent { + background-color:#498CE2; + color:#fff; +} + +/* today */ +#caltoday { + background-color:#333; + color:#fff; +} + + + \ No newline at end of file diff --git a/app/views/account_mailer/activation.erb b/app/views/account_mailer/activation.erb old mode 100644 new mode 100755 diff --git a/app/views/account_mailer/signup_notification.erb b/app/views/account_mailer/signup_notification.erb old mode 100644 new mode 100755 diff --git a/app/views/accounts/_account_bar.html.erb b/app/views/accounts/_account_bar.html.erb old mode 100644 new mode 100755 diff --git a/app/views/accounts/new.html.erb b/app/views/accounts/new.html.erb old mode 100644 new mode 100755 diff --git a/app/views/accounts/password_reset.haml b/app/views/accounts/password_reset.haml old mode 100644 new mode 100755 diff --git a/app/views/educatee/dashboards/show.haml b/app/views/educatee/dashboards/show.haml old mode 100644 new mode 100755 diff --git a/app/views/educatee/profiles/_display.haml b/app/views/educatee/profiles/_display.haml old mode 100644 new mode 100755 diff --git a/app/views/educatee/profiles/_display_tabbed.haml b/app/views/educatee/profiles/_display_tabbed.haml new file mode 100755 index 0000000..caf7c0a --- /dev/null +++ b/app/views/educatee/profiles/_display_tabbed.haml @@ -0,0 +1,27 @@ +:javascript + $(function(){ + $("ul.tabs").tabs("div.tab_panes > div.tab_pane"); + }); + +%ul.tabs + - Page.all.each do |page| + %li= link_to page.title, "#page_#{page.id}" + +.tab_panes + - Page.all.each do |page| + .tab_pane + = link_to 'Edit', edit_educator_profile_path(@profile, :page => page), :class => "button right" + %table.formInfo + - page.elements.each do |element| + %tr + %td + %strong= element.title_cn + %td + - if element.kind == "file" + - if @profile.send(element.key) + = image_tag(@profile.send(element.key), :size => "100x135") + - else + No file uploaded yet. + - else + = @profile.send(element.key) + \ No newline at end of file diff --git a/app/views/educatee/profiles/_form.haml b/app/views/educatee/profiles/_form.haml old mode 100644 new mode 100755 index c0be413..67ef8d4 --- a/app/views/educatee/profiles/_form.haml +++ b/app/views/educatee/profiles/_form.haml @@ -1,6 +1,13 @@ -- form_for @profile, :url => @submit_path, :html => { :multipart => true} do |form| +:javascript + + +- form_for @profile, :url => @submit_path, :html => { :multipart => true, :id => "edit_profile"} do |form| + = hidden_field_tag :page_id, @page.id + = error_messages_for :profile %table.formInfo = make_form_for(@elements, form, @profile) %tr %td.buttons - %td.buttons= submit_tag "Save", :class => "commit" \ No newline at end of file + %td.buttons + = link_to "Back", :back, :class => "button" + = submit_tag "Save", :class => "commit" \ No newline at end of file diff --git a/app/views/educatee/profiles/edit.haml b/app/views/educatee/profiles/edit.haml old mode 100644 new mode 100755 diff --git a/app/views/educatee/profiles/show.haml b/app/views/educatee/profiles/show.haml old mode 100644 new mode 100755 diff --git a/app/views/educatee/templates/_boolean.haml b/app/views/educatee/templates/_boolean.haml old mode 100644 new mode 100755 diff --git a/app/views/educatee/templates/_date.haml b/app/views/educatee/templates/_date.haml old mode 100644 new mode 100755 index b480e1d..2b78a67 --- a/app/views/educatee/templates/_date.haml +++ b/app/views/educatee/templates/_date.haml @@ -1,3 +1,7 @@ %tr %td= form.label element.key, element.title_cn - %td= form.date_select element.key, {:start_year => 1900}.merge(options) \ No newline at end of file + %td + =# form.date_select element.key, {:start_year => 1900}.merge(options).merge(:title => element.description) + = form.text_field element.key +:javascript + $("#profile_#{element.key}").dateinput({ format: 'yyyy-mm-dd' }); \ No newline at end of file diff --git a/app/views/educatee/templates/_datetime.haml b/app/views/educatee/templates/_datetime.haml old mode 100644 new mode 100755 diff --git a/app/views/educatee/templates/_file.haml b/app/views/educatee/templates/_file.haml old mode 100644 new mode 100755 index 4c1097e..d31294c --- a/app/views/educatee/templates/_file.haml +++ b/app/views/educatee/templates/_file.haml @@ -29,4 +29,4 @@ - else = image_tag(profile.send(:"#{element.key}"), :size => "100x135") %br/ - = form.file_field element.key, options + = form.file_field element.key, options.merge!(:title => element.description) diff --git a/app/views/educatee/templates/_multicheck.haml b/app/views/educatee/templates/_multicheck.haml old mode 100644 new mode 100755 index 1438941..bcccf8a --- a/app/views/educatee/templates/_multicheck.haml +++ b/app/views/educatee/templates/_multicheck.haml @@ -18,9 +18,9 @@ - option = options[index] - checked = values[option[:title]] = hidden_field_tag "#{element.key}_option_title_#{index}", option[:title] - = check_box_tag "#{element.key}_option_#{index}", 1, checked + = check_box_tag "#{element.key}_option_#{index}", 1, checked, :title => element.description = option[:title] - if option.has_key?(:additional) && option[:additional] - = text_field_tag "#{element.key}_additional_#{index}", checked ? checked.to_s : "" + = text_field_tag "#{element.key}_additional_#{index}", checked ? checked.to_s : "", :title => elment.description %br/ \ No newline at end of file diff --git a/app/views/educatee/templates/_password.haml b/app/views/educatee/templates/_password.haml old mode 100644 new mode 100755 diff --git a/app/views/educatee/templates/_radio.haml b/app/views/educatee/templates/_radio.haml old mode 100644 new mode 100755 diff --git a/app/views/educatee/templates/_rich_text.haml b/app/views/educatee/templates/_rich_text.haml old mode 100644 new mode 100755 diff --git a/app/views/educatee/templates/_selector.haml b/app/views/educatee/templates/_selector.haml old mode 100644 new mode 100755 index 7c43e16..0651538 --- a/app/views/educatee/templates/_selector.haml +++ b/app/views/educatee/templates/_selector.haml @@ -6,4 +6,4 @@ %tr %td= form.label element.key, element.title_cn - %td= form.select element.key, values \ No newline at end of file + %td= form.select element.key, values, options.merge!(:title => element.description) \ No newline at end of file diff --git a/app/views/educatee/templates/_string.haml b/app/views/educatee/templates/_string.haml old mode 100644 new mode 100755 index c5a55c4..76edbba --- a/app/views/educatee/templates/_string.haml +++ b/app/views/educatee/templates/_string.haml @@ -1,5 +1,5 @@ %tr %td= form.label element.key, element.title_cn - %td= form.text_field element.key, options + %td= form.text_field element.key, options.merge!(:title => element.description) \ No newline at end of file diff --git a/app/views/educatee/templates/_text.haml b/app/views/educatee/templates/_text.haml old mode 100644 new mode 100755 index 0b34dfc..624f0bb --- a/app/views/educatee/templates/_text.haml +++ b/app/views/educatee/templates/_text.haml @@ -1,4 +1,4 @@ %tr %td= form.label element.key, element.title_cn - %td= form.text_area element.key, options + %td= form.text_area element.key, options.merge!(:title => element.description) diff --git a/app/views/educatee/templates/_time.haml b/app/views/educatee/templates/_time.haml old mode 100644 new mode 100755 diff --git a/app/views/educator/dashboards/show.haml b/app/views/educator/dashboards/show.haml old mode 100644 new mode 100755 diff --git a/app/views/educator/denies/show.html.haml b/app/views/educator/denies/show.html.haml old mode 100644 new mode 100755 diff --git a/app/views/educator/educators/_form.haml b/app/views/educator/educators/_form.haml old mode 100644 new mode 100755 diff --git a/app/views/educator/educators/edit.html.erb b/app/views/educator/educators/edit.html.erb old mode 100644 new mode 100755 diff --git a/app/views/educator/educators/index.haml b/app/views/educator/educators/index.haml old mode 100644 new mode 100755 diff --git a/app/views/educator/educators/new.haml b/app/views/educator/educators/new.haml old mode 100644 new mode 100755 diff --git a/app/views/educator/profiles/_record.haml b/app/views/educator/profiles/_record.haml old mode 100644 new mode 100755 index 6f789e4..8614634 --- a/app/views/educator/profiles/_record.haml +++ b/app/views/educator/profiles/_record.haml @@ -1,8 +1,11 @@ %tr - Element.display_columns.each do |column| %td - - if column.is_title - = link_to profile.title, educator_profile_path(profile) - - else - = profile.send(:"#{column.key}") - %td= profile.status \ No newline at end of file + / - if column.is_title + / = link_to profile.title, educator_profile_path(profile) + / - else + / = profile.send(:"#{column.key}") + = profile.send(:"#{column.key}") + %td= profile.status + %td= link_to "View", educator_profile_path(profile) + %td= link_to "Edit", edit_educator_profile_path(profile) \ No newline at end of file diff --git a/app/views/educator/profiles/_records.haml b/app/views/educator/profiles/_records.haml old mode 100644 new mode 100755 index 657c0d0..4b7dcfa --- a/app/views/educator/profiles/_records.haml +++ b/app/views/educator/profiles/_records.haml @@ -3,5 +3,7 @@ - Element.display_columns.each do |column| %th= column.title_cn %th Status + %th + %th - profiles.each do |profile| = render 'educator/profiles/record', :profile => profile \ No newline at end of file diff --git a/app/views/educator/profiles/edit.haml b/app/views/educator/profiles/edit.haml old mode 100644 new mode 100755 diff --git a/app/views/educator/profiles/index.haml b/app/views/educator/profiles/index.haml old mode 100644 new mode 100755 index d24d10e..9efa123 --- a/app/views/educator/profiles/index.haml +++ b/app/views/educator/profiles/index.haml @@ -1,2 +1,3 @@ %h1 All Profiles -= render 'records', :profiles => @profiles \ No newline at end of file += render 'records', :profiles => @profiles += link_to 'Back to My Dashboard', educator_dashboard_path(), :class => "button" diff --git a/app/views/educator/profiles/print.haml b/app/views/educator/profiles/print.haml old mode 100644 new mode 100755 diff --git a/app/views/educator/profiles/show.haml b/app/views/educator/profiles/show.haml old mode 100644 new mode 100755 index 94a9aaf..b9d7097 --- a/app/views/educator/profiles/show.haml +++ b/app/views/educator/profiles/show.haml @@ -1,11 +1,12 @@ %h1= "Profile for #{@profile.title}" %p= profile_message_for_educator(@profile) -= render 'educatee/profiles/display' += render 'educatee/profiles/display_tabbed' - if current_educator - = profile_avoid_actions(@profile).join(" ") + = profile_valid_actions(@profile).join(" ") = link_to 'Generate Application in PDF', formatted_educator_profile_path(@profile, :pdf), :class => "button" += link_to 'Back to Profile list', educator_profiles_path(), :class => "button" \ No newline at end of file diff --git a/app/views/layouts/_educatee_sidebar.haml b/app/views/layouts/_educatee_sidebar.haml old mode 100644 new mode 100755 diff --git a/app/views/layouts/_educator_sidebar.haml b/app/views/layouts/_educator_sidebar.haml old mode 100644 new mode 100755 diff --git a/app/views/layouts/_sidebar.haml b/app/views/layouts/_sidebar.haml old mode 100644 new mode 100755 diff --git a/app/views/layouts/layout.haml b/app/views/layouts/layout.haml old mode 100644 new mode 100755 index 3644fa6..c1b9e3c --- a/app/views/layouts/layout.haml +++ b/app/views/layouts/layout.haml @@ -11,40 +11,57 @@ = stylesheet_link_tag 'ie', :media => "screen, projection" = stylesheet_link_tag 'public', :media => "screen, projection" = stylesheet_link_tag 'layout', :media => "screen, projection" - = javascript_include_tag "jquery-1.3.2.min" + = javascript_include_tag "http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" + = javascript_include_tag "http://cdn.jquerytools.org/1.2.2/all/jquery.tools.min.js" = javascript_include_tag "jquery.ifixpng" :erb