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 !
[converters] use no filter for wordpress articles

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2723 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Tue Jan 30 07:49:11 -0800 2007
commit  e589c07f94271a29e1893371ba8fa60ac2a8cc4c
tree    34e34bf227faf822af28b0004c28ca1def43a627
parent  900cc1c44192d601787e7a0e182ef3395580a1b4
...
1
2
 
 
3
4
5
...
1
2
3
4
5
6
7
0
@@ -1,5 +1,7 @@
0
 * SVN *
0
 
0
+* [converters] use no filter for wordpress articles
0
+
0
 * Small bug fixes
0
   - show correct asset thumbnail url
0
   - assert with correct named asset resource route
...
32
33
34
35
 
 
36
37
38
...
32
33
34
 
35
36
37
38
39
0
@@ -32,7 +32,8 @@ class WordPressConverter < BaseConverter
0
           :user => user,
0
           :updater => user,
0
           :tag => converter.tagging_from_sections(wp_article),
0
- :section_ids => converter.find_or_create_sections(wp_article)
0
+ :section_ids => converter.find_or_create_sections(wp_article),
0
+ :filter => ''
0
       end
0
     end
0
     

Comments

    No one has commented yet.