browsercms.gemspec in we5-browsercms-3.0.5.1 vs browsercms.gemspec in we5-browsercms-3.1.0

- old
+ new

@@ -3,16 +3,18 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{browsercms} - s.version = "3.0.5" + s.version = "3.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["BrowserMedia"] - s.date = %q{2009-11-17} + s.date = %q{2010-01-30} + s.description = %q{Web Content Management in Rails.} s.email = %q{github@browsermedia.com} + s.executables = ["browsercms", "bcms"] s.extra_rdoc_files = [ "LICENSE.txt", "README.markdown" ] s.files = [ @@ -52,17 +54,19 @@ "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", @@ -98,10 +102,11 @@ "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", @@ -136,15 +141,19 @@ "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", @@ -237,10 +246,11 @@ "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", @@ -557,15 +567,17 @@ "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/content_blocks.html", + "doc/guides/html/customizing_browsercms.html", "doc/guides/html/deployment_guide.html", "doc/guides/html/designer_guide.html", - "doc/guides/html/developer_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", @@ -573,10 +585,12 @@ "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", @@ -604,14 +618,17 @@ "doc/guides/html/images/icons/warning.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", @@ -627,11 +644,13 @@ "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", @@ -640,330 +659,377 @@ "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/fckeditor/editor/css/behaviors/disablehandles.htc", - "public/fckeditor/editor/css/behaviors/showtableborders.htc", - "public/fckeditor/editor/css/fck_editorarea.css", - "public/fckeditor/editor/css/fck_internal.css", - "public/fckeditor/editor/css/fck_showtableborders_gecko.css", - "public/fckeditor/editor/css/images/block_address.png", - "public/fckeditor/editor/css/images/block_blockquote.png", - "public/fckeditor/editor/css/images/block_div.png", - "public/fckeditor/editor/css/images/block_h1.png", - "public/fckeditor/editor/css/images/block_h2.png", - "public/fckeditor/editor/css/images/block_h3.png", - "public/fckeditor/editor/css/images/block_h4.png", - "public/fckeditor/editor/css/images/block_h5.png", - "public/fckeditor/editor/css/images/block_h6.png", - "public/fckeditor/editor/css/images/block_p.png", - "public/fckeditor/editor/css/images/block_pre.png", - "public/fckeditor/editor/css/images/fck_anchor.gif", - "public/fckeditor/editor/css/images/fck_flashlogo.gif", - "public/fckeditor/editor/css/images/fck_hiddenfield.gif", - "public/fckeditor/editor/css/images/fck_pagebreak.gif", - "public/fckeditor/editor/css/images/fck_plugin.gif", - "public/fckeditor/editor/dialog/common/fck_dialog_common.css", - "public/fckeditor/editor/dialog/common/fck_dialog_common.js", - "public/fckeditor/editor/dialog/common/images/locked.gif", - "public/fckeditor/editor/dialog/common/images/reset.gif", - "public/fckeditor/editor/dialog/common/images/unlocked.gif", - "public/fckeditor/editor/dialog/fck_about.html", - "public/fckeditor/editor/dialog/fck_about/logo_fckeditor.gif", - "public/fckeditor/editor/dialog/fck_about/logo_fredck.gif", - "public/fckeditor/editor/dialog/fck_about/sponsors/spellchecker_net.gif", - "public/fckeditor/editor/dialog/fck_anchor.html", - "public/fckeditor/editor/dialog/fck_button.html", - "public/fckeditor/editor/dialog/fck_checkbox.html", - "public/fckeditor/editor/dialog/fck_colorselector.html", - "public/fckeditor/editor/dialog/fck_div.html", - "public/fckeditor/editor/dialog/fck_docprops.html", - "public/fckeditor/editor/dialog/fck_docprops/fck_document_preview.html", - "public/fckeditor/editor/dialog/fck_flash.html", - "public/fckeditor/editor/dialog/fck_flash/fck_flash.js", - "public/fckeditor/editor/dialog/fck_flash/fck_flash_preview.html", - "public/fckeditor/editor/dialog/fck_form.html", - "public/fckeditor/editor/dialog/fck_hiddenfield.html", - "public/fckeditor/editor/dialog/fck_image.html", - "public/fckeditor/editor/dialog/fck_image/fck_image.js", - "public/fckeditor/editor/dialog/fck_image/fck_image_preview.html", - "public/fckeditor/editor/dialog/fck_link.html", - "public/fckeditor/editor/dialog/fck_link/fck_link.js", - "public/fckeditor/editor/dialog/fck_listprop.html", - "public/fckeditor/editor/dialog/fck_paste.html", - "public/fckeditor/editor/dialog/fck_radiobutton.html", - "public/fckeditor/editor/dialog/fck_replace.html", - "public/fckeditor/editor/dialog/fck_select.html", - "public/fckeditor/editor/dialog/fck_select/fck_select.js", - "public/fckeditor/editor/dialog/fck_smiley.html", - "public/fckeditor/editor/dialog/fck_source.html", - "public/fckeditor/editor/dialog/fck_specialchar.html", - "public/fckeditor/editor/dialog/fck_spellerpages.html", - "public/fckeditor/editor/dialog/fck_spellerpages/spellerpages/blank.html", - "public/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controlWindow.js", - "public/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controls.html", - "public/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm", - "public/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php", - "public/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl", - "public/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellChecker.js", - "public/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html", - "public/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css", - "public/fckeditor/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js", - "public/fckeditor/editor/dialog/fck_table.html", - "public/fckeditor/editor/dialog/fck_tablecell.html", - "public/fckeditor/editor/dialog/fck_template.html", - "public/fckeditor/editor/dialog/fck_template/images/template1.gif", - "public/fckeditor/editor/dialog/fck_template/images/template2.gif", - "public/fckeditor/editor/dialog/fck_template/images/template3.gif", - "public/fckeditor/editor/dialog/fck_textarea.html", - "public/fckeditor/editor/dialog/fck_textfield.html", - "public/fckeditor/editor/dtd/fck_dtd_test.html", - "public/fckeditor/editor/dtd/fck_xhtml10strict.js", - "public/fckeditor/editor/dtd/fck_xhtml10transitional.js", - "public/fckeditor/editor/fckdebug.html", - "public/fckeditor/editor/fckdialog.html", - "public/fckeditor/editor/fckeditor.html", - "public/fckeditor/editor/fckeditor.original.html", - "public/fckeditor/editor/filemanager/browser/default/browser.css", - "public/fckeditor/editor/filemanager/browser/default/browser.html", - "public/fckeditor/editor/filemanager/browser/default/frmactualfolder.html", - "public/fckeditor/editor/filemanager/browser/default/frmcreatefolder.html", - "public/fckeditor/editor/filemanager/browser/default/frmfolders.html", - "public/fckeditor/editor/filemanager/browser/default/frmresourceslist.html", - "public/fckeditor/editor/filemanager/browser/default/frmresourcetype.html", - "public/fckeditor/editor/filemanager/browser/default/frmupload.html", - "public/fckeditor/editor/filemanager/browser/default/images/ButtonArrow.gif", - "public/fckeditor/editor/filemanager/browser/default/images/Folder.gif", - "public/fckeditor/editor/filemanager/browser/default/images/Folder32.gif", - "public/fckeditor/editor/filemanager/browser/default/images/FolderOpened.gif", - "public/fckeditor/editor/filemanager/browser/default/images/FolderOpened32.gif", - "public/fckeditor/editor/filemanager/browser/default/images/FolderUp.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/ai.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/avi.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/bmp.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/cs.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/default.icon.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/dll.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/doc.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/exe.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/fla.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/gif.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/htm.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/html.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/jpg.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/js.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/mdb.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/mp3.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/pdf.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/png.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/ppt.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/rdp.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/swf.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/swt.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/txt.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/vsd.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/xls.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/xml.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/32/zip.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/ai.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/avi.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/bmp.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/cs.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/default.icon.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/dll.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/doc.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/exe.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/fla.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/gif.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/htm.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/html.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/jpg.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/js.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/mdb.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/mp3.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/pdf.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/png.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/ppt.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/rdp.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/swf.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/swt.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/txt.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/vsd.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/xls.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/xml.gif", - "public/fckeditor/editor/filemanager/browser/default/images/icons/zip.gif", - "public/fckeditor/editor/filemanager/browser/default/images/spacer.gif", - "public/fckeditor/editor/filemanager/browser/default/js/common.js", - "public/fckeditor/editor/filemanager/browser/default/js/fckxml.js", - "public/fckeditor/editor/images/anchor.gif", - "public/fckeditor/editor/images/arrow_ltr.gif", - "public/fckeditor/editor/images/arrow_rtl.gif", - "public/fckeditor/editor/images/smiley/msn/angel_smile.gif", - "public/fckeditor/editor/images/smiley/msn/angry_smile.gif", - "public/fckeditor/editor/images/smiley/msn/broken_heart.gif", - "public/fckeditor/editor/images/smiley/msn/cake.gif", - "public/fckeditor/editor/images/smiley/msn/confused_smile.gif", - "public/fckeditor/editor/images/smiley/msn/cry_smile.gif", - "public/fckeditor/editor/images/smiley/msn/devil_smile.gif", - "public/fckeditor/editor/images/smiley/msn/embaressed_smile.gif", - "public/fckeditor/editor/images/smiley/msn/envelope.gif", - "public/fckeditor/editor/images/smiley/msn/heart.gif", - "public/fckeditor/editor/images/smiley/msn/kiss.gif", - "public/fckeditor/editor/images/smiley/msn/lightbulb.gif", - "public/fckeditor/editor/images/smiley/msn/omg_smile.gif", - "public/fckeditor/editor/images/smiley/msn/regular_smile.gif", - "public/fckeditor/editor/images/smiley/msn/sad_smile.gif", - "public/fckeditor/editor/images/smiley/msn/shades_smile.gif", - "public/fckeditor/editor/images/smiley/msn/teeth_smile.gif", - "public/fckeditor/editor/images/smiley/msn/thumbs_down.gif", - "public/fckeditor/editor/images/smiley/msn/thumbs_up.gif", - "public/fckeditor/editor/images/smiley/msn/tounge_smile.gif", - "public/fckeditor/editor/images/smiley/msn/whatchutalkingabout_smile.gif", - "public/fckeditor/editor/images/smiley/msn/wink_smile.gif", - "public/fckeditor/editor/images/spacer.gif", - "public/fckeditor/editor/js/fckadobeair.js", - "public/fckeditor/editor/js/fckeditorcode_gecko.js", - "public/fckeditor/editor/js/fckeditorcode_ie.js", - "public/fckeditor/editor/lang/_translationstatus.txt", - "public/fckeditor/editor/lang/af.js", - "public/fckeditor/editor/lang/ar.js", - "public/fckeditor/editor/lang/bg.js", - "public/fckeditor/editor/lang/bn.js", - "public/fckeditor/editor/lang/bs.js", - "public/fckeditor/editor/lang/ca.js", - "public/fckeditor/editor/lang/cs.js", - "public/fckeditor/editor/lang/da.js", - "public/fckeditor/editor/lang/de.js", - "public/fckeditor/editor/lang/el.js", - "public/fckeditor/editor/lang/en-au.js", - "public/fckeditor/editor/lang/en-ca.js", - "public/fckeditor/editor/lang/en-uk.js", - "public/fckeditor/editor/lang/en.js", - "public/fckeditor/editor/lang/eo.js", - "public/fckeditor/editor/lang/es.js", - "public/fckeditor/editor/lang/et.js", - "public/fckeditor/editor/lang/eu.js", - "public/fckeditor/editor/lang/fa.js", - "public/fckeditor/editor/lang/fi.js", - "public/fckeditor/editor/lang/fo.js", - "public/fckeditor/editor/lang/fr-ca.js", - "public/fckeditor/editor/lang/fr.js", - "public/fckeditor/editor/lang/gl.js", - "public/fckeditor/editor/lang/gu.js", - "public/fckeditor/editor/lang/he.js", - "public/fckeditor/editor/lang/hi.js", - "public/fckeditor/editor/lang/hr.js", - "public/fckeditor/editor/lang/hu.js", - "public/fckeditor/editor/lang/it.js", - "public/fckeditor/editor/lang/ja.js", - "public/fckeditor/editor/lang/km.js", - "public/fckeditor/editor/lang/ko.js", - "public/fckeditor/editor/lang/lt.js", - "public/fckeditor/editor/lang/lv.js", - "public/fckeditor/editor/lang/mn.js", - "public/fckeditor/editor/lang/ms.js", - "public/fckeditor/editor/lang/nb.js", - "public/fckeditor/editor/lang/nl.js", - "public/fckeditor/editor/lang/no.js", - "public/fckeditor/editor/lang/pl.js", - "public/fckeditor/editor/lang/pt-br.js", - "public/fckeditor/editor/lang/pt.js", - "public/fckeditor/editor/lang/ro.js", - "public/fckeditor/editor/lang/ru.js", - "public/fckeditor/editor/lang/sk.js", - "public/fckeditor/editor/lang/sl.js", - "public/fckeditor/editor/lang/sr-latn.js", - "public/fckeditor/editor/lang/sr.js", - "public/fckeditor/editor/lang/sv.js", - "public/fckeditor/editor/lang/th.js", - "public/fckeditor/editor/lang/tr.js", - "public/fckeditor/editor/lang/uk.js", - "public/fckeditor/editor/lang/vi.js", - "public/fckeditor/editor/lang/zh-cn.js", - "public/fckeditor/editor/lang/zh.js", - "public/fckeditor/editor/plugins/autogrow/fckplugin.js", - "public/fckeditor/editor/plugins/bbcode/_sample/sample.config.js", - "public/fckeditor/editor/plugins/bbcode/_sample/sample.html", - "public/fckeditor/editor/plugins/bbcode/fckplugin.js", - "public/fckeditor/editor/plugins/dragresizetable/fckplugin.js", - "public/fckeditor/editor/plugins/placeholder/fck_placeholder.html", - "public/fckeditor/editor/plugins/placeholder/fckplugin.js", - "public/fckeditor/editor/plugins/placeholder/lang/de.js", - "public/fckeditor/editor/plugins/placeholder/lang/en.js", - "public/fckeditor/editor/plugins/placeholder/lang/es.js", - "public/fckeditor/editor/plugins/placeholder/lang/fr.js", - "public/fckeditor/editor/plugins/placeholder/lang/it.js", - "public/fckeditor/editor/plugins/placeholder/lang/pl.js", - "public/fckeditor/editor/plugins/placeholder/placeholder.gif", - "public/fckeditor/editor/plugins/simplecommands/fckplugin.js", - "public/fckeditor/editor/plugins/tablecommands/fckplugin.js", - "public/fckeditor/editor/skins/_fckviewstrips.html", - "public/fckeditor/editor/skins/default/fck_dialog.css", - "public/fckeditor/editor/skins/default/fck_dialog_ie6.js", - "public/fckeditor/editor/skins/default/fck_editor.css", - "public/fckeditor/editor/skins/default/fck_strip.gif", - "public/fckeditor/editor/skins/default/images/dialog.sides.gif", - "public/fckeditor/editor/skins/default/images/dialog.sides.png", - "public/fckeditor/editor/skins/default/images/dialog.sides.rtl.png", - "public/fckeditor/editor/skins/default/images/sprites.gif", - "public/fckeditor/editor/skins/default/images/sprites.png", - "public/fckeditor/editor/skins/default/images/toolbar.arrowright.gif", - "public/fckeditor/editor/skins/default/images/toolbar.buttonarrow.gif", - "public/fckeditor/editor/skins/default/images/toolbar.collapse.gif", - "public/fckeditor/editor/skins/default/images/toolbar.end.gif", - "public/fckeditor/editor/skins/default/images/toolbar.expand.gif", - "public/fckeditor/editor/skins/default/images/toolbar.separator.gif", - "public/fckeditor/editor/skins/default/images/toolbar.start.gif", - "public/fckeditor/editor/skins/office2003/fck_dialog.css", - "public/fckeditor/editor/skins/office2003/fck_dialog_ie6.js", - "public/fckeditor/editor/skins/office2003/fck_editor.css", - "public/fckeditor/editor/skins/office2003/fck_strip.gif", - "public/fckeditor/editor/skins/office2003/images/dialog.sides.gif", - "public/fckeditor/editor/skins/office2003/images/dialog.sides.png", - "public/fckeditor/editor/skins/office2003/images/dialog.sides.rtl.png", - "public/fckeditor/editor/skins/office2003/images/sprites.gif", - "public/fckeditor/editor/skins/office2003/images/sprites.png", - "public/fckeditor/editor/skins/office2003/images/toolbar.arrowright.gif", - "public/fckeditor/editor/skins/office2003/images/toolbar.bg.gif", - "public/fckeditor/editor/skins/office2003/images/toolbar.buttonarrow.gif", - "public/fckeditor/editor/skins/office2003/images/toolbar.collapse.gif", - "public/fckeditor/editor/skins/office2003/images/toolbar.end.gif", - "public/fckeditor/editor/skins/office2003/images/toolbar.expand.gif", - "public/fckeditor/editor/skins/office2003/images/toolbar.separator.gif", - "public/fckeditor/editor/skins/office2003/images/toolbar.start.gif", - "public/fckeditor/editor/skins/silver/fck_dialog.css", - "public/fckeditor/editor/skins/silver/fck_dialog_ie6.js", - "public/fckeditor/editor/skins/silver/fck_editor.css", - "public/fckeditor/editor/skins/silver/fck_strip.gif", - "public/fckeditor/editor/skins/silver/images/dialog.sides.gif", - "public/fckeditor/editor/skins/silver/images/dialog.sides.png", - "public/fckeditor/editor/skins/silver/images/dialog.sides.rtl.png", - "public/fckeditor/editor/skins/silver/images/sprites.gif", - "public/fckeditor/editor/skins/silver/images/sprites.png", - "public/fckeditor/editor/skins/silver/images/toolbar.arrowright.gif", - "public/fckeditor/editor/skins/silver/images/toolbar.buttonarrow.gif", - "public/fckeditor/editor/skins/silver/images/toolbar.buttonbg.gif", - "public/fckeditor/editor/skins/silver/images/toolbar.collapse.gif", - "public/fckeditor/editor/skins/silver/images/toolbar.end.gif", - "public/fckeditor/editor/skins/silver/images/toolbar.expand.gif", - "public/fckeditor/editor/skins/silver/images/toolbar.separator.gif", - "public/fckeditor/editor/skins/silver/images/toolbar.start.gif", - "public/fckeditor/fckconfig.js", - "public/fckeditor/fckdebug.html", - "public/fckeditor/fckdialog.html", - "public/fckeditor/fckeditor.html", - "public/fckeditor/fckeditor.js", - "public/fckeditor/fckeditor.original.html", - "public/fckeditor/fckpackager.xml", - "public/fckeditor/fckstyles.xml", - "public/fckeditor/fcktemplates.xml", + "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", @@ -1181,11 +1247,10 @@ "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/editor.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", @@ -1235,12 +1300,16 @@ "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" ] s.homepage = %q{http://www.browsercms.org} @@ -1248,74 +1317,80 @@ s.require_paths = ["lib"] s.rubyforge_project = %q{browsercms} s.rubygems_version = %q{1.3.5} s.summary = %q{BrowserCMS is a general purpose, open source Web Content Management System (CMS), written in Ruby on Rails.} s.test_files = [ - "test/functional/cms/file_blocks_controller_test.rb", - "test/functional/cms/toolbar_controller_test.rb", - "test/functional/cms/sessions_controller_test.rb", + "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/cache_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/users_controller_test.rb", - "test/functional/cms/content_controller_test.rb", + "test/functional/cms/image_blocks_controller_test.rb", "test/functional/cms/links_controller_test.rb", - "test/functional/cms/dynamic_views_controller_test.rb", - "test/functional/cms/categories_controller_test.rb", - "test/functional/cms/content_block_controller_test.rb", "test/functional/cms/pages_controller_test.rb", - "test/functional/cms/connectors_controller_test.rb", - "test/functional/cms/home_controller_test.rb", + "test/functional/cms/portlets_controller_test.rb", "test/functional/cms/section_nodes_controller_test.rb", - "test/functional/cms/groups_controller_test.rb", "test/functional/cms/sections_controller_test.rb", - "test/functional/cms/portlets_controller_test.rb", - "test/functional/cms/image_blocks_controller_test.rb", - "test/factories.rb", - "test/custom_assertions.rb", - "test/test_logging.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/unit/helpers/page_helper_test.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/path_helper_test.rb", - "test/unit/helpers/menu_helper_test.rb", "test/unit/helpers/form_builder_test.rb", - "test/unit/schema_statements_test.rb", - "test/unit/models/user_test.rb", - "test/unit/models/link_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_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/site_test.rb", - "test/unit/models/sections_test.rb", - "test/unit/models/section_node_test.rb", - "test/unit/models/content_type_test.rb", "test/unit/models/html_block_test.rb", - "test/unit/models/portlet_test.rb", - "test/unit/models/connector_test.rb", - "test/unit/models/task_test.rb", - "test/unit/models/page_test.rb", - "test/unit/models/category_test.rb", - "test/unit/models/page_route_test.rb", + "test/unit/models/link_test.rb", "test/unit/models/page_partial_test.rb", - "test/unit/models/attachment_test.rb", - "test/unit/models/file_block_test.rb", - "test/unit/models/permission_test.rb", + "test/unit/models/page_route_test.rb", "test/unit/models/page_template_test.rb", - "test/unit/models/category_type_test.rb", - "test/unit/behaviors/publishable_test.rb", - "test/unit/behaviors/searching_test.rb", - "test/unit/behaviors/dynamic_attributes_test.rb", - "test/unit/behaviors/taggable_test.rb", - "test/unit/behaviors/attaching_test.rb", - "test/unit/extensions/hash_test.rb", - "test/unit/extensions/active_record/base_test.rb", - "test/unit/extensions/integer_test.rb", - "test/unit/lib/routes_test.rb", - "test/unit/lib/generators_test.rb", - "test/unit/lib/content_block_test.rb", - "test/integration/cms/password_management_test.rb", - "test/integration/login_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" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3