Changesets can be listed by changeset number.
The Git repository is here.
Changeset 259
Numerous small HTML and CSS fixes resulting in a much larger number
of standards compliant pages throughout the site.
- Comitted by: rool
- Date: Wednesday December 03 19:50:33 2008 (over 15 years ago)
Affected files:
- rool/rails/beast/trunk/app/views/forums/index.rhtml (diff)
- rool/rails/beast/trunk/app/views/forums/show.rhtml (diff)
- rool/rails/beast/trunk/public/stylesheets/display.css (diff)
- rool/rails/collaboa/trunk/app/views/milestones/_milestone.rhtml (diff)
- rool/rails/collaboa/trunk/app/views/tickets/index.rhtml (diff)
- rool/rails/gullery/trunk/app/views/layouts/application.rhtml (diff)
- rool/rails/hub/trunk/app/views/layouts/default.rhtml (diff)
- rool/rails/radiant/trunk/app/models/page_context.rb (diff)
- rool/rails/rcvsweb/trunk/app/views/layouts/default.rhtml (diff)
- rool/www/static/trunk/css/risc_os_open.css (diff)
rool/rails/beast/trunk/app/views/forums/index.rhtml:
prev. | current | |
<% for forum in @forums do %> | ||
<tr> | ||
<td class="vat c1"> | ||
30 | | |
<% if recent_forum_activity(forum) %> | ||
<%= image_tag "clearbits/comment.gif", :class => "icon green", :title => "Recent activity" %> | ||
<% else %> | ||
... | ... | |
<%= number_with_delimiter(forum.topics_count) %> topics, | ||
<%= number_with_delimiter(forum.posts_count) %> posts | ||
</div> | ||
45 | | |
46 | | |
44 | <div class="desc"> | |
45 | <%= forum.description_html %> | |
46 | </div> | |
</td> | ||
<!-- | ||
<td class="ca inv"><%= number_with_delimiter(forum.topics_count) %></td> |
rool/rails/beast/trunk/app/views/forums/show.rhtml:
prev. | current | |
<% end %> | ||
<% if @forum.moderators.any? -%> | ||
9 | ||
9 | <h3>Moderators</h3> | |
<ul class="flat" style="margin-top:1em;"> | ||
<% @forum.moderators.each do |user| -%> | ||
... | ... | |
<% end -%> | ||
</ul> | ||
<% else -%> | ||
17 | ||
17 | <h3>Unmoderated</h3> | |
<p>This forum is currently unmoderated.</p> | ||
<p>Please always be courteous.</p> |
rool/rails/beast/trunk/public/stylesheets/display.css:
prev. | current | |
#content .smallutils | ||
{ | ||
341 | | |
margin-top:-0.5em; | ||
margin-bottom:0em; | ||
text-align:right; |
rool/rails/collaboa/trunk/app/views/milestones/_milestone.rhtml:
prev. | current | |
<h2><%= milestone.name -%></h2> | ||
3 | ||
3 | <div class="milestone-info"><%= simple_format(milestone.info) if milestone.info %></div> | |
<!-- Old-style HTML table hackery to enable a wider range of --> | ||
<!-- browsers to cope with the Milestones progress bars. --> | ||
... | ... | |
</tr> | ||
</table> | ||
</td> | ||
21 | | |
21 | </tr> | |
</table> | ||
<!-- Was: | ||
... | ... | |
:action => 'filter', | ||
:status => 1, | ||
:milestone => milestone.id -%> | ||
41 | | |
42 | </p> |
rool/rails/collaboa/trunk/app/views/tickets/index.rhtml:
prev. | current | |
<table class="listing" id="tickets"> | ||
<thead> | ||
9 | | |
10 | | |
11 | | |
12 | | |
13 | | |
14 | | |
15 | | |
16 | | |
17 | | |
9 | <tr> | |
10 | <%= sort_header_tag('id', :caption => 'Ticket', :title => 'Sort by ticket #', :class => 'ticket-number') %> | |
11 | <%= sort_header_tag('summary', :class => 'ticket-summary') %> | |
12 | <%= sort_header_tag('status_id', :caption => 'Status', :title => 'Sort by status', :class => 'ticket-status') %> | |
13 | <%= sort_header_tag('severity_id', :caption => 'Severity', :title => 'Sort by severity', :class => 'ticket-severity') %> | |
14 | <%= sort_header_tag('part_id', :caption => 'Part', :title => 'Sort by part', :class => 'ticket-part') %> | |
15 | <%= sort_header_tag('milestone_id', :caption => 'Milestone', :title => 'Sort by milestone', :class => 'ticket-milestone') %> | |
16 | <%= sort_header_tag('release_id', :caption => 'Release', :title => 'Sort by release', :class => 'ticket-release') %> | |
17 | <%= sort_header_tag('created_at', :caption => 'Created', :title => 'Sort by creation date', :class => 'ticket-created') %> | |
18 | <th>Updated</th> | |
19 | </tr> | |
</thead> | ||
<% @tickets.cycle do |ticket, css| %> | ||
<tr class="<%= css -%>"> |
rool/rails/gullery/trunk/app/views/layouts/application.rhtml:
prev. | current | |
<td width="24%"> | ||
<div id="sidebar"> | ||
<div class="template_sidebar_node"> | ||
45 | | |
46 | ||
47 | | |
<h3>Search whole site</h3> | ||
<p /> |
rool/rails/hub/trunk/app/views/layouts/default.rhtml:
prev. | current | |
<div class="template_sidebar_node"> | ||
<h3>Site security</h3> | ||
57 | | |
58 | | |
57 | <p /> | |
58 | <div style="text-align: center"><span id="siteseal"><script type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=400320976044c3471212711d4c959d7417aef025832250"></script></span></div> | |
</div> | ||
</div> | ||
</td> |
rool/rails/radiant/trunk/app/models/page_context.rb:
prev. | current | |
row_class = (count % 2 == 0) ? 'even' : 'odd' | ||
count += 1 | ||
875 | | |
875 | html << "<tr class=\"#{row_class}\">" | |
if (entry[:icon].empty?) | ||
html << "<td> </td>" |
rool/rails/rcvsweb/trunk/app/views/layouts/default.rhtml:
prev. | current | |
<td width="24%"> | ||
<div class="template_sidebar"> | ||
<div class="template_sidebar_node"> | ||
44 | | |
44 | <h3>Search whole site</h3> | |
<p /> | ||
47 | | |
48 | | |
49 | | |
50 | | |
51 | | |
52 | | |
47 | <form action="http://www.google.com/search" method="get" class="searchform"> | |
48 | <input type="hidden" name="num" value="10" /> | |
49 | <input type="hidden" name="hl" value="en" /> | |
50 | <input type="hidden" name="as_sitesearch" value="www.riscosopen.org" /> | |
51 | <input type="text" value="" maxlength="256" size="15" name="q" id="q" /> | |
52 | <b><input type="submit" value="Go" name="btnG" /></b> | |
53 | </form> | |
</div> | ||
<%= render 'shared/fixed_sidebar' %> |
rool/www/static/trunk/css/risc_os_open.css:
prev. | current | |
td.template_column_divider | ||
{ | ||
352 | | |
353 | | |
352 | width: 20px; | |
353 | background: white; | |
} | ||
/* Common sidebar styles */ | ||
... | ... | |
/* Castle logo in sidebar */ | ||
386 | ||
386 | span#template_castle_logo | |
{ | ||
display: block; | ||
float: right; | ||
... | ... | |
{ | ||
border-collapse: collapse; | ||
margin: 0 0 20px 0; | ||
448 | | |
448 | padding: 0; | |
} | ||
table.parsed_directory_listing td, |