Changeset [57daef0db15868c028bbb26ca84e8636bfd0d493] by Doug Youch

March 28th, 2011 @ 11:54 AM

fixes for missing <%= warnings, all the members controller test pass
now
https://github.com/cykod/Webiva/commit/57daef0db15868c028bbb26ca84e...

Committed by Doug Youch

  • A app/views/members/_add_tags_form.html.haml
  • A app/views/members/_add_users_form.html.haml
  • A app/views/members/_note.html.haml
  • A app/views/members/builder_help.html.haml
  • A vendor/plugins/verification/MIT-LICENSE
  • A vendor/plugins/verification/README
  • A vendor/plugins/verification/Rakefile
  • A vendor/plugins/verification/init.rb
  • A vendor/plugins/verification/lib/action_controller/verification.rb
  • A vendor/plugins/verification/test/test_helper.rb
  • A vendor/plugins/verification/test/verification_test.rb
  • R app/views/members/_add_tags_form.rhtml
  • R app/views/members/_add_users_form.html.erb
  • R app/views/members/_note.html.erb
  • R app/views/members/builder_help.html.erb
  • M app/controllers/members_controller.rb
  • M app/helpers/cms_helper.rb
  • M app/models/end_user.rb
  • M app/models/experiment.rb
  • M app/models/experiment_version.rb
  • M app/models/site_feature.rb
  • M app/models/system_issue.rb
  • M app/models/system_issue_note.rb
  • M app/models/tag.rb
  • M app/models/triggered_action.rb
  • M app/models/user_segment.rb
  • M app/models/user_subscription.rb
  • M app/models/user_subscription_entry.rb
  • M app/views/access_token/_access_token_table.rhtml
  • M app/views/access_token/_editor_access_token_table.rhtml
  • M app/views/access_token/editor.rhtml
  • M app/views/access_token/index.rhtml
  • M app/views/account/index.rhtml
  • M app/views/application/_triggered_options_partial.html.erb
  • M app/views/content/_content_table.rhtml
  • M app/views/content/custom.rhtml
  • M app/views/content/entry.rhtml
  • M app/views/content/index.rhtml
  • M app/views/content/publication.rhtml
  • M app/views/content/publications.rhtml
  • M app/views/content/view.rhtml
  • M app/views/content_types/_content_types_table.rhtml
  • M app/views/content_types/index.rhtml
  • M app/views/dashboard/_site_widgets_table.html.erb
  • M app/views/dashboard/site_widgets.html.erb
  • M app/views/domains/_domains_table.rhtml
  • M app/views/domains/index.rhtml
  • M app/views/editor/auth/edit_account.rhtml
  • M app/views/editor/auth/email_list.rhtml
  • M app/views/editor/auth/enter_vip.rhtml
  • M app/views/editor/auth/login.html.erb
  • M app/views/editor/auth/user_activation.rhtml
  • M app/views/editor/auth/user_edit_account.rhtml
  • M app/views/editor/auth/user_register.rhtml
  • M app/views/editors/_editor_table.rhtml
  • M app/views/editors/index.rhtml
  • M app/views/email/_email_table.rhtml
  • M app/views/email/index.rhtml
  • M app/views/emarketing/_site_traffic.html.erb
  • M app/views/emarketing/_visitor_table.rhtml
  • M app/views/emarketing/stats.html.erb
  • M app/views/emarketing/visitors.rhtml
  • M app/views/experiment/_experiments_table.html.erb
  • M app/views/experiment/_versions_table.html.erb
  • M app/views/file/details/_file_details.rhtml
  • M app/views/file/details/_folder_details.rhtml
  • M app/views/mail_manager/_mail_templates_table.rhtml
  • M app/views/mail_manager/_view_template.rhtml
  • M app/views/mail_manager/templates.rhtml
  • M app/views/manage/clients/_client_table.rhtml
  • M app/views/manage/clients/list.rhtml
  • M app/views/manage/domains/_domains_table.rhtml
  • M app/views/manage/domains/list.rhtml
  • M app/views/manage/translate/_view_translation_table.rhtml
  • M app/views/manage/users/_display_client_users_table.html.erb
  • M app/views/manage/users/list.rhtml
  • M app/views/members/_operation_form.html.erb
  • M app/views/members/_site_visits.rhtml
  • M app/views/members/_subscriptions.rhtml
  • M app/views/members/_tags_table.rhtml
  • M app/views/members/_user_actions_table.rhtml
  • M app/views/members/_user_note.html.erb
  • M app/views/members/_user_segments_table.html.erb
  • M app/views/members/edit.rhtml
  • M app/views/members/index.rhtml
  • M app/views/members/segments.html.erb
  • M app/views/members/view.rhtml
  • M app/views/options/_image_sizes_table.rhtml
  • M app/views/options/files.rhtml
  • M app/views/options/image_sizes.rhtml
  • M app/views/permissions/index.rhtml
  • M app/views/structure/_page_element_info.rhtml
  • M app/views/structure/_site_nodes_table.html.erb
  • M app/views/structure/pages.html.erb
  • M app/views/structure/view.rhtml
  • M app/views/subscription/_entry_table.rhtml
  • M app/views/subscription/_subscription_table.rhtml
  • M app/views/subscription/index.rhtml
  • M app/views/subscription/view.rhtml
  • M app/views/templates/_features_table.rhtml
  • M app/views/templates/_templates_table.rhtml
  • M app/views/templates/edit.rhtml
  • M app/views/templates/feature.rhtml
  • M app/views/templates/features.rhtml
  • M app/views/templates/import_bundle.html.erb
  • M app/views/templates/index.rhtml
  • M lib/hash_model.rb
  • M lib/styled_form_builder_generator.rb
  • M public/javascripts/application.js
  • M script/convert_to_rails3.sh
  • M spec/controllers/editor/auth_controller_spec.rb
  • M spec/controllers/editor/menu_controller_spec.rb
  • M spec/controllers/editor/menu_renderer_spec.rb
  • M spec/controllers/file_controller_spec.rb
  • M spec/controllers/members_controller_spec.rb
  • M spec/webiva_spec_helper.rb
  • M vendor/modules/blog/app/models/blog/blog_blog.rb
  • M vendor/modules/blog/app/models/blog/blog_post.rb
  • M vendor/modules/blog/app/views/blog/categories/_category_table.rhtml
  • M vendor/modules/blog/app/views/blog/manage/_blog_list_table.rhtml
  • M vendor/modules/blog/app/views/blog/manage/_generate_post_table.rhtml
  • M vendor/modules/blog/app/views/blog/manage/_post_table.rhtml
  • M vendor/modules/blog/app/views/blog/manage/index.rhtml
  • M vendor/modules/feedback/app/models/comment.rb
  • M vendor/modules/feedback/app/models/feedback_end_user_rating.rb
  • M vendor/modules/feedback/app/models/feedback_rating.rb
  • M vendor/modules/feedback/app/views/feedback/comments/comments.rhtml
  • M vendor/modules/feedback/app/views/feedback/feedback/_comments_table.rhtml
  • M vendor/modules/feedback/app/views/feedback/feedback/_user_comments_table.rhtml
  • M vendor/modules/feedback/app/views/feedback/manage_pingbacks/_pingbacks_table.rhtml
  • M vendor/modules/feedback/app/views/feedback/manage_ratings/_ratings_table.rhtml
  • M vendor/modules/feedback/app/views/feedback/manage_ratings/_user_ratings_table.rhtml
  • M vendor/modules/feedback/app/views/feedback/ratings/ratings.rhtml
  • M vendor/modules/media/app/models/gallery.rb
  • M vendor/modules/media/app/models/gallery_image.rb
  • M vendor/modules/media/app/views/media/manage/_galleries_table.rhtml
  • M vendor/modules/media/app/views/media/manage/galleries.rhtml
  • M vendor/modules/media/app/views/media/manage/gallery.rhtml
  • M vendor/modules/simple_content/app/models/simple_content_model.rb
  • M vendor/modules/simple_content/app/views/simple_content/manage/_simple_content_table.html.erb
  • M vendor/modules/simple_content/app/views/simple_content/manage/index.html.erb
  • M vendor/modules/user_profile/app/models/user_profile_entry.rb
  • M vendor/modules/user_profile/app/views/user_profile/admin/_user_profile_table.rhtml
  • M vendor/modules/user_profile/app/views/user_profile/admin/options.rhtml
  • M vendor/modules/user_profile/app/views/user_profile/manage/_display_profile.rhtml
  • M vendor/modules/user_profile/app/views/user_profile/manage/_view.rhtml
  • M vendor/modules/webform/app/models/webform_form.rb
  • M vendor/modules/webform/app/models/webform_form_result.rb
  • M vendor/modules/webform/app/views/webform/manage/_webform_result_table.html.erb
  • M vendor/modules/webform/app/views/webform/manage/_webform_table.html.erb
  • M vendor/modules/webform/app/views/webform/manage/configure.html.erb
  • M vendor/modules/webform/app/views/webform/manage/edit.html.erb
  • M vendor/modules/webform/app/views/webform/manage/index.html.erb
  • M vendor/modules/webform/app/views/webform/manage/result.html.erb
  • M vendor/modules/webform/app/views/webform/manage/results.html.erb
  • M vendor/modules/webiva_net/app/views/webiva_net/themes/_view.html.erb
  • M vendor/plugins/validates_as_email/lib/validates_as_email.rb
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Shared Ticket Bins