instiki/lib
Jacques Distler 41006d20ef Fix the "Backslashes in Included Equations" Bug
See
  http://golem.ph.utexas.edu/instiki/revision/Known+Bugs?rev=3#IncludedEqs

Who knew that

      @pre_rendered = String.new(self)

was not the same as

      @pre_rendered = String.new
      @pre_rendered = self

?
2009-01-14 22:55:59 -06:00
..
chunks Hide Equations From WikiChunk Processing 2009-01-14 16:11:07 -06:00
native/win32 Checkout of Instiki Trunk 1/21/2007. 2007-01-22 07:43:50 -06:00
caching_stuff.rb Drop hostname from cache key 2008-12-18 09:21:26 -06:00
instiki_errors.rb Checkout of Instiki Trunk 1/21/2007. 2007-01-22 07:43:50 -06:00
node.rb Rough In New Sanitizer 2008-05-20 17:02:10 -05:00
page_renderer.rb Referring Pages for File List 2009-01-10 00:18:25 -06:00
rdocsupport.rb More Ruby 1.9 Compatibility fixes 2008-11-12 09:47:24 -06:00
redcloth.rb Sync with latest Instiki trunk. Changes: 2007-03-18 11:56:12 -05:00
sanitize.rb Better 2008-12-01 10:29:46 -06:00
sanitizer.rb Add a couple of XSS tests. 2009-01-05 16:25:27 -06:00
stringsupport.rb Add a couple of XSS tests. 2009-01-05 16:25:27 -06:00
url_generator.rb Remove last vestige of CGI.unescapeHTML 2009-01-10 02:00:26 -06:00
wiki_content.rb Fix the "Backslashes in Included Equations" Bug 2009-01-14 22:55:59 -06:00
wiki_words.rb Multiple leading capital letters in a WikiWord 2008-12-25 17:41:35 -06:00