Re: [Radiant] Add pagination Use ext pagination

2009-08-10 Thread Cristi Duma

Hi

You're right, Paginate Extension should be in vendor/extensions. Sorry, 
my mistake. Updated now.


An example:

r:paginate per_page=10
r:each
r:link /
/r:each
r:pages /
/r:paginate

If you put the above snippet in a parent page, it will paginate all of 
the children and insert page links. It kind of works like the 
'children:each' tag.


On 09.08.2009 22:04, Santiago Martinez wrote:

Hi,
I'm new to radiant, I try to set the pagination extension, but do not
understand, how someone can give me an example of how to use the
extension, comments, files and pages.


  Another thing, I think the extension should be installed in vendor / 
extensions and not in vendor / plugin as the example

  thanks
_
Drag n’ drop—Get easy photo sharing with Windows Live™ Photos.

http://www.microsoft.com/windows/windowslive/products/photos.aspx___
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] When will the i18n features make it into the gem?

2009-08-10 Thread Johannes Fahrenkrug
Hi,

I have a question about the i18n branch: is it production ready? If
not: can I help? If it is: when can we expect it the be part of the
official release?

Thanks!

- Johannes


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


Re: [Radiant] When will the i18n features make it into the gem?

2009-08-10 Thread Sean Cribbs
Depending on how well new features progress, i18n will be included in 
0.9.  Expect 0.9 probably before the new year (or sooner if we don't 
include the new UI).


Sean

Johannes Fahrenkrug wrote:

Hi,

I have a question about the i18n branch: is it production ready? If
not: can I help? If it is: when can we expect it the be part of the
official release?

Thanks!

- Johannes


  


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


Re: [Radiant] Add pagination Use ext pagination

2009-08-10 Thread Mauricio Dulce

Thanks Cristi
El 10/08/2009, a las 1:39, Cristi Duma escribió:


Hi

You're right, Paginate Extension should be in vendor/extensions.  
Sorry, my mistake. Updated now.


An example:

r:paginate per_page=10
r:each
r:link /
/r:each
r:pages /
/r:paginate

If you put the above snippet in a parent page, it will paginate all  
of the children and insert page links. It kind of works like the  
'children:each' tag.


On 09.08.2009 22:04, Santiago Martinez wrote:

Hi,
I'm new to radiant, I try to set the pagination extension, but do not
understand, how someone can give me an example of how to use the
extension, comments, files and pages.


 Another thing, I think the extension should be installed in  
vendor / extensions and not in vendor / plugin as the example


 thanks
_
Drag n’ drop—Get easy photo sharing with Windows Live™ Photos.

http://www.microsoft.com/windows/windowslive/products/photos.aspx___
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


Re: [Radiant] When will the i18n features make it into the gem?

2009-08-10 Thread Johannes Fahrenkrug
Thanks for the info, Sean.
So what if I'd like to use the German translation already right now.
Would the i18n branch be considered production-ready or would you
advice against using it?

- Johannes

On Mon, Aug 10, 2009 at 3:19 PM, Sean Cribbsseancri...@gmail.com wrote:
 Depending on how well new features progress, i18n will be included in 0.9.
  Expect 0.9 probably before the new year (or sooner if we don't include the
 new UI).

 Sean

 Johannes Fahrenkrug wrote:

 Hi,

 I have a question about the i18n branch: is it production ready? If
 not: can I help? If it is: when can we expect it the be part of the
 official release?

 Thanks!

 - Johannes




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




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


[Radiant] Add pagination to search results using Paginate and Search ext

2009-08-10 Thread Rafael Carvalho
Hi,

Someone have an idea to help me?
Or, some alternative extensions

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


[Radiant] Re: Add pagination to search results using Paginate and Search ext

2009-08-10 Thread Rafael Carvalho
I tried something like:

r:search:results
  r:paginate per_page=2
r:results:each
  r:link /
/r:results:each
r:pages /
  /r:paginate
/r:search:results

But it doesn't work... Still rendering all results in the same page.
Where am I missing?
Or Paginate just works with pages that contains children?
I think that I'm confused...

Thanks for helps

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


[Radiant] Trouble Setting Up New 0.8 Sites

2009-08-10 Thread Alexis Masters

Hello group!
I am eager to start using Radiant 0.8, but every time I try to set up  
a site with it, I have so much trouble that I revert back to 0.7.1. I  
have found where others are having the same problem I am having but  
cannot find a solution anywhere.


Can someone kindly help me figure this out? Here's a link to a post  
that clearly states the problem:

http://lists.radiantcms.org/pipermail/radiant/2009-July/013327.html

Thanks for any info you can share,
~ Alexis
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Trouble Setting Up New 0.8 Sites

2009-08-10 Thread Jim Gay


On Aug 10, 2009, at 4:52 PM, Alexis Masters wrote:


Hello group!
I am eager to start using Radiant 0.8, but every time I try to set  
up a site with it, I have so much trouble that I revert back to  
0.7.1. I have found where others are having the same problem I am  
having but cannot find a solution anywhere.


Can someone kindly help me figure this out? Here's a link to a post  
that clearly states the problem:

http://lists.radiantcms.org/pipermail/radiant/2009-July/013327.html

Thanks for any info you can share,
~ Alexis


How are you serving the app? Could this be related? 
http://workswithruby.com/2009/7/rack-cache-and-lighttpd-fcgi

Jim Gay
http://www.saturnflyer.com




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


[Radiant] Big Problem with 0.7.1

2009-08-10 Thread Alexis Masters

Hello again,

I've been trying to get a new radiant site going for several days. My  
webhost installed 0.8 on my web server, so now I have to add a radiant  
0.7.1 in the vendor folder and so on. Doing this today, I encountered  
a major problem and had to start the setup all over again. Here's the  
problem:
When I finally get the new site setup and add a new User in the Admin,  
the site's css all disappears.


Has anyone else encountered this issue?

~ Alexis
=



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


[Radiant] Gorilla = Radiant

2009-08-10 Thread Mauricio Dulce
Hi, I found this by searching on google, to my surprise offered as  
gorilla cms, but in reality is radiant, perhaps this is not a  
violation of copyright.


Furthermore, there is a way to donate money to the project, proved  
very useful to me and I think it's time to give back something

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