Re: [Radiant] page_attachments doubt

2010-04-07 Thread Sharon Clift
I'm using an older version of page attachments but in my site the images
are stored within numbered folders in the public\page_attachment folder.
When I first uploaded an image it created a folder called  and
subsequent uploads create a new folder within there.

While the images are referenced in the database, the full path to an
image on our site would be something like 

radiant_path\public\page_attachments\\0273\image1.jpg 

Sharon


This e-mail has been scanned for all viruses by MessageLabs.
___
Radiant mailing list
Post: Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Radiant: http://radiantcms.org
Extensions: http://ext.radiantcms.org


[Radiant] Re: Updating Page Attachments

2009-07-02 Thread Sharon Clift
Thanks Jim,

We are on 0.6.9 of Radiant at the moment and are planning to update to
0.8 soon, but I wanted to update Page_Attachments first.  Having never
updated any of the extensions I am not sure on the upgrade procedure.
Should we remove the extension and then install the latest version with
Git?

Thanks

Sharon 


--

Message: 1
Date: Wed, 1 Jul 2009 10:15:17 -0400
From: Jim Gay j...@saturnflyer.com
Subject: Re: [Radiant] Updating Page Attachments 
To: radiant@radiantcms.org
Message-ID: 3915c908-b24a-4a49-98a5-4b1a111ea...@saturnflyer.com
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes

Sharon,

You should be fine when upgrading. I believe there were some changes  
to add fields to page_attachments but otherwise everything should work.

Step 1: Back up your database
Step 2: Back up your filesystem
Step 3: upgrade

There's no reason that updating the code would lose track of the page/ 
attachment association. I'm not sure if there are any gotchas. On what  
version of Radiant is this project?

-Jim

Jim Gay
http://www.saturnflyer.com



On Jul 1, 2009, at 4:44 AM, Sharon Clift wrote:

 Thanks for the reply Jason.

 I was hoping someone had already been through the process with this
 particular extension.

 We have a large number of attachments saved this way (the files are
 uploaded to sub folders of public\page_attachments via the extension  
 and
 referenced in the page attachment table within the database). it would
 be a nightmare these were lost and I am just a bit worried that  
 removing
 the extension and reinstalling will require all of the images to be
 reattached.

 Has anyone gone through an upgrade of Page_Attachments and if so are
 there any gotchas?

 Many thanks

 Sharon

 Message: 9
 Date: Tue, 30 Jun 2009 04:31:38 -0400
 From: Jason Garber j...@jasongarber.com
 Subject: Re: [Radiant] Updating Page Attachments
 To: radiant@radiantcms.org
 Message-ID: d2e6c9f8-9f17-41aa-9f55-b58bff4ec...@jasongarber.com
 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes

 I always just delete the extension files and reinstall.  Something  
 like
 rm -rf vendor/extensions/my_ext
 ./script/extension install my_ext

 It'll migrate up and update the static assets.  The only gotcha might
 be if your extension was already a git submodule, but it doesn't sound
 like it is.

 Jason

 On Jun 29, 2009, at 4:24 AM, Sharon Clift wrote:

 We use the Page_Attachments extension for uploading graphics to our
 website.  We are currently using version 0.2 installed quite some  
 time
 ago through SVN.

 I can find very detailed instructions for installing the extension  
 via
 Github, but I am not sure on how to update an existing installation  
 to
 the current version and would be grateful if someone could point me  
 in
 the right direction.

 Thanks

 Sharon





 This e-mail has been scanned for all viruses by MessageLabs.
 ___
 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

End of Radiant Digest, Vol 40, Issue 2
**

This e-mail has been scanned for all viruses by MessageLabs.



This e-mail has been scanned for all viruses by MessageLabs.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Updating Page Attachments

2009-07-01 Thread Sharon Clift
Thanks for the reply Jason.

I was hoping someone had already been through the process with this
particular extension.  

We have a large number of attachments saved this way (the files are
uploaded to sub folders of public\page_attachments via the extension and
referenced in the page attachment table within the database). it would
be a nightmare these were lost and I am just a bit worried that removing
the extension and reinstalling will require all of the images to be
reattached.

Has anyone gone through an upgrade of Page_Attachments and if so are
there any gotchas? 

Many thanks

Sharon

Message: 9
Date: Tue, 30 Jun 2009 04:31:38 -0400
From: Jason Garber j...@jasongarber.com
Subject: Re: [Radiant] Updating Page Attachments
To: radiant@radiantcms.org
Message-ID: d2e6c9f8-9f17-41aa-9f55-b58bff4ec...@jasongarber.com
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes

I always just delete the extension files and reinstall.  Something like
rm -rf vendor/extensions/my_ext
./script/extension install my_ext

It'll migrate up and update the static assets.  The only gotcha might  
be if your extension was already a git submodule, but it doesn't sound  
like it is.

Jason

On Jun 29, 2009, at 4:24 AM, Sharon Clift wrote:

 We use the Page_Attachments extension for uploading graphics to our
 website.  We are currently using version 0.2 installed quite some time
 ago through SVN.

 I can find very detailed instructions for installing the extension via
 Github, but I am not sure on how to update an existing installation to
 the current version and would be grateful if someone could point me in
 the right direction.

 Thanks

 Sharon

 



This e-mail has been scanned for all viruses by MessageLabs.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Updating Page Attachments

2009-06-29 Thread Sharon Clift
We use the Page_Attachments extension for uploading graphics to our
website.  We are currently using version 0.2 installed quite some time
ago through SVN. 
 
I can find very detailed instructions for installing the extension via
Github, but I am not sure on how to update an existing installation to
the current version and would be grateful if someone could point me in
the right direction.

Thanks

Sharon 

-Original Message-
From: radiant-boun...@radiantcms.org
[mailto:radiant-boun...@radiantcms.org] On Behalf Of
radiant-requ...@radiantcms.org
Sent: 26 June 2009 18:00
To: radiant@radiantcms.org
Subject: Radiant Digest, Vol 39, Issue 39

Send Radiant mailing list submissions to
radiant@radiantcms.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.radiantcms.org/mailman/listinfo/radiant
or, via email, send a message with subject or body 'help' to
radiant-requ...@radiantcms.org

You can reach the person managing the list at
radiant-ow...@radiantcms.org

When replying, please edit your Subject line so it is more specific
than Re: Contents of Radiant digest...


Today's Topics:

   1. FAQ Extension (Merk S)


--

Message: 1
Date: Thu, 25 Jun 2009 19:30:48 +
From: Merk S d0...@hotmail.com
Subject: [Radiant] FAQ Extension
To: radiant@radiantcms.org
Message-ID: snt117-w151aeea508f5bbf2a6a521e8...@phx.gbl
Content-Type: text/plain; charset=iso-8859-1


Hi Guys,

Before i write this myself, i was wondering if anyone has already worked
on or is aware of an existing FAQ extension?  

Googling has been tough due to 'FAQ' turning up lots of helps/tutorial
pages for ruby/radiant. :)

thanks!!

_
Insert movie times and more without leaving Hotmail(r). 
http://windowslive.com/Tutorial/Hotmail/QuickAdd?ocid=TXT_TAGLM_WL_HM_Tu
torial_QuickAdd_062009

--

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

End of Radiant Digest, Vol 39, Issue 39
***

This e-mail has been scanned for all viruses by MessageLabs.



This e-mail has been scanned for all viruses by MessageLabs.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Fix for DoS vulnerability in REXML?

2008-09-09 Thread Sharon Clift
I note there is now a fix for the Rails security issue that was
announced earlier this year.
http://www.ruby-lang.org/en/news/2008/08/23/dos-vulnerability-in-rexml/
I know the early patches broke radiant so I wanted to check if anyone
found any problem with this fix in relation to radiant or has this been
incorporated into one of the new releases?

Many thanks

Sharon 


This e-mail has been scanned for all viruses by MessageLabs.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant