--- !ruby/object:Gem::Specification name: browsercms version: !ruby/object:Gem::Version hash: 11 prerelease: segments: - 3 - 1 - 4 version: 3.1.4 platform: ruby authors: - BrowserMedia autorequire: bindir: bin cert_chain: [] date: 2011-10-12 00:00:00 -04:00 default_executable: dependencies: [] description: General purpose Web Content Management in Rails. email: github@browsermedia.com executables: - browsercms - bcms extensions: [] extra_rdoc_files: - LICENSE.txt - README.markdown files: - app/controllers/application_controller.rb - app/controllers/cms/application_controller.rb - app/controllers/cms/attachments_controller.rb - app/controllers/cms/base_controller.rb - app/controllers/cms/cache_controller.rb - app/controllers/cms/categories_controller.rb - app/controllers/cms/category_types_controller.rb - app/controllers/cms/connectors_controller.rb - app/controllers/cms/content_block_controller.rb - app/controllers/cms/content_controller.rb - app/controllers/cms/content_types_controller.rb - app/controllers/cms/dashboard_controller.rb - app/controllers/cms/dynamic_views_controller.rb - app/controllers/cms/email_messages_controller.rb - app/controllers/cms/error_handling.rb - app/controllers/cms/file_blocks_controller.rb - app/controllers/cms/groups_controller.rb - app/controllers/cms/home_controller.rb - app/controllers/cms/html_blocks_controller.rb - app/controllers/cms/image_blocks_controller.rb - app/controllers/cms/links_controller.rb - app/controllers/cms/page_route_conditions_controller.rb - app/controllers/cms/page_route_options_controller.rb - app/controllers/cms/page_route_requirements_controller.rb - app/controllers/cms/page_routes_controller.rb - app/controllers/cms/pages_controller.rb - app/controllers/cms/portlet_controller.rb - app/controllers/cms/portlets_controller.rb - app/controllers/cms/redirects_controller.rb - app/controllers/cms/resource_controller.rb - app/controllers/cms/routes_controller.rb - app/controllers/cms/section_nodes_controller.rb - app/controllers/cms/sections_controller.rb - app/controllers/cms/sessions_controller.rb - app/controllers/cms/tags_controller.rb - app/controllers/cms/tasks_controller.rb - app/controllers/cms/toolbar_controller.rb - app/controllers/cms/users_controller.rb - app/controllers/tests/pretend_controller.rb - app/helpers/application_helper.rb - app/helpers/cms/application_helper.rb - app/helpers/cms/form_builder.rb - app/helpers/cms/form_tag_helper.rb - app/helpers/cms/menu_helper.rb - app/helpers/cms/page_helper.rb - app/helpers/cms/path_helper.rb - app/helpers/cms/rendering_helper.rb - app/helpers/cms/section_nodes_helper.rb - app/helpers/cms/template_support.rb - app/models/abstract_file_block.rb - app/models/attachment.rb - app/models/category.rb - app/models/category_type.rb - app/models/connector.rb - app/models/content_type.rb - app/models/content_type_group.rb - app/models/dynamic_view.rb - app/models/email_message.rb - app/models/email_message_mailer.rb - app/models/file_block.rb - app/models/forgot_password_mailer.rb - app/models/group.rb - app/models/group_permission.rb - app/models/group_section.rb - app/models/group_type.rb - app/models/group_type_permission.rb - app/models/guest_user.rb - app/models/html_block.rb - app/models/image_block.rb - app/models/link.rb - app/models/page.rb - app/models/page_partial.rb - app/models/page_route.rb - app/models/page_route_condition.rb - app/models/page_route_option.rb - app/models/page_route_requirement.rb - app/models/page_template.rb - app/models/permission.rb - app/models/portlet.rb - app/models/redirect.rb - app/models/section.rb - app/models/section_node.rb - app/models/site.rb - app/models/tag.rb - app/models/tagging.rb - app/models/task.rb - app/models/templates.rb - app/models/user.rb - app/models/user_group_membership.rb - app/portlets/dynamic_portlet.rb - app/portlets/email_page_portlet.rb - app/portlets/forgot_password_portlet.rb - app/portlets/login_portlet.rb - app/portlets/reset_password_portlet.rb - app/portlets/tag_cloud_portlet.rb - app/views/cms/blocks/_hidden_fields.html.erb - app/views/cms/blocks/_toolbar.html.erb - app/views/cms/blocks/_toolbar_for_collection.html.erb - app/views/cms/blocks/_toolbar_for_member.html.erb - app/views/cms/blocks/edit.html.erb - app/views/cms/blocks/index.html.erb - app/views/cms/blocks/new.html.erb - app/views/cms/blocks/show.html.erb - app/views/cms/blocks/usages.html.erb - app/views/cms/blocks/versions.html.erb - app/views/cms/cache/show.html.erb - app/views/cms/categories/_form.html.erb - app/views/cms/category_types/_form.html.erb - app/views/cms/connectors/new.html.erb - app/views/cms/content/no_page.html.erb - app/views/cms/content/show.html.erb - app/views/cms/content_types/index.html.erb - app/views/cms/dashboard/_page_drafts.html.erb - app/views/cms/dashboard/_tasks.html.erb - app/views/cms/dashboard/index.html.erb - app/views/cms/dynamic_views/_form.html.erb - app/views/cms/dynamic_views/edit.html.erb - app/views/cms/dynamic_views/index.html.erb - app/views/cms/dynamic_views/new.html.erb - app/views/cms/email_messages/index.html.erb - app/views/cms/email_messages/show.html.erb - app/views/cms/file_blocks/_form.html.erb - app/views/cms/file_blocks/render.html.erb - app/views/cms/forgot_password_mailer/reset_password.text.html.erb - app/views/cms/forgot_password_mailer/reset_password.text.plain.erb - app/views/cms/form_builder/_cms_check_box.html.erb - app/views/cms/form_builder/_cms_date_picker.html.erb - app/views/cms/form_builder/_cms_datetime_select.html.erb - app/views/cms/form_builder/_cms_drop_down.html.erb - app/views/cms/form_builder/_cms_fancy_drop_down.html.erb - app/views/cms/form_builder/_cms_file_field.html.erb - app/views/cms/form_builder/_cms_instructions.html.erb - app/views/cms/form_builder/_cms_tag_list.html.erb - app/views/cms/form_builder/_cms_template_editor.html.erb - app/views/cms/form_builder/_cms_text_area.html.erb - app/views/cms/form_builder/_cms_text_editor.html.erb - app/views/cms/form_builder/_cms_text_field.html.erb - app/views/cms/groups/_form.html.erb - app/views/cms/groups/_permissions.html.erb - app/views/cms/groups/_sections.html.erb - app/views/cms/groups/edit.html.erb - app/views/cms/groups/index.html.erb - app/views/cms/groups/new.html.erb - app/views/cms/html_blocks/_form.html.erb - app/views/cms/html_blocks/render.html.erb - app/views/cms/image_blocks/_form.html.erb - app/views/cms/image_blocks/render.html.erb - app/views/cms/links/_form.html.erb - app/views/cms/links/destroy.js.rjs - app/views/cms/links/edit.html.erb - app/views/cms/links/new.html.erb - app/views/cms/menus/_menu.html.erb - app/views/cms/menus/_menu_item.html.erb - app/views/cms/page_routes/_form.html.erb - app/views/cms/page_routes/edit.html.erb - app/views/cms/page_routes/index.html.erb - app/views/cms/page_routes/new.html.erb - app/views/cms/page_routes/show.html.erb - app/views/cms/pages/_edit_connector.html.erb - app/views/cms/pages/_edit_container.html.erb - app/views/cms/pages/_form.html.erb - app/views/cms/pages/edit.html.erb - app/views/cms/pages/new.html.erb - app/views/cms/pages/versions.html.erb - app/views/cms/redirects/_form.html.erb - app/views/cms/redirects/edit.html.erb - app/views/cms/redirects/index.html.erb - app/views/cms/redirects/new.html.erb - app/views/cms/routes/index.html.erb - app/views/cms/section_nodes/_link.html.erb - app/views/cms/section_nodes/_node.html.erb - app/views/cms/section_nodes/_page.html.erb - app/views/cms/section_nodes/_section.html.erb - app/views/cms/section_nodes/_section_node.html.erb - app/views/cms/section_nodes/index.html.erb - app/views/cms/sections/_form.html.erb - app/views/cms/sections/_page.html.erb - app/views/cms/sections/_section.html.erb - app/views/cms/sections/destroy.js.rjs - app/views/cms/sections/edit.html.erb - app/views/cms/sections/file_browser.xml.builder - app/views/cms/sections/index.html.erb - app/views/cms/sections/new.html.erb - app/views/cms/sessions/new.html.erb - app/views/cms/shared/_admin_sidebar.html.erb - app/views/cms/shared/_exception.html.erb - app/views/cms/shared/_pagination.html.erb - app/views/cms/shared/_version_conflict_diff.html.erb - app/views/cms/shared/_version_conflict_error.html.erb - app/views/cms/shared/access_denied.html.erb - app/views/cms/shared/error.html.erb - app/views/cms/tags/_form.html.erb - app/views/cms/tags/render.html.erb - app/views/cms/tasks/new.html.erb - app/views/cms/toolbar/index.html.erb - app/views/cms/users/_form.html.erb - app/views/cms/users/_groups.html.erb - app/views/cms/users/_password.html.erb - app/views/cms/users/_toolbar.html.erb - app/views/cms/users/_user_fields.html.erb - app/views/cms/users/change_password.html.erb - app/views/cms/users/edit.html.erb - app/views/cms/users/index.html.erb - app/views/cms/users/new.html.erb - app/views/cms/users/show.html.erb - app/views/layouts/_cms_toolbar.html.erb - app/views/layouts/_page_toolbar.html.erb - app/views/layouts/application.html.erb - app/views/layouts/cms/_footer.erb - app/views/layouts/cms/_head.html.erb - app/views/layouts/cms/administration.html.erb - app/views/layouts/cms/application.html.erb - app/views/layouts/cms/content_library.html.erb - app/views/layouts/cms/dashboard.html.erb - app/views/layouts/cms/login.html.erb - app/views/layouts/cms/section_nodes.html.erb - app/views/layouts/cms/thickbox.html.erb - app/views/layouts/cms/toolbar.html.erb - app/views/portlets/dynamic/_form.html.erb - app/views/portlets/email_page/_form.html.erb - app/views/portlets/email_page/render.html.erb - app/views/portlets/forgot_password/_form.html.erb - app/views/portlets/forgot_password/render.html.erb - app/views/portlets/login/_form.html.erb - app/views/portlets/login/render.html.erb - app/views/portlets/portlets/_form.html.erb - app/views/portlets/reset_password/_form.html.erb - app/views/portlets/reset_password/render.html.erb - app/views/portlets/tag_cloud/_form.html.erb - app/views/portlets/tag_cloud/render.html.erb - app/views/tests/pretend/open_with_layout.html.erb - browsercms.gemspec - db/demo/data.rb - db/demo/page_partials/_footer.html.erb - db/demo/page_partials/_header.html.erb - db/demo/page_templates/home_page.html.erb - db/demo/page_templates/sub_page.html.erb - db/migrate/20080815014337_browsercms_3_0_0.rb - db/migrate/20081114172307_load_seed_data.rb - db/migrate/20091109175123_browsercms_3_0_5.rb - doc/app/classes/AbstractFileBlock.html - doc/app/classes/ActiveRecord.html - doc/app/classes/ActiveRecord/ConnectionAdapters/SchemaStatements.html - doc/app/classes/ActiveSupport.html - doc/app/classes/ActiveSupport/Cache.html - doc/app/classes/ActiveSupport/Cache/FileStore.html - doc/app/classes/ActsAsList.html - doc/app/classes/ActsAsList/ClassMethods.html - doc/app/classes/ActsAsList/InstanceMethods.html - doc/app/classes/ApplicationController.html - doc/app/classes/ApplicationHelper.html - doc/app/classes/Attachment.html - doc/app/classes/Category.html - doc/app/classes/CategoryType.html - doc/app/classes/Cms.html - doc/app/classes/Cms/Acts.html - doc/app/classes/Cms/Acts/ContentBlock.html - doc/app/classes/Cms/Acts/ContentBlock/MacroMethods.html - doc/app/classes/Cms/Acts/ContentBlock/MacroMethods/InstanceMethods.html - doc/app/classes/Cms/Acts/ContentPage.html - doc/app/classes/Cms/Acts/ContentPage/ClassMethods.html - doc/app/classes/Cms/ApplicationController.html - doc/app/classes/Cms/ApplicationHelper.html - doc/app/classes/Cms/AttachmentsController.html - doc/app/classes/Cms/Authentication.html - doc/app/classes/Cms/Authentication/Controller.html - doc/app/classes/Cms/Authentication/Model.html - doc/app/classes/Cms/Authentication/Model/ClassMethods.html - doc/app/classes/Cms/Authentication/Model/InstanceMethods.html - doc/app/classes/Cms/BaseController.html - doc/app/classes/Cms/Behaviors.html - doc/app/classes/Cms/Behaviors/Archiving.html - doc/app/classes/Cms/Behaviors/Archiving/InstanceMethods.html - doc/app/classes/Cms/Behaviors/Archiving/MacroMethods.html - doc/app/classes/Cms/Behaviors/Attaching.html - doc/app/classes/Cms/Behaviors/Attaching/InstanceMethods.html - doc/app/classes/Cms/Behaviors/Attaching/MacroMethods.html - doc/app/classes/Cms/Behaviors/Categorizing.html - doc/app/classes/Cms/Behaviors/Categorizing/ClassMethods.html - doc/app/classes/Cms/Behaviors/Categorizing/InstanceMethods.html - doc/app/classes/Cms/Behaviors/Categorizing/MacroMethods.html - doc/app/classes/Cms/Behaviors/ClassMethods.html - doc/app/classes/Cms/Behaviors/Connecting.html - doc/app/classes/Cms/Behaviors/Connecting/ClassMethods.html - doc/app/classes/Cms/Behaviors/Connecting/InstanceMethods.html - doc/app/classes/Cms/Behaviors/Connecting/MacroMethods.html - doc/app/classes/Cms/Behaviors/DynamicAttributes.html - doc/app/classes/Cms/Behaviors/DynamicAttributes/InstanceMethods.html - doc/app/classes/Cms/Behaviors/DynamicAttributes/MacroMethods.html - doc/app/classes/Cms/Behaviors/FlushCacheOnChange.html - doc/app/classes/Cms/Behaviors/FlushCacheOnChange/InstanceMethods.html - doc/app/classes/Cms/Behaviors/FlushCacheOnChange/MacroMethods.html - doc/app/classes/Cms/Behaviors/Hiding.html - doc/app/classes/Cms/Behaviors/Hiding/ClassMethods.html - doc/app/classes/Cms/Behaviors/Hiding/InstanceMethods.html - doc/app/classes/Cms/Behaviors/Hiding/MacroMethods.html - doc/app/classes/Cms/Behaviors/InstanceMethods.html - doc/app/classes/Cms/Behaviors/Pagination.html - doc/app/classes/Cms/Behaviors/Pagination/ClassMethods.html - doc/app/classes/Cms/Behaviors/Pagination/Collection.html - doc/app/classes/Cms/Behaviors/Pagination/InvalidPage.html - doc/app/classes/Cms/Behaviors/Publishing.html - doc/app/classes/Cms/Behaviors/Publishing/ClassMethods.html - doc/app/classes/Cms/Behaviors/Publishing/InstanceMethods.html - doc/app/classes/Cms/Behaviors/Publishing/MacroMethods.html - doc/app/classes/Cms/Behaviors/Rendering.html - doc/app/classes/Cms/Behaviors/Rendering/MacroMethods.html - doc/app/classes/Cms/Behaviors/Searching.html - doc/app/classes/Cms/Behaviors/Searching/ClassMethods.html - doc/app/classes/Cms/Behaviors/Searching/MacroMethods.html - doc/app/classes/Cms/Behaviors/SoftDeleting.html - doc/app/classes/Cms/Behaviors/SoftDeleting/ClassMethods.html - doc/app/classes/Cms/Behaviors/SoftDeleting/InstanceMethods.html - doc/app/classes/Cms/Behaviors/SoftDeleting/MacroMethods.html - doc/app/classes/Cms/Behaviors/Taggable.html - doc/app/classes/Cms/Behaviors/Taggable/ClassMethods.html - doc/app/classes/Cms/Behaviors/Taggable/InstanceMethods.html - doc/app/classes/Cms/Behaviors/Taggable/MacroMethods.html - doc/app/classes/Cms/Behaviors/Userstamping.html - doc/app/classes/Cms/Behaviors/Userstamping/ClassMethods.html - doc/app/classes/Cms/Behaviors/Userstamping/InstanceMethods.html - doc/app/classes/Cms/Behaviors/Userstamping/MacroMethods.html - doc/app/classes/Cms/Behaviors/Versioning.html - doc/app/classes/Cms/Behaviors/Versioning/ClassMethods.html - doc/app/classes/Cms/Behaviors/Versioning/InstanceMethods.html - doc/app/classes/Cms/Behaviors/Versioning/MacroMethods.html - doc/app/classes/Cms/CacheController.html - doc/app/classes/Cms/Caching.html - doc/app/classes/Cms/CategoriesController.html - doc/app/classes/Cms/CategoryTypesController.html - doc/app/classes/Cms/ConnectorsController.html - doc/app/classes/Cms/ContentBlockController.html - doc/app/classes/Cms/ContentController.html - doc/app/classes/Cms/ContentRenderingSupport.html - doc/app/classes/Cms/ContentTypesController.html - doc/app/classes/Cms/DashboardController.html - doc/app/classes/Cms/DataLoader.html - doc/app/classes/Cms/DomainSupport.html - doc/app/classes/Cms/DynamicViewsController.html - doc/app/classes/Cms/EmailMessagesController.html - doc/app/classes/Cms/ErrorHandling.html - doc/app/classes/Cms/Errors.html - doc/app/classes/Cms/Errors/AccessDenied.html - doc/app/classes/Cms/Extensions.html - doc/app/classes/Cms/Extensions/ActionView.html - doc/app/classes/Cms/Extensions/ActionView/Base.html - doc/app/classes/Cms/Extensions/ActiveRecord.html - doc/app/classes/Cms/Extensions/ActiveRecord/Base.html - doc/app/classes/Cms/Extensions/ActiveRecord/Errors.html - doc/app/classes/Cms/Extensions/Hash.html - doc/app/classes/Cms/Extensions/Integer.html - doc/app/classes/Cms/Extensions/NilClass.html - doc/app/classes/Cms/Extensions/String.html - doc/app/classes/Cms/FileBlocksController.html - doc/app/classes/Cms/FormBuilder.html - doc/app/classes/Cms/FormTagHelper.html - doc/app/classes/Cms/GroupsController.html - doc/app/classes/Cms/HomeController.html - doc/app/classes/Cms/HtmlBlocksController.html - doc/app/classes/Cms/ImageBlocksController.html - doc/app/classes/Cms/LinksController.html - doc/app/classes/Cms/MenuHelper.html - doc/app/classes/Cms/PageHelper.html - doc/app/classes/Cms/PageRouteConditionsController.html - doc/app/classes/Cms/PageRouteOptionsController.html - doc/app/classes/Cms/PageRouteRequirementsController.html - doc/app/classes/Cms/PageRoutesController.html - doc/app/classes/Cms/PagesController.html - doc/app/classes/Cms/PathHelper.html - doc/app/classes/Cms/PortletController.html - doc/app/classes/Cms/PortletsController.html - doc/app/classes/Cms/RedirectsController.html - doc/app/classes/Cms/RenderingHelper.html - doc/app/classes/Cms/ResourceController.html - doc/app/classes/Cms/Routes.html - doc/app/classes/Cms/RoutesController.html - doc/app/classes/Cms/SectionNodesController.html - doc/app/classes/Cms/SectionNodesHelper.html - doc/app/classes/Cms/SectionsController.html - doc/app/classes/Cms/SessionsController.html - doc/app/classes/Cms/TagsController.html - doc/app/classes/Cms/TasksController.html - doc/app/classes/Cms/TemplateSupport.html - doc/app/classes/Cms/ToolbarController.html - doc/app/classes/Cms/UsersController.html - doc/app/classes/CommandLine.html - doc/app/classes/Connector.html - doc/app/classes/ContentType.html - doc/app/classes/ContentTypeGroup.html - doc/app/classes/DynamicPortlet.html - doc/app/classes/DynamicView.html - doc/app/classes/EmailMessage.html - doc/app/classes/EmailMessageMailer.html - doc/app/classes/EmailPagePortlet.html - doc/app/classes/FileBlock.html - doc/app/classes/ForgotPasswordMailer.html - doc/app/classes/ForgotPasswordPortlet.html - doc/app/classes/Group.html - doc/app/classes/GroupPermission.html - doc/app/classes/GroupSection.html - doc/app/classes/GroupType.html - doc/app/classes/GroupTypePermission.html - doc/app/classes/GuestUser.html - doc/app/classes/HtmlBlock.html - doc/app/classes/ImageBlock.html - doc/app/classes/InitialData.html - doc/app/classes/Link.html - doc/app/classes/LoginPortlet.html - doc/app/classes/Page.html - doc/app/classes/PagePartial.html - doc/app/classes/PageRoute.html - doc/app/classes/PageRouteCondition.html - doc/app/classes/PageRouteOption.html - doc/app/classes/PageRouteRequirement.html - doc/app/classes/PageTemplate.html - doc/app/classes/Permission.html - doc/app/classes/Portlet.html - doc/app/classes/Redirect.html - doc/app/classes/ResetPasswordPortlet.html - doc/app/classes/Section.html - doc/app/classes/SectionNode.html - doc/app/classes/Sequence.html - doc/app/classes/Site.html - doc/app/classes/Tag.html - doc/app/classes/TagCloudPortlet.html - doc/app/classes/Tagging.html - doc/app/classes/Task.html - doc/app/classes/Templates.html - doc/app/classes/Tests.html - doc/app/classes/Tests/PretendController.html - doc/app/classes/User.html - doc/app/classes/UserGroupMembership.html - doc/app/created.rid - doc/app/files/app/controllers/application_controller_rb.html - doc/app/files/app/controllers/cms/application_controller_rb.html - doc/app/files/app/controllers/cms/attachments_controller_rb.html - doc/app/files/app/controllers/cms/base_controller_rb.html - doc/app/files/app/controllers/cms/cache_controller_rb.html - doc/app/files/app/controllers/cms/categories_controller_rb.html - doc/app/files/app/controllers/cms/category_types_controller_rb.html - doc/app/files/app/controllers/cms/connectors_controller_rb.html - doc/app/files/app/controllers/cms/content_block_controller_rb.html - doc/app/files/app/controllers/cms/content_controller_rb.html - doc/app/files/app/controllers/cms/content_types_controller_rb.html - doc/app/files/app/controllers/cms/dashboard_controller_rb.html - doc/app/files/app/controllers/cms/dynamic_views_controller_rb.html - doc/app/files/app/controllers/cms/email_messages_controller_rb.html - doc/app/files/app/controllers/cms/error_handling_rb.html - doc/app/files/app/controllers/cms/file_blocks_controller_rb.html - doc/app/files/app/controllers/cms/groups_controller_rb.html - doc/app/files/app/controllers/cms/home_controller_rb.html - doc/app/files/app/controllers/cms/html_blocks_controller_rb.html - doc/app/files/app/controllers/cms/image_blocks_controller_rb.html - doc/app/files/app/controllers/cms/links_controller_rb.html - doc/app/files/app/controllers/cms/page_route_conditions_controller_rb.html - doc/app/files/app/controllers/cms/page_route_options_controller_rb.html - doc/app/files/app/controllers/cms/page_route_requirements_controller_rb.html - doc/app/files/app/controllers/cms/page_routes_controller_rb.html - doc/app/files/app/controllers/cms/pages_controller_rb.html - doc/app/files/app/controllers/cms/portlet_controller_rb.html - doc/app/files/app/controllers/cms/portlets_controller_rb.html - doc/app/files/app/controllers/cms/redirects_controller_rb.html - doc/app/files/app/controllers/cms/resource_controller_rb.html - doc/app/files/app/controllers/cms/routes_controller_rb.html - doc/app/files/app/controllers/cms/section_nodes_controller_rb.html - doc/app/files/app/controllers/cms/sections_controller_rb.html - doc/app/files/app/controllers/cms/sessions_controller_rb.html - doc/app/files/app/controllers/cms/tags_controller_rb.html - doc/app/files/app/controllers/cms/tasks_controller_rb.html - doc/app/files/app/controllers/cms/toolbar_controller_rb.html - doc/app/files/app/controllers/cms/users_controller_rb.html - doc/app/files/app/controllers/tests/pretend_controller_rb.html - doc/app/files/app/helpers/application_helper_rb.html - doc/app/files/app/helpers/cms/application_helper_rb.html - doc/app/files/app/helpers/cms/form_builder_rb.html - doc/app/files/app/helpers/cms/form_tag_helper_rb.html - doc/app/files/app/helpers/cms/menu_helper_rb.html - doc/app/files/app/helpers/cms/page_helper_rb.html - doc/app/files/app/helpers/cms/path_helper_rb.html - doc/app/files/app/helpers/cms/rendering_helper_rb.html - doc/app/files/app/helpers/cms/section_nodes_helper_rb.html - doc/app/files/app/helpers/cms/template_support_rb.html - doc/app/files/app/models/abstract_file_block_rb.html - doc/app/files/app/models/attachment_rb.html - doc/app/files/app/models/category_rb.html - doc/app/files/app/models/category_type_rb.html - doc/app/files/app/models/connector_rb.html - doc/app/files/app/models/content_type_group_rb.html - doc/app/files/app/models/content_type_rb.html - doc/app/files/app/models/dynamic_view_rb.html - doc/app/files/app/models/email_message_mailer_rb.html - doc/app/files/app/models/email_message_rb.html - doc/app/files/app/models/file_block_rb.html - doc/app/files/app/models/forgot_password_mailer_rb.html - doc/app/files/app/models/group_permission_rb.html - doc/app/files/app/models/group_rb.html - doc/app/files/app/models/group_section_rb.html - doc/app/files/app/models/group_type_permission_rb.html - doc/app/files/app/models/group_type_rb.html - doc/app/files/app/models/guest_user_rb.html - doc/app/files/app/models/html_block_rb.html - doc/app/files/app/models/image_block_rb.html - doc/app/files/app/models/link_rb.html - doc/app/files/app/models/page_partial_rb.html - doc/app/files/app/models/page_rb.html - doc/app/files/app/models/page_route_condition_rb.html - doc/app/files/app/models/page_route_option_rb.html - doc/app/files/app/models/page_route_rb.html - doc/app/files/app/models/page_route_requirement_rb.html - doc/app/files/app/models/page_template_rb.html - doc/app/files/app/models/permission_rb.html - doc/app/files/app/models/portlet_rb.html - doc/app/files/app/models/redirect_rb.html - doc/app/files/app/models/section_node_rb.html - doc/app/files/app/models/section_rb.html - doc/app/files/app/models/site_rb.html - doc/app/files/app/models/tag_rb.html - doc/app/files/app/models/tagging_rb.html - doc/app/files/app/models/task_rb.html - doc/app/files/app/models/templates_rb.html - doc/app/files/app/models/user_group_membership_rb.html - doc/app/files/app/models/user_rb.html - doc/app/files/app/portlets/dynamic_portlet_rb.html - doc/app/files/app/portlets/email_page_portlet_rb.html - doc/app/files/app/portlets/forgot_password_portlet_rb.html - doc/app/files/app/portlets/login_portlet_rb.html - doc/app/files/app/portlets/reset_password_portlet_rb.html - doc/app/files/app/portlets/tag_cloud_portlet_rb.html - doc/app/files/doc/README_FOR_APP.html - doc/app/files/lib/acts_as_list_rb.html - doc/app/files/lib/browsercms_rb.html - doc/app/files/lib/cms/acts/content_block_rb.html - doc/app/files/lib/cms/acts/content_page_rb.html - doc/app/files/lib/cms/authentication/controller_rb.html - doc/app/files/lib/cms/authentication/model_rb.html - doc/app/files/lib/cms/behaviors/archiving_rb.html - doc/app/files/lib/cms/behaviors/attaching_rb.html - doc/app/files/lib/cms/behaviors/categorizing_rb.html - doc/app/files/lib/cms/behaviors/connecting_rb.html - doc/app/files/lib/cms/behaviors/dynamic_attributes_rb.html - doc/app/files/lib/cms/behaviors/flush_cache_on_change_rb.html - doc/app/files/lib/cms/behaviors/hiding_rb.html - doc/app/files/lib/cms/behaviors/pagination_rb.html - doc/app/files/lib/cms/behaviors/publishing_rb.html - doc/app/files/lib/cms/behaviors/rendering_rb.html - doc/app/files/lib/cms/behaviors/searching_rb.html - doc/app/files/lib/cms/behaviors/soft_deleting_rb.html - doc/app/files/lib/cms/behaviors/taggable_rb.html - doc/app/files/lib/cms/behaviors/userstamping_rb.html - doc/app/files/lib/cms/behaviors/versioning_rb.html - doc/app/files/lib/cms/behaviors_rb.html - doc/app/files/lib/cms/caching_rb.html - doc/app/files/lib/cms/content_rendering_support_rb.html - doc/app/files/lib/cms/data_loader_rb.html - doc/app/files/lib/cms/domain_support_rb.html - doc/app/files/lib/cms/extensions/action_view/base_rb.html - doc/app/files/lib/cms/extensions/active_record/base_rb.html - doc/app/files/lib/cms/extensions/active_record/connection_adapters/abstract/schema_statements_rb.html - doc/app/files/lib/cms/extensions/active_record/errors_rb.html - doc/app/files/lib/cms/extensions/active_support/cache/file_store_rb.html - doc/app/files/lib/cms/extensions/hash_rb.html - doc/app/files/lib/cms/extensions/integer_rb.html - doc/app/files/lib/cms/extensions/nil_rb.html - doc/app/files/lib/cms/extensions/string_rb.html - doc/app/files/lib/cms/extensions_rb.html - doc/app/files/lib/cms/init_rb.html - doc/app/files/lib/cms/routes_rb.html - doc/app/files/lib/cms/version_rb.html - doc/app/files/lib/command_line_rb.html - doc/app/files/lib/initial_data_rb.html - doc/app/files/lib/sequence_rb.html - doc/app/fr_class_index.html - doc/app/fr_file_index.html - doc/app/fr_method_index.html - doc/app/index.html - doc/app/rdoc-style.css - doc/guides/html/authentication.html - doc/guides/html/build_it_yourself.html - doc/guides/html/building_modules.html - doc/guides/html/building_templates.html - doc/guides/html/content_blocks.html - doc/guides/html/customizing_browsercms.html - doc/guides/html/deployment_guide.html - doc/guides/html/files/javascripts/code_highlighter.js - doc/guides/html/files/javascripts/guides.js - doc/guides/html/files/javascripts/highlighters.js - doc/guides/html/files/stylesheets/main.css - doc/guides/html/files/stylesheets/reset.css - doc/guides/html/files/stylesheets/style.css - doc/guides/html/files/stylesheets/syntax.css - doc/guides/html/getting_started.html - doc/guides/html/images/bg.png - doc/guides/html/images/bottom_cap.png - doc/guides/html/images/browsercms_logo.png - doc/guides/html/images/content_blocks/add_field_to_form.png - doc/guides/html/images/content_blocks/add_second_block.png - doc/guides/html/images/dot.png - doc/guides/html/images/icons/README - doc/guides/html/images/icons/callouts/1.png - doc/guides/html/images/icons/callouts/10.png - doc/guides/html/images/icons/callouts/11.png - doc/guides/html/images/icons/callouts/12.png - doc/guides/html/images/icons/callouts/13.png - doc/guides/html/images/icons/callouts/14.png - doc/guides/html/images/icons/callouts/15.png - doc/guides/html/images/icons/callouts/2.png - doc/guides/html/images/icons/callouts/3.png - doc/guides/html/images/icons/callouts/4.png - doc/guides/html/images/icons/callouts/5.png - doc/guides/html/images/icons/callouts/6.png - doc/guides/html/images/icons/callouts/7.png - doc/guides/html/images/icons/callouts/8.png - doc/guides/html/images/icons/callouts/9.png - doc/guides/html/images/icons/caution.png - doc/guides/html/images/icons/example.png - doc/guides/html/images/icons/home.png - doc/guides/html/images/icons/important.png - doc/guides/html/images/icons/next.png - doc/guides/html/images/icons/note.png - doc/guides/html/images/icons/prev.png - doc/guides/html/images/icons/tip.png - doc/guides/html/images/icons/up.png - doc/guides/html/images/icons/warning.png - doc/guides/html/images/nfl_sitemap.png - doc/guides/html/images/top_cap.png - doc/guides/html/images/top_cap_content.png - doc/guides/html/index.html - doc/guides/html/installing_modules.html - doc/guides/html/portlets.html - doc/guides/html/user_guide.html - doc/guides/html/writing_guides.html - lib/acts_as_list.rb - lib/browsercms.rb - lib/cms/acts/content_block.rb - lib/cms/acts/content_page.rb - lib/cms/authentication/controller.rb - lib/cms/authentication/model.rb - lib/cms/behaviors.rb - lib/cms/behaviors/archiving.rb - lib/cms/behaviors/attaching.rb - lib/cms/behaviors/categorizing.rb - lib/cms/behaviors/connecting.rb - lib/cms/behaviors/dynamic_attributes.rb - lib/cms/behaviors/flush_cache_on_change.rb - lib/cms/behaviors/hiding.rb - lib/cms/behaviors/pagination.rb - lib/cms/behaviors/publishing.rb - lib/cms/behaviors/rendering.rb - lib/cms/behaviors/searching.rb - lib/cms/behaviors/soft_deleting.rb - lib/cms/behaviors/taggable.rb - lib/cms/behaviors/userstamping.rb - lib/cms/behaviors/versioning.rb - lib/cms/caching.rb - lib/cms/content_rendering_support.rb - lib/cms/data_loader.rb - lib/cms/domain_support.rb - lib/cms/extensions.rb - lib/cms/extensions/action_view/base.rb - lib/cms/extensions/active_record/base.rb - lib/cms/extensions/active_record/connection_adapters/abstract/schema_statements.rb - lib/cms/extensions/active_record/errors.rb - lib/cms/extensions/active_support/cache/file_store.rb - lib/cms/extensions/hash.rb - lib/cms/extensions/integer.rb - lib/cms/extensions/nil.rb - lib/cms/extensions/string.rb - lib/cms/init.rb - lib/cms/routes.rb - lib/cms/version.rb - lib/command_line.rb - lib/initial_data.rb - lib/sequence.rb - lib/tasks/cms.rake - lib/tasks/db.rake - lib/tasks/dev.rake - public/bcms/ckeditor/ckeditor.js - public/bcms/ckeditor/config.js - public/bcms/ckeditor/core/_bootstrap.js - public/bcms/ckeditor/core/ajax.js - public/bcms/ckeditor/core/ckeditor.js - public/bcms/ckeditor/core/ckeditor_base.js - public/bcms/ckeditor/core/ckeditor_basic.js - public/bcms/ckeditor/core/command.js - public/bcms/ckeditor/core/commanddefinition.js - public/bcms/ckeditor/core/config.js - public/bcms/ckeditor/core/dom.js - public/bcms/ckeditor/core/dom/document.js - public/bcms/ckeditor/core/dom/documentfragment.js - public/bcms/ckeditor/core/dom/domobject.js - public/bcms/ckeditor/core/dom/element.js - public/bcms/ckeditor/core/dom/elementpath.js - public/bcms/ckeditor/core/dom/event.js - public/bcms/ckeditor/core/dom/node.js - public/bcms/ckeditor/core/dom/nodelist.js - public/bcms/ckeditor/core/dom/range.js - public/bcms/ckeditor/core/dom/text.js - public/bcms/ckeditor/core/dom/walker.js - public/bcms/ckeditor/core/dom/window.js - public/bcms/ckeditor/core/dtd.js - public/bcms/ckeditor/core/editor.js - public/bcms/ckeditor/core/editor_basic.js - public/bcms/ckeditor/core/env.js - public/bcms/ckeditor/core/event.js - public/bcms/ckeditor/core/eventInfo.js - public/bcms/ckeditor/core/focusmanager.js - public/bcms/ckeditor/core/htmlparser.js - public/bcms/ckeditor/core/htmlparser/basicwriter.js - public/bcms/ckeditor/core/htmlparser/cdata.js - public/bcms/ckeditor/core/htmlparser/comment.js - public/bcms/ckeditor/core/htmlparser/element.js - public/bcms/ckeditor/core/htmlparser/filter.js - public/bcms/ckeditor/core/htmlparser/fragment.js - public/bcms/ckeditor/core/htmlparser/text.js - public/bcms/ckeditor/core/imagecacher.js - public/bcms/ckeditor/core/lang.js - public/bcms/ckeditor/core/loader.js - public/bcms/ckeditor/core/plugindefinition.js - public/bcms/ckeditor/core/plugins.js - public/bcms/ckeditor/core/resourcemanager.js - public/bcms/ckeditor/core/scriptloader.js - public/bcms/ckeditor/core/skins.js - public/bcms/ckeditor/core/test.js - public/bcms/ckeditor/core/themes.js - public/bcms/ckeditor/core/tools.js - public/bcms/ckeditor/core/ui.js - public/bcms/ckeditor/core/xml.js - public/bcms/ckeditor/editor.js - public/bcms/ckeditor/lang/_languages.js - public/bcms/ckeditor/lang/_translationstatus.txt - public/bcms/ckeditor/lang/af.js - public/bcms/ckeditor/lang/ar.js - public/bcms/ckeditor/lang/bg.js - public/bcms/ckeditor/lang/bn.js - public/bcms/ckeditor/lang/bs.js - public/bcms/ckeditor/lang/ca.js - public/bcms/ckeditor/lang/cs.js - public/bcms/ckeditor/lang/da.js - public/bcms/ckeditor/lang/de.js - public/bcms/ckeditor/lang/el.js - public/bcms/ckeditor/lang/en-au.js - public/bcms/ckeditor/lang/en-ca.js - public/bcms/ckeditor/lang/en-uk.js - public/bcms/ckeditor/lang/en.js - public/bcms/ckeditor/lang/eo.js - public/bcms/ckeditor/lang/es.js - public/bcms/ckeditor/lang/et.js - public/bcms/ckeditor/lang/eu.js - public/bcms/ckeditor/lang/fa.js - public/bcms/ckeditor/lang/fi.js - public/bcms/ckeditor/lang/fo.js - public/bcms/ckeditor/lang/fr-ca.js - public/bcms/ckeditor/lang/fr.js - public/bcms/ckeditor/lang/gl.js - public/bcms/ckeditor/lang/gu.js - public/bcms/ckeditor/lang/he.js - public/bcms/ckeditor/lang/hi.js - public/bcms/ckeditor/lang/hr.js - public/bcms/ckeditor/lang/hu.js - public/bcms/ckeditor/lang/is.js - public/bcms/ckeditor/lang/it.js - public/bcms/ckeditor/lang/ja.js - public/bcms/ckeditor/lang/km.js - public/bcms/ckeditor/lang/ko.js - public/bcms/ckeditor/lang/lt.js - public/bcms/ckeditor/lang/lv.js - public/bcms/ckeditor/lang/mn.js - public/bcms/ckeditor/lang/ms.js - public/bcms/ckeditor/lang/nb.js - public/bcms/ckeditor/lang/nl.js - public/bcms/ckeditor/lang/no.js - public/bcms/ckeditor/lang/pl.js - public/bcms/ckeditor/lang/pt-br.js - public/bcms/ckeditor/lang/pt.js - public/bcms/ckeditor/lang/ro.js - public/bcms/ckeditor/lang/ru.js - public/bcms/ckeditor/lang/sk.js - public/bcms/ckeditor/lang/sl.js - public/bcms/ckeditor/lang/sr-latn.js - public/bcms/ckeditor/lang/sr.js - public/bcms/ckeditor/lang/sv.js - public/bcms/ckeditor/lang/th.js - public/bcms/ckeditor/lang/tr.js - public/bcms/ckeditor/lang/uk.js - public/bcms/ckeditor/lang/vi.js - public/bcms/ckeditor/lang/zh-cn.js - public/bcms/ckeditor/lang/zh.js - public/bcms/ckeditor/plugins/about/dialogs/about.js - public/bcms/ckeditor/plugins/about/dialogs/logo_ckeditor.png - public/bcms/ckeditor/plugins/about/plugin.js - public/bcms/ckeditor/plugins/basicstyles/plugin.js - public/bcms/ckeditor/plugins/blockquote/plugin.js - public/bcms/ckeditor/plugins/button/plugin.js - public/bcms/ckeditor/plugins/clipboard/dialogs/paste.js - public/bcms/ckeditor/plugins/clipboard/plugin.js - public/bcms/ckeditor/plugins/colorbutton/plugin.js - public/bcms/ckeditor/plugins/contextmenu/plugin.js - public/bcms/ckeditor/plugins/dialog/dialogDefinition.js - public/bcms/ckeditor/plugins/dialog/plugin.js - public/bcms/ckeditor/plugins/dialogui/plugin.js - public/bcms/ckeditor/plugins/domiterator/plugin.js - public/bcms/ckeditor/plugins/editingblock/plugin.js - public/bcms/ckeditor/plugins/elementspath/plugin.js - public/bcms/ckeditor/plugins/enterkey/plugin.js - public/bcms/ckeditor/plugins/entities/plugin.js - public/bcms/ckeditor/plugins/fakeobjects/plugin.js - public/bcms/ckeditor/plugins/filebrowser/plugin.js - public/bcms/ckeditor/plugins/find/dialogs/find.js - public/bcms/ckeditor/plugins/find/plugin.js - public/bcms/ckeditor/plugins/flash/dialogs/flash.js - public/bcms/ckeditor/plugins/flash/images/placeholder.png - public/bcms/ckeditor/plugins/flash/plugin.js - public/bcms/ckeditor/plugins/floatpanel/plugin.js - public/bcms/ckeditor/plugins/font/plugin.js - public/bcms/ckeditor/plugins/format/plugin.js - public/bcms/ckeditor/plugins/forms/dialogs/button.js - public/bcms/ckeditor/plugins/forms/dialogs/checkbox.js - public/bcms/ckeditor/plugins/forms/dialogs/form.js - public/bcms/ckeditor/plugins/forms/dialogs/hiddenfield.js - public/bcms/ckeditor/plugins/forms/dialogs/radio.js - public/bcms/ckeditor/plugins/forms/dialogs/select.js - public/bcms/ckeditor/plugins/forms/dialogs/textarea.js - public/bcms/ckeditor/plugins/forms/dialogs/textfield.js - public/bcms/ckeditor/plugins/forms/plugin.js - public/bcms/ckeditor/plugins/horizontalrule/plugin.js - public/bcms/ckeditor/plugins/htmldataprocessor/plugin.js - public/bcms/ckeditor/plugins/htmlwriter/plugin.js - public/bcms/ckeditor/plugins/iframedialog/plugin.js - public/bcms/ckeditor/plugins/image/dialogs/image.js - public/bcms/ckeditor/plugins/image/plugin.js - public/bcms/ckeditor/plugins/indent/plugin.js - public/bcms/ckeditor/plugins/justify/plugin.js - public/bcms/ckeditor/plugins/keystrokes/plugin.js - public/bcms/ckeditor/plugins/link/dialogs/anchor.js - public/bcms/ckeditor/plugins/link/dialogs/link.js - public/bcms/ckeditor/plugins/link/images/anchor.gif - public/bcms/ckeditor/plugins/link/plugin.js - public/bcms/ckeditor/plugins/list/plugin.js - public/bcms/ckeditor/plugins/listblock/plugin.js - public/bcms/ckeditor/plugins/maximize/plugin.js - public/bcms/ckeditor/plugins/menu/plugin.js - public/bcms/ckeditor/plugins/menubutton/plugin.js - public/bcms/ckeditor/plugins/newpage/plugin.js - public/bcms/ckeditor/plugins/pagebreak/images/pagebreak.gif - public/bcms/ckeditor/plugins/pagebreak/plugin.js - public/bcms/ckeditor/plugins/panel/plugin.js - public/bcms/ckeditor/plugins/panelbutton/plugin.js - public/bcms/ckeditor/plugins/pastefromword/dialogs/pastefromword.js - public/bcms/ckeditor/plugins/pastefromword/plugin.js - public/bcms/ckeditor/plugins/pastetext/dialogs/pastetext.js - public/bcms/ckeditor/plugins/pastetext/plugin.js - public/bcms/ckeditor/plugins/popup/plugin.js - public/bcms/ckeditor/plugins/preview/plugin.js - public/bcms/ckeditor/plugins/print/plugin.js - public/bcms/ckeditor/plugins/removeformat/plugin.js - public/bcms/ckeditor/plugins/resize/plugin.js - public/bcms/ckeditor/plugins/richcombo/plugin.js - public/bcms/ckeditor/plugins/save/plugin.js - public/bcms/ckeditor/plugins/scayt/dialogs/options.js - public/bcms/ckeditor/plugins/scayt/dialogs/toolbar.css - public/bcms/ckeditor/plugins/scayt/plugin.js - public/bcms/ckeditor/plugins/selection/plugin.js - public/bcms/ckeditor/plugins/showblocks/images/block_address.png - public/bcms/ckeditor/plugins/showblocks/images/block_blockquote.png - public/bcms/ckeditor/plugins/showblocks/images/block_div.png - public/bcms/ckeditor/plugins/showblocks/images/block_h1.png - public/bcms/ckeditor/plugins/showblocks/images/block_h2.png - public/bcms/ckeditor/plugins/showblocks/images/block_h3.png - public/bcms/ckeditor/plugins/showblocks/images/block_h4.png - public/bcms/ckeditor/plugins/showblocks/images/block_h5.png - public/bcms/ckeditor/plugins/showblocks/images/block_h6.png - public/bcms/ckeditor/plugins/showblocks/images/block_p.png - public/bcms/ckeditor/plugins/showblocks/images/block_pre.png - public/bcms/ckeditor/plugins/showblocks/plugin.js - public/bcms/ckeditor/plugins/smiley/dialogs/smiley.js - public/bcms/ckeditor/plugins/smiley/images/angel_smile.gif - public/bcms/ckeditor/plugins/smiley/images/angry_smile.gif - public/bcms/ckeditor/plugins/smiley/images/broken_heart.gif - public/bcms/ckeditor/plugins/smiley/images/confused_smile.gif - public/bcms/ckeditor/plugins/smiley/images/cry_smile.gif - public/bcms/ckeditor/plugins/smiley/images/devil_smile.gif - public/bcms/ckeditor/plugins/smiley/images/embaressed_smile.gif - public/bcms/ckeditor/plugins/smiley/images/envelope.gif - public/bcms/ckeditor/plugins/smiley/images/heart.gif - public/bcms/ckeditor/plugins/smiley/images/kiss.gif - public/bcms/ckeditor/plugins/smiley/images/lightbulb.gif - public/bcms/ckeditor/plugins/smiley/images/omg_smile.gif - public/bcms/ckeditor/plugins/smiley/images/regular_smile.gif - public/bcms/ckeditor/plugins/smiley/images/sad_smile.gif - public/bcms/ckeditor/plugins/smiley/images/shades_smile.gif - public/bcms/ckeditor/plugins/smiley/images/teeth_smile.gif - public/bcms/ckeditor/plugins/smiley/images/thumbs_down.gif - public/bcms/ckeditor/plugins/smiley/images/thumbs_up.gif - public/bcms/ckeditor/plugins/smiley/images/tounge_smile.gif - public/bcms/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif - public/bcms/ckeditor/plugins/smiley/images/wink_smile.gif - public/bcms/ckeditor/plugins/smiley/plugin.js - public/bcms/ckeditor/plugins/sourcearea/plugin.js - public/bcms/ckeditor/plugins/specialchar/dialogs/specialchar.js - public/bcms/ckeditor/plugins/specialchar/plugin.js - public/bcms/ckeditor/plugins/styles/plugin.js - public/bcms/ckeditor/plugins/stylescombo/plugin.js - public/bcms/ckeditor/plugins/stylescombo/styles/default.js - public/bcms/ckeditor/plugins/tab/plugin.js - public/bcms/ckeditor/plugins/table/dialogs/table.js - public/bcms/ckeditor/plugins/table/plugin.js - public/bcms/ckeditor/plugins/tabletools/dialogs/tableCell.js - public/bcms/ckeditor/plugins/tabletools/plugin.js - public/bcms/ckeditor/plugins/templates/dialogs/templates.js - public/bcms/ckeditor/plugins/templates/plugin.js - public/bcms/ckeditor/plugins/templates/templates/default.js - public/bcms/ckeditor/plugins/templates/templates/images/template1.gif - public/bcms/ckeditor/plugins/templates/templates/images/template2.gif - public/bcms/ckeditor/plugins/templates/templates/images/template3.gif - public/bcms/ckeditor/plugins/toolbar/plugin.js - public/bcms/ckeditor/plugins/uicolor/dialogs/uicolor.js - public/bcms/ckeditor/plugins/uicolor/lang/en.js - public/bcms/ckeditor/plugins/uicolor/plugin.js - public/bcms/ckeditor/plugins/uicolor/uicolor.gif - public/bcms/ckeditor/plugins/uicolor/yui/assets/hue_bg.png - public/bcms/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png - public/bcms/ckeditor/plugins/uicolor/yui/assets/picker_mask.png - public/bcms/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png - public/bcms/ckeditor/plugins/uicolor/yui/assets/yui.css - public/bcms/ckeditor/plugins/uicolor/yui/yui.js - public/bcms/ckeditor/plugins/undo/plugin.js - public/bcms/ckeditor/plugins/wsc/dialogs/ciframe.html - public/bcms/ckeditor/plugins/wsc/dialogs/tmpFrameset.html - public/bcms/ckeditor/plugins/wsc/dialogs/wsc.css - public/bcms/ckeditor/plugins/wsc/dialogs/wsc.js - public/bcms/ckeditor/plugins/wsc/plugin.js - public/bcms/ckeditor/plugins/wysiwygarea/plugin.js - public/bcms/ckeditor/skins/kama/dialog.css - public/bcms/ckeditor/skins/kama/editor.css - public/bcms/ckeditor/skins/kama/elementspath.css - public/bcms/ckeditor/skins/kama/icons.css - public/bcms/ckeditor/skins/kama/icons.png - public/bcms/ckeditor/skins/kama/images/dialog_sides.gif - public/bcms/ckeditor/skins/kama/images/dialog_sides.png - public/bcms/ckeditor/skins/kama/images/dialog_sides_rtl.png - public/bcms/ckeditor/skins/kama/images/mini.gif - public/bcms/ckeditor/skins/kama/images/noimage.png - public/bcms/ckeditor/skins/kama/images/sprites.png - public/bcms/ckeditor/skins/kama/images/sprites_ie6.png - public/bcms/ckeditor/skins/kama/images/toolbar_start.gif - public/bcms/ckeditor/skins/kama/mainui.css - public/bcms/ckeditor/skins/kama/menu.css - public/bcms/ckeditor/skins/kama/panel.css - public/bcms/ckeditor/skins/kama/presets.css - public/bcms/ckeditor/skins/kama/reset.css - public/bcms/ckeditor/skins/kama/richcombo.css - public/bcms/ckeditor/skins/kama/skin.js - public/bcms/ckeditor/skins/kama/templates.css - public/bcms/ckeditor/skins/kama/toolbar.css - public/bcms/ckeditor/skins/office2003/dialog.css - public/bcms/ckeditor/skins/office2003/editor.css - public/bcms/ckeditor/skins/office2003/elementspath.css - public/bcms/ckeditor/skins/office2003/icons.css - public/bcms/ckeditor/skins/office2003/icons.png - public/bcms/ckeditor/skins/office2003/images/dialog_sides.gif - public/bcms/ckeditor/skins/office2003/images/dialog_sides.png - public/bcms/ckeditor/skins/office2003/images/dialog_sides_rtl.png - public/bcms/ckeditor/skins/office2003/images/mini.gif - public/bcms/ckeditor/skins/office2003/images/noimage.png - public/bcms/ckeditor/skins/office2003/images/sprites.png - public/bcms/ckeditor/skins/office2003/images/sprites_ie6.png - public/bcms/ckeditor/skins/office2003/mainui.css - public/bcms/ckeditor/skins/office2003/menu.css - public/bcms/ckeditor/skins/office2003/panel.css - public/bcms/ckeditor/skins/office2003/presets.css - public/bcms/ckeditor/skins/office2003/reset.css - public/bcms/ckeditor/skins/office2003/richcombo.css - public/bcms/ckeditor/skins/office2003/skin.js - public/bcms/ckeditor/skins/office2003/templates.css - public/bcms/ckeditor/skins/office2003/toolbar.css - public/bcms/ckeditor/skins/v2/dialog.css - public/bcms/ckeditor/skins/v2/editor.css - public/bcms/ckeditor/skins/v2/elementspath.css - public/bcms/ckeditor/skins/v2/icons.css - public/bcms/ckeditor/skins/v2/icons.png - public/bcms/ckeditor/skins/v2/images/dialog_sides.gif - public/bcms/ckeditor/skins/v2/images/dialog_sides.png - public/bcms/ckeditor/skins/v2/images/dialog_sides_rtl.png - public/bcms/ckeditor/skins/v2/images/mini.gif - public/bcms/ckeditor/skins/v2/images/noimage.png - public/bcms/ckeditor/skins/v2/images/sprites.png - public/bcms/ckeditor/skins/v2/images/sprites_ie6.png - public/bcms/ckeditor/skins/v2/images/toolbar_start.gif - public/bcms/ckeditor/skins/v2/mainui.css - public/bcms/ckeditor/skins/v2/menu.css - public/bcms/ckeditor/skins/v2/panel.css - public/bcms/ckeditor/skins/v2/presets.css - public/bcms/ckeditor/skins/v2/reset.css - public/bcms/ckeditor/skins/v2/richcombo.css - public/bcms/ckeditor/skins/v2/skin.js - public/bcms/ckeditor/skins/v2/templates.css - public/bcms/ckeditor/skins/v2/toolbar.css - public/bcms/ckeditor/tests/_assets/sample.css - public/bcms/ckeditor/tests/_assets/sample.js - public/bcms/ckeditor/tests/_assets/sample.txt - public/bcms/ckeditor/tests/_assets/sample.xml - public/bcms/ckeditor/tests/_assets/sample_xml.txt - public/bcms/ckeditor/tests/core/_editor/custom_config_1.js - public/bcms/ckeditor/tests/core/_editor/custom_config_2.js - public/bcms/ckeditor/tests/core/ajax.html - public/bcms/ckeditor/tests/core/bootstrap.html - public/bcms/ckeditor/tests/core/ckeditor.html - public/bcms/ckeditor/tests/core/dom/document.html - public/bcms/ckeditor/tests/core/dom/documentfragment.html - public/bcms/ckeditor/tests/core/dom/element.html - public/bcms/ckeditor/tests/core/dom/node.html - public/bcms/ckeditor/tests/core/dom/range.html - public/bcms/ckeditor/tests/core/dom/text.html - public/bcms/ckeditor/tests/core/dom/walker.html - public/bcms/ckeditor/tests/core/dom/window.html - public/bcms/ckeditor/tests/core/editor.html - public/bcms/ckeditor/tests/core/env.html - public/bcms/ckeditor/tests/core/event.html - public/bcms/ckeditor/tests/core/htmlparser/fragment.html - public/bcms/ckeditor/tests/core/htmlparser/htmlparser.html - public/bcms/ckeditor/tests/core/plugins.html - public/bcms/ckeditor/tests/core/plugins/myplugins/sample/my_plugin.js - public/bcms/ckeditor/tests/core/scriptloader.html - public/bcms/ckeditor/tests/core/tools.html - public/bcms/ckeditor/tests/core/xml.html - public/bcms/ckeditor/tests/plugins/domiterator/domiterator.html - public/bcms/ckeditor/tests/plugins/htmldataprocessor/htmldataprocessor.html - public/bcms/ckeditor/tests/plugins/link/link.html - public/bcms/ckeditor/tests/plugins/list/list.html - public/bcms/ckeditor/tests/plugins/selection/selection.html - public/bcms/ckeditor/tests/plugins/styles/styles.html - public/bcms/ckeditor/tests/test.css - public/bcms/ckeditor/tests/test.js - public/bcms/ckeditor/tests/testall.html - public/bcms/ckeditor/tests/yuitest.js - public/bcms/ckeditor/themes/default/theme.js - public/images/cms/administration/user_browser_bg.gif - public/images/cms/bg.png - public/images/cms/bl_curve.png - public/images/cms/bottom_cap.png - public/images/cms/bottom_cap_content.png - public/images/cms/browse.gif - public/images/cms/browser_media_logo.png - public/images/cms/browsercms_logo.png - public/images/cms/buttons/button.png - public/images/cms/buttons/button_bg.png - public/images/cms/buttons/button_cap.png - public/images/cms/buttons/button_cap_h.png - public/images/cms/buttons/button_cap_off.gif - public/images/cms/buttons/button_cap_off_middle.gif - public/images/cms/buttons/button_h.png - public/images/cms/buttons/button_left_bg.png - public/images/cms/buttons/button_off.png - public/images/cms/buttons/button_off_middle.png - public/images/cms/buttons/delete_x.png - public/images/cms/buttons/delete_x_disabled.png - public/images/cms/buttons/delete_x_h.png - public/images/cms/buttons/sm_button.gif - public/images/cms/buttons/sm_button_2.gif - public/images/cms/buttons/sm_button_2_h.gif - public/images/cms/buttons/sm_button_h.gif - public/images/cms/containers/add.gif - public/images/cms/containers/alpha.png - public/images/cms/containers/beta.png - public/images/cms/containers/delete.gif - public/images/cms/containers/down.gif - public/images/cms/containers/edit.gif - public/images/cms/containers/up.gif - public/images/cms/containers/view.gif - public/images/cms/content_bg.gif - public/images/cms/dashboard/bottom_cap.png - public/images/cms/dashboard/bottom_cap_content.png - public/images/cms/dashboard/header_bg.gif - public/images/cms/dashboard/header_left_bg.gif - public/images/cms/dashboard/table_header_bg.gif - public/images/cms/dashboard/top_cap.png - public/images/cms/dashed.gif - public/images/cms/datepicker/clear.gif - public/images/cms/datepicker/close.gif - public/images/cms/dk_button_l.gif - public/images/cms/dk_button_r.gif - public/images/cms/dot.png - public/images/cms/draft_status.gif - public/images/cms/gray_long_bg.gif - public/images/cms/icons/actions/add.png - public/images/cms/icons/actions/config.png - public/images/cms/icons/actions/connect.png - public/images/cms/icons/actions/delete.png - public/images/cms/icons/actions/down.png - public/images/cms/icons/actions/edit.png - public/images/cms/icons/actions/folder.png - public/images/cms/icons/actions/folder_add.png - public/images/cms/icons/actions/folder_delete.png - public/images/cms/icons/actions/folder_edit.png - public/images/cms/icons/actions/folder_move.png - public/images/cms/icons/actions/folder_open.png - public/images/cms/icons/actions/history.png - public/images/cms/icons/actions/home.png - public/images/cms/icons/actions/left.png - public/images/cms/icons/actions/link.png - public/images/cms/icons/actions/page.png - public/images/cms/icons/actions/page_add.png - public/images/cms/icons/actions/page_edit.png - public/images/cms/icons/actions/page_move.png - public/images/cms/icons/actions/redo.png - public/images/cms/icons/actions/refresh.png - public/images/cms/icons/actions/right.png - public/images/cms/icons/actions/root_folder.png - public/images/cms/icons/actions/root_link.png - public/images/cms/icons/actions/root_page.png - public/images/cms/icons/actions/undo.png - public/images/cms/icons/actions/up.png - public/images/cms/icons/actions/view.png - public/images/cms/icons/file_types/doc.png - public/images/cms/icons/file_types/file.png - public/images/cms/icons/file_types/gif.png - public/images/cms/icons/file_types/htm.png - public/images/cms/icons/file_types/pdf.png - public/images/cms/icons/file_types/ppt.png - public/images/cms/icons/file_types/swf.png - public/images/cms/icons/file_types/txt.png - public/images/cms/icons/file_types/xls.png - public/images/cms/icons/file_types/xml.png - public/images/cms/icons/file_types/zip.png - public/images/cms/icons/status/archived.gif - public/images/cms/icons/status/draft.gif - public/images/cms/icons/status/hidden.gif - public/images/cms/icons/status/locked.gif - public/images/cms/icons/status/published.gif - public/images/cms/icons/status/unlocked.gif - public/images/cms/icons/user.png - public/images/cms/login_bg.jpg - public/images/cms/login_bottom.jpg - public/images/cms/login_top.gif - public/images/cms/lt_button_bg.gif - public/images/cms/lt_button_l.gif - public/images/cms/lt_button_r.gif - public/images/cms/menu.png - public/images/cms/menu/block_cap_h.gif - public/images/cms/menu/bottom_cap.png - public/images/cms/menu/bottom_cap_menu.png - public/images/cms/menu/bottom_cap_menu_first.png - public/images/cms/menu/menu_header_first_bg.gif - public/images/cms/menu/selected_block_cap.gif - public/images/cms/menu/top_cap.png - public/images/cms/menu/top_cap_menu_header.png - public/images/cms/menu_h.gif - public/images/cms/menu_header.png - public/images/cms/menu_open.png - public/images/cms/menu_open_bg.gif - public/images/cms/nav.png - public/images/cms/nav/on_bg.gif - public/images/cms/nav_admin.gif - public/images/cms/nav_admin_h.gif - public/images/cms/nav_admin_on.gif - public/images/cms/nav_cap.png - public/images/cms/nav_cap_h.gif - public/images/cms/nav_content_library.gif - public/images/cms/nav_content_library_h.gif - public/images/cms/nav_content_library_on.gif - public/images/cms/nav_dash.gif - public/images/cms/nav_dash_h.gif - public/images/cms/nav_dash_on.gif - public/images/cms/nav_h.gif - public/images/cms/nav_sitemap.gif - public/images/cms/nav_sitemap_h.gif - public/images/cms/nav_sitemap_on.gif - public/images/cms/page_toolbar/page_toolbar_bg.gif - public/images/cms/page_toolbar/page_toolbar_inset_bg.gif - public/images/cms/page_toolbar/page_toolbar_inset_draft_bg.gif - public/images/cms/page_toolbar/page_toolbar_inset_draft_l.gif - public/images/cms/page_toolbar/page_toolbar_inset_draft_r.gif - public/images/cms/page_toolbar/page_toolbar_inset_l.gif - public/images/cms/page_toolbar/page_toolbar_inset_published_bg.gif - public/images/cms/page_toolbar/page_toolbar_inset_published_l.gif - public/images/cms/page_toolbar/page_toolbar_inset_published_r.gif - public/images/cms/page_toolbar/page_toolbar_inset_r.gif - public/images/cms/page_toolbar/page_toolbar_l.gif - public/images/cms/page_toolbar/page_toolbar_r.gif - public/images/cms/page_toolbar/status_draft_bg.gif - public/images/cms/page_toolbar/status_draft_l.gif - public/images/cms/page_toolbar/status_l.gif - public/images/cms/page_toolbar/status_published_bg.gif - public/images/cms/page_toolbar/status_published_l.gif - public/images/cms/page_toolbar/visual_editor_bg.gif - public/images/cms/page_toolbar/visual_editor_end.gif - public/images/cms/page_toolbar/visual_editor_r.gif - public/images/cms/page_toolbar/visual_editor_state_bg.gif - public/images/cms/pages/add_connectable.gif - public/images/cms/pages/connect_connectable.gif - public/images/cms/pages/container_border.gif - public/images/cms/pages/container_border_l.gif - public/images/cms/pages/container_border_r.gif - public/images/cms/pages/delete_connectable.gif - public/images/cms/pages/down_connectable.gif - public/images/cms/pages/down_connectable_disabled.gif - public/images/cms/pages/edit_connectable.gif - public/images/cms/pages/edit_connectable_2.gif - public/images/cms/pages/show_connectable.gif - public/images/cms/pages/up_connectable.gif - public/images/cms/pages/up_connectable_disabled.gif - public/images/cms/pagination/first.gif - public/images/cms/pagination/first_h.gif - public/images/cms/pagination/input.gif - public/images/cms/pagination/last.gif - public/images/cms/pagination/last_h.gif - public/images/cms/pagination/next.gif - public/images/cms/pagination/next_h.gif - public/images/cms/pagination/previous.gif - public/images/cms/pagination/previous_h.gif - public/images/cms/published_status.gif - public/images/cms/search.png - public/images/cms/search_submit.gif - public/images/cms/search_submit_h.gif - public/images/cms/searchbox_gradient.gif - public/images/cms/select_bg.gif - public/images/cms/select_bg_2.gif - public/images/cms/sitemap/bottom_cap.png - public/images/cms/sitemap/buffer_caps.png - public/images/cms/sitemap/contract.png - public/images/cms/sitemap/corners.gif - public/images/cms/sitemap/corners_hover.gif - public/images/cms/sitemap/divider.gif - public/images/cms/sitemap/expand.png - public/images/cms/sitemap/gradient.gif - public/images/cms/sitemap/gray_contract.png - public/images/cms/sitemap/gray_expand.png - public/images/cms/sitemap/no_contents.png - public/images/cms/sitemap/site_root_cap.png - public/images/cms/sitemap/tooltip.gif - public/images/cms/sitemap/top_cap_content.png - public/images/cms/solid.gif - public/images/cms/table/bl.gif - public/images/cms/table/br.gif - public/images/cms/table/divider.gif - public/images/cms/table/td_cap_first_h.gif - public/images/cms/table/td_cap_first_s.gif - public/images/cms/table/td_cap_last_h.gif - public/images/cms/table/td_cap_last_s.gif - public/images/cms/table/td_last_bg.gif - public/images/cms/table/th_bg.gif - public/images/cms/table/th_divider.gif - public/images/cms/table/th_last_bg.gif - public/images/cms/table/tl.gif - public/images/cms/table/tr.gif - public/images/cms/table/tr_bg.gif - public/images/cms/thickbox/loadingAnimation.gif - public/images/cms/thickbox/macFFBgHack.png - public/images/cms/toolbar_bg.png - public/images/cms/top_cap.png - public/images/cms/top_cap_content.png - public/images/cms/top_cap_menu_header.png - public/images/cms/user_search_submit.gif - public/images/cms/usercontrols_bg.png - public/images/cms/usercontrols_bg_cap.png - public/javascripts/cms/application.js - public/javascripts/cms/content_library.js - public/javascripts/cms/sitemap.js - public/javascripts/jquery-ui.js - public/javascripts/jquery.contextMenu.js - public/javascripts/jquery.cookie.js - public/javascripts/jquery.dimensions.js - public/javascripts/jquery.js - public/javascripts/jquery.selectbox-0.5.js - public/javascripts/jquery.taglist.js - public/javascripts/jquery.thickbox.js - public/site/customconfig.js - public/stylesheets/cms/administration.css - public/stylesheets/cms/application.css - public/stylesheets/cms/block.css - public/stylesheets/cms/buttons.css - public/stylesheets/cms/content_library.css - public/stylesheets/cms/content_types.css - public/stylesheets/cms/dashboard.css - public/stylesheets/cms/data_table.css - public/stylesheets/cms/date_picker.css - public/stylesheets/cms/form_layout.css - public/stylesheets/cms/jquery.contextMenu.css - public/stylesheets/cms/login.css - public/stylesheets/cms/menu.css - public/stylesheets/cms/nav.css - public/stylesheets/cms/page_toolbar.css - public/stylesheets/cms/reset.css - public/stylesheets/cms/selectbox.css - public/stylesheets/cms/sitemap.css - public/stylesheets/cms/taglist.css - public/stylesheets/cms/thickbox.css - public/themes/blue_steel/images/logo.jpg - public/themes/blue_steel/images/splash.jpg - public/themes/blue_steel/stylesheets/style.css - rails/init.rb - rails_generators/browser_cms/USAGE - rails_generators/browser_cms/browser_cms_generator.rb - rails_generators/browser_cms/templates/README - rails_generators/browser_cms_demo_site/USAGE - rails_generators/browser_cms_demo_site/browser_cms_demo_site_generator.rb - rails_generators/browser_cms_demo_site/templates/migration.rb - rails_generators/content_block/USAGE - rails_generators/content_block/content_block_generator.rb - rails_generators/content_block/templates/_form.html.erb - rails_generators/content_block/templates/content_block.rb - rails_generators/content_block/templates/controller.rb - rails_generators/content_block/templates/functional_test.erb - rails_generators/content_block/templates/migration.rb - rails_generators/content_block/templates/render.html.erb - rails_generators/content_block/templates/unit_test.erb - rails_generators/portlet/USAGE - rails_generators/portlet/portlet_generator.rb - rails_generators/portlet/templates/_form.html.erb - rails_generators/portlet/templates/portlet.rb - rails_generators/portlet/templates/portlet_helper.rb - rails_generators/portlet/templates/render.html.erb - rails_generators/portlet/templates/unit_test.erb - rails_generators/template/USAGE - rails_generators/template/template_generator.rb - rails_generators/template/templates/template.erb - templates/blank.rb - templates/demo.rb - templates/module.rb - LICENSE.txt - README.markdown - test/custom_assertions.rb - test/factories.rb - test/functional/cms/cache_controller_test.rb - test/functional/cms/categories_controller_test.rb - test/functional/cms/connectors_controller_test.rb - test/functional/cms/content_block_controller_test.rb - test/functional/cms/content_controller_test.rb - test/functional/cms/content_types_controller_test.rb - test/functional/cms/dashboard_controller_test.rb - test/functional/cms/dynamic_views_controller_test.rb - test/functional/cms/file_blocks_controller_test.rb - test/functional/cms/groups_controller_test.rb - test/functional/cms/home_controller_test.rb - test/functional/cms/html_blocks_controller_test.rb - test/functional/cms/image_blocks_controller_test.rb - test/functional/cms/links_controller_test.rb - test/functional/cms/pages_controller_test.rb - test/functional/cms/portlets_controller_test.rb - test/functional/cms/section_nodes_controller_test.rb - test/functional/cms/sections_controller_test.rb - test/functional/cms/sessions_controller_test.rb - test/functional/cms/toolbar_controller_test.rb - test/functional/cms/users_controller_test.rb - test/functional/tests/pretend_controller_test.rb - test/integration/cms/ckeditor_test.rb - test/integration/cms/password_management_test.rb - test/integration/login_test.rb - test/test_helper.rb - test/test_logging.rb - test/unit/behaviors/attaching_test.rb - test/unit/behaviors/dynamic_attributes_test.rb - test/unit/behaviors/publishable_test.rb - test/unit/behaviors/searching_test.rb - test/unit/behaviors/taggable_test.rb - test/unit/extensions/active_record/base_test.rb - test/unit/extensions/hash_test.rb - test/unit/extensions/integer_test.rb - test/unit/helpers/application_helper_test.rb - test/unit/helpers/form_builder_test.rb - test/unit/helpers/menu_helper_test.rb - test/unit/helpers/page_helper_test.rb - test/unit/helpers/path_helper_test.rb - test/unit/lib/acts_as_content_page_test.rb - test/unit/lib/cms/authentication/controller_test.rb - test/unit/lib/cms_domain_support_test.rb - test/unit/lib/command_line_test.rb - test/unit/lib/content_block_test.rb - test/unit/lib/content_rendering_support_test.rb - test/unit/lib/generators_test.rb - test/unit/lib/routes_test.rb - test/unit/models/attachment_test.rb - test/unit/models/category_test.rb - test/unit/models/category_type_test.rb - test/unit/models/connector_test.rb - test/unit/models/content_type_test.rb - test/unit/models/email_page_portlet_test.rb - test/unit/models/file_block_test.rb - test/unit/models/group_test.rb - test/unit/models/html_block_test.rb - test/unit/models/link_test.rb - test/unit/models/page_partial_test.rb - test/unit/models/page_route_test.rb - test/unit/models/page_template_test.rb - test/unit/models/page_test.rb - test/unit/models/permission_test.rb - test/unit/models/portlet_test.rb - test/unit/models/section_node_test.rb - test/unit/models/sections_test.rb - test/unit/models/site_test.rb - test/unit/models/task_test.rb - test/unit/models/user_test.rb - test/unit/schema_statements_test.rb - bin/browsercms - bin/bcms has_rdoc: true homepage: http://www.browsercms.org licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: browsercms rubygems_version: 1.6.2 signing_key: specification_version: 3 summary: BrowserCMS is a general purpose, open source Web Content Management System (CMS) written in Ruby on Rails. Designed for web developers who want to create great looking websites while using standard Rails tools for customizing it. test_files: - test/custom_assertions.rb - test/factories.rb - test/functional/cms/cache_controller_test.rb - test/functional/cms/categories_controller_test.rb - test/functional/cms/connectors_controller_test.rb - test/functional/cms/content_block_controller_test.rb - test/functional/cms/content_controller_test.rb - test/functional/cms/content_types_controller_test.rb - test/functional/cms/dashboard_controller_test.rb - test/functional/cms/dynamic_views_controller_test.rb - test/functional/cms/file_blocks_controller_test.rb - test/functional/cms/groups_controller_test.rb - test/functional/cms/home_controller_test.rb - test/functional/cms/html_blocks_controller_test.rb - test/functional/cms/image_blocks_controller_test.rb - test/functional/cms/links_controller_test.rb - test/functional/cms/pages_controller_test.rb - test/functional/cms/portlets_controller_test.rb - test/functional/cms/section_nodes_controller_test.rb - test/functional/cms/sections_controller_test.rb - test/functional/cms/sessions_controller_test.rb - test/functional/cms/toolbar_controller_test.rb - test/functional/cms/users_controller_test.rb - test/functional/tests/pretend_controller_test.rb - test/integration/cms/ckeditor_test.rb - test/integration/cms/password_management_test.rb - test/integration/login_test.rb - test/test_helper.rb - test/test_logging.rb - test/unit/behaviors/attaching_test.rb - test/unit/behaviors/dynamic_attributes_test.rb - test/unit/behaviors/publishable_test.rb - test/unit/behaviors/searching_test.rb - test/unit/behaviors/taggable_test.rb - test/unit/extensions/active_record/base_test.rb - test/unit/extensions/hash_test.rb - test/unit/extensions/integer_test.rb - test/unit/helpers/application_helper_test.rb - test/unit/helpers/form_builder_test.rb - test/unit/helpers/menu_helper_test.rb - test/unit/helpers/page_helper_test.rb - test/unit/helpers/path_helper_test.rb - test/unit/lib/acts_as_content_page_test.rb - test/unit/lib/cms/authentication/controller_test.rb - test/unit/lib/cms_domain_support_test.rb - test/unit/lib/command_line_test.rb - test/unit/lib/content_block_test.rb - test/unit/lib/content_rendering_support_test.rb - test/unit/lib/generators_test.rb - test/unit/lib/routes_test.rb - test/unit/models/attachment_test.rb - test/unit/models/category_test.rb - test/unit/models/category_type_test.rb - test/unit/models/connector_test.rb - test/unit/models/content_type_test.rb - test/unit/models/email_page_portlet_test.rb - test/unit/models/file_block_test.rb - test/unit/models/group_test.rb - test/unit/models/html_block_test.rb - test/unit/models/link_test.rb - test/unit/models/page_partial_test.rb - test/unit/models/page_route_test.rb - test/unit/models/page_template_test.rb - test/unit/models/page_test.rb - test/unit/models/permission_test.rb - test/unit/models/portlet_test.rb - test/unit/models/section_node_test.rb - test/unit/models/sections_test.rb - test/unit/models/site_test.rb - test/unit/models/task_test.rb - test/unit/models/user_test.rb - test/unit/schema_statements_test.rb