[Radiant] Using one filter by default

2008-10-01 Thread Joe Van Dyk
What's the best way of making one filter the default for all the
pages?  (and hiding the selector)
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Using one filter by default

2008-10-01 Thread Mohit Sindhwani

Joe Van Dyk wrote:

What's the best way of making one filter the default for all the
pages?  (and hiding the selector)


[1] I think you can use the Settings Extension (details on Summer Reboot 
at http://wiki.radiantcms.org/Settings_Extension) to expose the setting 
to the Admin area for you to set the default filter.


[2] The same could be done by setting it directly in the config files.  
(details on Summer Reboot at 
http://wiki.radiantcms.org/Customizations_II) - I guess the setting is 
called something like Radiant::Config['defaults.page.filter']


[3] I don't know how to hide the selector.  Perhaps someone else could help?

[4] Could you not disable the other filter (none would still have to 
stay, I guess) in the Extensions page?


Hope this helps.

Cheers,
Mohit.
10/2/2008 | 12:20 PM.



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


Re: [Radiant] Using one filter by default

2008-10-01 Thread Pacifists
About your last suggestion - I've noticed that in 0.6.9 there are no
checkboxes anymore to disable the extensions as it was before. That
always looked strange to me, but I've never bothered to ask before.

On Thu, Oct 2, 2008 at 7:20 AM, Mohit Sindhwani <[EMAIL PROTECTED]> wrote:
> Joe Van Dyk wrote:
>>
>> What's the best way of making one filter the default for all the
>> pages?  (and hiding the selector)
>
> [1] I think you can use the Settings Extension (details on Summer Reboot at
> http://wiki.radiantcms.org/Settings_Extension) to expose the setting to the
> Admin area for you to set the default filter.
>
> [2] The same could be done by setting it directly in the config files.
>  (details on Summer Reboot at http://wiki.radiantcms.org/Customizations_II)
> - I guess the setting is called something like
> Radiant::Config['defaults.page.filter']
>
> [3] I don't know how to hide the selector.  Perhaps someone else could help?
>
> [4] Could you not disable the other filter (none would still have to stay, I
> guess) in the Extensions page?
>
> Hope this helps.
>
> Cheers,
> Mohit.
> 10/2/2008 | 12:20 PM.
>
>
>
> ___
> 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


Re: [Radiant] Using one filter by default

2008-10-01 Thread Mohit Sindhwani

Pacifists wrote:

About your last suggestion - I've noticed that in 0.6.9 there are no
checkboxes anymore to disable the extensions as it was before. That
always looked strange to me, but I've never bothered to ask before.
  


I hadn't noticed that you can't disable an extension from within the 
Admin area.  I wonder why.


I guess this has to do with the ability to set things at the command 
line but I don't know how that is done (never needed it).


Cheers,
Mohit.
10/2/2008 | 12:36 PM.

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


Re: [Radiant] Using one filter by default

2008-10-02 Thread Sean Cribbs
This was removed way back in 0.6.5, primarily for technical reasons -- 
unlike PHP, you can't just make the change and expect it to take effect 
on the next request (without some knowledge of the deployment strategy).


Sean

Mohit Sindhwani wrote:

Pacifists wrote:

About your last suggestion - I've noticed that in 0.6.9 there are no
checkboxes anymore to disable the extensions as it was before. That
always looked strange to me, but I've never bothered to ask before.
  


I hadn't noticed that you can't disable an extension from within the 
Admin area.  I wonder why.


I guess this has to do with the ability to set things at the command 
line but I don't know how that is done (never needed it).


Cheers,
Mohit.
10/2/2008 | 12:36 PM.

___
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


Re: [Radiant] Using one filter by default

2008-10-02 Thread Adam van den Hoven
I wonder if it would be possible to hook up the rake tasks for Ray to  
the UI (at least for those of us who aren't in a load balanced,  
multiple server situation) such that clicking the "Disable" button  
calls rake ray:dis name=some-extension and the "Enable" button calls  
rake ray:en name=some-extension.


On 2-Oct-08, at 5:07 AM, Sean Cribbs wrote:

This was removed way back in 0.6.5, primarily for technical reasons  
-- unlike PHP, you can't just make the change and expect it to take  
effect on the next request (without some knowledge of the deployment  
strategy).


Sean

Mohit Sindhwani wrote:

Pacifists wrote:

About your last suggestion - I've noticed that in 0.6.9 there are no
checkboxes anymore to disable the extensions as it was before. That
always looked strange to me, but I've never bothered to ask before.



I hadn't noticed that you can't disable an extension from within  
the Admin area.  I wonder why.


I guess this has to do with the ability to set things at the  
command line but I don't know how that is done (never needed it).


Cheers,
Mohit.
10/2/2008 | 12:36 PM.

___
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 mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant