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 !
recognize swf files in themes

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2412 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Sun Oct 29 17:23:46 -0800 2006
commit  57bfdce6df620ff51c3b0c00dbfc04840d08cb8b
tree    125062e86353ef0f00a0b4913b6fb811b9e84979
parent  824ffa2bc5c2a5467bd4f33d5c3f3ee513991b07
...
1
2
 
 
3
4
5
...
44
45
46
 
 
47
48
49
...
1
2
3
4
5
6
7
...
46
47
48
49
50
51
52
53
0
@@ -1,5 +1,7 @@
0
 * SVN *
0
 
0
+* recognize swf files in themes
0
+
0
 * Default theme is now Simpla (http://demo.ifelse.co.uk/index.php?wptheme=Simpla)
0
 
0
 * Implement movable type xml-rpc API [Moritz Angermann]
0
@@ -44,6 +46,8 @@
0
   {{ article | linked_section_list }}
0
   {{ article | linked_section_list: ' and ' }}
0
 
0
+* 0.7.0 PRE-RELEASE *
0
+
0
 * Removed archive.liquid and index.liquid fallbacks
0
 
0
 * NEW FEATURE: Redirections (see environment.rb)
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 class Theme
0
   @@root_theme_files = %w(about.yml preview.png)
0
   @@theme_directories = %w(templates layouts javascripts stylesheets images)
0
- @@allowed_extensions = %w(.js .css .liquid .png .gif .jpg)
0
+ @@allowed_extensions = %w(.js .css .liquid .png .gif .jpg .swf)
0
   cattr_reader :root_theme_files, :theme_directories, :allowed_extensions
0
   attr_reader :path, :base_path
0
   attr_writer :current

Comments

    No one has commented yet.