Changesets can be listed by changeset number.
The Git repository is here.
Changeset 217
Further style tweaking. Made the link before page titles point to the
list of all pages, since it previously just pointed to the page you
were already viewing (pointless) and there's already a "Home" link
right underneath it. Added section numbering JS (old fashioned DOM 0
style stuff) to support some old functional specifications. Included
this via the application default layout.
- Comitted by: rool
- Date: Wednesday May 30 10:05:39 2007 (over 17 years ago)
Affected files:
- rool/rails/i2/trunk/public/javascripts/sections.js
- rool/rails/i2/trunk/app/helpers/application_helper.rb (diff)
- rool/rails/i2/trunk/app/views/layouts/application.rhtml (diff)
- rool/rails/i2/trunk/public/stylesheets/instiki.css (diff)
rool/rails/i2/trunk/app/helpers/application_helper.rb:
prev. | current | |
if @page && (@page.title == 'Home Page') && (%w( show published print ).include?(@controller.action_name)) | ||
@book.name | ||
elsif @book | ||
22 | | |
22 | link_to(@book.name + ':', pages_url) + ' ' + @title | |
else | ||
@title | ||
end |
rool/rails/i2/trunk/app/views/layouts/application.rhtml:
prev. | current | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
<%= auto_discovery_link_tag(:rss, feed_url) %> | ||
<%= stylesheet_link_tag 'instiki' %> | ||
9 | <%= javascript_include_tag 'sections' %> | |
<%= content_tag "style", @style_additions, :type => "text/css" %> | ||
</head> | ||
<body bgcolor="#ffffff" text="#333333" link="#6e915e" vlink="#8cb877" alink="#e5ffd4"> |
rool/rails/i2/trunk/public/stylesheets/instiki.css:
prev. | current | |
/* Styles designed specifically for content */ | ||
102 | ||
103 | | |
104 | ||
105 | ||
dt { | ||
107 | | |
font-weight: bold; | ||
} | ||