Re: [Radiant] Reorder + Copy/Move extensions

2007-07-03 Thread David Minor
On Jul 3, 2007, at 12:45 AM, Keymone wrote:

 I installed copy/move extension and got a button for copy/move  
 action on a
 page list
 then i installed reorder extension and gor reorder button but copy/ 
 move
 disappeared.

Keymone,

The current implementation has the extension rewriting the entire  
view, so multiple extensions that rewrite the same view overwrite  
each other.  The current workaround for that is to diff the two views  
and modify the view that is getting loaded with the proper changes  
from the one that is not being loaded.

The core team is working on solutions for this and IIRC these have  
already begun being rolled into edge from their branch.  It would be  
great if a core member could give us an update.

dm

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


Re: [Radiant] How can I use Radiant to structure content

2007-06-12 Thread David Minor
On Jun 12, 2007, at 11:45 AM, www-data wrote:

 I'm beginning to think that it may
 be easier just to build a custom CMS from scratch that is tailored for
 my purposes rather than trying to adapt RadiantCMS to fit my  
 particular
 requirements.

you may also want to look at the comatose plugin.  comatose handles  
basic cms framework for a standard rails app.


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


Re: [Radiant] Uninstalling extensions

2007-06-12 Thread David Minor
John, while it's unfortunate that you had to take that route, I'm  
curious as to which extension was installed and what error you were  
getting.

If we can locate and patch or re-document the reason you had the  
problem, it will help everyone moving forward.

dm

On Jun 12, 2007, at 4:02 PM, John Muhl wrote:

 Thanks for the tip. Unfortunately I was still having problems after
 that. Fortunately it was just the test site I was playing with while
 getting Apache/Mongrels et al. setup, so it was no great tragedy to
 just dump it and start again.

 john



 On Jun 12, 2007, at 2:20 PM, Sean Cribbs wrote:

 John,

 Right now the easiest way is to just remove the directory.  If the
 extension migrations changed something, run this first:

 rake radiant:extensions:extension_name:migrate VERSION=0

 Loren and I, in what little spare time we have, are working on a
 way to
 discover, install, and remove extensions.  This should hopefully be
 live
 by the time we have 0.6.5 and will include a web service/site for
 finding and registering extensions.

 Sean

 John Muhl wrote:
 I just installed an extension that appears to have done nothing but
 break the admin/pages interface in Firefox.

 I ran the db:migrate and followed the install instructions for the
 rake task for the extension but still nothing.

 So I just want to remove it and get back to the pristine Radiant I
 had before.

 Is there a best practice sort of way to remove extensions? Or is
 just deleting them sufficient?

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



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

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

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


Re: [Radiant] Images again

2007-06-05 Thread David Minor
On Jun 5, 2007, at 9:05 AM, Sean Cribbs wrote:

 Your only option with page attachments for site-wide images is to  
 attach
 them to the root page.  The current method for finding attachments  
 is to
 search the current page and then the parent pages recursively.

 Sean

that's a cool trick, but are the images available using the tag from  
within a layout with that method?


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


Re: [Radiant] My own custimized db:bootstrap

2007-05-31 Thread David Minor
I tried to use the import_export extension recently and ran into  
errors on the import.  I was a bad boy and didn't report it though.   
I figured it was just me.  I ended up just dumping the db and  
importing into production.  I think it was during railsconf and the  
list was slow, so I just didn't take the time.  sorry.

dm

On May 31, 2007, at 11:05 AM, Sean Cribbs wrote:

 Check out the bleeding-edge import_export extension.  In creating  
 it, I
 leveraged a lot of existing code in the db:bootstrap task, so it
 essentially creates a template similar to the predefined ones.
 *However*, it also loads users from the template, unlike the
 pre-packaged ones.  The extension essentially works but may have
 undiscovered bugs.  Caveat emptor.

 Sean

 Jonathan Métillon wrote:
 Hi,

 I have created a reference radiant website, where I get exactly  
 what I
 need for any other website I added YUI stylesheets, XML Sitemap,
 contact form, etc...

 Now I would like to take a snapshot of it and be able to apply  
 it to
 any new radiant website I create.

 What would be the better way to do that?

 I though of simply dumping the database, but then it would be broken
 with future Radiant versions.

 So I think the solution is in the migrations?

 When doing rake db:bootstrap, you are presented with a choice of 3
 websites templates: empty, blog and fully styled blog. How can I add
 my own template here?

 Thanks!

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



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

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


Re: [Radiant] MissingEndTagError

2007-05-22 Thread David Minor
you were correct sir.  thanks,
dm

On May 22, 2007, at 9:59 PM, Sean Santry wrote:




 I just pushed a site to production using radiant edge and now that
 I'm in production, I'm getting lots of Radius::MissingEndTagError
 messages in the log.



 I'd start looking in your layouts for an r:content tag that's missing
 the forward slash at the end. Ie, look for

 r:content

 and replace it with

 r:content/

 If you're using page parts, it could also be something like

 r:content part=foo

 which should be

 r:content part=foo/

 - Sean


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



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


Re: [Radiant] enkodertags extension problem

2007-05-22 Thread David Minor
is the page part's filter status available to a tag in an extension  
called from that page part?


On May 19, 2007, at 11:52 AM, David Minor wrote:

 I ran into a problem yesterday with the enkodertags extension not
 displaying properly and I meant to post to the list, but instead I
 inadvertently emailed Sean Santry directly.  He was quick to help and
 pointed out that the textile filter was probably endcoding the html
 created by the tag.  I wanted to share my solution here and ask a
 question to further both my knowledge of radiant's structure and
 offer a fix for Sean's extension.  I'll post my email with Sean in
 it's entirety below.

 The fix as of now is to wrap the enkoder tag with
 notextiler:enkoder_mailto ... //notextile in my page part.
 What immediately jumped out at me is that enkodertags should be
 looking for the textile filter and adding the notextile tags
 itself.  it would happen at the very end of the enkode_it method just
 before the result is passed back.  The question is, what to check
 for?  Can I check for the filter type of the page part or snippet
 from within the Enkoder object?

 Here's the original post that should have come to the list.  Thanks
 for the help Sean.

 Hi David,

 Are you using the Textile filter on the on the page or in the
 snippet where you'ure using the enkode_mailto tag? If so, it seems
 that filter gets applied after the enkode_mailto (and other tags),
 so the HTML markup generated in the tag will get encoded as you
 describe.

 I'll look into a workaround, and am open to suggestions if you have
 them.

 - Sean


 The output of enkode_mailto tag is outputting incorrectly for me.

 r:enkode_mailto email=[EMAIL PROTECTED] link_text=email /

 gives

 script type=text/javascript

 /* lt;![CDATA[ strong/
 function hivelogic_enkoder(){var kode=
 #8220;kode=\#8221;oked\\\#8221;=);#8217;#8216;):-1thnglee.od
 (kAtarche.od?kthnglee.odlt;k(ix+e=od}ki)t(#8220;+
 #8220;rAha.cdeko)ins+1(iAtarche.od=kx/ins){=2i+);-1thnglee.od
 (kilt;0;i=r(fo#8217;;=#8217;;x\\\#8221;\\#8221;+
 #8221;\\;)#8217;#8217;:)1-htgnel.edok(tArahc.edok?htgnel.edoki
 (insx=edok})i(tArahc.edok/ins)1+#8221;+
 #8220;i(tArahc.edok=insx{)2=+i;)1-htgnel.edok(i;0=i(rof;''=x;\\
 \\=\\\dkx/ins
 #8220;)e(od}CcaeCoorfhgmirt.=nxr8S1+ins;)2lt;=(ci03c)f(;A-
 diCtaecoeroh=.{d+kich)g+e;#8221;/ins
 #8221;.tdnklie0oir;f='(=o;;,'x\\\/
 stronginsstronglqmr,1h+uvyhuh#8221;/ins
 #8221;,1/strongstrong[EMAIL PROTECTED]gt;[EMAIL PROTECTED]
 zo.kB(#38;gxnlkbCs([EMAIL PROTECTED]:y#8221;+
 #8220;t4zk(bz#38;zokrbCb(D(skogBrg5(DA/_%{gt;/
 strong@gt;strong[EMAIL PROTECTED]gt;3?
 lrnhgo1qhwjgt;k.l,[EMAIL PROTECTED]#8221;+
 #8220;udrFhgwDl+0,gt;6ilf+3?f,@.54gt;;[EMAIL PROTECTED],
 0\\#8221;+
 #8221;[EMAIL PROTECTED]@n%=hr\\
 \#8221;eod=k\\\#8221;#8221;+
 #8221;edok\\\#8221;e=od\\
 \#8221;kk;do=eokeds.lpti#8217;()#8217;r.verees)(j.io
 (n#8217;#8216;)\#8221;;x=#8217;#8221;+
 #8221;#8217;;for(i=0;ilt;(kode.length-1);i+=2){x+=kode.charAt(i
 +1)inskode.charAt(i)}kode=#8221;/ins
 #8220;x+(ilt;kode.length?kode.charAt
 (kode.length-1):#8217;#8216;);#8221;
 ;var i,c,x;while(eval(kode));}hivelogic_enkoder();
 //strong ]]gt; */

 /script

 The biggest problem I see is the tag brackets are being written
 out lt;/gt;.  I'm expecting there are other places where
 entities are being used when they shouldn't be.  Any thoughts?

 dm



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

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


[Radiant] MissingEndTagError

2007-05-21 Thread David Minor
I just pushed a site to production using radiant edge and now that  
I'm in production, I'm getting lots of Radius::MissingEndTagError  
messages in the log.  It's only when I'm viewing the rendered site  
pages (and it renders properly).  It does not give me the message  
when on the admin interface.  I assume this is either a missing  
radius end tag in my layout somewhere or a bug in the radius code.   
Where should I be looking?  It doesn't give me a lot clues:

Radius::MissingEndTagError (end tag not found for start tag `content'):
 /vendor/radiant/vendor/radius/lib/radius.rb:424:in `pre_parse'
 /vendor/radiant/vendor/radius/lib/radius.rb:431:in  
`parse_start_tag'
 /vendor/radiant/vendor/radius/lib/radius.rb:416:in `pre_parse'
 /vendor/radiant/vendor/radius/lib/radius.rb:403:in `parse'
 /vendor/radiant/app/models/page.rb:243:in `parse'
 /vendor/radiant/app/models/page.rb:248:in `parse_object'
 /vendor/radiant/app/models/page.rb:100:in `render'
 /vendor/radiant/app/models/page.rb:93:in `process'
 /vendor/radiant/app/controllers/site_controller.rb:32:in  
`process_page'
 /vendor/radiant/app/controllers/site_controller.rb:38:in  
`show_uncached_page'
 /vendor/radiant/app/controllers/site_controller.rb:20:in  
`show_page'
 /vendor/radiant/vendor/rails/actionpack/lib/action_controller/ 
base.rb:1095:in `perform_action_without_filters'
 /vendor/radiant/vendor/rails/actionpack/lib/action_controller/ 
filters.rb:632:in `call_filter'
 /vendor/radiant/vendor/rails/actionpack/lib/action_controller/ 
filters.rb:638:in `call_filter'
 /vendor/radiant/vendor/rails/actionpack/lib/action_controller/ 
filters.rb:438:in `call'
 /vendor/radiant/vendor/rails/actionpack/lib/action_controller/ 
filters.rb:637:in `call_filter'
 /vendor/radiant/vendor/rails/actionpack/lib/action_controller/ 
filters.rb:638:in `call_filter'
 /vendor/radiant/vendor/rails/actionpack/lib/action_controller/ 
filters.rb:438:in `call'
 /vendor/radiant/vendor/rails/actionpack/lib/action_controller/ 
filters.rb:637:in `call_filter'
 /vendor/radiant/vendor/rails/actionpack/lib/action_controller/ 
filters.rb:638:in `call_filter'
 /vendor/radiant/vendor/rails/actionpack/lib/action_controller/ 
filters.rb:438:in `call'
 /vendor/radiant/vendor/rails/actionpack/lib/action_controller/ 
filters.rb:637:in `call_filter'
 /vendor/radiant/vendor/rails/actionpack/lib/action_controller/ 
filters.rb:619:in `perform_action_without_benchmark'
 /vendor/radiant/vendor/rails/actionpack/lib/action_controller/ 
benchmarking.rb:66:in `perform_action_without_rescue'
 /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
 /vendor/radiant/vendor/rails/actionpack/lib/action_controller/ 
benchmarking.rb:66:in `perform_action_without_rescue'
 /vendor/radiant/vendor/rails/actionpack/lib/action_controller/ 
rescue.rb:83:in `perform_action'
 /vendor/radiant/vendor/rails/actionpack/lib/action_controller/ 
base.rb:430:in `process_without_filters'
 /vendor/radiant/vendor/rails/actionpack/lib/action_controller/ 
filters.rb:624:in `process_without_session_management_support'
 /vendor/radiant/vendor/rails/actionpack/lib/action_controller/ 
session_management.rb:114:in `process_without_test'
 /vendor/radiant/vendor/rails/actionpack/lib/action_controller/ 
test_process.rb:15:in `process'
 /vendor/radiant/vendor/rails/actionpack/lib/action_controller/ 
base.rb:330:in `process'
 /vendor/radiant/vendor/rails/railties/lib/dispatcher.rb:41:in  
`dispatch'
 /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel/ 
rails.rb:73:in `process'
 /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb: 
551:in `process_client'
 /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb: 
550:in `process_client'
 /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb: 
636:in `run'
 /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb: 
636:in `run'
 /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb: 
625:in `run'
 /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb: 
956:in `run'
 /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb: 
955:in `run'
 /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/bin/mongrel_rails: 
127:in `run'
 /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel/ 
command.rb:199:in `run'
 /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/bin/mongrel_rails:235


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


Re: [Radiant] Error when creating plugin

2007-05-20 Thread David Minor
On May 20, 2007, at 4:54 AM, Keith Bingman wrote:

 Dig through the archives, it wasn't more than a week ago.


May 16 and the subject of the thread was: Creating extension
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] radiantcms.org down?

2007-05-18 Thread David Minor
On May 18, 2007, at 6:11 PM, John Long wrote:
 It should be back up now. I do have the business class hosting, but I
 haven't moved the Radiant site over to it yet because of the mailing
 list. It is still running on the standard shared hosting package.


You're probably aware, but the main site is back up, while the  
dev.radiantcms.org is down now.
___
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] children sorting

2007-05-17 Thread David Minor
Here's the code I'm using.  I'm pretty confident this was radiant  
created code during setup:

r:children:each limit=5 order=desc
div class=entry
   span class=dater:date //span
   h3r:link //h3
   r:content /
   pr:if_content part=extendedr:link  
anchor=extendedmore#8230;/r:link/r:if_content/p
/div

changing to order=asc  does not change the ordering of the  
children.  what am I missing?

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


Re: [Radiant] children sorting [solved]

2007-05-17 Thread David Minor
what I needed was to specify the by=attribute to set the children  
to sort by the created_at date.

it eventually hit me.

dm

On May 17, 2007, at 12:49 PM, David Minor wrote:

 Here's the code I'm using.  I'm pretty confident this was radiant  
 created code during setup:

 r:children:each limit=5 order=desc
 div class=entry
   span class=dater:date //span
   h3r:link //h3
   r:content /
   pr:if_content part=extendedr:link  
 anchor=extendedmore#8230;/r:link/r:if_content/p
 /div

 changing to order=asc  does not change the ordering of the  
 children.  what am I missing?


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


[Radiant] children sorting

2007-05-16 Thread David Minor
r:children:each order=asc

order doesn't seem to be working for me.  is my code old?  has  
something changed during the mental=0.6.2 morph?

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


Re: [Radiant] Hi! and SmoothGallery extension for Radiant 0.6+

2007-03-22 Thread David Minor
On Mar 22, 2007, at 6:43 AM, Sander de Goeij wrote:


 Anyways, I've written an extension for a friend's site, and I thought
 I'd release it to the public. All for the greater good, right?

Sander,  Welcome.

next on my todo next week is implement a gallery extension.  I'll  
definitely be checking your code out to take a look.  In the  
meantime, do you have a link to a working demo or live site for a  
quick peak?

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


Re: [Radiant] new user questions

2007-03-08 Thread David Minor
On Mar 8, 2007, at 9:37 AM, John W. Long wrote:

 I'd suggest the Edit in Textmate
 command (if you are a Textmate user or something similar if you use
 another editor).

sorry john,  I'm not following you.  what?


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


Re: [Radiant] How to not show Extended in Page

2007-03-06 Thread David Minor
On Mar 6, 2007, at 6:21 AM, Per-olof Hermansson wrote:

 hi

 I have set up a Radiant site about Swedish shorthand
 (www.stenografi.se).

 On some pages I would like the Extended part to show up as a Read
 more... link, (which I know how to do), but somehow they show up on  
 the
 page.

 Is there a way to shut the extended page of, so that the link is  
 used in
 stead?


In the stock radiant that you are using, the template is designed to  
show the entire body and extended parts of the page when you are  
viewing that page.  The body part is used on other pages for  
r:children:each blocks.  I think you are asking to have that  
functionality on the page itself.  I'm not sure of how you would  
recall the page again to show the extended portion.  Is there a way  
to pass a value to the url to have it show the extended part?  like / 
slug?extended=true

You could always make the extended content a child of the page and  
then link to that child, but I like the idea of keeping the content  
in the different parts and just showing those as needed.

You could also do it with javascript and hidden divs in your layout.

Hopefully someone else can have a better answer.

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


Re: [Radiant] Two new extensions - WYSIWYG editor and Maruku filter

2007-02-24 Thread David Minor
On Feb 24, 2007, at 9:19 AM, Chris Parrish wrote:


 Sounds like you're heading in the right direction (IMHO, anyway).   
 Feel
 free to contact me directly.  Others are welcome too -- I'd like to
 consider all possibilities.  I think that this is a much needed aspect
 to radiant (though maybe not something you'd ever put in the core).


I'm hearing the arguments for both ways of managing assets (per page  
and global) and I really think both are valid.  The use cases are  
there for having an asset local to the page, but lots of use cases  
for needing to easily reuse the assets too.  Maybe we should be  
thinking about a global bucket but have the page UI able to add  
images restricted to only that page?

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


Re: [Radiant] Facets branch extensibiliy extended

2007-02-23 Thread David Minor
On Feb 23, 2007, at 1:14 PM, Jacob Burkhart wrote:

 If you guys would like to keep up with my usecase for the facets
 changes I proposed, you can now take a look at:

 http://dev.eyebeam.org/projects/radiant-partatts/browse


 Thank you to Jaime for setting this up.


Jacob,

Is there a public URL to check that out?

I found this link referenced for svn https://dev.eyebeam.org/svn/ 
radiant-partatts but it requires svn user to authenticate.

dm

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


Re: [Radiant] default options

2007-02-22 Thread David Minor
On Feb 21, 2007, at 9:20 PM, John W. Long wrote:




 Also, I assume there is no way to preview a page in draft status in
 the site layout?


 Nope. Not unless you use the facets branch with the page preview  
 extension.


John,

so what does the dev.host config option do?

Thanks for adding the new config option for status.

dm


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


Re: [Radiant] Available tags does not show all tags

2007-02-21 Thread David Minor
my thoughts on available tags:
I was surprised to see that tags from the extensions were loaded into  
the available tags windows.  very cool.
I would like to see the available tags link added to layouts and  
snippets also.

Erik,  I keep a tab open to http://dev.radiantcms.org/radiant/wiki/ 
UsingRadiant so that I can see more description of the tags, but use  
the available tags popup for quick reference.

dm

On Feb 21, 2007, at 2:57 AM, Erik van Oosten wrote:


 Hi,

 I started using 0.6rc1 2 days ago. One small thing I noticed is  
 that the
 'available tags' link does not show the tags that are available  
 through the
 behaviors. You can see this on the archive page when you start with  
 a full
 features blog (option 3).

 Also, I find the popup window not very convenient. Since I would  
 like to
 keep the reference on screen, it would have been more convenient if  
 the tags
 showed up in another browser window.

 Is it fair to add the bug and requests to trac?

 Regards,
  Erik.


 --
 Erik van Oosten
 http://www.day-to-day-stuff.blogspot.com/
 -- 
 View this message in context: http://www.nabble.com/Available-tags- 
 does-not-show-all-tags-tf3265522.html#a9077378
 Sent from the Radiant - User mailing list archive at Nabble.com.

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

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


[Radiant] child should inherit

2007-02-21 Thread David Minor
maybe there is a way to do this that I'm not seeing, but I think it  
would be very useful to tell a parent what filter/layout/page type  
his children should be.  As an example of this, I have a primary  
layout that is used for the Home Page and most pages inherit from  
that.  Under the Articles (page type archive), the children should  
have a post layout instead of the primary one.  Currently I have to  
set the page layout for each post.  I'd like for a new child of the  
archive to know which layout it should use.  Does this make sense or  
are there limitations in radiant that would keep this from being  
fulfilled?

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


[Radiant] extending views

2007-02-18 Thread David Minor
I understand how to use an extension to modify an admin view, but I'm  
confused as to what to do when I want to modify a view, but another  
extension is already modifying that view.  Can I have two different  
parts of a view modified by two different extensions?  or do I need  
to make my view changes in my custom extension and then monitor the  
provided plugin for changes to the view and manually add them to mine?

For instance: I'm using the reorder plugin which rewrites app/views/ 
admin/page/_node.rhtml.  Where should I make additional modifications  
to _node.rhtml?

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


[Radiant] Extensions: Asset Manager Demo

2006-11-24 Thread David Minor
Keith,

I take it there is no configuration to get the icon/thumbnails  
working?  I am able to require RMagick from script/console and  
act_as_attachment tests run (some about deleting fail, but others  
that deal with creating thumbnails pass).  But when I upload an image  
in radiant, the extension only moves the original image but doesn't  
create the other sizes.  Any tests yet?  I'll try to work on some  
later tonight.

dm


 The icon for each asset in the listing should be generated if the
 asset is an image. I haven't gotten around to making alternative
 icons, but that is on the todo list. If you have RMagick working, it
 should generate an icon, a thumbnail and a display size. You can set
 these sizes in the model. This is all basically a wrapper for the
 acts_as_attachment extension, and I threw it together pretty quickly.

 Keith Bingman
 [EMAIL PROTECTED]
 Tel: +49-7731-7983830


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