Changesets can be listed by changeset number.
The Git repository is here.
Changeset 272
Finally got around to updating filesystem-based references to "hobix.com",
which is no longer around since "Why" vanished. A copy of the page is held
on redcloth.org and will hopefully stay there for a while!
- Comitted by: rool
- Date: Monday February 08 21:58:34 2010 (over 14 years ago)
Affected files:
- rool/rails/beast/trunk/app/views/posts/edit.rhtml (diff)
- rool/rails/beast/trunk/app/views/topics/edit.rhtml (diff)
- rool/rails/beast/trunk/app/views/topics/new.rhtml (diff)
- rool/rails/beast/trunk/app/views/topics/show.rhtml (diff)
- rool/rails/i2/trunk/app/views/versions/_textile_help.rhtml (diff)
- rool/rails/radiant/trunk/app/filters/textile_filter.rb (diff)
rool/rails/beast/trunk/app/views/posts/edit.rhtml:
prev. | current | |
<li>* or # <span>(lists)</span></li> | ||
</ul> | ||
42 | ||
42 | See also the Textile reference <a href="http://redcloth.org/hobix.com/textile/quick.html" target="_blank" onClick="quickRedReference(); return false;">here</a>. | |
Don't worry about making mistakes - after adding a reply, you can edit | ||
your message as many times as you like. |
rool/rails/beast/trunk/app/views/topics/edit.rhtml:
prev. | current | |
<li>* or # <span>(lists)</span></li> | ||
</ul> | ||
21 | ||
21 | See also the Textile reference <a href="http://redcloth.org/hobix.com/textile/quick.html" target="_blank" onClick="quickRedReference(); return false;">here</a>. | |
Don't worry about making mistakes - after adding a reply, you can edit | ||
your message as many times as you like. |
rool/rails/beast/trunk/app/views/topics/new.rhtml:
prev. | current | |
<li>* or # <span>(lists)</span></li> | ||
</ul> | ||
25 | ||
25 | See also the Textile reference <a href="http://redcloth.org/hobix.com/textile/quick.html" target="_blank" onClick="quickRedReference(); return false;">here</a>. | |
Don't worry about making mistakes - after adding a reply, you can edit | ||
your message as many times as you like. | ||
rool/rails/beast/trunk/app/views/topics/show.rhtml:
prev. | current | |
<script language="JavaScript"> | ||
function quickRedReference() { | ||
window.open( | ||
137 | | |
137 | "http://redcloth.org/hobix.com/textile/quick.html", | |
"redRef", | ||
"height=600,width=550,channelmode=0,dependent=0," + | ||
"directories=0,fullscreen=0,location=0,menubar=0," + | ||
... | ... | |
<li>* or # <span>(lists)</span></li> | ||
</ul> | ||
164 | | |
164 | See also the Textile reference <a href="http://redcloth.org/hobix.com/textile/quick.html" target="_blank" onClick="quickRedReference(); return false;">here</a>. | |
Don't worry about making mistakes - after adding a reply, you can edit | ||
your message as many times as you like. | ||
rool/rails/i2/trunk/app/views/versions/_textile_help.rhtml:
prev. | current | |
<h3>Formatting: Textile</h3> | ||
<p style="border-top: 1px dotted #ccc; margin-top: 0px"> | ||
Text is formatted using the Textile markup syntax - find help | ||
4 | ||
4 | <a href="http://redcloth.org/hobix.com/textile/quick.html" target="_blank" onclick="quickRedReference(); return false;">here</a>. | |
</p> | ||
<script language="JavaScript" type="text/javascript"> | ||
function quickRedReference() { | ||
window.open( | ||
10 | | |
10 | "http://redcloth.org/hobix.com/textile/quick.html", | |
"redRef", | ||
"height=600,width=550,channelmode=0,dependent=0," + | ||
"directories=0,fullscreen=0,location=0,menubar=0," + |
rool/rails/radiant/trunk/app/filters/textile_filter.rb:
prev. | current | |
def self.help | ||
return <<END_OF_HELP | ||
12 | ||
12 | <a href="http://redcloth.org/hobix.com/textile/quick.html" target="_blank" onClick="textile_filter_quickRedReference(); return false;">Textile</a> | |
<script language="JavaScript"> | ||
function textile_filter_quickRedReference() { | ||
window.open( | ||
17 | | |
17 | "http://redcloth.org/hobix.com/textile/quick.html", | |
"redRef", | ||
"height=600,width=550,channelmode=0,dependent=0," + | ||
"directories=0,fullscreen=0,location=0,menubar=0," + |