Re: [Radiant] Paginating

2009-09-25 Thread john muhl
http://github.com/Aissac/radiant-paginate-extension looks like it might help.

On Thu, Sep 24, 2009 at 11:48 PM, Mamed Mamedov mamed.mame...@gmail.com wrote:
 Hi all!

 I'am using Radiant 0.7.1 in one of my projects now. And I need to paginate
 my articles stored in the tree under /releases/ slug.
 For example,

   1. /releases/20090921-01
   2. /releases/20090921-02
   3. /releases/20090921-03
   4. /releases/20090920-01

 And so on... Count of this pages may be about 200-300.
 I have some page, called /press-releases/ which is described as:

 r:find url=/releases/
 r:children:each limit=20 order=desc by=published_at
 div class=dater:date for=published_at format=%d.%m.%Y //div
 div class=texta href=r:url /r:translator:title //abr
 /r:translator:short length=450 //div
 table cellpadding=0 cellspacing=0
 class=sep_linetrtd/td/tr/table
 /r:children:each
 /r:find

 This helps me to display only last 20 items of /releases/ tree. But what if
 I need to display other releases, even after this 20?
 I need to draw some page-link, for example:
 Pages: 1 | 2 | 3 | 4 | 5 ...
 On page 2, it will display items from 21 to 40
 On page 3, it will display items from 41 to 60 and so on...

 Is there any stuff in radiant CMS to help me with this task? Can anybody
 help me?

 Thank you all!
 
 Regards,
 Mamed Mamedov

 Sent from Baku, Azerbaijan
 Marie von 
 Ebner-Eschenbachhttp://www.brainyquote.com/quotes/authors/m/marie_von_ebnereschenbac.html
 - Even a stopped clock is right twice a day.
 ___
 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] Changes cannot be saved

2009-09-25 Thread harry byrne wykman

Hello,

I am consistently getting this problem with some pages:

Page has been modified since it was last loaded. Changes cannot be
saved without potentially losing data.

I have just upgrated to 0.8.1 and it persists.

Any ideas?

Thanks,

Harry


-- 
Peacetree Permaculture and Edible Landscapes
 web: www.peacetreepermaculture.com.au
 ph: (08) 9377 1258  mob: 0419 662 189
 email: ha...@peacetreepermaculture.com.au
 ABN: 49 580 141 593
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Changes cannot be saved

2009-09-25 Thread Jim Gay
On Fri, Sep 25, 2009 at 4:04 AM, harry byrne wykman
li...@peacetreepermaculture.com.au wrote:

 Hello,

 I am consistently getting this problem with some pages:

 Page has been modified since it was last loaded. Changes cannot be
 saved without potentially losing data.

Just some pages, not all?


 I have just upgrated to 0.8.1 and it persists.

 Any ideas?

 Thanks,

 Harry




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


Re: [Radiant] Changes cannot be saved

2009-09-25 Thread Jim Gay
Sean's point is ultimately where the problem lies, but I'm wondering
if there is something strange in your db.
Take a look at the lock_version for the Home page, and that of the
Blog page and see if there is anything that seems wrong.

If there's nothing there, perhaps there is an extension you've
included which is inserting something into the editing interface which
might foul things up.

On Fri, Sep 25, 2009 at 11:12 AM, harry byrne wykman
li...@peacetreepermaculture.com.au wrote:

 No, not all pages.  Those that cannot be saved cannot be so
 consistently - that is, I have not been able to save anything new to my
 home page but I am always able to edit my blog page.

 Refreshing, as Sean suggests, does not help.

 I am wondering whether I can drop some db data to resolve the issue
 without doing any damage?

 Harry

 On Fri, 25 Sep 2009 10:49:07 -0400
 Jim Gay j...@saturnflyer.com wrote:

 On Fri, Sep 25, 2009 at 4:04 AM, harry byrne wykman
 li...@peacetreepermaculture.com.au wrote:
 
  Hello,
 
  I am consistently getting this problem with some pages:
 
  Page has been modified since it was last loaded. Changes cannot be
  saved without potentially losing data.

 Just some pages, not all?

 
  I have just upgrated to 0.8.1 and it persists.
 
  Any ideas?
 
  Thanks,
 
  Harry
 
-- 
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


Re: [Radiant] Changes cannot be saved

2009-09-25 Thread harry byrne wykman

Hi Sean,

Here are a couple of pasties.  I wasn't quite sure what you meant. I
think the second one is probably what you wanted.

http://pastie.org/630516

http://pastie.org/630517

Harry

On Fri, 25 Sep 2009 11:18:03 -0400
Sean Cribbs seancri...@gmail.com wrote:

 Please open one of the offending pages and paste the html of the
 editing screen into a pastebin (like pastie.org or gist.github.com)
 and then send us the link.  Maybe we can see what's going wrong in
 the page.
 
 Sean
 
 harry byrne wykman wrote:
  No, not all pages.  Those that cannot be saved cannot be so
  consistently - that is, I have not been able to save anything new
  to my home page but I am always able to edit my blog page.
 
  Refreshing, as Sean suggests, does not help.
 
  I am wondering whether I can drop some db data to resolve the issue
  without doing any damage?
 
  Harry
 
  On Fri, 25 Sep 2009 10:49:07 -0400
  Jim Gay j...@saturnflyer.com wrote:
 

  On Fri, Sep 25, 2009 at 4:04 AM, harry byrne wykman
  li...@peacetreepermaculture.com.au wrote:
  
  Hello,
 
  I am consistently getting this problem with some pages:
 
  Page has been modified since it was last loaded. Changes cannot
  be saved without potentially losing data.

  Just some pages, not all?
 
  
  I have just upgrated to 0.8.1 and it persists.
 
  Any ideas?
 
  Thanks,
 
  Harry
 
 

  
 
 

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


-- 
Peacetree Permaculture and Edible Landscapes
 web: www.peacetreepermaculture.com.au
 ph: (08) 9377 1258  mob: 0419 662 189
 email: ha...@peacetreepermaculture.com.au
 ABN: 49 580 141 593
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Changes cannot be saved

2009-09-25 Thread Sean Cribbs

Harry,

You're using chronicle, I see.  Make sure you have the latest version of 
that, and if the problem persists, contact Jason Garber, who may be able 
to help.


Sean

harry byrne wykman wrote:

Hi Sean,

Here are a couple of pasties.  I wasn't quite sure what you meant. I
think the second one is probably what you wanted.

http://pastie.org/630516

http://pastie.org/630517

Harry

On Fri, 25 Sep 2009 11:18:03 -0400
Sean Cribbs seancri...@gmail.com wrote:

  

Please open one of the offending pages and paste the html of the
editing screen into a pastebin (like pastie.org or gist.github.com)
and then send us the link.  Maybe we can see what's going wrong in
the page.

Sean

harry byrne wykman wrote:


No, not all pages.  Those that cannot be saved cannot be so
consistently - that is, I have not been able to save anything new
to my home page but I am always able to edit my blog page.

Refreshing, as Sean suggests, does not help.

I am wondering whether I can drop some db data to resolve the issue
without doing any damage?

Harry

On Fri, 25 Sep 2009 10:49:07 -0400
Jim Gay j...@saturnflyer.com wrote:

  
  

On Fri, Sep 25, 2009 at 4:04 AM, harry byrne wykman
li...@peacetreepermaculture.com.au wrote:



Hello,

I am consistently getting this problem with some pages:

Page has been modified since it was last loaded. Changes cannot
be saved without potentially losing data.
  
  

Just some pages, not all?




I have just upgrated to 0.8.1 and it persists.

Any ideas?

Thanks,

Harry


  
  


  
  

___
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] What's the difference?

2009-09-25 Thread Nate
What's the difference between a default install of radiant and a default 
install of gorilla-blog based on radiant? Is gorilla blog based on the 
latest release of radiant? Do extensions work as well? Not trying to 
stir up any trouble, just curious.




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