- <% cache(:action => 'explore', :action_suffix => 'busy_institutions', :expires_in => 1.hour) do %>
+ <% cache(:action => 'explore', :action_suffix => 'busy_institutions') do %>
- <% cache(:action => 'explore', :action_suffix => 'busy_projects', :expires_in => 1.hour) do %>
+ <% cache(:action => 'explore', :action_suffix => 'busy_projects') do %>
<%=l(:label_projects_busy)%>
<%= render :partial => 'activities/busy' %>
diff -r 90d09ace39bf -r 0f5c32bfd33e app/views/welcome/index.html.erb
--- a/app/views/welcome/index.html.erb Thu Jun 20 14:54:37 2013 +0100
+++ b/app/views/welcome/index.html.erb Wed Jul 03 09:57:31 2013 +0100
@@ -5,10 +5,18 @@
<% end %>
+
+ <% if @site_news.any? %>
+
+
<%=l(:label_news_site_latest)%>
+ <%= render :partial => 'news/news', :locals => { :project => @site_project }, :collection => @site_news %>
+ <%= link_to l(:label_news_more), { :controller => 'news', :project_id => @site_project.identifier, :action => 'index' } %>
+
+ <% end %>
+
+
-
<%= textilizable Setting.welcome_text %>
-
<% content_for :header_tags do %>
diff -r 90d09ace39bf -r 0f5c32bfd33e plugins/redmine_tags/assets/stylesheets/redmine_tags.css
--- a/plugins/redmine_tags/assets/stylesheets/redmine_tags.css Thu Jun 20 14:54:37 2013 +0100
+++ b/plugins/redmine_tags/assets/stylesheets/redmine_tags.css Wed Jul 03 09:57:31 2013 +0100
@@ -22,6 +22,7 @@
ul.tags li { margin: .25em 0px; }
div.tags { text-align: center; }
+div.tags h3 { text-align: left; }
div.tags .tag-label { margin: .25em; }
div.tags .tag-nube-1 { font-size: .8em; }
div.tags .tag-nube-2 { font-size: .9em; }
diff -r 90d09ace39bf -r 0f5c32bfd33e public/stylesheets/application.css
--- a/public/stylesheets/application.css Thu Jun 20 14:54:37 2013 +0100
+++ b/public/stylesheets/application.css Wed Jul 03 09:57:31 2013 +0100
@@ -5,7 +5,12 @@
#content h1, h2, h3, h4 {color: #555;}
h2, .wiki h1 {font-size: 20px;}
h3, .wiki h2 {font-size: 16px;}
-h4, .wiki h3 {font-size: 13px;}
+h4, .wiki h4, .wiki h5, .wiki h6 {font-size: 14px;}
+.wiki h3 {font-size: 15px;}
+.wiki h5 {font-weight: normal; font-style: italic; }
+.wiki h6 {font-weight: normal; font-style: normal; }
+
+
h4 {border-bottom: 1px dotted #bbb;}
/***** Layout *****/
diff -r 90d09ace39bf -r 0f5c32bfd33e public/themes/soundsoftware/stylesheets/application.css
--- a/public/themes/soundsoftware/stylesheets/application.css Thu Jun 20 14:54:37 2013 +0100
+++ b/public/themes/soundsoftware/stylesheets/application.css Wed Jul 03 09:57:31 2013 +0100
@@ -178,7 +178,7 @@
#welcomepage {
width: 80%;
- margin-left: 10%;
+ margin-left: 71px;
margin-top: 10px;
}
#welcomepage blockquote {
@@ -187,15 +187,30 @@
padding-left: 0;
margin-left: 0;
}
+#welcomepage h2 {
+ font-size: 2em;
+ margin-bottom: 0.8em;
+}
#welcomepage p, #welcomepage li {
- font-size: 1.2em;
+ font-size: 1.25em;
color: #3e442c;
}
#welcomepage p {
margin-left: 2em;
- margin-top: 0.7em;
+ margin-top: 1em;
margin-bottom: 0.7em;
}
+#welcomepage a {
+ white-space: nowrap;
+}
+#welcomepagenews {
+ float: right;
+ width: 27%;
+ margin-right: 3%;
+ margin-top: 1em;
+ margin-left: 2em;
+ margin-bottom: 2em;
+}
div.flash.newsalert {
float: right;