Re: [Radiant] Radiant for Bloging - link_roll question(s)

2008-12-07 Thread Anton J Aylward
I've installed the link_roll extension and have a couple of questions.

I see in the code that the model expands the tag r:links:each:link / to
  %{a href=#{link.url} title=#{link.description}#{link.title}/a}

In most blogs that would be something like a bullet list in the sidebar.

But when I create a link_roll link in the admin I notice that while the
'title' is a single line, the 'url' and the 'description' are text areas.

If this was a page I can imagine long pieces of text about the link
(which is often a good idea), but not in a sidebar.

And why a text area for the URL?  Why not a scrolling single line field?

Am I missing something here?

So I went back to experiment.  What if I put multiple lines in the 'url'
text area?

Well, what I got was a 500.


Processing LinksController#edit (for 99.225.104.173 at 2008-12-07
04:23:01) [GET]
  Session ID: Ah7CBoMe535266e8ce
  Parameters: {action=edit, id=1, controller=admin/links}
Rendering template within layouts/application

ActionController::MissingTemplate (Missing template
admin/links/edit.html.erb in view path

but when I check ...

$ ls -l vendor/extensions/link_roll/app/views/admin/link*/*
-rw-rw-r--  1 antonaylward pg917164 983 2008-12-05 11:58
vendor/extensions/link_roll/app/views/admin/link/edit.html.erb
-rw-rw-r--  1 antonaylward pg917164 871 2008-12-05 11:58
vendor/extensions/link_roll/app/views/admin/links/index.html.erb
-rw-rw-r--  1 antonaylward pg917164 567 2008-12-05 11:58
vendor/extensions/link_roll/app/views/admin/links/remove.html.erb


Why is there a /link/ and a /links/ ?


-- 
Lead and inspire people. Don't try to manage and manipulate people.
Inventories can be managed but people must be led. ~ Ross Perot
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] how to deactivate textile?

2008-12-07 Thread Sean Cribbs

Chris,

Assuming you have no other extensions installed, put this line in 
environment.rb:


config.extensions = [:archive, :markdown_filter]

Sean

Christian Vetter wrote:

Hi there,
I have a new radiant instance (0.6.9 gem) running since a few days ago.Now I'd 
like to deactivate textile. How do I do that?

Regards
Chris
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

  


___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] [ANN] Tags and Search for MultiSite extensions

2008-12-07 Thread Casper Fabricius
I have built two small extensions for Josh Hart which he has been so  
kind to let me release to open source.


The extensions tags_multi_site and search_multi_site will make the  
multi_site extension compatible with the tags and search extensions.  
That is; tags will be site-specific, and search will only return  
results for the current site.


http://github.com/RSpace/radiant-tags_multi_site-extension/tree/master
http://github.com/RSpace/radiant-search_multi_site-extension/tree/master

Med venlig hilsen / Best regards,
Casper Fabricius
http://casperfabricius.com

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] [ANN] Default Page Parts (redux)

2008-12-07 Thread Arik Jones
Not sure how many of you use the default_page_parts extension, but it
was fairly limited. So I went ahead and merged some old and new code
together to form something that was more flexible. The functionality is
essentially the same with a few improvements.

- Can set the default page parts for any page type.
- You can now set the filter of each part individually.

Check it out!

http://github.com/imakethings/radiant-default-page-parts-extension/tree/master
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant