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] page_attachment didnt works!

2007-06-18 Thread David Minor
I found when I went through this process earlier today that on step 4  
,  
instead of 'rake radiant:extensions:page_attachments:update', I  
needed to specify the environment 'rake production  
radiant:extension'

If a person sets up a valid development environment, the command as  
written probably won't give an error, but won't copy the files to the  
right place either.

dm

On Jun 15, 2007, at 6:16 PM, Sean Cribbs wrote:

> Adam,
>
> If all else fails, yes you can just copy it manually.
>
> Sean
>
> On 6/15/07, Adam <[EMAIL PROTECTED]> wrote:
>> I have the same problem and i looked for the .js but couldn't find  
>> it.
>>  404 Not Found [http://0.0.0.0/javascripts/page_attachments.js]
>> The install procedure was quite simple so I can't understand what  
>> went
>> wrong but the file just isn't there. I probably made some sort of
>> mistake, maybe I could just copy the .js manually?
>>
>> --
>> Posted via http://www.ruby-forum.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 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] 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] 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] 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
>  in my page part.
> What immediately jumped out at me is that enkodertags should be
> looking for the textile filter and adding the  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.
>>>
>>> 
>>>
>>> gives
>>>
>>> 
>>>
>>> /* &lt;![CDATA[ <strong>/
>>> function hivelogic_enkoder(){var kode=
>>> &#8220;kode=\&#8221;oked\\\&#8221;=);&#8217;&#8216;):-1thnglee.od
>>> (kAtarche.od?kthnglee.od&lt;k(ix+e=od}ki)t(&#8220;+
>>> &#8220;rAha.cdeko)<ins>+1(iAtarche.od=kx</ins>){=2i+);-1thnglee.od
>>> (ki&lt;0;i=r(fo&#8217;;=&#8217;;x\\\&#8221;\\&#8221;+
>>> &#8221;\\;)&#8217;&#8217;:)1-htgnel.edok(tArahc.edok?htgnel.edok<i
>>> (<ins>x=edok})i(tArahc.edok</ins>)1+&#8221;+
>>> &#8220;i(tArahc.edok=<ins>x{)2=+i;)1-htgnel.edok(<i;0=i(rof;''=x;\\
>>> \\=\\\"dkx"</ins>
>>> &#8220;)e(od}CcaeCoorfhgmirt.=nxr8S1+<ins>;)2&lt;=(ci03c)f(;A-
>>> diCtaecoeroh=.{d+kich)g+e;&#8221;</ins>
>>> &#8221;.tdnklie0oi<r;f='(=o;;,'x\\\"</
>>> strong><ins><strong>lqmr,1h+uvyhuh&#8221;</ins>
>>> &#8221;,1</strong><strong>[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?
>>> lrnhgo1qhwj&gt;k.l,[EMAIL PROTECTED]&#8221;+
>>> &#8220;udrFhgwDl+0,&gt;6ilf+3?f,@.54&gt;;[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;i&lt;(kode.length-1);i+=2){x+=kode.charAt(i
>>> +1)<ins>kode.charAt(i)}kode=&#8221;</ins>
>>> &#8220;x+(i&lt;kode.length?kode.charAt
>>> (kode.length-1):&#8217;&#8216;);&#8221;
>>> ;var i,c,x;while(eval(kode));}hivelogic_enkoder();
>>> /</strong> ]]&gt; */
>>>
>>> 
>>>
>>> The biggest problem I see is the tag brackets are being written
>>> out </>.  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


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
>
> 
>
> and replace it with
>
> 
>
> If you're using page parts, it could also be something like
>
> 
>
> which should be
>
> 
>
> - 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


[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


[Radiant] enkodertags extension problem

2007-05-19 Thread David Minor
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  
 in my page part.   
What immediately jumped out at me is that enkodertags should be  
looking for the textile filter and adding the  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.
>>
>> 
>>
>> gives
>>
>> 
>>
>> /* <![CDATA[ /
>> function hivelogic_enkoder(){var kode=
>> “kode=\”oked\\\”=);’‘):-1thnglee.od 
>> (kAtarche.od?kthnglee.od<k(ix+e=od}ki)t(“+
>> “rAha.cdeko)+1(iAtarche.od=kx){=2i+);-1thnglee.od 
>> (ki<0;i=r(fo’;=’;x\\\”\\”+
>> ”\\;)’’:)1-htgnel.edok(tArahc.edok?htgnel.edok> (x=edok})i(tArahc.edok)1+”+
>> “i(tArahc.edok=x{)2=+i;)1-htgnel.edok(> \\=\\\"dkx"
>> “)e(od}CcaeCoorfhgmirt.=nxr8S1+;)2<=(ci03c)f(;A- 
>> diCtaecoeroh=.{d+kich)g+e;”
>> ”.tdnklie0oi> strong>lqmr,1h+uvyhuh”
>> ”,1[EMAIL PROTECTED]>[EMAIL PROTECTED] 
>> zo.kB(&gxnlkbCs([EMAIL PROTECTED]:y”+
>> “t4zk(bz&zokrbCb(D(skogBrg5(DA/_%{>> strong>@>[EMAIL PROTECTED]>3? 
>> lrnhgo1qhwj>k.l,[EMAIL PROTECTED]”+
>> “udrFhgwDl+0,>6ilf+3?f,@.54>;[EMAIL PROTECTED], 
>> 0\\”+
>> ”[EMAIL PROTECTED]@n%=hr\\ 
>> \”eod=k\\\””+
>> ”edok\\\”e=od\\ 
>> \”kk;do=eokeds.lpti’()’r.verees)(j.io 
>> (n’‘)\”;x=’”+
>> ”’;for(i=0;i<(kode.length-1);i+=2){x+=kode.charAt(i 
>> +1)kode.charAt(i)}kode=”
>> “x+(i<kode.length?kode.charAt 
>> (kode.length-1):’‘);”
>> ;var i,c,x;while(eval(kode));}hivelogic_enkoder();
>> / ]]> */
>>
>> 
>>
>> The biggest problem I see is the tag brackets are being written  
>> out .  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


Re: [Radiant] radiantcms.org down?

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


Re: [Radiant] radiantcms.org down?

gotta love txd

On May 18, 2007, at 11:42 AM, Nathan Fiedler wrote:

> I've been unable to access the web site since last night (Service
> Temporarily Unavailable), is there some ongoing maintenance  
> occurring today?
>
> n
> ___
> 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] children sorting [solved]

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:
>
> 
> 
>   
>   
>   
>anchor="extended">more…
> 
>
> 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

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



   
   
   
   more…


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



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] Page Attachments

On May 9, 2007, at 2:37 PM, Sean Cribbs wrote:

>
> Caveats/gotchas:
>
> * You must have at least one of RMagick, MiniMagick, or ImageScience
> installed for thumbnail generation to work.
> * Currently uses public file system for storage.  If you want S3 or DB
> storage, DIY (minor changes necessary for S3).
> * Uses svn:externals to get the latest attachment_fu.  Not sure if
> this will work with an export method (svn gurus please comment?) of
> installation.
> * REQUIRES Radiant edge r432 or greater (critical enabling change).
> To get that, run
>   rake radiant:freeze:edge
>
> Sean

Sean,

since this requires r431, are we to assume that there will be no  
page_attachments plugin for 0.6.1?

___
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+

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

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

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  
 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] copy pages


On Feb 26, 2007, at 2:08 PM, Todd McGrath wrote:

> BTW- radiantcms.com is down?

yes, it's not just you.
___
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

On Feb 25, 2007, at 1:20 PM, Brian Capouch wrote:
>> Apologies, I forgot to update the wiki to note that you should use
>> user/pass = tester/tester to checkout "anonymously." We use LDAP to
>> authenticate and it's unhappy with genuinely anonymous users.
>>
>
> I tried tester/tester for the user/pass, and got a 403 forbidden.
>
> Worse, even after hitting the browser (Mozilla, recent) refresh button
> several times, it doesn't offer me a login screen to use for trying  
> again.
>

Brian,

the user/pass is for an svn checkout from:
https://dev.eyebeam.org/svn/radiant-partatts

and I just did a co with the user/pass that worked fine.

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

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

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

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


[Radiant] child should inherit

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] default options

Are there really only 4 available config params to set in radiant?
from app/models/radiant/config.rb:
   # admin.title:: the title of the admin system
   # admin.subtitle :: the subtitle of the admin system
   # default.parts  :: a comma separated list of default page parts
   # dev.host   :: the hostname where draft pages are viewable

I'm looking for a way to set the default published status of a page  
on creation (while I'm rapidly adding content).

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

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


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

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] extending views

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

nevermind.  working fine this morning.  probably needed a server  
restart which I did working on something else last night.  Thanks,
dm

On Nov 25, 2006, at 6:00 AM, [EMAIL PROTECTED] wrote:

>
> 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


[Radiant] Extensions: Asset Manager Demo

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