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 !
added a comment form

git-svn-id: http://svn.techno-weenie.net/projects/mephisto@603 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Sun Jan 08 23:06:04 -0800 2006
commit  1665e9f8ccb507e883d2cdb2f53c7779405710a9
tree    e9ab6f63d1b3569995dc55ca470032f4d4e5994b
parent  c58ffca30c4dbf4fa6437575785a7e18a2b871f5
...
54
55
56
57
 
 
58
59
60
...
54
55
56
 
57
58
59
60
61
0
@@ -54,7 +54,8 @@ end
0
 require 'string_ext'
0
 require 'time_ext'
0
 Liquid::Template.register_filter(Mephisto::Filter)
0
-Liquid::Template.register_block('textile', Mephisto::Textile)
0
+Liquid::Template.register_block('textile', Mephisto::Textile)
0
+Liquid::Template.register_block('commentform', Mephisto::CommentForm)
0
 
0
 # http://rails.techno-weenie.net/tip/2005/12/23/make_fixtures
0
 ActiveRecord::Base.class_eval do
...
1
2
3
 
 
4
...
1
 
2
3
4
5
0
@@ -1,2 +1,3 @@
0
 require 'mephisto/filter'
0
-require 'mephisto/textile'
0
\ No newline at end of file
0
+require 'mephisto/textile'
0
+require 'mephisto/comment_form'
0
\ No newline at end of file

Comments

    No one has commented yet.