browsercms 3.1.4 → 3.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (164) hide show
  1. data/app/controllers/cms/content_block_controller.rb +2 -2
  2. data/app/controllers/cms/section_nodes_controller.rb +6 -1
  3. data/app/controllers/cms/sections_controller.rb +1 -1
  4. data/app/helpers/cms/application_helper.rb +1 -1
  5. data/app/helpers/cms/content_block_helper.rb +27 -0
  6. data/app/helpers/cms/section_nodes_helper.rb +43 -5
  7. data/app/models/abstract_file_block.rb +16 -1
  8. data/app/models/attachment.rb +17 -35
  9. data/app/models/file_block.rb +0 -12
  10. data/app/models/image_block.rb +0 -12
  11. data/app/models/link.rb +4 -21
  12. data/app/models/page.rb +31 -34
  13. data/app/models/section.rb +82 -44
  14. data/app/models/section_node.rb +39 -24
  15. data/app/models/user.rb +5 -0
  16. data/app/views/cms/blocks/index.html.erb +4 -4
  17. data/app/views/cms/file_blocks/_form.html.erb +1 -1
  18. data/app/views/cms/image_blocks/_form.html.erb +1 -1
  19. data/app/views/cms/section_nodes/_link.html.erb +6 -3
  20. data/app/views/cms/section_nodes/_node.html.erb +11 -1
  21. data/app/views/cms/section_nodes/_page.html.erb +13 -7
  22. data/app/views/cms/section_nodes/_section.html.erb +24 -8
  23. data/app/views/cms/section_nodes/index.html.erb +28 -16
  24. data/app/views/layouts/templates/default.html.erb +17 -0
  25. data/browsercms.gemspec +28 -1413
  26. data/db/migrate/20120117144039_browsercms315.rb +94 -0
  27. data/db/migrate/{20081114172307_load_seed_data.rb → 20121114172307_load_seeds.rb} +8 -1
  28. data/lib/acts_as_list.rb +1 -1
  29. data/lib/browsercms.rb +2 -0
  30. data/lib/cms/addressable.rb +83 -0
  31. data/lib/cms/behaviors/attaching.rb +44 -24
  32. data/lib/cms/behaviors/connecting.rb +2 -1
  33. data/lib/cms/behaviors/publishing.rb +12 -3
  34. data/lib/cms/behaviors/versioning.rb +83 -53
  35. data/lib/cms/content_rendering_support.rb +3 -3
  36. data/lib/cms/error_pages.rb +8 -0
  37. data/lib/cms/init.rb +5 -3
  38. data/lib/cms/version.rb +1 -1
  39. data/templates/blank.rb +2 -0
  40. data/templates/demo.rb +2 -0
  41. data/templates/module.rb +2 -0
  42. data/test/custom_assertions.rb +7 -1
  43. data/test/factories.rb +3 -1
  44. data/test/factories/sitemap_factories.rb +28 -0
  45. data/test/fixtures/connectors.yml +97 -0
  46. data/test/fixtures/content_type_groups.yml +13 -0
  47. data/test/fixtures/content_types.yml +50 -0
  48. data/test/fixtures/dynamic_view_versions.yml +26 -0
  49. data/test/fixtures/dynamic_views.yml +26 -0
  50. data/test/fixtures/group_permissions.yml +16 -0
  51. data/test/fixtures/group_sections.yml +31 -0
  52. data/test/fixtures/group_type_permissions.yml +11 -0
  53. data/test/fixtures/group_types.yml +25 -0
  54. data/test/fixtures/groups.yml +25 -0
  55. data/test/fixtures/html_block_versions.yml +67 -0
  56. data/test/fixtures/html_blocks.yml +63 -0
  57. data/test/fixtures/page_versions.yml +265 -0
  58. data/test/fixtures/pages.yml +85 -0
  59. data/test/fixtures/permissions.yml +28 -0
  60. data/test/fixtures/section_nodes.yml +46 -0
  61. data/test/fixtures/sections.yml +19 -0
  62. data/test/fixtures/sites.yml +9 -0
  63. data/test/fixtures/user_group_memberships.yml +11 -0
  64. data/test/fixtures/users.yml +15 -0
  65. data/test/functional/cms/content_controller_test.rb +6 -1
  66. data/test/functional/cms/file_blocks_controller_test.rb +1 -0
  67. data/test/functional/cms/html_blocks_controller_test.rb +1 -0
  68. data/test/functional/cms/image_blocks_controller_test.rb +39 -32
  69. data/test/functional/cms/section_nodes_controller_test.rb +48 -20
  70. data/test/functional/cms/sections_controller_test.rb +3 -1
  71. data/test/functional/tests/pretend_controller_test.rb +6 -3
  72. data/test/integration/cms/ckeditor_test.rb +5 -2
  73. data/test/integration/sitemap_performance_test.rb +26 -0
  74. data/test/selenium-core/Blank.html +7 -0
  75. data/test/selenium-core/InjectedRemoteRunner.html +8 -0
  76. data/test/selenium-core/RemoteRunner.html +110 -0
  77. data/test/selenium-core/SeleniumLog.html +109 -0
  78. data/test/selenium-core/TestPrompt.html +145 -0
  79. data/test/selenium-core/TestRunner-splash.html +55 -0
  80. data/test/selenium-core/TestRunner.hta +176 -0
  81. data/test/selenium-core/TestRunner.html +176 -0
  82. data/test/selenium-core/domviewer/butmin.gif +0 -0
  83. data/test/selenium-core/domviewer/butplus.gif +0 -0
  84. data/test/selenium-core/domviewer/domviewer.css +298 -0
  85. data/test/selenium-core/domviewer/domviewer.html +16 -0
  86. data/test/selenium-core/domviewer/selenium-domviewer.js +205 -0
  87. data/test/selenium-core/icons/all.png +0 -0
  88. data/test/selenium-core/icons/continue.png +0 -0
  89. data/test/selenium-core/icons/continue_disabled.png +0 -0
  90. data/test/selenium-core/icons/pause.png +0 -0
  91. data/test/selenium-core/icons/pause_disabled.png +0 -0
  92. data/test/selenium-core/icons/selected.png +0 -0
  93. data/test/selenium-core/icons/step.png +0 -0
  94. data/test/selenium-core/icons/step_disabled.png +0 -0
  95. data/test/selenium-core/iedoc-core.xml +1515 -0
  96. data/test/selenium-core/iedoc.xml +1469 -0
  97. data/test/selenium-core/lib/cssQuery/cssQuery-p.js +6 -0
  98. data/test/selenium-core/lib/cssQuery/src/cssQuery-level2.js +142 -0
  99. data/test/selenium-core/lib/cssQuery/src/cssQuery-level3.js +150 -0
  100. data/test/selenium-core/lib/cssQuery/src/cssQuery-standard.js +53 -0
  101. data/test/selenium-core/lib/cssQuery/src/cssQuery.js +356 -0
  102. data/test/selenium-core/lib/prototype.js +2006 -0
  103. data/test/selenium-core/lib/scriptaculous/builder.js +101 -0
  104. data/test/selenium-core/lib/scriptaculous/controls.js +815 -0
  105. data/test/selenium-core/lib/scriptaculous/dragdrop.js +915 -0
  106. data/test/selenium-core/lib/scriptaculous/effects.js +958 -0
  107. data/test/selenium-core/lib/scriptaculous/scriptaculous.js +47 -0
  108. data/test/selenium-core/lib/scriptaculous/slider.js +283 -0
  109. data/test/selenium-core/lib/scriptaculous/unittest.js +383 -0
  110. data/test/selenium-core/scripts/find_matching_child.js +69 -0
  111. data/test/selenium-core/scripts/htmlutils.js +894 -0
  112. data/test/selenium-core/scripts/injection.html +72 -0
  113. data/test/selenium-core/scripts/js2html.js +70 -0
  114. data/test/selenium-core/scripts/narcissus-defs.js +175 -0
  115. data/test/selenium-core/scripts/narcissus-exec.js +1054 -0
  116. data/test/selenium-core/scripts/narcissus-parse.js +1003 -0
  117. data/test/selenium-core/scripts/se2html.js +63 -0
  118. data/test/selenium-core/scripts/selenium-api.js +2409 -0
  119. data/test/selenium-core/scripts/selenium-browserbot.js +2203 -0
  120. data/test/selenium-core/scripts/selenium-browserdetect.js +150 -0
  121. data/test/selenium-core/scripts/selenium-commandhandlers.js +377 -0
  122. data/test/selenium-core/scripts/selenium-executionloop.js +175 -0
  123. data/test/selenium-core/scripts/selenium-logging.js +147 -0
  124. data/test/selenium-core/scripts/selenium-remoterunner.js +571 -0
  125. data/test/selenium-core/scripts/selenium-testrunner.js +1333 -0
  126. data/test/selenium-core/scripts/selenium-version.js +5 -0
  127. data/test/selenium-core/scripts/user-extensions.js +3 -0
  128. data/test/selenium-core/scripts/user-extensions.js.sample +75 -0
  129. data/test/selenium-core/scripts/xmlextras.js +153 -0
  130. data/test/selenium-core/selenium-logo.png +0 -0
  131. data/test/selenium-core/selenium-test.css +43 -0
  132. data/test/selenium-core/selenium.css +299 -0
  133. data/test/selenium-core/xpath/dom.js +428 -0
  134. data/test/selenium-core/xpath/misc.js +252 -0
  135. data/test/selenium-core/xpath/xpath.js +2223 -0
  136. data/test/selenium/_login_as_cmsadmin.rsel +4 -0
  137. data/test/selenium/dashboard.rsel +5 -0
  138. data/test/selenium/html_blocks.rsel +4 -0
  139. data/test/selenium/login/failed_login.rsel +8 -0
  140. data/test/selenium/login/successful_login.rsel +9 -0
  141. data/test/selenium/page_templates.rsel +12 -0
  142. data/test/selenium/pages/edit_properties.rsel +5 -0
  143. data/test/selenium/site/view_home_page.rsel +4 -0
  144. data/test/selenium/sitemap/move_page.rsel +9 -0
  145. data/test/selenium/sitemap/open_section.rsel +6 -0
  146. data/test/selenium/sitemap/select_page.rsel +12 -0
  147. data/test/selenium/sitemap/select_section.rsel +17 -0
  148. data/test/test_helper.rb +30 -12
  149. data/test/unit/behaviors/attaching_test.rb +4 -6
  150. data/test/unit/behaviors/connectable_test.rb +29 -0
  151. data/test/unit/behaviors/publishable_test.rb +40 -9
  152. data/test/unit/behaviors/versioning_test.rb +36 -0
  153. data/test/unit/helpers/menu_helper_test.rb +5 -2
  154. data/test/unit/helpers/page_helper_test.rb +2 -0
  155. data/test/unit/lib/cms/sitemap_test.rb +206 -0
  156. data/test/unit/models/attachment_test.rb +51 -31
  157. data/test/unit/models/file_block_test.rb +74 -55
  158. data/test/unit/models/link_test.rb +44 -0
  159. data/test/unit/models/page_test.rb +290 -224
  160. data/test/unit/models/sections_test.rb +144 -44
  161. data/test/unit/models/user_test.rb +28 -18
  162. metadata +581 -350
  163. data/app/views/cms/section_nodes/_section_node.html.erb +0 -10
  164. data/test/unit/models/section_node_test.rb +0 -92
@@ -1,10 +1,31 @@
1
1
  class SectionNode < ActiveRecord::Base
2
- belongs_to :section
3
- belongs_to :node, :polymorphic => :true
2
+ has_ancestry
4
3
 
5
- acts_as_list :scope => :section
4
+ # This is the parent section for this node
5
+ # For backwards compatiblity
6
+ def parent_section
7
+ self.parent ? self.parent.node : nil
8
+ end
9
+
10
+ alias :section :parent_section
11
+
12
+ # For backwards compatiblity
13
+ def section=(new_section)
14
+ self.parent = new_section.node
15
+ end
16
+
17
+ # The item this node links to
18
+ belongs_to :node, :polymorphic => :true, :inverse_of => :section_node
19
+
20
+ acts_as_list
21
+ # For acts_as_list. Specifies that position should be unique within a section.
22
+ def scope_condition
23
+ ancestry ? "ancestry = '#{ancestry}'" : 'ancestry IS NULL'
24
+ end
6
25
 
7
26
  named_scope :of_type, lambda{|types| {:conditions => ["section_nodes.node_type IN (?)", types]}}
27
+ named_scope :in_order, :order => "position asc"
28
+ named_scope :fetch_nodes, :include => :node
8
29
 
9
30
  def visible?
10
31
  return false unless node
@@ -27,27 +48,29 @@ class SectionNode < ActiveRecord::Base
27
48
  def page?
28
49
  node_type == 'Page'
29
50
  end
30
-
31
- def move_to(sec, pos)
51
+
52
+ # @param [Section] section
53
+ # @param [Integer] position
54
+ def move_to(section, position)
32
55
  #logger.info "Moving Section Node ##{id} to Section ##{sec.id} Position #{pos}"
33
56
  transaction do
34
- if section != sec
57
+ if self.parent != section.node
35
58
  remove_from_list
36
- self.section = sec
59
+ self.parent = section.node
37
60
  save
38
61
  end
39
62
 
40
- if pos < 0
41
- pos = 0
63
+ if position < 0
64
+ position = 0
42
65
  else
43
66
  #This helps prevent the position from getting out of whack
44
67
  #If you pass in a really high number for position,
45
68
  #this just corrects it to the right number
46
- node_count = SectionNode.count(:conditions => {:section_id => section_id})
47
- pos = node_count if pos > node_count
69
+ node_count = SectionNode.count(:conditions => {:ancestry => ancestry})
70
+ position = node_count if position > node_count
48
71
  end
49
72
 
50
- insert_at_position(pos)
73
+ insert_at_position(position)
51
74
  end
52
75
  end
53
76
 
@@ -77,17 +100,9 @@ class SectionNode < ActiveRecord::Base
77
100
  #1.0/0 == Infinity
78
101
  move_to(sec, 1.0/0)
79
102
  end
80
-
81
- def ancestors()
82
- ancestors = []
83
- fn = lambda do |sn|
84
- ancestors << sn.section
85
- if sn.section && !sn.section.root?
86
- fn.call(sn.section.node)
87
- end
88
- end
89
- fn.call(self)
90
- ancestors.reverse
103
+
104
+
105
+ def ancestry_path
106
+ path_ids.join "/"
91
107
  end
92
-
93
108
  end
data/app/models/user.rb CHANGED
@@ -106,6 +106,11 @@ class User < ActiveRecord::Base
106
106
  @modifiable_sections ||= Section.find(:all, :include => {:groups => [:group_type, :users]}, :conditions => ["users.id = ? and group_types.cms_access = ?", id, true])
107
107
  end
108
108
 
109
+ #def unmodifiable_sections
110
+ #
111
+ # #@modifiable_sections ||= Section.find(:all, :include => {:groups => [:group_type, :users]}, :conditions => ["users.id = ? and group_types.cms_access = ?", id, true])
112
+ #end
113
+
109
114
  # Expects a list of names of Permissions
110
115
  # true if the user has any of the permissions
111
116
  def able_to?(*required_permissions)
@@ -50,7 +50,6 @@
50
50
  <% page_title "Content Library / List #{content_type.display_name_plural}" %>
51
51
  <% @toolbar_title = "List #{content_type.display_name_plural}" %>
52
52
  <%= render :partial => 'cms/blocks/toolbar' %>
53
-
54
53
  <div class="roundedcorners">
55
54
  <table id="blocks" class="data">
56
55
  <thead>
@@ -90,8 +89,9 @@
90
89
  col_ct += 1 if content_type.model_class.publishable? %>
91
90
  <% @blocks.each do |b| %>
92
91
  <% block = b.class.versioned? ? b.as_of_draft_version : b %>
93
- <tr id="<%= block.class.name.underscore %>_<%= block.id %>" class="<%= block.class.name.underscore %> <%= block.class.publishable? && !block.published? ? 'draft' : 'published' %> <%= 'non-editable' unless current_user.able_to_edit?(block) %> <%= 'non-publishable' unless current_user.able_to_publish?(block) %>">
94
- <td class="first"></td>
92
+
93
+ <%= block_row_tag(block) %>
94
+ <td class="first"></td>
95
95
  <% content_type.columns_for_index.each_with_index do |column, i| %>
96
96
  <td class="<%= column[:label].gsub(' ', '').underscore %>">
97
97
  <div<%= ' class="dividers"' if (i + 3 < col_ct) %>>
@@ -105,7 +105,7 @@
105
105
  </td>
106
106
  <% end %>
107
107
  <% if content_type.model_class.respond_to?(:updated_at) %><td class="updated"><div class="dividers"><%= block.updated_at.to_s(:date) %></div></td><% end %>
108
- <% if content_type.model_class.connectable? %><td class="used"><div class="dividers"><%= block.connected_pages.count %></div></td><% end %>
108
+ <% if content_type.model_class.connectable? %><td class="used"><div class="dividers"><%= block.connected_pages.size %></div></td><% end %>
109
109
  <% if content_type.model_class.publishable? %><td class="block_status"><%= status_icon(block.status) %> <div><%= block.status %></div></td><% end %>
110
110
  <td class="last"></td>
111
111
  </tr>
@@ -3,7 +3,7 @@
3
3
  root.full_path = root.name
4
4
  @sections = []
5
5
  @sections << root
6
- @sections += root.all_children_with_name
6
+ @sections += root.master_section_list
7
7
  @sections.each {|s| s.full_path = "/" + s.full_path unless s == root }
8
8
  @block.attachment_file_path = @block.attachment.file_path if @block.attachment_file_path.blank? && !@block.new_record?
9
9
  %>
@@ -3,7 +3,7 @@
3
3
  root.full_path = root.name
4
4
  @sections = []
5
5
  @sections << root
6
- @sections += root.all_children_with_name
6
+ @sections += root.master_section_list
7
7
  @sections.each {|s| s.full_path = "/" + s.full_path unless s == root }
8
8
  @block.attachment_file_path = @block.attachment.file_path if @block.attachment_file_path.blank? && !@block.new_record?
9
9
  %>
@@ -1,11 +1,14 @@
1
- <ul id="section_node_<%= section_node.id %>" class="section_node<%= " rootlet" if root %>" style="display: <%= display ? "''" : "none" %>">
1
+ <% first_level = in_first_level?(node)
2
+ %>
3
+ <%= sitemap_ul_tag(node) %>
2
4
  <li>
3
5
  <%= render :partial => "node", :locals => {
4
6
  :node => node,
5
7
  :node_type => "link",
6
- :icon => action_icon(root ? :root_link : :link),
8
+ :icon => action_icon(first_level ? :root_link : :link),
7
9
  :published_status_icon => status_icon(node.status),
8
- :published_status_label => node.published? ? "Published" : "Draft"
10
+ :published_status_label => node.published? ? "Published" : "Draft",
11
+ :parent => parent
9
12
  } %>
10
13
  </li>
11
14
  </ul>
@@ -3,12 +3,22 @@
3
3
  access_icon = defined?(access_icon) ? access_icon : nil
4
4
  published_status_icon = defined?(published_status_icon) ? published_status_icon : nil
5
5
  published_status_label = defined?(published_status_label) ? published_status_label : nil
6
+
7
+ editable_class = ""
8
+ case node_type
9
+ when "section"
10
+ editable_class = "non-editable" unless @modifiable_sections.include?(node)
11
+ else
12
+ editable_class = "non-editable" unless defined?(parent) && @modifiable_sections.include?(parent)
13
+ end
14
+
15
+ node_type_class = node_type == "section" && node.root? ? 'root' : ''
6
16
  %>
7
17
  <div class="roundedcorners">
8
18
  <table class="section_node <%= node_type %> <%= "movable" if current_user.able_to?(:publish_content) %>" width="100%" cellspacing="0" cellpadding="0">
9
19
  <tr><td colspan="4" class="drop-before"></td></tr>
10
20
  <tr<%= ' class="doubled"' if access_icon && hidden %>>
11
- <td id="<%= node_type %>_<%= node.id %>" class="<%= node_type == "section" && node.root? ? 'root' : '' %> <%= node_type %> node <%= 'non-editable' unless current_user.able_to_edit?(node) %>">
21
+ <td id="<%= node_type %>_<%= node.id %>" class="<%= node_type_class %> <%= node_type %> node <%= editable_class %>">
12
22
  <%= icon %>
13
23
  <div><%= h(node.name) %></div>
14
24
  </td>
@@ -1,14 +1,20 @@
1
- <% status = node.archived? ? :archived : node.status %>
2
- <ul id="section_node_<%= section_node.id %>" class="section_node<%= " rootlet" if root %>" style="display: <%= display ? "''" : "none" %>">
1
+ <%
2
+ page = node
3
+ status_icon = page.archived? ? :archived : page.status
4
+ first_level = in_first_level?(node)
5
+
6
+ %>
7
+ <%= sitemap_ul_tag(node) %>
3
8
  <li>
4
9
  <%= render :partial => "node", :locals => {
5
10
  :node => node,
6
11
  :node_type => "page",
7
- :icon => action_icon(root ? :root_page : :page),
8
- :hidden => node.hidden?,
9
- :access_icon => status_icon(node.section ? node.section.status : ''),
10
- :published_status_icon => status_icon(status),
11
- :published_status_label => status.to_s.titleize
12
+ :icon => action_icon(first_level ? :root_page : :page),
13
+ :hidden => page.hidden?,
14
+ :access_icon => status_icon(access_icon),
15
+ :published_status_icon => status_icon(status_icon),
16
+ :published_status_label => status_icon.to_s.titleize,
17
+ :parent => parent
12
18
  } %>
13
19
  </li>
14
20
  </ul>
@@ -1,12 +1,28 @@
1
- <ul id="section_node_<%= section_node.id %>" class="section_node<%= " rootlet" if root %>" style="display: <%= display ? "''" : "none" %>">
1
+ <%
2
+ children = child_hash[key].keys
3
+ section_node = key
4
+ access_status = access_status(node, @public_sections)
5
+ first_level = in_first_level?(node)
6
+ %>
7
+ <%= sitemap_ul_tag(node) %>
2
8
  <li>
3
9
  <%= render :partial => "node", :locals => {
4
- :node => node,
5
- :node_type => "section",
6
- :icon => "#{section_icons(node)} #{action_icon(root ? :root_folder : :folder, :class => "folder")}",
7
- :hidden => node.hidden?,
8
- :access_icon => status_icon(node.status),
9
- } %>
10
- <%= render :partial => "section_node", :collection => node.child_nodes.all(:order => 'position'), :locals => {:display => false} %>
10
+ :node => node,
11
+ :node_type => "section",
12
+ :icon => "#{section_icons(section_node, children)} #{action_icon(first_level ? :root_folder : :folder, :class => "folder")}",
13
+ :hidden => node.hidden?,
14
+ :access_icon => status_icon(access_status),
15
+ :parent => parent
16
+ } %>
17
+ <% children.each do |child_section_node| %>
18
+ <%= render :partial => child_section_node.node.partial_for,
19
+ :locals => {:access_icon => access_status,
20
+ :node => child_section_node.node,
21
+ :parent => node,
22
+ :child_hash => child_hash[key],
23
+ :key => child_section_node
24
+ } %>
25
+ <% end %>
26
+
11
27
  </li>
12
28
  </ul>
@@ -1,31 +1,43 @@
1
1
  <% content_for :html_head do %>
2
- <%= stylesheet_link_tag 'cms/sitemap' %>
3
- <%= javascript_include_tag 'cms/sitemap' %>
2
+ <%= stylesheet_link_tag 'cms/sitemap' %>
3
+ <%= javascript_include_tag 'cms/sitemap' %>
4
4
  <% end %>
5
5
 
6
6
  <% page_title "Sitemap" %>
7
7
 
8
8
  <% content_for :functions do %>
9
- <h1>Sitemap</h1>
10
- <%= link_to span_tag("Edit Page"), '#', :id => 'edit-button', :class => "button disabled left" %>
11
- <%= link_to span_tag("Edit Properties"), '#', :id => 'properties-button', :class => "button disabled right" %>
12
- <%= link_to span_tag("Add Page"), '#', :id => 'add-page-button', :class => "button disabled spacer left" %>
13
- <%= link_to span_tag("Add Section"), '#', :id => 'add-section-button', :class => "button disabled middle" %>
14
- <%= link_to span_tag("Add Link"), '#', :id => 'add-link-button', :class => "button disabled right" %>
15
- <%= link_to span_tag("<span class=\"delete_img\">&nbsp;</span>Delete"), '#', :id => 'delete-button', :class => "button disabled delete_button" %>
16
- <br clear="all" />
9
+ <h1>Sitemap</h1>
10
+ <%= link_to span_tag("Edit Page"), '#', :id => 'edit-button', :class => "button disabled left" %>
11
+ <%= link_to span_tag("Edit Properties"), '#', :id => 'properties-button', :class => "button disabled right" %>
12
+ <%= link_to span_tag("Add Page"), '#', :id => 'add-page-button', :class => "button disabled spacer left" %>
13
+ <%= link_to span_tag("Add Section"), '#', :id => 'add-section-button', :class => "button disabled middle" %>
14
+ <%= link_to span_tag("Add Link"), '#', :id => 'add-link-button', :class => "button disabled right" %>
15
+ <%= link_to span_tag("<span class=\"delete_img\">&nbsp;</span>Delete"), '#', :id => 'delete-button', :class => "button disabled delete_button" %>
16
+ <br clear="all"/>
17
17
  <% end %>
18
18
 
19
19
  <div id="sitemap">
20
20
  <ul id="root_<%= @section.id %>" class="root" style="padding-left: 0">
21
21
  <li>
22
22
  <%= render :partial => "node", :locals => {
23
- :node => @section,
24
- :node_type => "section",
25
- :icon => action_icon(:home),
26
- :display => true
27
- } %>
23
+ :node => @section,
24
+ :node_type => "section",
25
+ :icon => action_icon(:home),
26
+ :display => true
27
+ } %>
28
28
  </li>
29
29
  </ul>
30
- <%= render :partial => "section_node", :collection => @section.child_nodes.all(:order => 'position'), :locals => {:display => true, :root => true} %>
30
+ <%
31
+ access_status = access_status(@section, @public_sections)
32
+ @sitemap[@root_section_node].keys.each do |child_section_node| %>
33
+ <%= render :partial => child_section_node.node.partial_for,
34
+ :locals => {:access_icon => access_status,
35
+ :node => child_section_node.node,
36
+ :parent => @section,
37
+ :child_hash => @sitemap[@root_section_node],
38
+ :key => child_section_node
39
+ }
40
+ %>
41
+ <% end %>
31
42
  </div>
43
+
@@ -0,0 +1,17 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
5
+ <title><%= page_title %></title>
6
+ <%= yield :html_head %>
7
+ </head>
8
+ <body style="margin: 0; padding: 0; text-align: center;">
9
+ <%= cms_toolbar %>
10
+ <div id="wrapper" style="width: 700px; margin: 0 auto; text-align: left; padding: 30px">
11
+ Breadcrumbs: <%= render_breadcrumbs %>
12
+ Main Menu: <%= render_menu %>
13
+ <h1><%= page_title %></h1>
14
+ <%= container :main %>
15
+ </div>
16
+ </body>
17
+ </html>
data/browsercms.gemspec CHANGED
@@ -1,1431 +1,46 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
- # -*- encoding: utf-8 -*-
1
+ require File.dirname(__FILE__) + "/lib/cms/version.rb"
5
2
 
6
3
  Gem::Specification.new do |s|
7
4
  s.name = %q{browsercms}
8
- s.version = "3.1.4"
5
+ s.version = Cms::VERSION
9
6
 
10
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
7
  s.authors = ["BrowserMedia"]
12
- s.date = %q{2011-10-12}
13
8
  s.description = %q{General purpose Web Content Management in Rails.}
9
+ s.summary = %Q{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. }
10
+
14
11
  s.email = %q{github@browsermedia.com}
15
12
  s.executables = ["browsercms", "bcms"]
16
13
  s.extra_rdoc_files = [
17
- "LICENSE.txt",
18
- "README.markdown"
19
- ]
20
- s.files = [
21
- "app/controllers/application_controller.rb",
22
- "app/controllers/cms/application_controller.rb",
23
- "app/controllers/cms/attachments_controller.rb",
24
- "app/controllers/cms/base_controller.rb",
25
- "app/controllers/cms/cache_controller.rb",
26
- "app/controllers/cms/categories_controller.rb",
27
- "app/controllers/cms/category_types_controller.rb",
28
- "app/controllers/cms/connectors_controller.rb",
29
- "app/controllers/cms/content_block_controller.rb",
30
- "app/controllers/cms/content_controller.rb",
31
- "app/controllers/cms/content_types_controller.rb",
32
- "app/controllers/cms/dashboard_controller.rb",
33
- "app/controllers/cms/dynamic_views_controller.rb",
34
- "app/controllers/cms/email_messages_controller.rb",
35
- "app/controllers/cms/error_handling.rb",
36
- "app/controllers/cms/file_blocks_controller.rb",
37
- "app/controllers/cms/groups_controller.rb",
38
- "app/controllers/cms/home_controller.rb",
39
- "app/controllers/cms/html_blocks_controller.rb",
40
- "app/controllers/cms/image_blocks_controller.rb",
41
- "app/controllers/cms/links_controller.rb",
42
- "app/controllers/cms/page_route_conditions_controller.rb",
43
- "app/controllers/cms/page_route_options_controller.rb",
44
- "app/controllers/cms/page_route_requirements_controller.rb",
45
- "app/controllers/cms/page_routes_controller.rb",
46
- "app/controllers/cms/pages_controller.rb",
47
- "app/controllers/cms/portlet_controller.rb",
48
- "app/controllers/cms/portlets_controller.rb",
49
- "app/controllers/cms/redirects_controller.rb",
50
- "app/controllers/cms/resource_controller.rb",
51
- "app/controllers/cms/routes_controller.rb",
52
- "app/controllers/cms/section_nodes_controller.rb",
53
- "app/controllers/cms/sections_controller.rb",
54
- "app/controllers/cms/sessions_controller.rb",
55
- "app/controllers/cms/tags_controller.rb",
56
- "app/controllers/cms/tasks_controller.rb",
57
- "app/controllers/cms/toolbar_controller.rb",
58
- "app/controllers/cms/users_controller.rb",
59
- "app/controllers/tests/pretend_controller.rb",
60
- "app/helpers/application_helper.rb",
61
- "app/helpers/cms/application_helper.rb",
62
- "app/helpers/cms/form_builder.rb",
63
- "app/helpers/cms/form_tag_helper.rb",
64
- "app/helpers/cms/menu_helper.rb",
65
- "app/helpers/cms/page_helper.rb",
66
- "app/helpers/cms/path_helper.rb",
67
- "app/helpers/cms/rendering_helper.rb",
68
- "app/helpers/cms/section_nodes_helper.rb",
69
- "app/helpers/cms/template_support.rb",
70
- "app/models/abstract_file_block.rb",
71
- "app/models/attachment.rb",
72
- "app/models/category.rb",
73
- "app/models/category_type.rb",
74
- "app/models/connector.rb",
75
- "app/models/content_type.rb",
76
- "app/models/content_type_group.rb",
77
- "app/models/dynamic_view.rb",
78
- "app/models/email_message.rb",
79
- "app/models/email_message_mailer.rb",
80
- "app/models/file_block.rb",
81
- "app/models/forgot_password_mailer.rb",
82
- "app/models/group.rb",
83
- "app/models/group_permission.rb",
84
- "app/models/group_section.rb",
85
- "app/models/group_type.rb",
86
- "app/models/group_type_permission.rb",
87
- "app/models/guest_user.rb",
88
- "app/models/html_block.rb",
89
- "app/models/image_block.rb",
90
- "app/models/link.rb",
91
- "app/models/page.rb",
92
- "app/models/page_partial.rb",
93
- "app/models/page_route.rb",
94
- "app/models/page_route_condition.rb",
95
- "app/models/page_route_option.rb",
96
- "app/models/page_route_requirement.rb",
97
- "app/models/page_template.rb",
98
- "app/models/permission.rb",
99
- "app/models/portlet.rb",
100
- "app/models/redirect.rb",
101
- "app/models/section.rb",
102
- "app/models/section_node.rb",
103
- "app/models/site.rb",
104
- "app/models/tag.rb",
105
- "app/models/tagging.rb",
106
- "app/models/task.rb",
107
- "app/models/templates.rb",
108
- "app/models/user.rb",
109
- "app/models/user_group_membership.rb",
110
- "app/portlets/dynamic_portlet.rb",
111
- "app/portlets/email_page_portlet.rb",
112
- "app/portlets/forgot_password_portlet.rb",
113
- "app/portlets/login_portlet.rb",
114
- "app/portlets/reset_password_portlet.rb",
115
- "app/portlets/tag_cloud_portlet.rb",
116
- "app/views/cms/blocks/_hidden_fields.html.erb",
117
- "app/views/cms/blocks/_toolbar.html.erb",
118
- "app/views/cms/blocks/_toolbar_for_collection.html.erb",
119
- "app/views/cms/blocks/_toolbar_for_member.html.erb",
120
- "app/views/cms/blocks/edit.html.erb",
121
- "app/views/cms/blocks/index.html.erb",
122
- "app/views/cms/blocks/new.html.erb",
123
- "app/views/cms/blocks/show.html.erb",
124
- "app/views/cms/blocks/usages.html.erb",
125
- "app/views/cms/blocks/versions.html.erb",
126
- "app/views/cms/cache/show.html.erb",
127
- "app/views/cms/categories/_form.html.erb",
128
- "app/views/cms/category_types/_form.html.erb",
129
- "app/views/cms/connectors/new.html.erb",
130
- "app/views/cms/content/no_page.html.erb",
131
- "app/views/cms/content/show.html.erb",
132
- "app/views/cms/content_types/index.html.erb",
133
- "app/views/cms/dashboard/_page_drafts.html.erb",
134
- "app/views/cms/dashboard/_tasks.html.erb",
135
- "app/views/cms/dashboard/index.html.erb",
136
- "app/views/cms/dynamic_views/_form.html.erb",
137
- "app/views/cms/dynamic_views/edit.html.erb",
138
- "app/views/cms/dynamic_views/index.html.erb",
139
- "app/views/cms/dynamic_views/new.html.erb",
140
- "app/views/cms/email_messages/index.html.erb",
141
- "app/views/cms/email_messages/show.html.erb",
142
- "app/views/cms/file_blocks/_form.html.erb",
143
- "app/views/cms/file_blocks/render.html.erb",
144
- "app/views/cms/forgot_password_mailer/reset_password.text.html.erb",
145
- "app/views/cms/forgot_password_mailer/reset_password.text.plain.erb",
146
- "app/views/cms/form_builder/_cms_check_box.html.erb",
147
- "app/views/cms/form_builder/_cms_date_picker.html.erb",
148
- "app/views/cms/form_builder/_cms_datetime_select.html.erb",
149
- "app/views/cms/form_builder/_cms_drop_down.html.erb",
150
- "app/views/cms/form_builder/_cms_fancy_drop_down.html.erb",
151
- "app/views/cms/form_builder/_cms_file_field.html.erb",
152
- "app/views/cms/form_builder/_cms_instructions.html.erb",
153
- "app/views/cms/form_builder/_cms_tag_list.html.erb",
154
- "app/views/cms/form_builder/_cms_template_editor.html.erb",
155
- "app/views/cms/form_builder/_cms_text_area.html.erb",
156
- "app/views/cms/form_builder/_cms_text_editor.html.erb",
157
- "app/views/cms/form_builder/_cms_text_field.html.erb",
158
- "app/views/cms/groups/_form.html.erb",
159
- "app/views/cms/groups/_permissions.html.erb",
160
- "app/views/cms/groups/_sections.html.erb",
161
- "app/views/cms/groups/edit.html.erb",
162
- "app/views/cms/groups/index.html.erb",
163
- "app/views/cms/groups/new.html.erb",
164
- "app/views/cms/html_blocks/_form.html.erb",
165
- "app/views/cms/html_blocks/render.html.erb",
166
- "app/views/cms/image_blocks/_form.html.erb",
167
- "app/views/cms/image_blocks/render.html.erb",
168
- "app/views/cms/links/_form.html.erb",
169
- "app/views/cms/links/destroy.js.rjs",
170
- "app/views/cms/links/edit.html.erb",
171
- "app/views/cms/links/new.html.erb",
172
- "app/views/cms/menus/_menu.html.erb",
173
- "app/views/cms/menus/_menu_item.html.erb",
174
- "app/views/cms/page_routes/_form.html.erb",
175
- "app/views/cms/page_routes/edit.html.erb",
176
- "app/views/cms/page_routes/index.html.erb",
177
- "app/views/cms/page_routes/new.html.erb",
178
- "app/views/cms/page_routes/show.html.erb",
179
- "app/views/cms/pages/_edit_connector.html.erb",
180
- "app/views/cms/pages/_edit_container.html.erb",
181
- "app/views/cms/pages/_form.html.erb",
182
- "app/views/cms/pages/edit.html.erb",
183
- "app/views/cms/pages/new.html.erb",
184
- "app/views/cms/pages/versions.html.erb",
185
- "app/views/cms/redirects/_form.html.erb",
186
- "app/views/cms/redirects/edit.html.erb",
187
- "app/views/cms/redirects/index.html.erb",
188
- "app/views/cms/redirects/new.html.erb",
189
- "app/views/cms/routes/index.html.erb",
190
- "app/views/cms/section_nodes/_link.html.erb",
191
- "app/views/cms/section_nodes/_node.html.erb",
192
- "app/views/cms/section_nodes/_page.html.erb",
193
- "app/views/cms/section_nodes/_section.html.erb",
194
- "app/views/cms/section_nodes/_section_node.html.erb",
195
- "app/views/cms/section_nodes/index.html.erb",
196
- "app/views/cms/sections/_form.html.erb",
197
- "app/views/cms/sections/_page.html.erb",
198
- "app/views/cms/sections/_section.html.erb",
199
- "app/views/cms/sections/destroy.js.rjs",
200
- "app/views/cms/sections/edit.html.erb",
201
- "app/views/cms/sections/file_browser.xml.builder",
202
- "app/views/cms/sections/index.html.erb",
203
- "app/views/cms/sections/new.html.erb",
204
- "app/views/cms/sessions/new.html.erb",
205
- "app/views/cms/shared/_admin_sidebar.html.erb",
206
- "app/views/cms/shared/_exception.html.erb",
207
- "app/views/cms/shared/_pagination.html.erb",
208
- "app/views/cms/shared/_version_conflict_diff.html.erb",
209
- "app/views/cms/shared/_version_conflict_error.html.erb",
210
- "app/views/cms/shared/access_denied.html.erb",
211
- "app/views/cms/shared/error.html.erb",
212
- "app/views/cms/tags/_form.html.erb",
213
- "app/views/cms/tags/render.html.erb",
214
- "app/views/cms/tasks/new.html.erb",
215
- "app/views/cms/toolbar/index.html.erb",
216
- "app/views/cms/users/_form.html.erb",
217
- "app/views/cms/users/_groups.html.erb",
218
- "app/views/cms/users/_password.html.erb",
219
- "app/views/cms/users/_toolbar.html.erb",
220
- "app/views/cms/users/_user_fields.html.erb",
221
- "app/views/cms/users/change_password.html.erb",
222
- "app/views/cms/users/edit.html.erb",
223
- "app/views/cms/users/index.html.erb",
224
- "app/views/cms/users/new.html.erb",
225
- "app/views/cms/users/show.html.erb",
226
- "app/views/layouts/_cms_toolbar.html.erb",
227
- "app/views/layouts/_page_toolbar.html.erb",
228
- "app/views/layouts/application.html.erb",
229
- "app/views/layouts/cms/_footer.erb",
230
- "app/views/layouts/cms/_head.html.erb",
231
- "app/views/layouts/cms/administration.html.erb",
232
- "app/views/layouts/cms/application.html.erb",
233
- "app/views/layouts/cms/content_library.html.erb",
234
- "app/views/layouts/cms/dashboard.html.erb",
235
- "app/views/layouts/cms/login.html.erb",
236
- "app/views/layouts/cms/section_nodes.html.erb",
237
- "app/views/layouts/cms/thickbox.html.erb",
238
- "app/views/layouts/cms/toolbar.html.erb",
239
- "app/views/portlets/dynamic/_form.html.erb",
240
- "app/views/portlets/email_page/_form.html.erb",
241
- "app/views/portlets/email_page/render.html.erb",
242
- "app/views/portlets/forgot_password/_form.html.erb",
243
- "app/views/portlets/forgot_password/render.html.erb",
244
- "app/views/portlets/login/_form.html.erb",
245
- "app/views/portlets/login/render.html.erb",
246
- "app/views/portlets/portlets/_form.html.erb",
247
- "app/views/portlets/reset_password/_form.html.erb",
248
- "app/views/portlets/reset_password/render.html.erb",
249
- "app/views/portlets/tag_cloud/_form.html.erb",
250
- "app/views/portlets/tag_cloud/render.html.erb",
251
- "app/views/tests/pretend/open_with_layout.html.erb",
252
- "browsercms.gemspec",
253
- "db/demo/data.rb",
254
- "db/demo/page_partials/_footer.html.erb",
255
- "db/demo/page_partials/_header.html.erb",
256
- "db/demo/page_templates/home_page.html.erb",
257
- "db/demo/page_templates/sub_page.html.erb",
258
- "db/migrate/20080815014337_browsercms_3_0_0.rb",
259
- "db/migrate/20081114172307_load_seed_data.rb",
260
- "db/migrate/20091109175123_browsercms_3_0_5.rb",
261
- "doc/app/classes/AbstractFileBlock.html",
262
- "doc/app/classes/ActiveRecord.html",
263
- "doc/app/classes/ActiveRecord/ConnectionAdapters/SchemaStatements.html",
264
- "doc/app/classes/ActiveSupport.html",
265
- "doc/app/classes/ActiveSupport/Cache.html",
266
- "doc/app/classes/ActiveSupport/Cache/FileStore.html",
267
- "doc/app/classes/ActsAsList.html",
268
- "doc/app/classes/ActsAsList/ClassMethods.html",
269
- "doc/app/classes/ActsAsList/InstanceMethods.html",
270
- "doc/app/classes/ApplicationController.html",
271
- "doc/app/classes/ApplicationHelper.html",
272
- "doc/app/classes/Attachment.html",
273
- "doc/app/classes/Category.html",
274
- "doc/app/classes/CategoryType.html",
275
- "doc/app/classes/Cms.html",
276
- "doc/app/classes/Cms/Acts.html",
277
- "doc/app/classes/Cms/Acts/ContentBlock.html",
278
- "doc/app/classes/Cms/Acts/ContentBlock/MacroMethods.html",
279
- "doc/app/classes/Cms/Acts/ContentBlock/MacroMethods/InstanceMethods.html",
280
- "doc/app/classes/Cms/Acts/ContentPage.html",
281
- "doc/app/classes/Cms/Acts/ContentPage/ClassMethods.html",
282
- "doc/app/classes/Cms/ApplicationController.html",
283
- "doc/app/classes/Cms/ApplicationHelper.html",
284
- "doc/app/classes/Cms/AttachmentsController.html",
285
- "doc/app/classes/Cms/Authentication.html",
286
- "doc/app/classes/Cms/Authentication/Controller.html",
287
- "doc/app/classes/Cms/Authentication/Model.html",
288
- "doc/app/classes/Cms/Authentication/Model/ClassMethods.html",
289
- "doc/app/classes/Cms/Authentication/Model/InstanceMethods.html",
290
- "doc/app/classes/Cms/BaseController.html",
291
- "doc/app/classes/Cms/Behaviors.html",
292
- "doc/app/classes/Cms/Behaviors/Archiving.html",
293
- "doc/app/classes/Cms/Behaviors/Archiving/InstanceMethods.html",
294
- "doc/app/classes/Cms/Behaviors/Archiving/MacroMethods.html",
295
- "doc/app/classes/Cms/Behaviors/Attaching.html",
296
- "doc/app/classes/Cms/Behaviors/Attaching/InstanceMethods.html",
297
- "doc/app/classes/Cms/Behaviors/Attaching/MacroMethods.html",
298
- "doc/app/classes/Cms/Behaviors/Categorizing.html",
299
- "doc/app/classes/Cms/Behaviors/Categorizing/ClassMethods.html",
300
- "doc/app/classes/Cms/Behaviors/Categorizing/InstanceMethods.html",
301
- "doc/app/classes/Cms/Behaviors/Categorizing/MacroMethods.html",
302
- "doc/app/classes/Cms/Behaviors/ClassMethods.html",
303
- "doc/app/classes/Cms/Behaviors/Connecting.html",
304
- "doc/app/classes/Cms/Behaviors/Connecting/ClassMethods.html",
305
- "doc/app/classes/Cms/Behaviors/Connecting/InstanceMethods.html",
306
- "doc/app/classes/Cms/Behaviors/Connecting/MacroMethods.html",
307
- "doc/app/classes/Cms/Behaviors/DynamicAttributes.html",
308
- "doc/app/classes/Cms/Behaviors/DynamicAttributes/InstanceMethods.html",
309
- "doc/app/classes/Cms/Behaviors/DynamicAttributes/MacroMethods.html",
310
- "doc/app/classes/Cms/Behaviors/FlushCacheOnChange.html",
311
- "doc/app/classes/Cms/Behaviors/FlushCacheOnChange/InstanceMethods.html",
312
- "doc/app/classes/Cms/Behaviors/FlushCacheOnChange/MacroMethods.html",
313
- "doc/app/classes/Cms/Behaviors/Hiding.html",
314
- "doc/app/classes/Cms/Behaviors/Hiding/ClassMethods.html",
315
- "doc/app/classes/Cms/Behaviors/Hiding/InstanceMethods.html",
316
- "doc/app/classes/Cms/Behaviors/Hiding/MacroMethods.html",
317
- "doc/app/classes/Cms/Behaviors/InstanceMethods.html",
318
- "doc/app/classes/Cms/Behaviors/Pagination.html",
319
- "doc/app/classes/Cms/Behaviors/Pagination/ClassMethods.html",
320
- "doc/app/classes/Cms/Behaviors/Pagination/Collection.html",
321
- "doc/app/classes/Cms/Behaviors/Pagination/InvalidPage.html",
322
- "doc/app/classes/Cms/Behaviors/Publishing.html",
323
- "doc/app/classes/Cms/Behaviors/Publishing/ClassMethods.html",
324
- "doc/app/classes/Cms/Behaviors/Publishing/InstanceMethods.html",
325
- "doc/app/classes/Cms/Behaviors/Publishing/MacroMethods.html",
326
- "doc/app/classes/Cms/Behaviors/Rendering.html",
327
- "doc/app/classes/Cms/Behaviors/Rendering/MacroMethods.html",
328
- "doc/app/classes/Cms/Behaviors/Searching.html",
329
- "doc/app/classes/Cms/Behaviors/Searching/ClassMethods.html",
330
- "doc/app/classes/Cms/Behaviors/Searching/MacroMethods.html",
331
- "doc/app/classes/Cms/Behaviors/SoftDeleting.html",
332
- "doc/app/classes/Cms/Behaviors/SoftDeleting/ClassMethods.html",
333
- "doc/app/classes/Cms/Behaviors/SoftDeleting/InstanceMethods.html",
334
- "doc/app/classes/Cms/Behaviors/SoftDeleting/MacroMethods.html",
335
- "doc/app/classes/Cms/Behaviors/Taggable.html",
336
- "doc/app/classes/Cms/Behaviors/Taggable/ClassMethods.html",
337
- "doc/app/classes/Cms/Behaviors/Taggable/InstanceMethods.html",
338
- "doc/app/classes/Cms/Behaviors/Taggable/MacroMethods.html",
339
- "doc/app/classes/Cms/Behaviors/Userstamping.html",
340
- "doc/app/classes/Cms/Behaviors/Userstamping/ClassMethods.html",
341
- "doc/app/classes/Cms/Behaviors/Userstamping/InstanceMethods.html",
342
- "doc/app/classes/Cms/Behaviors/Userstamping/MacroMethods.html",
343
- "doc/app/classes/Cms/Behaviors/Versioning.html",
344
- "doc/app/classes/Cms/Behaviors/Versioning/ClassMethods.html",
345
- "doc/app/classes/Cms/Behaviors/Versioning/InstanceMethods.html",
346
- "doc/app/classes/Cms/Behaviors/Versioning/MacroMethods.html",
347
- "doc/app/classes/Cms/CacheController.html",
348
- "doc/app/classes/Cms/Caching.html",
349
- "doc/app/classes/Cms/CategoriesController.html",
350
- "doc/app/classes/Cms/CategoryTypesController.html",
351
- "doc/app/classes/Cms/ConnectorsController.html",
352
- "doc/app/classes/Cms/ContentBlockController.html",
353
- "doc/app/classes/Cms/ContentController.html",
354
- "doc/app/classes/Cms/ContentRenderingSupport.html",
355
- "doc/app/classes/Cms/ContentTypesController.html",
356
- "doc/app/classes/Cms/DashboardController.html",
357
- "doc/app/classes/Cms/DataLoader.html",
358
- "doc/app/classes/Cms/DomainSupport.html",
359
- "doc/app/classes/Cms/DynamicViewsController.html",
360
- "doc/app/classes/Cms/EmailMessagesController.html",
361
- "doc/app/classes/Cms/ErrorHandling.html",
362
- "doc/app/classes/Cms/Errors.html",
363
- "doc/app/classes/Cms/Errors/AccessDenied.html",
364
- "doc/app/classes/Cms/Extensions.html",
365
- "doc/app/classes/Cms/Extensions/ActionView.html",
366
- "doc/app/classes/Cms/Extensions/ActionView/Base.html",
367
- "doc/app/classes/Cms/Extensions/ActiveRecord.html",
368
- "doc/app/classes/Cms/Extensions/ActiveRecord/Base.html",
369
- "doc/app/classes/Cms/Extensions/ActiveRecord/Errors.html",
370
- "doc/app/classes/Cms/Extensions/Hash.html",
371
- "doc/app/classes/Cms/Extensions/Integer.html",
372
- "doc/app/classes/Cms/Extensions/NilClass.html",
373
- "doc/app/classes/Cms/Extensions/String.html",
374
- "doc/app/classes/Cms/FileBlocksController.html",
375
- "doc/app/classes/Cms/FormBuilder.html",
376
- "doc/app/classes/Cms/FormTagHelper.html",
377
- "doc/app/classes/Cms/GroupsController.html",
378
- "doc/app/classes/Cms/HomeController.html",
379
- "doc/app/classes/Cms/HtmlBlocksController.html",
380
- "doc/app/classes/Cms/ImageBlocksController.html",
381
- "doc/app/classes/Cms/LinksController.html",
382
- "doc/app/classes/Cms/MenuHelper.html",
383
- "doc/app/classes/Cms/PageHelper.html",
384
- "doc/app/classes/Cms/PageRouteConditionsController.html",
385
- "doc/app/classes/Cms/PageRouteOptionsController.html",
386
- "doc/app/classes/Cms/PageRouteRequirementsController.html",
387
- "doc/app/classes/Cms/PageRoutesController.html",
388
- "doc/app/classes/Cms/PagesController.html",
389
- "doc/app/classes/Cms/PathHelper.html",
390
- "doc/app/classes/Cms/PortletController.html",
391
- "doc/app/classes/Cms/PortletsController.html",
392
- "doc/app/classes/Cms/RedirectsController.html",
393
- "doc/app/classes/Cms/RenderingHelper.html",
394
- "doc/app/classes/Cms/ResourceController.html",
395
- "doc/app/classes/Cms/Routes.html",
396
- "doc/app/classes/Cms/RoutesController.html",
397
- "doc/app/classes/Cms/SectionNodesController.html",
398
- "doc/app/classes/Cms/SectionNodesHelper.html",
399
- "doc/app/classes/Cms/SectionsController.html",
400
- "doc/app/classes/Cms/SessionsController.html",
401
- "doc/app/classes/Cms/TagsController.html",
402
- "doc/app/classes/Cms/TasksController.html",
403
- "doc/app/classes/Cms/TemplateSupport.html",
404
- "doc/app/classes/Cms/ToolbarController.html",
405
- "doc/app/classes/Cms/UsersController.html",
406
- "doc/app/classes/CommandLine.html",
407
- "doc/app/classes/Connector.html",
408
- "doc/app/classes/ContentType.html",
409
- "doc/app/classes/ContentTypeGroup.html",
410
- "doc/app/classes/DynamicPortlet.html",
411
- "doc/app/classes/DynamicView.html",
412
- "doc/app/classes/EmailMessage.html",
413
- "doc/app/classes/EmailMessageMailer.html",
414
- "doc/app/classes/EmailPagePortlet.html",
415
- "doc/app/classes/FileBlock.html",
416
- "doc/app/classes/ForgotPasswordMailer.html",
417
- "doc/app/classes/ForgotPasswordPortlet.html",
418
- "doc/app/classes/Group.html",
419
- "doc/app/classes/GroupPermission.html",
420
- "doc/app/classes/GroupSection.html",
421
- "doc/app/classes/GroupType.html",
422
- "doc/app/classes/GroupTypePermission.html",
423
- "doc/app/classes/GuestUser.html",
424
- "doc/app/classes/HtmlBlock.html",
425
- "doc/app/classes/ImageBlock.html",
426
- "doc/app/classes/InitialData.html",
427
- "doc/app/classes/Link.html",
428
- "doc/app/classes/LoginPortlet.html",
429
- "doc/app/classes/Page.html",
430
- "doc/app/classes/PagePartial.html",
431
- "doc/app/classes/PageRoute.html",
432
- "doc/app/classes/PageRouteCondition.html",
433
- "doc/app/classes/PageRouteOption.html",
434
- "doc/app/classes/PageRouteRequirement.html",
435
- "doc/app/classes/PageTemplate.html",
436
- "doc/app/classes/Permission.html",
437
- "doc/app/classes/Portlet.html",
438
- "doc/app/classes/Redirect.html",
439
- "doc/app/classes/ResetPasswordPortlet.html",
440
- "doc/app/classes/Section.html",
441
- "doc/app/classes/SectionNode.html",
442
- "doc/app/classes/Sequence.html",
443
- "doc/app/classes/Site.html",
444
- "doc/app/classes/Tag.html",
445
- "doc/app/classes/TagCloudPortlet.html",
446
- "doc/app/classes/Tagging.html",
447
- "doc/app/classes/Task.html",
448
- "doc/app/classes/Templates.html",
449
- "doc/app/classes/Tests.html",
450
- "doc/app/classes/Tests/PretendController.html",
451
- "doc/app/classes/User.html",
452
- "doc/app/classes/UserGroupMembership.html",
453
- "doc/app/created.rid",
454
- "doc/app/files/app/controllers/application_controller_rb.html",
455
- "doc/app/files/app/controllers/cms/application_controller_rb.html",
456
- "doc/app/files/app/controllers/cms/attachments_controller_rb.html",
457
- "doc/app/files/app/controllers/cms/base_controller_rb.html",
458
- "doc/app/files/app/controllers/cms/cache_controller_rb.html",
459
- "doc/app/files/app/controllers/cms/categories_controller_rb.html",
460
- "doc/app/files/app/controllers/cms/category_types_controller_rb.html",
461
- "doc/app/files/app/controllers/cms/connectors_controller_rb.html",
462
- "doc/app/files/app/controllers/cms/content_block_controller_rb.html",
463
- "doc/app/files/app/controllers/cms/content_controller_rb.html",
464
- "doc/app/files/app/controllers/cms/content_types_controller_rb.html",
465
- "doc/app/files/app/controllers/cms/dashboard_controller_rb.html",
466
- "doc/app/files/app/controllers/cms/dynamic_views_controller_rb.html",
467
- "doc/app/files/app/controllers/cms/email_messages_controller_rb.html",
468
- "doc/app/files/app/controllers/cms/error_handling_rb.html",
469
- "doc/app/files/app/controllers/cms/file_blocks_controller_rb.html",
470
- "doc/app/files/app/controllers/cms/groups_controller_rb.html",
471
- "doc/app/files/app/controllers/cms/home_controller_rb.html",
472
- "doc/app/files/app/controllers/cms/html_blocks_controller_rb.html",
473
- "doc/app/files/app/controllers/cms/image_blocks_controller_rb.html",
474
- "doc/app/files/app/controllers/cms/links_controller_rb.html",
475
- "doc/app/files/app/controllers/cms/page_route_conditions_controller_rb.html",
476
- "doc/app/files/app/controllers/cms/page_route_options_controller_rb.html",
477
- "doc/app/files/app/controllers/cms/page_route_requirements_controller_rb.html",
478
- "doc/app/files/app/controllers/cms/page_routes_controller_rb.html",
479
- "doc/app/files/app/controllers/cms/pages_controller_rb.html",
480
- "doc/app/files/app/controllers/cms/portlet_controller_rb.html",
481
- "doc/app/files/app/controllers/cms/portlets_controller_rb.html",
482
- "doc/app/files/app/controllers/cms/redirects_controller_rb.html",
483
- "doc/app/files/app/controllers/cms/resource_controller_rb.html",
484
- "doc/app/files/app/controllers/cms/routes_controller_rb.html",
485
- "doc/app/files/app/controllers/cms/section_nodes_controller_rb.html",
486
- "doc/app/files/app/controllers/cms/sections_controller_rb.html",
487
- "doc/app/files/app/controllers/cms/sessions_controller_rb.html",
488
- "doc/app/files/app/controllers/cms/tags_controller_rb.html",
489
- "doc/app/files/app/controllers/cms/tasks_controller_rb.html",
490
- "doc/app/files/app/controllers/cms/toolbar_controller_rb.html",
491
- "doc/app/files/app/controllers/cms/users_controller_rb.html",
492
- "doc/app/files/app/controllers/tests/pretend_controller_rb.html",
493
- "doc/app/files/app/helpers/application_helper_rb.html",
494
- "doc/app/files/app/helpers/cms/application_helper_rb.html",
495
- "doc/app/files/app/helpers/cms/form_builder_rb.html",
496
- "doc/app/files/app/helpers/cms/form_tag_helper_rb.html",
497
- "doc/app/files/app/helpers/cms/menu_helper_rb.html",
498
- "doc/app/files/app/helpers/cms/page_helper_rb.html",
499
- "doc/app/files/app/helpers/cms/path_helper_rb.html",
500
- "doc/app/files/app/helpers/cms/rendering_helper_rb.html",
501
- "doc/app/files/app/helpers/cms/section_nodes_helper_rb.html",
502
- "doc/app/files/app/helpers/cms/template_support_rb.html",
503
- "doc/app/files/app/models/abstract_file_block_rb.html",
504
- "doc/app/files/app/models/attachment_rb.html",
505
- "doc/app/files/app/models/category_rb.html",
506
- "doc/app/files/app/models/category_type_rb.html",
507
- "doc/app/files/app/models/connector_rb.html",
508
- "doc/app/files/app/models/content_type_group_rb.html",
509
- "doc/app/files/app/models/content_type_rb.html",
510
- "doc/app/files/app/models/dynamic_view_rb.html",
511
- "doc/app/files/app/models/email_message_mailer_rb.html",
512
- "doc/app/files/app/models/email_message_rb.html",
513
- "doc/app/files/app/models/file_block_rb.html",
514
- "doc/app/files/app/models/forgot_password_mailer_rb.html",
515
- "doc/app/files/app/models/group_permission_rb.html",
516
- "doc/app/files/app/models/group_rb.html",
517
- "doc/app/files/app/models/group_section_rb.html",
518
- "doc/app/files/app/models/group_type_permission_rb.html",
519
- "doc/app/files/app/models/group_type_rb.html",
520
- "doc/app/files/app/models/guest_user_rb.html",
521
- "doc/app/files/app/models/html_block_rb.html",
522
- "doc/app/files/app/models/image_block_rb.html",
523
- "doc/app/files/app/models/link_rb.html",
524
- "doc/app/files/app/models/page_partial_rb.html",
525
- "doc/app/files/app/models/page_rb.html",
526
- "doc/app/files/app/models/page_route_condition_rb.html",
527
- "doc/app/files/app/models/page_route_option_rb.html",
528
- "doc/app/files/app/models/page_route_rb.html",
529
- "doc/app/files/app/models/page_route_requirement_rb.html",
530
- "doc/app/files/app/models/page_template_rb.html",
531
- "doc/app/files/app/models/permission_rb.html",
532
- "doc/app/files/app/models/portlet_rb.html",
533
- "doc/app/files/app/models/redirect_rb.html",
534
- "doc/app/files/app/models/section_node_rb.html",
535
- "doc/app/files/app/models/section_rb.html",
536
- "doc/app/files/app/models/site_rb.html",
537
- "doc/app/files/app/models/tag_rb.html",
538
- "doc/app/files/app/models/tagging_rb.html",
539
- "doc/app/files/app/models/task_rb.html",
540
- "doc/app/files/app/models/templates_rb.html",
541
- "doc/app/files/app/models/user_group_membership_rb.html",
542
- "doc/app/files/app/models/user_rb.html",
543
- "doc/app/files/app/portlets/dynamic_portlet_rb.html",
544
- "doc/app/files/app/portlets/email_page_portlet_rb.html",
545
- "doc/app/files/app/portlets/forgot_password_portlet_rb.html",
546
- "doc/app/files/app/portlets/login_portlet_rb.html",
547
- "doc/app/files/app/portlets/reset_password_portlet_rb.html",
548
- "doc/app/files/app/portlets/tag_cloud_portlet_rb.html",
549
- "doc/app/files/doc/README_FOR_APP.html",
550
- "doc/app/files/lib/acts_as_list_rb.html",
551
- "doc/app/files/lib/browsercms_rb.html",
552
- "doc/app/files/lib/cms/acts/content_block_rb.html",
553
- "doc/app/files/lib/cms/acts/content_page_rb.html",
554
- "doc/app/files/lib/cms/authentication/controller_rb.html",
555
- "doc/app/files/lib/cms/authentication/model_rb.html",
556
- "doc/app/files/lib/cms/behaviors/archiving_rb.html",
557
- "doc/app/files/lib/cms/behaviors/attaching_rb.html",
558
- "doc/app/files/lib/cms/behaviors/categorizing_rb.html",
559
- "doc/app/files/lib/cms/behaviors/connecting_rb.html",
560
- "doc/app/files/lib/cms/behaviors/dynamic_attributes_rb.html",
561
- "doc/app/files/lib/cms/behaviors/flush_cache_on_change_rb.html",
562
- "doc/app/files/lib/cms/behaviors/hiding_rb.html",
563
- "doc/app/files/lib/cms/behaviors/pagination_rb.html",
564
- "doc/app/files/lib/cms/behaviors/publishing_rb.html",
565
- "doc/app/files/lib/cms/behaviors/rendering_rb.html",
566
- "doc/app/files/lib/cms/behaviors/searching_rb.html",
567
- "doc/app/files/lib/cms/behaviors/soft_deleting_rb.html",
568
- "doc/app/files/lib/cms/behaviors/taggable_rb.html",
569
- "doc/app/files/lib/cms/behaviors/userstamping_rb.html",
570
- "doc/app/files/lib/cms/behaviors/versioning_rb.html",
571
- "doc/app/files/lib/cms/behaviors_rb.html",
572
- "doc/app/files/lib/cms/caching_rb.html",
573
- "doc/app/files/lib/cms/content_rendering_support_rb.html",
574
- "doc/app/files/lib/cms/data_loader_rb.html",
575
- "doc/app/files/lib/cms/domain_support_rb.html",
576
- "doc/app/files/lib/cms/extensions/action_view/base_rb.html",
577
- "doc/app/files/lib/cms/extensions/active_record/base_rb.html",
578
- "doc/app/files/lib/cms/extensions/active_record/connection_adapters/abstract/schema_statements_rb.html",
579
- "doc/app/files/lib/cms/extensions/active_record/errors_rb.html",
580
- "doc/app/files/lib/cms/extensions/active_support/cache/file_store_rb.html",
581
- "doc/app/files/lib/cms/extensions/hash_rb.html",
582
- "doc/app/files/lib/cms/extensions/integer_rb.html",
583
- "doc/app/files/lib/cms/extensions/nil_rb.html",
584
- "doc/app/files/lib/cms/extensions/string_rb.html",
585
- "doc/app/files/lib/cms/extensions_rb.html",
586
- "doc/app/files/lib/cms/init_rb.html",
587
- "doc/app/files/lib/cms/routes_rb.html",
588
- "doc/app/files/lib/cms/version_rb.html",
589
- "doc/app/files/lib/command_line_rb.html",
590
- "doc/app/files/lib/initial_data_rb.html",
591
- "doc/app/files/lib/sequence_rb.html",
592
- "doc/app/fr_class_index.html",
593
- "doc/app/fr_file_index.html",
594
- "doc/app/fr_method_index.html",
595
- "doc/app/index.html",
596
- "doc/app/rdoc-style.css",
597
- "doc/guides/html/authentication.html",
598
- "doc/guides/html/build_it_yourself.html",
599
- "doc/guides/html/building_modules.html",
600
- "doc/guides/html/building_templates.html",
601
- "doc/guides/html/content_blocks.html",
602
- "doc/guides/html/customizing_browsercms.html",
603
- "doc/guides/html/deployment_guide.html",
604
- "doc/guides/html/files/javascripts/code_highlighter.js",
605
- "doc/guides/html/files/javascripts/guides.js",
606
- "doc/guides/html/files/javascripts/highlighters.js",
607
- "doc/guides/html/files/stylesheets/main.css",
608
- "doc/guides/html/files/stylesheets/reset.css",
609
- "doc/guides/html/files/stylesheets/style.css",
610
- "doc/guides/html/files/stylesheets/syntax.css",
611
- "doc/guides/html/getting_started.html",
612
- "doc/guides/html/images/bg.png",
613
- "doc/guides/html/images/bottom_cap.png",
614
- "doc/guides/html/images/browsercms_logo.png",
615
- "doc/guides/html/images/content_blocks/add_field_to_form.png",
616
- "doc/guides/html/images/content_blocks/add_second_block.png",
617
- "doc/guides/html/images/dot.png",
618
- "doc/guides/html/images/icons/README",
619
- "doc/guides/html/images/icons/callouts/1.png",
620
- "doc/guides/html/images/icons/callouts/10.png",
621
- "doc/guides/html/images/icons/callouts/11.png",
622
- "doc/guides/html/images/icons/callouts/12.png",
623
- "doc/guides/html/images/icons/callouts/13.png",
624
- "doc/guides/html/images/icons/callouts/14.png",
625
- "doc/guides/html/images/icons/callouts/15.png",
626
- "doc/guides/html/images/icons/callouts/2.png",
627
- "doc/guides/html/images/icons/callouts/3.png",
628
- "doc/guides/html/images/icons/callouts/4.png",
629
- "doc/guides/html/images/icons/callouts/5.png",
630
- "doc/guides/html/images/icons/callouts/6.png",
631
- "doc/guides/html/images/icons/callouts/7.png",
632
- "doc/guides/html/images/icons/callouts/8.png",
633
- "doc/guides/html/images/icons/callouts/9.png",
634
- "doc/guides/html/images/icons/caution.png",
635
- "doc/guides/html/images/icons/example.png",
636
- "doc/guides/html/images/icons/home.png",
637
- "doc/guides/html/images/icons/important.png",
638
- "doc/guides/html/images/icons/next.png",
639
- "doc/guides/html/images/icons/note.png",
640
- "doc/guides/html/images/icons/prev.png",
641
- "doc/guides/html/images/icons/tip.png",
642
- "doc/guides/html/images/icons/up.png",
643
- "doc/guides/html/images/icons/warning.png",
644
- "doc/guides/html/images/nfl_sitemap.png",
645
- "doc/guides/html/images/top_cap.png",
646
- "doc/guides/html/images/top_cap_content.png",
647
- "doc/guides/html/index.html",
648
- "doc/guides/html/installing_modules.html",
649
- "doc/guides/html/portlets.html",
650
- "doc/guides/html/user_guide.html",
651
- "doc/guides/html/writing_guides.html",
652
- "lib/acts_as_list.rb",
653
- "lib/browsercms.rb",
654
- "lib/cms/acts/content_block.rb",
655
- "lib/cms/acts/content_page.rb",
656
- "lib/cms/authentication/controller.rb",
657
- "lib/cms/authentication/model.rb",
658
- "lib/cms/behaviors.rb",
659
- "lib/cms/behaviors/archiving.rb",
660
- "lib/cms/behaviors/attaching.rb",
661
- "lib/cms/behaviors/categorizing.rb",
662
- "lib/cms/behaviors/connecting.rb",
663
- "lib/cms/behaviors/dynamic_attributes.rb",
664
- "lib/cms/behaviors/flush_cache_on_change.rb",
665
- "lib/cms/behaviors/hiding.rb",
666
- "lib/cms/behaviors/pagination.rb",
667
- "lib/cms/behaviors/publishing.rb",
668
- "lib/cms/behaviors/rendering.rb",
669
- "lib/cms/behaviors/searching.rb",
670
- "lib/cms/behaviors/soft_deleting.rb",
671
- "lib/cms/behaviors/taggable.rb",
672
- "lib/cms/behaviors/userstamping.rb",
673
- "lib/cms/behaviors/versioning.rb",
674
- "lib/cms/caching.rb",
675
- "lib/cms/content_rendering_support.rb",
676
- "lib/cms/data_loader.rb",
677
- "lib/cms/domain_support.rb",
678
- "lib/cms/extensions.rb",
679
- "lib/cms/extensions/action_view/base.rb",
680
- "lib/cms/extensions/active_record/base.rb",
681
- "lib/cms/extensions/active_record/connection_adapters/abstract/schema_statements.rb",
682
- "lib/cms/extensions/active_record/errors.rb",
683
- "lib/cms/extensions/active_support/cache/file_store.rb",
684
- "lib/cms/extensions/hash.rb",
685
- "lib/cms/extensions/integer.rb",
686
- "lib/cms/extensions/nil.rb",
687
- "lib/cms/extensions/string.rb",
688
- "lib/cms/init.rb",
689
- "lib/cms/routes.rb",
690
- "lib/cms/version.rb",
691
- "lib/command_line.rb",
692
- "lib/initial_data.rb",
693
- "lib/sequence.rb",
694
- "lib/tasks/cms.rake",
695
- "lib/tasks/db.rake",
696
- "lib/tasks/dev.rake",
697
- "public/bcms/ckeditor/ckeditor.js",
698
- "public/bcms/ckeditor/config.js",
699
- "public/bcms/ckeditor/core/_bootstrap.js",
700
- "public/bcms/ckeditor/core/ajax.js",
701
- "public/bcms/ckeditor/core/ckeditor.js",
702
- "public/bcms/ckeditor/core/ckeditor_base.js",
703
- "public/bcms/ckeditor/core/ckeditor_basic.js",
704
- "public/bcms/ckeditor/core/command.js",
705
- "public/bcms/ckeditor/core/commanddefinition.js",
706
- "public/bcms/ckeditor/core/config.js",
707
- "public/bcms/ckeditor/core/dom.js",
708
- "public/bcms/ckeditor/core/dom/document.js",
709
- "public/bcms/ckeditor/core/dom/documentfragment.js",
710
- "public/bcms/ckeditor/core/dom/domobject.js",
711
- "public/bcms/ckeditor/core/dom/element.js",
712
- "public/bcms/ckeditor/core/dom/elementpath.js",
713
- "public/bcms/ckeditor/core/dom/event.js",
714
- "public/bcms/ckeditor/core/dom/node.js",
715
- "public/bcms/ckeditor/core/dom/nodelist.js",
716
- "public/bcms/ckeditor/core/dom/range.js",
717
- "public/bcms/ckeditor/core/dom/text.js",
718
- "public/bcms/ckeditor/core/dom/walker.js",
719
- "public/bcms/ckeditor/core/dom/window.js",
720
- "public/bcms/ckeditor/core/dtd.js",
721
- "public/bcms/ckeditor/core/editor.js",
722
- "public/bcms/ckeditor/core/editor_basic.js",
723
- "public/bcms/ckeditor/core/env.js",
724
- "public/bcms/ckeditor/core/event.js",
725
- "public/bcms/ckeditor/core/eventInfo.js",
726
- "public/bcms/ckeditor/core/focusmanager.js",
727
- "public/bcms/ckeditor/core/htmlparser.js",
728
- "public/bcms/ckeditor/core/htmlparser/basicwriter.js",
729
- "public/bcms/ckeditor/core/htmlparser/cdata.js",
730
- "public/bcms/ckeditor/core/htmlparser/comment.js",
731
- "public/bcms/ckeditor/core/htmlparser/element.js",
732
- "public/bcms/ckeditor/core/htmlparser/filter.js",
733
- "public/bcms/ckeditor/core/htmlparser/fragment.js",
734
- "public/bcms/ckeditor/core/htmlparser/text.js",
735
- "public/bcms/ckeditor/core/imagecacher.js",
736
- "public/bcms/ckeditor/core/lang.js",
737
- "public/bcms/ckeditor/core/loader.js",
738
- "public/bcms/ckeditor/core/plugindefinition.js",
739
- "public/bcms/ckeditor/core/plugins.js",
740
- "public/bcms/ckeditor/core/resourcemanager.js",
741
- "public/bcms/ckeditor/core/scriptloader.js",
742
- "public/bcms/ckeditor/core/skins.js",
743
- "public/bcms/ckeditor/core/test.js",
744
- "public/bcms/ckeditor/core/themes.js",
745
- "public/bcms/ckeditor/core/tools.js",
746
- "public/bcms/ckeditor/core/ui.js",
747
- "public/bcms/ckeditor/core/xml.js",
748
- "public/bcms/ckeditor/editor.js",
749
- "public/bcms/ckeditor/lang/_languages.js",
750
- "public/bcms/ckeditor/lang/_translationstatus.txt",
751
- "public/bcms/ckeditor/lang/af.js",
752
- "public/bcms/ckeditor/lang/ar.js",
753
- "public/bcms/ckeditor/lang/bg.js",
754
- "public/bcms/ckeditor/lang/bn.js",
755
- "public/bcms/ckeditor/lang/bs.js",
756
- "public/bcms/ckeditor/lang/ca.js",
757
- "public/bcms/ckeditor/lang/cs.js",
758
- "public/bcms/ckeditor/lang/da.js",
759
- "public/bcms/ckeditor/lang/de.js",
760
- "public/bcms/ckeditor/lang/el.js",
761
- "public/bcms/ckeditor/lang/en-au.js",
762
- "public/bcms/ckeditor/lang/en-ca.js",
763
- "public/bcms/ckeditor/lang/en-uk.js",
764
- "public/bcms/ckeditor/lang/en.js",
765
- "public/bcms/ckeditor/lang/eo.js",
766
- "public/bcms/ckeditor/lang/es.js",
767
- "public/bcms/ckeditor/lang/et.js",
768
- "public/bcms/ckeditor/lang/eu.js",
769
- "public/bcms/ckeditor/lang/fa.js",
770
- "public/bcms/ckeditor/lang/fi.js",
771
- "public/bcms/ckeditor/lang/fo.js",
772
- "public/bcms/ckeditor/lang/fr-ca.js",
773
- "public/bcms/ckeditor/lang/fr.js",
774
- "public/bcms/ckeditor/lang/gl.js",
775
- "public/bcms/ckeditor/lang/gu.js",
776
- "public/bcms/ckeditor/lang/he.js",
777
- "public/bcms/ckeditor/lang/hi.js",
778
- "public/bcms/ckeditor/lang/hr.js",
779
- "public/bcms/ckeditor/lang/hu.js",
780
- "public/bcms/ckeditor/lang/is.js",
781
- "public/bcms/ckeditor/lang/it.js",
782
- "public/bcms/ckeditor/lang/ja.js",
783
- "public/bcms/ckeditor/lang/km.js",
784
- "public/bcms/ckeditor/lang/ko.js",
785
- "public/bcms/ckeditor/lang/lt.js",
786
- "public/bcms/ckeditor/lang/lv.js",
787
- "public/bcms/ckeditor/lang/mn.js",
788
- "public/bcms/ckeditor/lang/ms.js",
789
- "public/bcms/ckeditor/lang/nb.js",
790
- "public/bcms/ckeditor/lang/nl.js",
791
- "public/bcms/ckeditor/lang/no.js",
792
- "public/bcms/ckeditor/lang/pl.js",
793
- "public/bcms/ckeditor/lang/pt-br.js",
794
- "public/bcms/ckeditor/lang/pt.js",
795
- "public/bcms/ckeditor/lang/ro.js",
796
- "public/bcms/ckeditor/lang/ru.js",
797
- "public/bcms/ckeditor/lang/sk.js",
798
- "public/bcms/ckeditor/lang/sl.js",
799
- "public/bcms/ckeditor/lang/sr-latn.js",
800
- "public/bcms/ckeditor/lang/sr.js",
801
- "public/bcms/ckeditor/lang/sv.js",
802
- "public/bcms/ckeditor/lang/th.js",
803
- "public/bcms/ckeditor/lang/tr.js",
804
- "public/bcms/ckeditor/lang/uk.js",
805
- "public/bcms/ckeditor/lang/vi.js",
806
- "public/bcms/ckeditor/lang/zh-cn.js",
807
- "public/bcms/ckeditor/lang/zh.js",
808
- "public/bcms/ckeditor/plugins/about/dialogs/about.js",
809
- "public/bcms/ckeditor/plugins/about/dialogs/logo_ckeditor.png",
810
- "public/bcms/ckeditor/plugins/about/plugin.js",
811
- "public/bcms/ckeditor/plugins/basicstyles/plugin.js",
812
- "public/bcms/ckeditor/plugins/blockquote/plugin.js",
813
- "public/bcms/ckeditor/plugins/button/plugin.js",
814
- "public/bcms/ckeditor/plugins/clipboard/dialogs/paste.js",
815
- "public/bcms/ckeditor/plugins/clipboard/plugin.js",
816
- "public/bcms/ckeditor/plugins/colorbutton/plugin.js",
817
- "public/bcms/ckeditor/plugins/contextmenu/plugin.js",
818
- "public/bcms/ckeditor/plugins/dialog/dialogDefinition.js",
819
- "public/bcms/ckeditor/plugins/dialog/plugin.js",
820
- "public/bcms/ckeditor/plugins/dialogui/plugin.js",
821
- "public/bcms/ckeditor/plugins/domiterator/plugin.js",
822
- "public/bcms/ckeditor/plugins/editingblock/plugin.js",
823
- "public/bcms/ckeditor/plugins/elementspath/plugin.js",
824
- "public/bcms/ckeditor/plugins/enterkey/plugin.js",
825
- "public/bcms/ckeditor/plugins/entities/plugin.js",
826
- "public/bcms/ckeditor/plugins/fakeobjects/plugin.js",
827
- "public/bcms/ckeditor/plugins/filebrowser/plugin.js",
828
- "public/bcms/ckeditor/plugins/find/dialogs/find.js",
829
- "public/bcms/ckeditor/plugins/find/plugin.js",
830
- "public/bcms/ckeditor/plugins/flash/dialogs/flash.js",
831
- "public/bcms/ckeditor/plugins/flash/images/placeholder.png",
832
- "public/bcms/ckeditor/plugins/flash/plugin.js",
833
- "public/bcms/ckeditor/plugins/floatpanel/plugin.js",
834
- "public/bcms/ckeditor/plugins/font/plugin.js",
835
- "public/bcms/ckeditor/plugins/format/plugin.js",
836
- "public/bcms/ckeditor/plugins/forms/dialogs/button.js",
837
- "public/bcms/ckeditor/plugins/forms/dialogs/checkbox.js",
838
- "public/bcms/ckeditor/plugins/forms/dialogs/form.js",
839
- "public/bcms/ckeditor/plugins/forms/dialogs/hiddenfield.js",
840
- "public/bcms/ckeditor/plugins/forms/dialogs/radio.js",
841
- "public/bcms/ckeditor/plugins/forms/dialogs/select.js",
842
- "public/bcms/ckeditor/plugins/forms/dialogs/textarea.js",
843
- "public/bcms/ckeditor/plugins/forms/dialogs/textfield.js",
844
- "public/bcms/ckeditor/plugins/forms/plugin.js",
845
- "public/bcms/ckeditor/plugins/horizontalrule/plugin.js",
846
- "public/bcms/ckeditor/plugins/htmldataprocessor/plugin.js",
847
- "public/bcms/ckeditor/plugins/htmlwriter/plugin.js",
848
- "public/bcms/ckeditor/plugins/iframedialog/plugin.js",
849
- "public/bcms/ckeditor/plugins/image/dialogs/image.js",
850
- "public/bcms/ckeditor/plugins/image/plugin.js",
851
- "public/bcms/ckeditor/plugins/indent/plugin.js",
852
- "public/bcms/ckeditor/plugins/justify/plugin.js",
853
- "public/bcms/ckeditor/plugins/keystrokes/plugin.js",
854
- "public/bcms/ckeditor/plugins/link/dialogs/anchor.js",
855
- "public/bcms/ckeditor/plugins/link/dialogs/link.js",
856
- "public/bcms/ckeditor/plugins/link/images/anchor.gif",
857
- "public/bcms/ckeditor/plugins/link/plugin.js",
858
- "public/bcms/ckeditor/plugins/list/plugin.js",
859
- "public/bcms/ckeditor/plugins/listblock/plugin.js",
860
- "public/bcms/ckeditor/plugins/maximize/plugin.js",
861
- "public/bcms/ckeditor/plugins/menu/plugin.js",
862
- "public/bcms/ckeditor/plugins/menubutton/plugin.js",
863
- "public/bcms/ckeditor/plugins/newpage/plugin.js",
864
- "public/bcms/ckeditor/plugins/pagebreak/images/pagebreak.gif",
865
- "public/bcms/ckeditor/plugins/pagebreak/plugin.js",
866
- "public/bcms/ckeditor/plugins/panel/plugin.js",
867
- "public/bcms/ckeditor/plugins/panelbutton/plugin.js",
868
- "public/bcms/ckeditor/plugins/pastefromword/dialogs/pastefromword.js",
869
- "public/bcms/ckeditor/plugins/pastefromword/plugin.js",
870
- "public/bcms/ckeditor/plugins/pastetext/dialogs/pastetext.js",
871
- "public/bcms/ckeditor/plugins/pastetext/plugin.js",
872
- "public/bcms/ckeditor/plugins/popup/plugin.js",
873
- "public/bcms/ckeditor/plugins/preview/plugin.js",
874
- "public/bcms/ckeditor/plugins/print/plugin.js",
875
- "public/bcms/ckeditor/plugins/removeformat/plugin.js",
876
- "public/bcms/ckeditor/plugins/resize/plugin.js",
877
- "public/bcms/ckeditor/plugins/richcombo/plugin.js",
878
- "public/bcms/ckeditor/plugins/save/plugin.js",
879
- "public/bcms/ckeditor/plugins/scayt/dialogs/options.js",
880
- "public/bcms/ckeditor/plugins/scayt/dialogs/toolbar.css",
881
- "public/bcms/ckeditor/plugins/scayt/plugin.js",
882
- "public/bcms/ckeditor/plugins/selection/plugin.js",
883
- "public/bcms/ckeditor/plugins/showblocks/images/block_address.png",
884
- "public/bcms/ckeditor/plugins/showblocks/images/block_blockquote.png",
885
- "public/bcms/ckeditor/plugins/showblocks/images/block_div.png",
886
- "public/bcms/ckeditor/plugins/showblocks/images/block_h1.png",
887
- "public/bcms/ckeditor/plugins/showblocks/images/block_h2.png",
888
- "public/bcms/ckeditor/plugins/showblocks/images/block_h3.png",
889
- "public/bcms/ckeditor/plugins/showblocks/images/block_h4.png",
890
- "public/bcms/ckeditor/plugins/showblocks/images/block_h5.png",
891
- "public/bcms/ckeditor/plugins/showblocks/images/block_h6.png",
892
- "public/bcms/ckeditor/plugins/showblocks/images/block_p.png",
893
- "public/bcms/ckeditor/plugins/showblocks/images/block_pre.png",
894
- "public/bcms/ckeditor/plugins/showblocks/plugin.js",
895
- "public/bcms/ckeditor/plugins/smiley/dialogs/smiley.js",
896
- "public/bcms/ckeditor/plugins/smiley/images/angel_smile.gif",
897
- "public/bcms/ckeditor/plugins/smiley/images/angry_smile.gif",
898
- "public/bcms/ckeditor/plugins/smiley/images/broken_heart.gif",
899
- "public/bcms/ckeditor/plugins/smiley/images/confused_smile.gif",
900
- "public/bcms/ckeditor/plugins/smiley/images/cry_smile.gif",
901
- "public/bcms/ckeditor/plugins/smiley/images/devil_smile.gif",
902
- "public/bcms/ckeditor/plugins/smiley/images/embaressed_smile.gif",
903
- "public/bcms/ckeditor/plugins/smiley/images/envelope.gif",
904
- "public/bcms/ckeditor/plugins/smiley/images/heart.gif",
905
- "public/bcms/ckeditor/plugins/smiley/images/kiss.gif",
906
- "public/bcms/ckeditor/plugins/smiley/images/lightbulb.gif",
907
- "public/bcms/ckeditor/plugins/smiley/images/omg_smile.gif",
908
- "public/bcms/ckeditor/plugins/smiley/images/regular_smile.gif",
909
- "public/bcms/ckeditor/plugins/smiley/images/sad_smile.gif",
910
- "public/bcms/ckeditor/plugins/smiley/images/shades_smile.gif",
911
- "public/bcms/ckeditor/plugins/smiley/images/teeth_smile.gif",
912
- "public/bcms/ckeditor/plugins/smiley/images/thumbs_down.gif",
913
- "public/bcms/ckeditor/plugins/smiley/images/thumbs_up.gif",
914
- "public/bcms/ckeditor/plugins/smiley/images/tounge_smile.gif",
915
- "public/bcms/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif",
916
- "public/bcms/ckeditor/plugins/smiley/images/wink_smile.gif",
917
- "public/bcms/ckeditor/plugins/smiley/plugin.js",
918
- "public/bcms/ckeditor/plugins/sourcearea/plugin.js",
919
- "public/bcms/ckeditor/plugins/specialchar/dialogs/specialchar.js",
920
- "public/bcms/ckeditor/plugins/specialchar/plugin.js",
921
- "public/bcms/ckeditor/plugins/styles/plugin.js",
922
- "public/bcms/ckeditor/plugins/stylescombo/plugin.js",
923
- "public/bcms/ckeditor/plugins/stylescombo/styles/default.js",
924
- "public/bcms/ckeditor/plugins/tab/plugin.js",
925
- "public/bcms/ckeditor/plugins/table/dialogs/table.js",
926
- "public/bcms/ckeditor/plugins/table/plugin.js",
927
- "public/bcms/ckeditor/plugins/tabletools/dialogs/tableCell.js",
928
- "public/bcms/ckeditor/plugins/tabletools/plugin.js",
929
- "public/bcms/ckeditor/plugins/templates/dialogs/templates.js",
930
- "public/bcms/ckeditor/plugins/templates/plugin.js",
931
- "public/bcms/ckeditor/plugins/templates/templates/default.js",
932
- "public/bcms/ckeditor/plugins/templates/templates/images/template1.gif",
933
- "public/bcms/ckeditor/plugins/templates/templates/images/template2.gif",
934
- "public/bcms/ckeditor/plugins/templates/templates/images/template3.gif",
935
- "public/bcms/ckeditor/plugins/toolbar/plugin.js",
936
- "public/bcms/ckeditor/plugins/uicolor/dialogs/uicolor.js",
937
- "public/bcms/ckeditor/plugins/uicolor/lang/en.js",
938
- "public/bcms/ckeditor/plugins/uicolor/plugin.js",
939
- "public/bcms/ckeditor/plugins/uicolor/uicolor.gif",
940
- "public/bcms/ckeditor/plugins/uicolor/yui/assets/hue_bg.png",
941
- "public/bcms/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png",
942
- "public/bcms/ckeditor/plugins/uicolor/yui/assets/picker_mask.png",
943
- "public/bcms/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png",
944
- "public/bcms/ckeditor/plugins/uicolor/yui/assets/yui.css",
945
- "public/bcms/ckeditor/plugins/uicolor/yui/yui.js",
946
- "public/bcms/ckeditor/plugins/undo/plugin.js",
947
- "public/bcms/ckeditor/plugins/wsc/dialogs/ciframe.html",
948
- "public/bcms/ckeditor/plugins/wsc/dialogs/tmpFrameset.html",
949
- "public/bcms/ckeditor/plugins/wsc/dialogs/wsc.css",
950
- "public/bcms/ckeditor/plugins/wsc/dialogs/wsc.js",
951
- "public/bcms/ckeditor/plugins/wsc/plugin.js",
952
- "public/bcms/ckeditor/plugins/wysiwygarea/plugin.js",
953
- "public/bcms/ckeditor/skins/kama/dialog.css",
954
- "public/bcms/ckeditor/skins/kama/editor.css",
955
- "public/bcms/ckeditor/skins/kama/elementspath.css",
956
- "public/bcms/ckeditor/skins/kama/icons.css",
957
- "public/bcms/ckeditor/skins/kama/icons.png",
958
- "public/bcms/ckeditor/skins/kama/images/dialog_sides.gif",
959
- "public/bcms/ckeditor/skins/kama/images/dialog_sides.png",
960
- "public/bcms/ckeditor/skins/kama/images/dialog_sides_rtl.png",
961
- "public/bcms/ckeditor/skins/kama/images/mini.gif",
962
- "public/bcms/ckeditor/skins/kama/images/noimage.png",
963
- "public/bcms/ckeditor/skins/kama/images/sprites.png",
964
- "public/bcms/ckeditor/skins/kama/images/sprites_ie6.png",
965
- "public/bcms/ckeditor/skins/kama/images/toolbar_start.gif",
966
- "public/bcms/ckeditor/skins/kama/mainui.css",
967
- "public/bcms/ckeditor/skins/kama/menu.css",
968
- "public/bcms/ckeditor/skins/kama/panel.css",
969
- "public/bcms/ckeditor/skins/kama/presets.css",
970
- "public/bcms/ckeditor/skins/kama/reset.css",
971
- "public/bcms/ckeditor/skins/kama/richcombo.css",
972
- "public/bcms/ckeditor/skins/kama/skin.js",
973
- "public/bcms/ckeditor/skins/kama/templates.css",
974
- "public/bcms/ckeditor/skins/kama/toolbar.css",
975
- "public/bcms/ckeditor/skins/office2003/dialog.css",
976
- "public/bcms/ckeditor/skins/office2003/editor.css",
977
- "public/bcms/ckeditor/skins/office2003/elementspath.css",
978
- "public/bcms/ckeditor/skins/office2003/icons.css",
979
- "public/bcms/ckeditor/skins/office2003/icons.png",
980
- "public/bcms/ckeditor/skins/office2003/images/dialog_sides.gif",
981
- "public/bcms/ckeditor/skins/office2003/images/dialog_sides.png",
982
- "public/bcms/ckeditor/skins/office2003/images/dialog_sides_rtl.png",
983
- "public/bcms/ckeditor/skins/office2003/images/mini.gif",
984
- "public/bcms/ckeditor/skins/office2003/images/noimage.png",
985
- "public/bcms/ckeditor/skins/office2003/images/sprites.png",
986
- "public/bcms/ckeditor/skins/office2003/images/sprites_ie6.png",
987
- "public/bcms/ckeditor/skins/office2003/mainui.css",
988
- "public/bcms/ckeditor/skins/office2003/menu.css",
989
- "public/bcms/ckeditor/skins/office2003/panel.css",
990
- "public/bcms/ckeditor/skins/office2003/presets.css",
991
- "public/bcms/ckeditor/skins/office2003/reset.css",
992
- "public/bcms/ckeditor/skins/office2003/richcombo.css",
993
- "public/bcms/ckeditor/skins/office2003/skin.js",
994
- "public/bcms/ckeditor/skins/office2003/templates.css",
995
- "public/bcms/ckeditor/skins/office2003/toolbar.css",
996
- "public/bcms/ckeditor/skins/v2/dialog.css",
997
- "public/bcms/ckeditor/skins/v2/editor.css",
998
- "public/bcms/ckeditor/skins/v2/elementspath.css",
999
- "public/bcms/ckeditor/skins/v2/icons.css",
1000
- "public/bcms/ckeditor/skins/v2/icons.png",
1001
- "public/bcms/ckeditor/skins/v2/images/dialog_sides.gif",
1002
- "public/bcms/ckeditor/skins/v2/images/dialog_sides.png",
1003
- "public/bcms/ckeditor/skins/v2/images/dialog_sides_rtl.png",
1004
- "public/bcms/ckeditor/skins/v2/images/mini.gif",
1005
- "public/bcms/ckeditor/skins/v2/images/noimage.png",
1006
- "public/bcms/ckeditor/skins/v2/images/sprites.png",
1007
- "public/bcms/ckeditor/skins/v2/images/sprites_ie6.png",
1008
- "public/bcms/ckeditor/skins/v2/images/toolbar_start.gif",
1009
- "public/bcms/ckeditor/skins/v2/mainui.css",
1010
- "public/bcms/ckeditor/skins/v2/menu.css",
1011
- "public/bcms/ckeditor/skins/v2/panel.css",
1012
- "public/bcms/ckeditor/skins/v2/presets.css",
1013
- "public/bcms/ckeditor/skins/v2/reset.css",
1014
- "public/bcms/ckeditor/skins/v2/richcombo.css",
1015
- "public/bcms/ckeditor/skins/v2/skin.js",
1016
- "public/bcms/ckeditor/skins/v2/templates.css",
1017
- "public/bcms/ckeditor/skins/v2/toolbar.css",
1018
- "public/bcms/ckeditor/tests/_assets/sample.css",
1019
- "public/bcms/ckeditor/tests/_assets/sample.js",
1020
- "public/bcms/ckeditor/tests/_assets/sample.txt",
1021
- "public/bcms/ckeditor/tests/_assets/sample.xml",
1022
- "public/bcms/ckeditor/tests/_assets/sample_xml.txt",
1023
- "public/bcms/ckeditor/tests/core/_editor/custom_config_1.js",
1024
- "public/bcms/ckeditor/tests/core/_editor/custom_config_2.js",
1025
- "public/bcms/ckeditor/tests/core/ajax.html",
1026
- "public/bcms/ckeditor/tests/core/bootstrap.html",
1027
- "public/bcms/ckeditor/tests/core/ckeditor.html",
1028
- "public/bcms/ckeditor/tests/core/dom/document.html",
1029
- "public/bcms/ckeditor/tests/core/dom/documentfragment.html",
1030
- "public/bcms/ckeditor/tests/core/dom/element.html",
1031
- "public/bcms/ckeditor/tests/core/dom/node.html",
1032
- "public/bcms/ckeditor/tests/core/dom/range.html",
1033
- "public/bcms/ckeditor/tests/core/dom/text.html",
1034
- "public/bcms/ckeditor/tests/core/dom/walker.html",
1035
- "public/bcms/ckeditor/tests/core/dom/window.html",
1036
- "public/bcms/ckeditor/tests/core/editor.html",
1037
- "public/bcms/ckeditor/tests/core/env.html",
1038
- "public/bcms/ckeditor/tests/core/event.html",
1039
- "public/bcms/ckeditor/tests/core/htmlparser/fragment.html",
1040
- "public/bcms/ckeditor/tests/core/htmlparser/htmlparser.html",
1041
- "public/bcms/ckeditor/tests/core/plugins.html",
1042
- "public/bcms/ckeditor/tests/core/plugins/myplugins/sample/my_plugin.js",
1043
- "public/bcms/ckeditor/tests/core/scriptloader.html",
1044
- "public/bcms/ckeditor/tests/core/tools.html",
1045
- "public/bcms/ckeditor/tests/core/xml.html",
1046
- "public/bcms/ckeditor/tests/plugins/domiterator/domiterator.html",
1047
- "public/bcms/ckeditor/tests/plugins/htmldataprocessor/htmldataprocessor.html",
1048
- "public/bcms/ckeditor/tests/plugins/link/link.html",
1049
- "public/bcms/ckeditor/tests/plugins/list/list.html",
1050
- "public/bcms/ckeditor/tests/plugins/selection/selection.html",
1051
- "public/bcms/ckeditor/tests/plugins/styles/styles.html",
1052
- "public/bcms/ckeditor/tests/test.css",
1053
- "public/bcms/ckeditor/tests/test.js",
1054
- "public/bcms/ckeditor/tests/testall.html",
1055
- "public/bcms/ckeditor/tests/yuitest.js",
1056
- "public/bcms/ckeditor/themes/default/theme.js",
1057
- "public/images/cms/administration/user_browser_bg.gif",
1058
- "public/images/cms/bg.png",
1059
- "public/images/cms/bl_curve.png",
1060
- "public/images/cms/bottom_cap.png",
1061
- "public/images/cms/bottom_cap_content.png",
1062
- "public/images/cms/browse.gif",
1063
- "public/images/cms/browser_media_logo.png",
1064
- "public/images/cms/browsercms_logo.png",
1065
- "public/images/cms/buttons/button.png",
1066
- "public/images/cms/buttons/button_bg.png",
1067
- "public/images/cms/buttons/button_cap.png",
1068
- "public/images/cms/buttons/button_cap_h.png",
1069
- "public/images/cms/buttons/button_cap_off.gif",
1070
- "public/images/cms/buttons/button_cap_off_middle.gif",
1071
- "public/images/cms/buttons/button_h.png",
1072
- "public/images/cms/buttons/button_left_bg.png",
1073
- "public/images/cms/buttons/button_off.png",
1074
- "public/images/cms/buttons/button_off_middle.png",
1075
- "public/images/cms/buttons/delete_x.png",
1076
- "public/images/cms/buttons/delete_x_disabled.png",
1077
- "public/images/cms/buttons/delete_x_h.png",
1078
- "public/images/cms/buttons/sm_button.gif",
1079
- "public/images/cms/buttons/sm_button_2.gif",
1080
- "public/images/cms/buttons/sm_button_2_h.gif",
1081
- "public/images/cms/buttons/sm_button_h.gif",
1082
- "public/images/cms/containers/add.gif",
1083
- "public/images/cms/containers/alpha.png",
1084
- "public/images/cms/containers/beta.png",
1085
- "public/images/cms/containers/delete.gif",
1086
- "public/images/cms/containers/down.gif",
1087
- "public/images/cms/containers/edit.gif",
1088
- "public/images/cms/containers/up.gif",
1089
- "public/images/cms/containers/view.gif",
1090
- "public/images/cms/content_bg.gif",
1091
- "public/images/cms/dashboard/bottom_cap.png",
1092
- "public/images/cms/dashboard/bottom_cap_content.png",
1093
- "public/images/cms/dashboard/header_bg.gif",
1094
- "public/images/cms/dashboard/header_left_bg.gif",
1095
- "public/images/cms/dashboard/table_header_bg.gif",
1096
- "public/images/cms/dashboard/top_cap.png",
1097
- "public/images/cms/dashed.gif",
1098
- "public/images/cms/datepicker/clear.gif",
1099
- "public/images/cms/datepicker/close.gif",
1100
- "public/images/cms/dk_button_l.gif",
1101
- "public/images/cms/dk_button_r.gif",
1102
- "public/images/cms/dot.png",
1103
- "public/images/cms/draft_status.gif",
1104
- "public/images/cms/gray_long_bg.gif",
1105
- "public/images/cms/icons/actions/add.png",
1106
- "public/images/cms/icons/actions/config.png",
1107
- "public/images/cms/icons/actions/connect.png",
1108
- "public/images/cms/icons/actions/delete.png",
1109
- "public/images/cms/icons/actions/down.png",
1110
- "public/images/cms/icons/actions/edit.png",
1111
- "public/images/cms/icons/actions/folder.png",
1112
- "public/images/cms/icons/actions/folder_add.png",
1113
- "public/images/cms/icons/actions/folder_delete.png",
1114
- "public/images/cms/icons/actions/folder_edit.png",
1115
- "public/images/cms/icons/actions/folder_move.png",
1116
- "public/images/cms/icons/actions/folder_open.png",
1117
- "public/images/cms/icons/actions/history.png",
1118
- "public/images/cms/icons/actions/home.png",
1119
- "public/images/cms/icons/actions/left.png",
1120
- "public/images/cms/icons/actions/link.png",
1121
- "public/images/cms/icons/actions/page.png",
1122
- "public/images/cms/icons/actions/page_add.png",
1123
- "public/images/cms/icons/actions/page_edit.png",
1124
- "public/images/cms/icons/actions/page_move.png",
1125
- "public/images/cms/icons/actions/redo.png",
1126
- "public/images/cms/icons/actions/refresh.png",
1127
- "public/images/cms/icons/actions/right.png",
1128
- "public/images/cms/icons/actions/root_folder.png",
1129
- "public/images/cms/icons/actions/root_link.png",
1130
- "public/images/cms/icons/actions/root_page.png",
1131
- "public/images/cms/icons/actions/undo.png",
1132
- "public/images/cms/icons/actions/up.png",
1133
- "public/images/cms/icons/actions/view.png",
1134
- "public/images/cms/icons/file_types/doc.png",
1135
- "public/images/cms/icons/file_types/file.png",
1136
- "public/images/cms/icons/file_types/gif.png",
1137
- "public/images/cms/icons/file_types/htm.png",
1138
- "public/images/cms/icons/file_types/pdf.png",
1139
- "public/images/cms/icons/file_types/ppt.png",
1140
- "public/images/cms/icons/file_types/swf.png",
1141
- "public/images/cms/icons/file_types/txt.png",
1142
- "public/images/cms/icons/file_types/xls.png",
1143
- "public/images/cms/icons/file_types/xml.png",
1144
- "public/images/cms/icons/file_types/zip.png",
1145
- "public/images/cms/icons/status/archived.gif",
1146
- "public/images/cms/icons/status/draft.gif",
1147
- "public/images/cms/icons/status/hidden.gif",
1148
- "public/images/cms/icons/status/locked.gif",
1149
- "public/images/cms/icons/status/published.gif",
1150
- "public/images/cms/icons/status/unlocked.gif",
1151
- "public/images/cms/icons/user.png",
1152
- "public/images/cms/login_bg.jpg",
1153
- "public/images/cms/login_bottom.jpg",
1154
- "public/images/cms/login_top.gif",
1155
- "public/images/cms/lt_button_bg.gif",
1156
- "public/images/cms/lt_button_l.gif",
1157
- "public/images/cms/lt_button_r.gif",
1158
- "public/images/cms/menu.png",
1159
- "public/images/cms/menu/block_cap_h.gif",
1160
- "public/images/cms/menu/bottom_cap.png",
1161
- "public/images/cms/menu/bottom_cap_menu.png",
1162
- "public/images/cms/menu/bottom_cap_menu_first.png",
1163
- "public/images/cms/menu/menu_header_first_bg.gif",
1164
- "public/images/cms/menu/selected_block_cap.gif",
1165
- "public/images/cms/menu/top_cap.png",
1166
- "public/images/cms/menu/top_cap_menu_header.png",
1167
- "public/images/cms/menu_h.gif",
1168
- "public/images/cms/menu_header.png",
1169
- "public/images/cms/menu_open.png",
1170
- "public/images/cms/menu_open_bg.gif",
1171
- "public/images/cms/nav.png",
1172
- "public/images/cms/nav/on_bg.gif",
1173
- "public/images/cms/nav_admin.gif",
1174
- "public/images/cms/nav_admin_h.gif",
1175
- "public/images/cms/nav_admin_on.gif",
1176
- "public/images/cms/nav_cap.png",
1177
- "public/images/cms/nav_cap_h.gif",
1178
- "public/images/cms/nav_content_library.gif",
1179
- "public/images/cms/nav_content_library_h.gif",
1180
- "public/images/cms/nav_content_library_on.gif",
1181
- "public/images/cms/nav_dash.gif",
1182
- "public/images/cms/nav_dash_h.gif",
1183
- "public/images/cms/nav_dash_on.gif",
1184
- "public/images/cms/nav_h.gif",
1185
- "public/images/cms/nav_sitemap.gif",
1186
- "public/images/cms/nav_sitemap_h.gif",
1187
- "public/images/cms/nav_sitemap_on.gif",
1188
- "public/images/cms/page_toolbar/page_toolbar_bg.gif",
1189
- "public/images/cms/page_toolbar/page_toolbar_inset_bg.gif",
1190
- "public/images/cms/page_toolbar/page_toolbar_inset_draft_bg.gif",
1191
- "public/images/cms/page_toolbar/page_toolbar_inset_draft_l.gif",
1192
- "public/images/cms/page_toolbar/page_toolbar_inset_draft_r.gif",
1193
- "public/images/cms/page_toolbar/page_toolbar_inset_l.gif",
1194
- "public/images/cms/page_toolbar/page_toolbar_inset_published_bg.gif",
1195
- "public/images/cms/page_toolbar/page_toolbar_inset_published_l.gif",
1196
- "public/images/cms/page_toolbar/page_toolbar_inset_published_r.gif",
1197
- "public/images/cms/page_toolbar/page_toolbar_inset_r.gif",
1198
- "public/images/cms/page_toolbar/page_toolbar_l.gif",
1199
- "public/images/cms/page_toolbar/page_toolbar_r.gif",
1200
- "public/images/cms/page_toolbar/status_draft_bg.gif",
1201
- "public/images/cms/page_toolbar/status_draft_l.gif",
1202
- "public/images/cms/page_toolbar/status_l.gif",
1203
- "public/images/cms/page_toolbar/status_published_bg.gif",
1204
- "public/images/cms/page_toolbar/status_published_l.gif",
1205
- "public/images/cms/page_toolbar/visual_editor_bg.gif",
1206
- "public/images/cms/page_toolbar/visual_editor_end.gif",
1207
- "public/images/cms/page_toolbar/visual_editor_r.gif",
1208
- "public/images/cms/page_toolbar/visual_editor_state_bg.gif",
1209
- "public/images/cms/pages/add_connectable.gif",
1210
- "public/images/cms/pages/connect_connectable.gif",
1211
- "public/images/cms/pages/container_border.gif",
1212
- "public/images/cms/pages/container_border_l.gif",
1213
- "public/images/cms/pages/container_border_r.gif",
1214
- "public/images/cms/pages/delete_connectable.gif",
1215
- "public/images/cms/pages/down_connectable.gif",
1216
- "public/images/cms/pages/down_connectable_disabled.gif",
1217
- "public/images/cms/pages/edit_connectable.gif",
1218
- "public/images/cms/pages/edit_connectable_2.gif",
1219
- "public/images/cms/pages/show_connectable.gif",
1220
- "public/images/cms/pages/up_connectable.gif",
1221
- "public/images/cms/pages/up_connectable_disabled.gif",
1222
- "public/images/cms/pagination/first.gif",
1223
- "public/images/cms/pagination/first_h.gif",
1224
- "public/images/cms/pagination/input.gif",
1225
- "public/images/cms/pagination/last.gif",
1226
- "public/images/cms/pagination/last_h.gif",
1227
- "public/images/cms/pagination/next.gif",
1228
- "public/images/cms/pagination/next_h.gif",
1229
- "public/images/cms/pagination/previous.gif",
1230
- "public/images/cms/pagination/previous_h.gif",
1231
- "public/images/cms/published_status.gif",
1232
- "public/images/cms/search.png",
1233
- "public/images/cms/search_submit.gif",
1234
- "public/images/cms/search_submit_h.gif",
1235
- "public/images/cms/searchbox_gradient.gif",
1236
- "public/images/cms/select_bg.gif",
1237
- "public/images/cms/select_bg_2.gif",
1238
- "public/images/cms/sitemap/bottom_cap.png",
1239
- "public/images/cms/sitemap/buffer_caps.png",
1240
- "public/images/cms/sitemap/contract.png",
1241
- "public/images/cms/sitemap/corners.gif",
1242
- "public/images/cms/sitemap/corners_hover.gif",
1243
- "public/images/cms/sitemap/divider.gif",
1244
- "public/images/cms/sitemap/expand.png",
1245
- "public/images/cms/sitemap/gradient.gif",
1246
- "public/images/cms/sitemap/gray_contract.png",
1247
- "public/images/cms/sitemap/gray_expand.png",
1248
- "public/images/cms/sitemap/no_contents.png",
1249
- "public/images/cms/sitemap/site_root_cap.png",
1250
- "public/images/cms/sitemap/tooltip.gif",
1251
- "public/images/cms/sitemap/top_cap_content.png",
1252
- "public/images/cms/solid.gif",
1253
- "public/images/cms/table/bl.gif",
1254
- "public/images/cms/table/br.gif",
1255
- "public/images/cms/table/divider.gif",
1256
- "public/images/cms/table/td_cap_first_h.gif",
1257
- "public/images/cms/table/td_cap_first_s.gif",
1258
- "public/images/cms/table/td_cap_last_h.gif",
1259
- "public/images/cms/table/td_cap_last_s.gif",
1260
- "public/images/cms/table/td_last_bg.gif",
1261
- "public/images/cms/table/th_bg.gif",
1262
- "public/images/cms/table/th_divider.gif",
1263
- "public/images/cms/table/th_last_bg.gif",
1264
- "public/images/cms/table/tl.gif",
1265
- "public/images/cms/table/tr.gif",
1266
- "public/images/cms/table/tr_bg.gif",
1267
- "public/images/cms/thickbox/loadingAnimation.gif",
1268
- "public/images/cms/thickbox/macFFBgHack.png",
1269
- "public/images/cms/toolbar_bg.png",
1270
- "public/images/cms/top_cap.png",
1271
- "public/images/cms/top_cap_content.png",
1272
- "public/images/cms/top_cap_menu_header.png",
1273
- "public/images/cms/user_search_submit.gif",
1274
- "public/images/cms/usercontrols_bg.png",
1275
- "public/images/cms/usercontrols_bg_cap.png",
1276
- "public/javascripts/cms/application.js",
1277
- "public/javascripts/cms/content_library.js",
1278
- "public/javascripts/cms/sitemap.js",
1279
- "public/javascripts/jquery-ui.js",
1280
- "public/javascripts/jquery.contextMenu.js",
1281
- "public/javascripts/jquery.cookie.js",
1282
- "public/javascripts/jquery.dimensions.js",
1283
- "public/javascripts/jquery.js",
1284
- "public/javascripts/jquery.selectbox-0.5.js",
1285
- "public/javascripts/jquery.taglist.js",
1286
- "public/javascripts/jquery.thickbox.js",
1287
- "public/site/customconfig.js",
1288
- "public/stylesheets/cms/administration.css",
1289
- "public/stylesheets/cms/application.css",
1290
- "public/stylesheets/cms/block.css",
1291
- "public/stylesheets/cms/buttons.css",
1292
- "public/stylesheets/cms/content_library.css",
1293
- "public/stylesheets/cms/content_types.css",
1294
- "public/stylesheets/cms/dashboard.css",
1295
- "public/stylesheets/cms/data_table.css",
1296
- "public/stylesheets/cms/date_picker.css",
1297
- "public/stylesheets/cms/form_layout.css",
1298
- "public/stylesheets/cms/jquery.contextMenu.css",
1299
- "public/stylesheets/cms/login.css",
1300
- "public/stylesheets/cms/menu.css",
1301
- "public/stylesheets/cms/nav.css",
1302
- "public/stylesheets/cms/page_toolbar.css",
1303
- "public/stylesheets/cms/reset.css",
1304
- "public/stylesheets/cms/selectbox.css",
1305
- "public/stylesheets/cms/sitemap.css",
1306
- "public/stylesheets/cms/taglist.css",
1307
- "public/stylesheets/cms/thickbox.css",
1308
- "public/themes/blue_steel/images/logo.jpg",
1309
- "public/themes/blue_steel/images/splash.jpg",
1310
- "public/themes/blue_steel/stylesheets/style.css",
1311
- "rails/init.rb",
1312
- "rails_generators/browser_cms/USAGE",
1313
- "rails_generators/browser_cms/browser_cms_generator.rb",
1314
- "rails_generators/browser_cms/templates/README",
1315
- "rails_generators/browser_cms_demo_site/USAGE",
1316
- "rails_generators/browser_cms_demo_site/browser_cms_demo_site_generator.rb",
1317
- "rails_generators/browser_cms_demo_site/templates/migration.rb",
1318
- "rails_generators/content_block/USAGE",
1319
- "rails_generators/content_block/content_block_generator.rb",
1320
- "rails_generators/content_block/templates/_form.html.erb",
1321
- "rails_generators/content_block/templates/content_block.rb",
1322
- "rails_generators/content_block/templates/controller.rb",
1323
- "rails_generators/content_block/templates/functional_test.erb",
1324
- "rails_generators/content_block/templates/migration.rb",
1325
- "rails_generators/content_block/templates/render.html.erb",
1326
- "rails_generators/content_block/templates/unit_test.erb",
1327
- "rails_generators/portlet/USAGE",
1328
- "rails_generators/portlet/portlet_generator.rb",
1329
- "rails_generators/portlet/templates/_form.html.erb",
1330
- "rails_generators/portlet/templates/portlet.rb",
1331
- "rails_generators/portlet/templates/portlet_helper.rb",
1332
- "rails_generators/portlet/templates/render.html.erb",
1333
- "rails_generators/portlet/templates/unit_test.erb",
1334
- "rails_generators/template/USAGE",
1335
- "rails_generators/template/template_generator.rb",
1336
- "rails_generators/template/templates/template.erb",
1337
- "templates/blank.rb",
1338
- "templates/demo.rb",
1339
- "templates/module.rb"
14
+ "LICENSE.txt",
15
+ "README.markdown"
1340
16
  ]
17
+ s.files = Dir["rails/*.rb"]
18
+ s.files += Dir["browsercms.gemspec"]
19
+ s.files += Dir["doc/app/**/*"]
20
+ s.files += Dir["doc/guides/html/**/*"]
21
+ s.files += Dir["app/**/*"]
22
+ s.files += Dir["db/migrate/[0-9]*_*.rb"]
23
+ s.files += Dir["db/demo/**/*"]
24
+ s.files += Dir["lib/**/*"]
25
+ s.files -= Dir["lib/tasks/data.rake"]
26
+ s.files += Dir["rails_generators/**/*"]
27
+ s.files += Dir["public/stylesheets/cms/**/*"]
28
+ s.files += Dir["public/javascripts/jquery*"]
29
+ s.files += Dir["public/javascripts/cms/**/*"]
30
+ s.files += Dir["public/bcms/**/*"]
31
+ s.files += Dir["public/site/**/*"]
32
+ s.files += Dir["public/images/cms/**/*"]
33
+ s.files += Dir["public/themes/**/*"]
34
+ s.files += Dir["templates/*.rb"]
35
+
1341
36
  s.homepage = %q{http://www.browsercms.org}
1342
37
  s.require_paths = ["lib"]
1343
38
  s.rubyforge_project = %q{browsercms}
1344
39
  s.rubygems_version = %q{1.3.7}
1345
40
  s.summary = %q{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.}
1346
- s.test_files = [
1347
- "test/custom_assertions.rb",
1348
- "test/factories.rb",
1349
- "test/functional/cms/cache_controller_test.rb",
1350
- "test/functional/cms/categories_controller_test.rb",
1351
- "test/functional/cms/connectors_controller_test.rb",
1352
- "test/functional/cms/content_block_controller_test.rb",
1353
- "test/functional/cms/content_controller_test.rb",
1354
- "test/functional/cms/content_types_controller_test.rb",
1355
- "test/functional/cms/dashboard_controller_test.rb",
1356
- "test/functional/cms/dynamic_views_controller_test.rb",
1357
- "test/functional/cms/file_blocks_controller_test.rb",
1358
- "test/functional/cms/groups_controller_test.rb",
1359
- "test/functional/cms/home_controller_test.rb",
1360
- "test/functional/cms/html_blocks_controller_test.rb",
1361
- "test/functional/cms/image_blocks_controller_test.rb",
1362
- "test/functional/cms/links_controller_test.rb",
1363
- "test/functional/cms/pages_controller_test.rb",
1364
- "test/functional/cms/portlets_controller_test.rb",
1365
- "test/functional/cms/section_nodes_controller_test.rb",
1366
- "test/functional/cms/sections_controller_test.rb",
1367
- "test/functional/cms/sessions_controller_test.rb",
1368
- "test/functional/cms/toolbar_controller_test.rb",
1369
- "test/functional/cms/users_controller_test.rb",
1370
- "test/functional/tests/pretend_controller_test.rb",
1371
- "test/integration/cms/ckeditor_test.rb",
1372
- "test/integration/cms/password_management_test.rb",
1373
- "test/integration/login_test.rb",
1374
- "test/test_helper.rb",
1375
- "test/test_logging.rb",
1376
- "test/unit/behaviors/attaching_test.rb",
1377
- "test/unit/behaviors/dynamic_attributes_test.rb",
1378
- "test/unit/behaviors/publishable_test.rb",
1379
- "test/unit/behaviors/searching_test.rb",
1380
- "test/unit/behaviors/taggable_test.rb",
1381
- "test/unit/extensions/active_record/base_test.rb",
1382
- "test/unit/extensions/hash_test.rb",
1383
- "test/unit/extensions/integer_test.rb",
1384
- "test/unit/helpers/application_helper_test.rb",
1385
- "test/unit/helpers/form_builder_test.rb",
1386
- "test/unit/helpers/menu_helper_test.rb",
1387
- "test/unit/helpers/page_helper_test.rb",
1388
- "test/unit/helpers/path_helper_test.rb",
1389
- "test/unit/lib/acts_as_content_page_test.rb",
1390
- "test/unit/lib/cms/authentication/controller_test.rb",
1391
- "test/unit/lib/cms_domain_support_test.rb",
1392
- "test/unit/lib/command_line_test.rb",
1393
- "test/unit/lib/content_block_test.rb",
1394
- "test/unit/lib/content_rendering_support_test.rb",
1395
- "test/unit/lib/generators_test.rb",
1396
- "test/unit/lib/routes_test.rb",
1397
- "test/unit/models/attachment_test.rb",
1398
- "test/unit/models/category_test.rb",
1399
- "test/unit/models/category_type_test.rb",
1400
- "test/unit/models/connector_test.rb",
1401
- "test/unit/models/content_type_test.rb",
1402
- "test/unit/models/email_page_portlet_test.rb",
1403
- "test/unit/models/file_block_test.rb",
1404
- "test/unit/models/group_test.rb",
1405
- "test/unit/models/html_block_test.rb",
1406
- "test/unit/models/link_test.rb",
1407
- "test/unit/models/page_partial_test.rb",
1408
- "test/unit/models/page_route_test.rb",
1409
- "test/unit/models/page_template_test.rb",
1410
- "test/unit/models/page_test.rb",
1411
- "test/unit/models/permission_test.rb",
1412
- "test/unit/models/portlet_test.rb",
1413
- "test/unit/models/section_node_test.rb",
1414
- "test/unit/models/sections_test.rb",
1415
- "test/unit/models/site_test.rb",
1416
- "test/unit/models/task_test.rb",
1417
- "test/unit/models/user_test.rb",
1418
- "test/unit/schema_statements_test.rb"
1419
- ]
1420
-
1421
- if s.respond_to? :specification_version then
1422
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
1423
- s.specification_version = 3
41
+ s.test_files = Dir["test/**/*"]
1424
42
 
1425
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
1426
- else
1427
- end
1428
- else
1429
- end
43
+ s.add_dependency "rails", "~> 2.3.14"
44
+ s.add_dependency "ancestry", "~> 1.2.4"
1430
45
  end
1431
46