instiki/lib
Jacques Distler 3a109d1c82 Thread Safety
Use "Thread.current[:included_by]" instead of  the Class variable,
"@@included_by".

The former will work on some newfangled multi-threaded Webserver stack,
which uses separate threads to handle multiple simlutaneous requests
(one request/thread). Dunno that the rest of the application is
thread-safe, but using a class variable, in this context, probably isn't.

Thanks to Sam Ruby for the suggestion.
2008-12-23 16:27:34 -06:00
..
chunks Thread Safety 2008-12-23 16:27:34 -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 Upgrade to Rails 2.2.0 2008-10-27 01:47:01 -05: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 Fix Slowdown in Sanitizer Regexp 2008-12-09 08:54:35 -06:00
stringsupport.rb Gentler 2008-12-17 00:07:21 -06:00
url_generator.rb Uploaded Pictures Should Display in "Published" Mode 2008-12-20 13:56:50 -06:00
wiki_content.rb Nowiki Include 2008-12-20 23:24:50 -06:00
wiki_words.rb Rails 2.2.2 2008-11-24 15:53:39 -06:00