public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
refactor filters into 3 separate modules

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2199 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Sun Sep 17 20:02:58 -0700 2006
commit  ca0a4b4e1d7729035d56aecca7e740f758cd70d0
tree    056e2a808df720faf92b40f33089d8ee9c58ac15
parent  82cd4997a0d6b48243e66fa6ba7de46baeb9c08e
...
14
15
16
17
 
18
19
20
...
14
15
16
 
17
18
19
20
0
@@ -14,7 +14,7 @@ end
0
 
0
 class << Dispatcher
0
   def register_liquid_tags
0
- Liquid::Template.register_filter(Filters)
0
+ [CoreFilters, DropFilters, UrlFilters].each { |f| Liquid::Template.register_filter f }
0
     Liquid::Template.register_tag(:textile, Mephisto::Liquid::Textile)
0
     Liquid::Template.register_tag(:commentform, Mephisto::Liquid::CommentForm)
0
     Liquid::Template.register_tag(:head, Mephisto::Liquid::Head)

Comments

    No one has commented yet.