public
Fork of mleung/feather
Description: The simplest blog that works. Make sure you check out the feather-plugins repo as well!
Homepage: http://www.least-significant-bit.com
Clone URL: git://github.com/joahking/feather.git
Search Repo:
default value for the URL plugins repo in plugins/new

at the time declared as @plugins_repo in controllers/plugins.rb
joahking (author)
Sun Jun 08 13:13:27 -0700 2008
commit  8e39aed1874cde6a6ba794019d1c3d57be5f36a5
tree    2c27c7fa4c7518f4fce8731bcc6a6d2272a7c8fd
parent  eb64dfee34d9c22031258bb54342075fe10b79a5
...
11
12
13
14
 
15
16
17
...
11
12
13
 
14
15
16
17
0
@@ -11,7 +11,7 @@ module Admin
0
       display @plugin
0
     end
0
 
0
- #TODO move the plugins_repo to a YML config file
0
+ #TODO move the plugins_repo variable to a YML config file
0
     def new
0
       @plugin = Plugin.new
0
       @plugins_repo = 'http://localhost:4000/plugins/feather-YYY-1.0.yml'
...
6
7
8
9
 
10
11
12
...
6
7
8
 
9
10
11
12
0
@@ -6,7 +6,7 @@
0
 <h1>Install Plugin</h1>
0
 
0
 <% form_for :plugin, :action => url(:admin_plugin, @plugin) do %>
0
- <%= text_control :url, :size => 65, :label => 'URL:', :value => @plugins_repo %>
0
+ <%= text_control :url, :size => 65, :label => 'URL:', :value => @plugins_repo %>
0
   <br /><br />
0
   <%= submit_button 'Install Plugin' %> or <%= link_to 'Cancel', url(:admin_plugins) %>
0
 <% end %>

Comments

    No one has commented yet.