public
Description: This contains various plugins for Feather
Clone URL: git://github.com/eldiablo/feather-plugins.git
Search Repo:
Click here to lend your support to: feather-plugins and make a donation at www.pledgie.com !
added install scripts for the plugins that require models to be migrated 
before they will work, now this is executed as part of the installation 
process (making installation even more straightforward)
eldiablo (author)
Fri Apr 11 05:37:06 -0700 2008
commit  c47e96bc6346f0f564647bbb9c00956607d48c38
tree    5446d2edc7be9b4a1620419e9c38e39d47e22e56
parent  fab1720c02443565bc9fdba2a8f3f7ad1f265063
...
 
0
...
1
2
0
@@ -0,0 +1 @@
0
+Database::migrate(Comment)
0
\ No newline at end of file
...
7
8
9
 
10
11
12
...
7
8
9
10
11
12
13
0
@@ -7,6 +7,7 @@ plugin:
0
     contents:
0
         .:
0
             - init.rb
0
+ - install.rb
0
         controllers:
0
             .:
0
                 - comments.rb
...
 
0
...
1
2
0
@@ -0,0 +1 @@
0
+Database::migrate(SidebarGroup)
0
\ No newline at end of file
...
7
8
9
 
10
11
12
...
7
8
9
10
11
12
13
0
@@ -7,6 +7,7 @@ plugin:
0
     contents:
0
         .:
0
             - init.rb
0
+ - install.rb
0
         controllers:
0
             .:
0
                 - sidebar_groups.rb
...
 
 
0
...
1
2
3
0
@@ -0,0 +1,2 @@
0
+Database::migrate(Tag)
0
+Database::migrate(Tagging)
0
\ No newline at end of file
...
7
8
9
 
10
11
12
...
7
8
9
10
11
12
13
0
@@ -7,6 +7,7 @@ plugin:
0
     contents:
0
         .:
0
             - init.rb
0
+ - install.rb
0
         controllers:
0
             .:
0
                 - tags.rb

Comments

    No one has commented yet.