refinerycms 0.9.6.31 → 0.9.6.32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. data/VERSION +1 -1
  2. data/bin/refinery-update-core +1 -1
  3. data/config/application.rb +1 -1
  4. data/db/seeds.rb +17 -16
  5. data/public/images/refinery/icons/zoom.png +0 -0
  6. data/public/images/wymeditor/skins/refinery/arrow_redo.png +0 -0
  7. data/public/images/wymeditor/skins/refinery/arrow_undo.png +0 -0
  8. data/public/images/wymeditor/skins/refinery/eye.png +0 -0
  9. data/public/images/wymeditor/skins/refinery/link_add.png +0 -0
  10. data/public/images/wymeditor/skins/refinery/link_break.png +0 -0
  11. data/public/images/wymeditor/skins/refinery/page_code.png +0 -0
  12. data/public/images/wymeditor/skins/refinery/page_paste.png +0 -0
  13. data/public/images/wymeditor/skins/refinery/photo_add.png +0 -0
  14. data/public/images/wymeditor/skins/refinery/style.png +0 -0
  15. data/public/images/wymeditor/skins/refinery/table_add.png +0 -0
  16. data/public/images/wymeditor/skins/refinery/{center.png → text_align_center.png} +0 -0
  17. data/public/images/wymeditor/skins/refinery/{justify.png → text_align_justify.png} +0 -0
  18. data/public/images/wymeditor/skins/refinery/{left.png → text_align_left.png} +0 -0
  19. data/public/images/wymeditor/skins/refinery/text_align_right.png +0 -0
  20. data/public/images/wymeditor/skins/refinery/text_bold.png +0 -0
  21. data/public/images/wymeditor/skins/refinery/{h1.png → text_heading_1.png} +0 -0
  22. data/public/images/wymeditor/skins/refinery/{h2.png → text_heading_2.png} +0 -0
  23. data/public/images/wymeditor/skins/refinery/{h3.png → text_heading_3.png} +0 -0
  24. data/public/images/wymeditor/skins/refinery/{h4.png → text_heading_4.png} +0 -0
  25. data/public/images/wymeditor/skins/refinery/{h5.png → text_heading_5.png} +0 -0
  26. data/public/images/wymeditor/skins/refinery/{h6.png → text_heading_6.png} +0 -0
  27. data/public/images/wymeditor/skins/refinery/text_italic.png +0 -0
  28. data/public/images/wymeditor/skins/refinery/text_list_bullets.png +0 -0
  29. data/public/images/wymeditor/skins/refinery/text_list_numbers.png +0 -0
  30. data/public/images/wymeditor/skins/refinery/{paragraph.png → text_paragraph.png} +0 -0
  31. data/public/images/wymeditor/skins/refinery/text_strikethrough.png +0 -0
  32. data/public/images/wymeditor/skins/refinery/text_subscript.png +0 -0
  33. data/public/images/wymeditor/skins/refinery/text_superscript.png +0 -0
  34. data/public/images/wymeditor/skins/refinery/text_underline.png +0 -0
  35. data/public/javascripts/jquery/jquery.corner.js +239 -0
  36. data/public/javascripts/refinery/admin.js +5 -2
  37. data/public/javascripts/refinery/boot_wym.js +1 -1
  38. data/public/stylesheets/refinery/refinery.css +30 -116
  39. data/public/stylesheets/refinery/ui.css +86 -0
  40. data/public/stylesheets/wymeditor/skins/refinery/skin.css +26 -26
  41. data/readme.md +2 -2
  42. data/test/unit/inquiry_test.rb +0 -8
  43. data/vendor/plugins/acts_as_indexed/CHANGELOG +4 -0
  44. data/vendor/plugins/acts_as_indexed/README.rdoc +1 -1
  45. data/vendor/plugins/acts_as_indexed/lib/search_atom.rb +3 -1
  46. data/vendor/plugins/acts_as_indexed/lib/search_index.rb +1 -1
  47. data/vendor/plugins/dashboard/app/views/admin/dashboard/_recent_activity.html.erb +1 -1
  48. data/vendor/plugins/inquiries/app/controllers/admin/inquiries_controller.rb +10 -15
  49. data/vendor/plugins/inquiries/app/models/inquiry.rb +0 -3
  50. data/vendor/plugins/inquiries/app/views/admin/inquiries/_inquiry.html.erb +4 -6
  51. data/vendor/plugins/inquiries/app/views/admin/inquiries/index.html.erb +7 -15
  52. data/vendor/plugins/inquiries/app/views/admin/inquiries/show.html.erb +0 -1
  53. data/vendor/plugins/pages/app/controllers/pages_controller.rb +1 -1
  54. data/vendor/plugins/pages/app/views/admin/pages/_form.html.erb +6 -92
  55. data/vendor/plugins/pages/app/views/admin/pages/_form_advanced_options.html.erb +56 -0
  56. data/vendor/plugins/pages/app/views/admin/pages/_form_advanced_options_seo.html.erb +22 -0
  57. data/vendor/plugins/pages/app/views/admin/pages/_form_new_page_parts.html.erb +13 -0
  58. data/vendor/plugins/refinery/app/views/admin/_head.html.erb +2 -1
  59. data/vendor/plugins/refinery/app/views/shared/_menu.html.erb +2 -2
  60. data/vendor/plugins/refinery/lib/refinery/application_controller.rb +1 -0
  61. data/vendor/plugins/refinery/lib/refinery/application_helper.rb +44 -15
  62. data/vendor/plugins/refinery/lib/refinery/html_truncation_helper.rb +19 -17
  63. metadata +38 -18
  64. data/contributors.md +0 -20
  65. data/public/images/wymeditor/skins/refinery/blockquote.png +0 -0
  66. data/public/images/wymeditor/skins/refinery/css.png +0 -0
  67. data/public/images/wymeditor/skins/refinery/icons.png +0 -0
@@ -0,0 +1,56 @@
1
+ <p>
2
+ <a href="#" id="toggle_advanced_options" rel="Click to access meta tag settings and menu options">&raquo; Hide/Show Advanced Options</a>
3
+ </p>
4
+ <div id='more_options' style="display:none;">
5
+ <div class='field'>
6
+ <%= f.label :parent_id %>
7
+ <%= f.collection_select :parent_id, @pages_for_parents_list, :id, :indented_title, :include_blank => true %>
8
+ </div>
9
+ <div class='field'>
10
+ <%= label_tag :custom_title %>
11
+ <%= label_tag "", 'Type:', :class => "stripped" %>
12
+ <% ["none", "text"].each do |type| %>
13
+ <%= f.radio_button :custom_title_type, "#{type}" %>
14
+ <%= label_tag "page_custom_title_type_#{type}", "#{type.titleize}", :class => "stripped" %>
15
+ <% end %>
16
+ <br/>
17
+ <div id='custom_title_none'></div>
18
+ <div id='custom_title_text' style='display: <%= @page.custom_title_type == 'text' ? 'block' : 'none' %>'>
19
+ <p>
20
+ <%= f.text_field :custom_title, {:size => 103} %><br/>
21
+ <small>
22
+ If you want the page to have a different title than the one that shows in the menu and browser title then enter it here.<br/>
23
+ </small>
24
+ </p>
25
+ </div>
26
+ </div>
27
+ <div class='field'>
28
+ <%= label_tag :skip_to_first_child? %>
29
+ <%= f.check_box :skip_to_first_child %>
30
+ <%= f.label :skip_to_first_child, "Check this box if you want the visitor to be redirected to this page's first child page if this page is selected.", :class => "stripped" %>
31
+ </div>
32
+ <div class='field'>
33
+ <%= f.label :link_url, "Custom URL" %>
34
+ <%= f.text_field :link_url, {:size => 103} %><br/>
35
+ <small>
36
+ Enter a URL if this page links to an external site or to a pre-existing resource e.g. a contact page.
37
+ <br/>
38
+ Note: This URL must point to a location that exists; a new one will not be created.
39
+ </small>
40
+ </div>
41
+
42
+ <%= render :partial => "form_advanced_options_seo", :locals => {:f => f} if RefinerySetting.find_or_set(:pages_advanced_options_include_seo, true) %>
43
+
44
+ <div class='field'>
45
+ <%= f.label :show_in_menu %>
46
+ <%= f.check_box :show_in_menu %>
47
+ <small>
48
+ <%= f.label :show_in_menu, "Check this box if this page should appear in the site menu" %>
49
+ </small>
50
+ </div>
51
+ </div>
52
+ <div class='field'>
53
+ <label>Draft</label>
54
+ <%= f.check_box :draft %>
55
+ <%= f.label :draft, "Save as Draft", :class => "stripped" %>
56
+ </div>
@@ -0,0 +1,22 @@
1
+ <h2>Search Engine Optimization</h2>
2
+ <div class='field'>
3
+ <%= f.label :browser_title %>
4
+ <%= f.text_field :browser_title, :size => 63 %><br/>
5
+ <small>
6
+ If you want to override the default browser title, do it here.
7
+ </small>
8
+ </div>
9
+ <div class='field'>
10
+ <%= f.label :meta_keywords %>
11
+ <%= f.text_field :meta_keywords, :size => 63 %><br/>
12
+ <small>
13
+ Enter 5-10 keywords that relate to this page. Separate keywords by a comma.
14
+ </small>
15
+ </div>
16
+ <div class='field'>
17
+ <%= f.label :meta_description %>
18
+ <%= f.text_area :meta_description, :cols => 95, :rows => 3 %><br/>
19
+ <small>
20
+ Enter a concise two or three sentences describing what this page is about.
21
+ </small>
22
+ </div>
@@ -0,0 +1,13 @@
1
+ <div id='new_page_part_dialog' style='display: none'>
2
+ <div class='field'>
3
+ <label for='new_page_part_title'>Title</label>
4
+ <input id='new_page_part_title' value='' class='larger' size='40' />
5
+ <input id='new_page_part_index' type='hidden' value='<%= @page.parts.size %>' />
6
+ </div>
7
+ <%= render :partial => "/shared/admin/form_actions", :locals => {
8
+ :f => f,
9
+ :continue_editing => false,
10
+ :submit_button_id => "new_page_part_save",
11
+ :cancel_button_id => "new_page_part_cancel"
12
+ } %>
13
+ </div>
@@ -2,9 +2,10 @@
2
2
  <head>
3
3
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
4
4
  <title><%= RefinerySetting.find_or_set(:site_name, 'Company Name') %> - Refinery</title>
5
- <%= stylesheet_link_tag 'refinery/refinery', 'refinery/tooltips', "wymeditor/skins/refinery/skin", :cache => (use_caching ? "cache/refinery" : false) %>
5
+ <%= stylesheet_link_tag 'refinery/refinery', 'refinery/ui', 'refinery/tooltips', "wymeditor/skins/refinery/skin", :cache => (use_caching ? "cache/refinery" : false) %>
6
6
  <%= render :partial => "/shared/admin/head_before_javascript_libraries" -%>
7
7
  <%= jquery_include_tags(use_caching) %>
8
+ <%= javascript_include_tag 'jquery/jquery.corner.js', :cache => (use_caching ? "cache/jquery-plugins" : false) %>
8
9
  <%= yield :head_after_javascript_libraries %>
9
10
  <%= javascript_include_tag 'admin', 'wymeditor/jquery.refinery.wymeditor.js', 'refinery/boot_wym', 'refinery/admin', :cache => (use_caching ? "cache/admin" : false) %>
10
11
  <%= javascript_include_tag "http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js" if RefinerySetting.find_or_set(:show_firebug_lite, false) -%>
@@ -1,8 +1,8 @@
1
1
  <% cache(:action_suffix => RefinerySetting.find_or_set(:refinery_menu_cache_action_suffix, "site_menu")) do %>
2
2
  <ul id='<%= dom_id ||= "menu" %>' class='menu clearfix'>
3
- <%= render :partial => "/shared/menu_branch", :collection => @menu_pages, :locals => {
3
+ <%= render :partial => "/shared/menu_branch", :collection => (collection ||= @menu_pages), :locals => {
4
4
  :hide_children => RefinerySetting.find_or_set(:menu_hide_children, false),
5
- :sibling_count => @menu_pages.size-1
5
+ :sibling_count => (collection ||= @menu_pages).size-1
6
6
  } -%>
7
7
  </ul>
8
8
  <% end %>
@@ -83,6 +83,7 @@ protected
83
83
  def take_down_for_maintenance?
84
84
  if RefinerySetting.find_or_set(:down_for_maintenance, false)
85
85
  if (@page = Page.find_by_menu_match("^/maintenance$", :include => [:parts, :slugs])).present?
86
+ find_pages_for_menu
86
87
  render :template => "/pages/show", :status => 503
87
88
  else
88
89
  render :text => "Our website is currently down for maintenance. Please try back soon."
@@ -1,8 +1,10 @@
1
1
  # Methods added to this helper will be available to all templates in the application.
2
2
  module Refinery::ApplicationHelper
3
3
 
4
- include Refinery::HtmlTruncationHelper
4
+ include Refinery::HtmlTruncationHelper rescue puts "#{__FILE__}:#{__LINE__} Could not load hpricot"
5
5
 
6
+ # This is used to display the title of the current object (normally a page) in the browser's titlebar.
7
+ #
6
8
  def browser_title(yield_title=nil)
7
9
  [
8
10
  yield_title.present? ? yield_title : nil,
@@ -12,6 +14,7 @@ module Refinery::ApplicationHelper
12
14
  end
13
15
 
14
16
  # replace all system images with a thumbnail version of them (handy for all images inside a page part)
17
+ # for example, <%= content_fu(@page[:body], :preview) %> converts all /system/images to their 'preview' thumbnail
15
18
  def content_fu(content, thumbnail)
16
19
  content.scan(/\/system\/images([^\"\ ]*)/).flatten.each do |match|
17
20
  parts = match.split(".")
@@ -22,29 +25,48 @@ module Refinery::ApplicationHelper
22
25
  return content
23
26
  end
24
27
 
28
+ # Determines whether any page underneath the supplied page is the current page according to rails.
29
+ # Just calls selected_page? for each descendant of the supplied page.
25
30
  def descendant_page_selected?(page)
26
31
  page.descendants.any? {|descendant| selected_page?(descendant) }
27
32
  end
28
33
 
34
+ # image_fu is a helper for inserting an image that has been uploaded into a template.
35
+ # Say for example that we had a @model.image (@model having a belongs_to :image relationship)
36
+ # and we wanted to display the 'preview' thumbnail then we can use image_fu like this:
37
+ # <%= image_fu @model.image, :preview %> or with no thumbnail: <%= image_fu @model.image %>
29
38
  def image_fu(image, thumbnail = nil , options={})
30
39
  if image.present?
31
- image_thumbnail = image.thumbnails.detect {|t| t.thumbnail == thumbnail.to_s}
40
+ # if a thumbnail name was specified then find the thumbnail belonging to this image with that name, if existant.
41
+ image_thumbnail = image.thumbnails.detect {|t| t.thumbnail == thumbnail.to_s} unless thumbnail.nil?
42
+
43
+ # default back to using the image specified as the "thumbnail" if we didn't find one.
32
44
  image_thumbnail = image unless image_thumbnail.present?
33
- image_tag image_thumbnail.public_filename, {:alt => image.title, :width => image_thumbnail.width, :height => image_thumbnail.height}.merge!(options)
45
+
46
+ # call rails' image tag function with default alt, width and height options.
47
+ # if any other options were supplied these are merged in and can replace the defaults.
48
+ image_tag(image_thumbnail.public_filename, {:alt => image.title,
49
+ :width => image_thumbnail.width,
50
+ :height => image_thumbnail.height
51
+ }.merge!(options))
34
52
  end
35
53
  end
36
54
 
37
- def jquery_include_tags(use_caching=RefinerySetting.find_or_set(:use_resource_caching, false))
38
- if !local_request? and RefinerySetting.find_or_set(:use_google_ajax_libraries, true)
55
+ # This function helps when including both the jquery and jqueryui libraries.
56
+ # If you use this function then whenever we update or relocate the version of jquery or jquery ui in use
57
+ # we will update the reference here and your existing application starts to use it.
58
+ # Use <%= jquery_include_tags %> to include it in your <head> section.
59
+ def jquery_include_tags(use_caching = RefinerySetting.find_or_set(:use_resource_caching, false),
60
+ use_google = RefinerySetting.find_or_set(:use_google_ajax_libraries, true))
61
+ # render the tags normally unless
62
+ unless use_google and !local_request?
63
+ javascript_include_tag 'jquery', 'jquery-ui-1.8.min.js', :cache => (use_caching ? "cache/libraries" : nil)
64
+ else
39
65
  "#{javascript_include_tag("http://www.google.com/jsapi").gsub(".js", "")}
40
66
  <script type='text/javascript'>
41
67
  google.load('jquery', '1.4');
42
- //google.load('jqueryui', '1.8');
43
- // google isn't using jqueryui 1.8 yet although it was before.
44
- </script>
45
- #{javascript_include_tag 'jquery-ui-1.8.min.js'}"
46
- else
47
- javascript_include_tag 'jquery', 'jquery-ui-1.8.min.js', :cache => (use_caching ? "cache/libraries" : nil)
68
+ google.load('jqueryui', '1.8');
69
+ </script>"
48
70
  end
49
71
  end
50
72
 
@@ -76,7 +98,7 @@ module Refinery::ApplicationHelper
76
98
  when "text"
77
99
  obj.custom_title
78
100
  when "image"
79
- image_fu obj.custom_title_image, nil, {:alt => obj.title} rescue obj.title
101
+ image_fu(obj.custom_title_image, nil, {:alt => obj.title}) rescue obj.title
80
102
  else
81
103
  obj.title
82
104
  end
@@ -86,25 +108,32 @@ module Refinery::ApplicationHelper
86
108
  end
87
109
 
88
110
  final_title = title.pop
89
- if (options[:page_title][:wrap_if_not_chained] and title.empty?) and !options[:page_title][:tag].blank?
111
+ if (options[:page_title][:wrap_if_not_chained] and title.empty?) and options[:page_title][:tag].present?
90
112
  css = options[:page_title][:class].present? ? " class='#{options[:page_title][:class]}'" : nil
91
113
  final_title = "<#{options[:page_title][:tag]}#{css}>#{final_title}</#{options[:page_title][:tag]}>"
92
114
  end
93
- if (title.empty?)
115
+
116
+ if title.empty?
94
117
  return final_title
95
118
  else
96
119
  return "<#{options[:ancestors][:tag]} class='#{options[:ancestors][:class]}'>#{title.join options[:ancestors][:separator]}#{options[:ancestors][:separator]}</#{options[:ancestors][:tag]}>#{final_title}"
97
120
  end
98
121
  end
99
122
 
123
+ # This is just a quick wrapper to render an image tag that lives inside refinery/icons.
124
+ # They are all 16x16 so this is the default but is able to be overriden with supplied options.
100
125
  def refinery_icon_tag(filename, options = {})
101
126
  image_tag "refinery/icons/#{filename}", {:width => 16, :height => 16}.merge!(options)
102
127
  end
103
128
 
129
+ # Determine whether the supplied page is the currently open page according to Rails.
104
130
  def selected_page?(page)
105
- selected = current_page?(page) or (request.path =~ Regexp.new(page.menu_match) unless page.menu_match.blank?) or (request.path == page.link_url)
131
+ current_page?(page) or
132
+ (request.path =~ Regexp.new(page.menu_match) if page.menu_match.present?) or
133
+ (request.path == page.link_url)
106
134
  end
107
135
 
136
+ # Old deprecated function. TODO: Remove
108
137
  def setup
109
138
  logger.warn("*** Refinery::ApplicationHelper::setup has now been deprecated from the Refinery API. ***")
110
139
  end
@@ -1,24 +1,26 @@
1
- # By Henrik Nyh <http://henrik.nyh.se> 2008-01-30.
2
- # Free to modify and redistribute with credit.
1
+ =begin
2
+ By Henrik Nyh <http://henrik.nyh.se> 2008-01-30.
3
+ Free to modify and redistribute with credit.
3
4
 
4
- # modified by Dave Nolan <http://textgoeshere.org.uk> 2008-02-06
5
- # Ellipsis appended to text of last HTML node
6
- # Ellipsis inserted after final word break
5
+ modified by Dave Nolan <http://textgoeshere.org.uk> 2008-02-06
6
+ Ellipsis appended to text of last HTML node
7
+ Ellipsis inserted after final word break
7
8
 
8
- # modified by Mark Dickson <mark@sitesteaders.com> 2008-12-18
9
- # Option to truncate to last full word
10
- # Option to include a 'more' link
11
- # Check for nil last child
9
+ modified by Mark Dickson <mark@sitesteaders.com> 2008-12-18
10
+ Option to truncate to last full word
11
+ Option to include a 'more' link
12
+ Check for nil last child
12
13
 
13
- # modified by Ken-ichi Ueda <http://kueda.net> 2009-09-02
14
- # Rails 2.3 compatability (chars -> mb_chars), via Henrik
15
- # Hpricot 0.8 compatability (avoid dup on Hpricot::Elem)
14
+ modified by Ken-ichi Ueda <http://kueda.net> 2009-09-02
15
+ Rails 2.3 compatability (chars -> mb_chars), via Henrik
16
+ Hpricot 0.8 compatability (avoid dup on Hpricot::Elem)
16
17
 
17
- # modified by Philip Arndt <http://www.resolvedigital.co.nz> 2009-11-18
18
- # renamed function to truncate and activated html truncation when :preserve_html_tags is supplied and true.
19
- # modified namespace to Refinery namespace and renamed module.
18
+ modified by Philip Arndt <http://www.resolvedigital.co.nz> 2009-11-18
19
+ renamed function to truncate and activated html truncation when :preserve_html_tags is supplied and true.
20
+ modified namespace to Refinery namespace and renamed module.
21
+ removed rubygems requirement
22
+ =end
20
23
 
21
- require "rubygems"
22
24
  require "hpricot"
23
25
 
24
26
  module Refinery::HtmlTruncationHelper
@@ -26,7 +28,7 @@ module Refinery::HtmlTruncationHelper
26
28
  # Like the Rails _truncate_ helper but doesn't break HTML tags, entities, and optionally. words.
27
29
  def truncate(text, *args)
28
30
  return super unless ((arguments = args.dup).extract_options![:preserve_html_tags] == true) # don't ruin the current args object
29
- return if text.nil?
31
+ return unless text.present?
30
32
 
31
33
  options = args.extract_options!
32
34
  max_length = options[:length] || 30
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 9
8
8
  - 6
9
- - 31
10
- version: 0.9.6.31
9
+ - 32
10
+ version: 0.9.6.32
11
11
  platform: ruby
12
12
  authors:
13
13
  - Resolve Digital
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2010-04-20 00:00:00 +12:00
20
+ date: 2010-05-06 00:00:00 +12:00
21
21
  default_executable:
22
22
  dependencies: []
23
23
 
@@ -31,7 +31,6 @@ extensions: []
31
31
 
32
32
  extra_rdoc_files:
33
33
  - VERSION
34
- - contributors.md
35
34
  - license.md
36
35
  - readme.md
37
36
  files:
@@ -61,7 +60,6 @@ files:
61
60
  - config/rackspace_cloudfiles.yml.example
62
61
  - config/routes.rb
63
62
  - config/settings.rb
64
- - contributors.md
65
63
  - db/migrate/20091109012126_add_missing_indexes.rb
66
64
  - db/migrate/20091130040711_add_down_for_maintenance_page.rb
67
65
  - db/migrate/20091207033335_add_superuser_to_users.rb
@@ -128,6 +126,7 @@ files:
128
126
  - public/images/refinery/icons/user_add.png
129
127
  - public/images/refinery/icons/user_comment.png
130
128
  - public/images/refinery/icons/user_edit.png
129
+ - public/images/refinery/icons/zoom.png
131
130
  - public/images/refinery/logo-large.png
132
131
  - public/images/refinery/logo-medium.png
133
132
  - public/images/refinery/logo-small-medium.png
@@ -139,16 +138,9 @@ files:
139
138
  - public/images/thickbox/cross.png
140
139
  - public/images/thickbox/loadingAnimation.gif
141
140
  - public/images/thickbox/macFFBgHack.png
142
- - public/images/wymeditor/skins/refinery/blockquote.png
143
- - public/images/wymeditor/skins/refinery/center.png
144
- - public/images/wymeditor/skins/refinery/css.png
145
- - public/images/wymeditor/skins/refinery/h1.png
146
- - public/images/wymeditor/skins/refinery/h2.png
147
- - public/images/wymeditor/skins/refinery/h3.png
148
- - public/images/wymeditor/skins/refinery/h4.png
149
- - public/images/wymeditor/skins/refinery/h5.png
150
- - public/images/wymeditor/skins/refinery/h6.png
151
- - public/images/wymeditor/skins/refinery/icons.png
141
+ - public/images/wymeditor/skins/refinery/arrow_redo.png
142
+ - public/images/wymeditor/skins/refinery/arrow_undo.png
143
+ - public/images/wymeditor/skins/refinery/eye.png
152
144
  - public/images/wymeditor/skins/refinery/iframe/lbl-blockquote.png
153
145
  - public/images/wymeditor/skins/refinery/iframe/lbl-h1.png
154
146
  - public/images/wymeditor/skins/refinery/iframe/lbl-h2.png
@@ -158,10 +150,33 @@ files:
158
150
  - public/images/wymeditor/skins/refinery/iframe/lbl-h6.png
159
151
  - public/images/wymeditor/skins/refinery/iframe/lbl-p.png
160
152
  - public/images/wymeditor/skins/refinery/iframe/lbl-pre.png
161
- - public/images/wymeditor/skins/refinery/justify.png
162
- - public/images/wymeditor/skins/refinery/left.png
163
- - public/images/wymeditor/skins/refinery/paragraph.png
153
+ - public/images/wymeditor/skins/refinery/link_add.png
154
+ - public/images/wymeditor/skins/refinery/link_break.png
155
+ - public/images/wymeditor/skins/refinery/page_code.png
156
+ - public/images/wymeditor/skins/refinery/page_paste.png
157
+ - public/images/wymeditor/skins/refinery/photo_add.png
164
158
  - public/images/wymeditor/skins/refinery/right.png
159
+ - public/images/wymeditor/skins/refinery/style.png
160
+ - public/images/wymeditor/skins/refinery/table_add.png
161
+ - public/images/wymeditor/skins/refinery/text_align_center.png
162
+ - public/images/wymeditor/skins/refinery/text_align_justify.png
163
+ - public/images/wymeditor/skins/refinery/text_align_left.png
164
+ - public/images/wymeditor/skins/refinery/text_align_right.png
165
+ - public/images/wymeditor/skins/refinery/text_bold.png
166
+ - public/images/wymeditor/skins/refinery/text_heading_1.png
167
+ - public/images/wymeditor/skins/refinery/text_heading_2.png
168
+ - public/images/wymeditor/skins/refinery/text_heading_3.png
169
+ - public/images/wymeditor/skins/refinery/text_heading_4.png
170
+ - public/images/wymeditor/skins/refinery/text_heading_5.png
171
+ - public/images/wymeditor/skins/refinery/text_heading_6.png
172
+ - public/images/wymeditor/skins/refinery/text_italic.png
173
+ - public/images/wymeditor/skins/refinery/text_list_bullets.png
174
+ - public/images/wymeditor/skins/refinery/text_list_numbers.png
175
+ - public/images/wymeditor/skins/refinery/text_paragraph.png
176
+ - public/images/wymeditor/skins/refinery/text_strikethrough.png
177
+ - public/images/wymeditor/skins/refinery/text_subscript.png
178
+ - public/images/wymeditor/skins/refinery/text_superscript.png
179
+ - public/images/wymeditor/skins/refinery/text_underline.png
165
180
  - public/images/wymeditor/skins/wymeditor_icon.png
166
181
  - public/javascripts/admin.js
167
182
  - public/javascripts/application.js
@@ -169,6 +184,7 @@ files:
169
184
  - public/javascripts/jquery.js
170
185
  - public/javascripts/jquery/GPL-LICENSE.txt
171
186
  - public/javascripts/jquery/MIT-LICENSE.txt
187
+ - public/javascripts/jquery/jquery.corner.js
172
188
  - public/javascripts/refinery/admin.js
173
189
  - public/javascripts/refinery/boot_wym.js
174
190
  - public/javascripts/wymeditor/jquery.refinery.wymeditor.js
@@ -205,6 +221,7 @@ files:
205
221
  - public/stylesheets/refinery/refinery.css
206
222
  - public/stylesheets/refinery/theme.css
207
223
  - public/stylesheets/refinery/tooltips.css
224
+ - public/stylesheets/refinery/ui.css
208
225
  - public/stylesheets/theme.css
209
226
  - public/stylesheets/wymeditor/skins/refinery/skin.css
210
227
  - public/stylesheets/wymeditor/skins/refinery/wymiframe.css
@@ -660,6 +677,9 @@ files:
660
677
  - vendor/plugins/pages/app/views/admin/page_dialogs/_page_link.html.erb
661
678
  - vendor/plugins/pages/app/views/admin/page_dialogs/link_to.html.erb
662
679
  - vendor/plugins/pages/app/views/admin/pages/_form.html.erb
680
+ - vendor/plugins/pages/app/views/admin/pages/_form_advanced_options.html.erb
681
+ - vendor/plugins/pages/app/views/admin/pages/_form_advanced_options_seo.html.erb
682
+ - vendor/plugins/pages/app/views/admin/pages/_form_new_page_parts.html.erb
663
683
  - vendor/plugins/pages/app/views/admin/pages/_page.html.erb
664
684
  - vendor/plugins/pages/app/views/admin/pages/_page_part_field.html.erb
665
685
  - vendor/plugins/pages/app/views/admin/pages/_sortable_list.html.erb
data/contributors.md DELETED
@@ -1,20 +0,0 @@
1
- # Contributors
2
-
3
- ## Major
4
-
5
- * parndt - Philip Arndt, [Resolve Digital](http://www.resolvedigital.co.nz)
6
- * djones - [David Jones](http://www.d-jones.com), [Resolve Digital](http://www.resolvedigital.co.nz)
7
-
8
- ## Minor
9
-
10
- * ryanwood - [Ryan Wood](http://www.ryanwood.com)
11
- * hernan - Hernan Fernandez
12
- * btucker - [Ben Tucker](http://btucker.net)
13
- * avit - [Andrew Vit](http://avit.ca)
14
- * stevenheidel - [Steven Heidel](http://www.livingskywebdesign.com)
15
- * moretea - Maarten Hoogendoorn
16
- * csessions - [Chris Sessions](http://www.flying-saucer.net)
17
- * rubylibre
18
- * tsdbrown - [Luke Brown](http://www.tsdbrown.com)
19
-
20
- Want your name here? Help us out in anyway you can. And don't be so scared, we don't expect your code to be perfect the first time round.