Re: [Radiant] Gallery extension help

2009-04-28 Thread Andrea Franz
I've just pulled some fixes from the repository of Mario Zigliotto, it
should work now. Let me know.

On Thu, Apr 23, 2009 at 6:05 PM, Dave Kroondyk davek...@gmail.com wrote:
 Hi,

 I'm a bit confused about an error I'm getting with the gallery extension.
 I'm running Radiant 0.7.1 which I have working with the Gallery extension on
 another project... but on this new project it is not letting me upload
 files.

 Here is the error from my log:

 Processing GalleryItemsController#create (for 192.168.0.100 at 2009-04-23
 11:21:02) [POST]
  Session ID: BAh7CToOcmV0dXJuX3RvMCIMdXNlcl9pZGkGOgxjc3JmX2lkIiU2MDdjZDFl
 ODUwYjY4YTQwZTc0NmUwZmUwNmY4NTE1YSIKZmxhc2hJQzonQWN0aW9uQ29u
 dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--b21fed067443f96c6c0439dc7cd4a300643226e5
  Parameters: {form_id=1, format=js,
 gallery_item={uploaded_data=#File:/tmp/CGI20437-0},
 action=create,
 authenticity_token=a7118a69555cbdf80284521de8da96385c71851f,
 controller=gallery_items, gallery_id=1}


 TypeError (can't convert nil into String):
    /vendor/extensions/gallery/app/models/gallery_item.rb:93:in `extname'
    /vendor/extensions/gallery/app/models/gallery_item.rb:93:in
 `set_filename_as_name'

 The set_filename_as_name method grabs the extension from the filename.
 Problem is, filename is nil, for whatever reason.

 Any ideas?

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




-- 
Andrea Franz
http://gravityblast.com
http://blog.mikamai.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] Radiant Gallery Extension.

2009-03-02 Thread Andrea Franz
On Mon, Mar 2, 2009 at 6:49 PM, Jeffrey Jones j...@jones.be wrote:
 Hoi all

 Anyone successfully using the radiant gallery extension with 0.7.1?

 If so whose github repository are you pulling from?

I didn't try yet, which problem do you have?

-- 
Andrea Franz
http://gravityblast.com
http://blog.mikamai.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] Odd behavior with copy_move and default_page_parts

2009-02-23 Thread Andrea Franz
Hi Chaim, which version of copy_move are you using?

On Mon, Feb 23, 2009 at 8:23 PM, Chaim Kirby
chaim.ki...@childrens.harvard.edu wrote:
 Has anyone else run into this issue?  I copied a tree of pages using the
 copy_move extension. Some of the pages use the default_page_parts
 extension to define page parts of children.  Some of the children ended
 up with duplicate page parts, where only one had content.

 example:
 page_part_config
 ---
 - name: main
 - name: highlight

 Expected child page in copied hierarchy:
 Main(with content), Highlight(with content)


 Actual child page in copied hierarchy:
 Main, Highlight, Main(with content), Highlight(with content)

 Thanks,
 Chaim

 chaim.ki...@childrens.harvard.edu

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




-- 
Andrea Franz
http://gravityblast.com
http://blog.mikamai.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] Gallery Extension on DreamHost

2009-01-14 Thread Andrea Franz


 any hints why the gallery extension is not working on dreamhost?
 I am running some radiant cms on dreamhost, all work. but
 gallery extension seems to have a problem with attachment_fu.
 if I start the app:

 Expected aaa/vendor/extensions/gallery/app/models/gallery_item.rb to define
 GalleryItem

 ../../activesupport/lib/active_support/dependencies.rb:249:in
 `load_missing_constant'


 ../../activesupport/lib/active_support/dependencies.rb:453:in`const_missing'



In the past some people have a problem like that on dreamhost using ruby
1.8.7.
Someone give me the following link:

http://www.dreamhoststatus.com/2009/01/02/ruby-187-upgrades/#comments

I didn't try dreamhost, but maybe it could be useful.
Please let me know!

-- 
Andrea Franz
http://gravityblast.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] Trouble getting gallery extension running

2008-12-16 Thread Andrea Franz


   before_thumbnail_saved do |item, thumbnail|
thumbnail.gallery_id = item.gallery_id
  end



I've just tryied installing the latest gallery and the latest attachment_fu
from github.
In the before_thumbnail_saved block I have 2 parameters. The first is the
item, the second its thumbnail.
And it works fine with me. Do you still have problems?

-- 
Andrea Franz
http://gravityblast.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] Trouble getting gallery extension running

2008-12-11 Thread Andrea Franz
On Thu, Dec 11, 2008 at 7:59 AM, Ken Mayer [EMAIL PROTECTED] wrote:

 I've been having trouble getting the gallery extension working. This is a
 brand new install, so perhaps it's a version compatibility issue.

 After following the installation instructions, and creating my first
 gallery, I tried uploading a single image (JPG). I got the following error:

  The error occurred while evaluating nil.gallery_id=):
/vendor/extensions/gallery/app/models/gallery_item.rb:39


 Here's the code in app/models/gallery_item.rb:38-40:

   before_thumbnail_saved do |item, thumbnail|
thumbnail.gallery_id = item.gallery_id
  end



I use the gallery_id on a thumbnail when I call Gallery.clear_thumb. In that
method I remove all the thumbnails without removing original images.
Are you using the latest attachment_fu? I had some trouble with the
attachment_fu version. let me know.

-- 
Andrea Franz
http://gravityblast.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] Problems with gallery extension

2008-12-02 Thread Andrea Franz
 Sorry to dig up an old thread, but I am running into this exact issue and
 was wondering what exactly you did to get it working again. I have an app
 that uses the page_attachments extension and when I upgraded from the
 radiant 0.6.7 = 0.6.9 gem I ran into this and now I am stumped. I have no
 idea how to fix it.

Are you using the latest version from github?

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


[Radiant] gallery 0.7.13

2008-11-30 Thread Andrea Franz
Hi guys, I fixed some bugs and I added a little documentation in the
readme file.
Upgrade to this version if you use and old version of the extension.
Let me know if you find any bugs ;)

-- 
Andrea Franz
http://gravityblast.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] gallery 0.7.13

2008-11-30 Thread Andrea Franz
On Sun, Nov 30, 2008 at 4:59 PM, Mohit Sindhwani [EMAIL PROTECTED] wrote:

 Hi Andrea

 Is there a bugfix list?

No, but basically I rewrite almost all the javascript code and I
removed the built-in attachment_fu.
Then I fixed some bugs in the ruby code about the thumbnails creation.

 Specifically, I was wondering if the problem with
 Gallery affecting the UI (you've probably seen my thread on 'conflicts with
 gallery extension') have been tackled.


I've just tried a fresh radiant installation. I don't see the
published at, even before the gallery installation.
The slug and breadcrumb fields seem to work well. Let me know.

-- 
Andrea Franz
http://gravityblast.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] is it possible to make it better in gallery extension and radius

2008-10-13 Thread Andrea Franz
You can increment an instance variable inside the galleries:each tag,
and create a new tag that works like the following:

galleries:each:if_loop_index divisible_by=4

If it's true you expand that tag, and so its content.


On Mon, Oct 13, 2008 at 6:20 AM, Pacifists [EMAIL PROTECTED] wrote:
 Hello,

 I need to have a visual element every 4 galleries (every row of 4
 galleries), atm I have code like this:

  r:gallery:if_galleries

   div class=gallery_row
 r:galleries:each level=current limit=4
   div class=gallery_item
 r:gallery:if_items
...
 /r:gallery:if_items
   /div
 /r:galleries:each
   /div

   div class=dot_line/div

  div class=gallery_row
   r:galleries:each level=current limit=4 offset=4
 div class=gallery_item
   r:gallery:if_items
...
   /r:gallery:if_items
 /div
   /r:galleries:each
   /div

 /r:gallery:if_galleries

 I know that I have exactly 8 galleries atm, but would like to make it
 universal, but couldn't find a way to make it. Would be gratefull for
 any suggestions.

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




-- 
Andrea Franz
http://gravityblast.com - http://nimboo.net
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] iphone extension 0.0.1

2008-10-09 Thread Andrea Franz
Hi guys I'm working on an extension that adds an iphone tailored ui to Radiant.
You can view some screenshots here:

http://gravityblast.com/2008/10/09/radiant-iphone-extension-0-0-1/

Suggestions are welcome to improve the ui :)
Let me know how it works if you have an iphone or ipod touch.
Cheers!

-- 
Andrea Franz
http://gravityblast.com - http://nimboo.net
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Mailer Extension

2008-09-18 Thread Andrea Franz
On Wed, Sep 17, 2008 at 6:33 PM, Steven Southard
[EMAIL PROTECTED] wrote:
 Did you have any luck getting file attachment to work on mailer?


No, I use it just for sending text mail.

-- 
Andrea Franz
http://gravityblast.com - http://nimboo.net
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Mailer Extension

2008-09-17 Thread Andrea Franz
I've just insalled the mailer extension with the latest version of  
radiant and it works.

Do you have any problem?

--
Andrea Franz

On 17/set/08, at 09:26, Bill Barnard [EMAIL PROTECTED]  
wrote:



Has anyone gotten ntalbott's mailer extension
(http://github.com/ntalbott/radiant-mailer-extension/tree/master)
working with a recent version of Radiant? I tried it out, but the  
Readme

seems like it's missing some information.

The 0.6.7 tagged version at
http://svn.radiantcms.org/radiant/tags/rel_0-6-7/extensions/mailer is
pretty easy to get working using the docs in the wiki and some info  
from
the mailing list. I'd like to stick with the development / release  
trunk

if possible though.

Thanks for any help.

Bill
--
Bill Barnard
http://barnard-engineering.com/

___
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] Help with Radiant Gallery

2008-07-03 Thread Andrea Franz
On Wed, Jul 2, 2008 at 7:36 PM, Alfredo Perez [EMAIL PROTECTED] wrote:
 Andrea

 This is what the log says, do you see any problems?

 Processing GalleryImportingsController#import (for XXX.XXX.XXX.XXX at 
 2008-06-30 17
 :18:21) [PUT]
  Session ID: 092afe677c170c91bee73aa211da297b
  Parameters: {gallery_id=1, action=import, _method=put, 
 id=1
 , controller=gallery_importings}


 ActionController::InvalidAuthenticityToken 
 (ActionController::InvalidAuthenticit
 yToken):

Yes, the authenticity_token is not sent with the form. I fixed this
bug in the latest version, maybe you aren't using the latest gallery
extension.
Try to pull from github and let me know ;)

-- 
Andrea Franz
http://gravityblast.com - http://nimboo.net
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Help with Radiant Gallery

2008-07-02 Thread Andrea Franz
On Wed, Jul 2, 2008 at 3:30 PM, Alfredo Perez [EMAIL PROTECTED] wrote:
 Andrea sorry for the question

 Which log should I look for errors?


It should be the production.log file  if you are running radiant with
production environment.

-- 
Andrea Franz
http://gravityblast.com - http://nimboo.net
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Help with Radiant Gallery

2008-07-01 Thread Andrea Franz
On Mon, Jun 30, 2008 at 11:25 PM, Alfredo Perez [EMAIL PROTECTED] wrote:
 On Mon, Jun 30, 2008 at 08:01:21PM +0200, Andrea Franz wrote:
 On Mon, Jun 30, 2008 at 7:15 PM, Alfredo Perez [EMAIL PROTECTED] wrote:
  Hi
 
  I was wondering if there is anybody who can
  point me to the right direction.
 
  I havent been able to upload pictures to my
  server where radiant gallery is installed.
 
  There are instructions on how to import files by creating an import folder.
 
  My question is:
 
  Where in the server should I create this folder?

 You should create it under the public/galleries folder.
 Let me know if everything work.

 It didn't work, I created a public/galleries/import folder and I put
 pic in there.

Have you got the same problem uploading files or you have the problem
only importing?

-- 
Andrea Franz
http://gravityblast.com - http://nimboo.net
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Help with Radiant Gallery

2008-06-30 Thread Andrea Franz
On Mon, Jun 30, 2008 at 7:15 PM, Alfredo Perez [EMAIL PROTECTED] wrote:
 Hi

 I was wondering if there is anybody who can
 point me to the right direction.

 I havent been able to upload pictures to my
 server where radiant gallery is installed.

 There are instructions on how to import files by creating an import folder.

 My question is:

 Where in the server should I create this folder?

You should create it under the public/galleries folder.
Let me know if everything work.

-- 
Andrea Franz
http://gravityblast.com - http://nimboo.net
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Help with Radiant Gallery

2008-06-30 Thread Andrea Franz
On Mon, Jun 30, 2008 at 7:15 PM, Alfredo Perez [EMAIL PROTECTED] wrote:
 Hi

 I was wondering if there is anybody who can
 point me to the right direction.

 I havent been able to upload pictures to my
 server where radiant gallery is installed.


Did you install rmagick?

-- 
Andrea Franz
http://gravityblast.com - http://nimboo.net
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] gallery extension

2008-06-03 Thread Andrea Franz


On 04/giu/08, at 01:02, Steven Southard wrote:

When I got the newest gallery extension update I couldn't get  
mini_magick to work with it.  The pictures moved and stayed were I  
put them but I wasn't able to upload and new images.  Also the  
thumbs weren't the right size either.


I could but the old gallery extension back in and I could upload  
images fine but again the images wouldn't stay put.


I changed the processor in gallery.yml.default to mini_magick ( I  
didn't have a gallery.yml like in the old gallery extension)



In the new version i put the galery.yml file in RAILS_ROOT/config/ 
extensions/gallery/gallery.yml.

Have you got it ?

-andrea

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


Re: [Radiant] Newsletter extension config

2008-06-01 Thread Andrea Franz
 I gather that the default delivery method for action mailer is smtp.
 Replacing the two lines of config given above with the following:

config.action_mailer.delivery_method = :smtp


I didn't test the newsletter extensions with the new radiant yet. But
I know that server_settings was renamed to smtp_settings with rails 2.
I should work with:

 config.action_mailer.server_settings = {
:address = smtp.gmail.com
:port = 587,
:domain = westportbookfestival.org,
:authentication = :plain,
:user_name = user,
:password = pass
   }

Let me know if it works, I'll try it asap.

-- 
Andrea Franz
http://gravityblast.com - http://nimboo.net
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] gallery and attachment extension

2008-06-01 Thread Andrea Franz
On Sun, Jun 1, 2008 at 8:20 AM, Steven Southard
[EMAIL PROTECTED] wrote:
 Big thumbs up for booth of these extensions.  They both are nicely done and
 serve slightly different roles.  I like how gallery is more or less all
 together in one place. It's draw back is that it doesn't have as many useful
 tags.

Let me know what tags you need. If they are usefull we could add them.

 The one thing that seems odd about attachments is that if you
 attaching certain images to certain pages it's easy to get your images
 scattered.  To properly deal with images in Radiant it seems you need them
 both.  One repository with the best of gallery and attachments would be
 pretty useful.  Another thing about them both that's odd to work with is
 that they both create a directory for every image you upload.  I may be a
 bit old fashion because I keep thinking it would be easier having one
 directory, say the images directory, with all the images just crammed in.

They create that folders because they both use attachment_fu that use
the following technich:

http://www.37signals.com/svn/archives2/id_partitioning.php

 The one feature I haven't gotten to work right on the gallery extension is
 reordering the individual images.

If fixed that bug in the latest version. Try to pull it from github
and try again.



-- 
Andrea Franz
http://gravityblast.com - http://nimboo.net
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Bunch of 404 errors when Gallery extension is used with Radiant 0.6.7

2008-05-30 Thread Andrea Franz
On Wed, May 21, 2008 at 11:19 PM, Thembile [EMAIL PROTECTED] wrote:
 Started in development mode. The files that are supposedly missing exist in
 public/...

 Is anyone using Gallery with 0.6.7?

 Thanks.


Did you install it with the rake task (radiant:extensions:gallery:install) ?


-- 
Andrea Franz
http://gravityblast.com - http://nimboo.net
___
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 the gallery extension

2008-05-22 Thread Andrea Franz
On Thu, May 22, 2008 at 12:15 PM, Ollivier Robert [EMAIL PROTECTED] wrote:
 On Tue, May 20, 2008 at 12:59 AM, Marshal Linfoot [EMAIL PROTECTED] wrote:
 Hi Ollivier. ...some of this you might have already figured out.

 Thanks a lot for the explanations.  I manage to get running by creating an
 empty page with the Gallery Cached type and it works fine.  It is
 looking quite good
 and simple.  Any idea on adding comments on individual pictures in the future?

 What I am ultimately looking is a gallery2 clone to be able to ditch
 php completely... :)

I want to add this feature, but unfortunately I've no time to work on
it right now.
I'll do it as soon as I can, If you want to contribute you are welcome :)

-- 
Andrea Franz
http://gravityblast.com - http://nimboo.net
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Re: Re: Update Task accidentally run twice (Page Attachments error)

2008-05-05 Thread Andrea Franz
On Mon, May 5, 2008 at 2:34 PM, Ben Morrow [EMAIL PROTECTED] wrote:

 But, if that was the cause, then anyone using Page Attachments and
 Gallery should have the error. If you have both installed, do you see
 that message (already initialized constant FLAGS) when you start the
 server?

 Thanks for working with me on this one Andrea, I appreciate it!



What version of radiant,  gallery and page_attachmens are you using? Latest
for all?

-- 
Andrea Franz
http://gravityblast.com - http://nimboo.net
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Upgrading Gallery Extension

2008-05-05 Thread Andrea Franz
On Tue, May 6, 2008 at 12:22 AM, Marshal Linfoot [EMAIL PROTECTED] wrote:

 YIKES! Following the instructions for installing the Gallery extension
 I did the following:

  cd vendor/extensions
  git clone git://github.com/pilu/radiant-gallery.git gallery

 and got a message that git-clone would not overwrite an existing
 directory (a good thing!). So I ran this instead:

  git clone git://github.com/pilu/radiant-gallery.git gallery2


You can go in the gallery extension dir and simply type: git pull.Otherwise
you can remove the gallery folder and clone the new gallery from github.
Then restart the server.

creating a new directory, gallery2, and the whole website stopped
 functioning with a server temporarily busy message. Restarted
 LiteSpeed - no change. No errors in the LiteSpeed logs. Moved the new
 gallery2 dir out of the way, restarted LiteSpeed and everything back
 to normal. Whew!


I think because you can't have 2 gallery extension, even if you renamed the
folder to gallery2.
Remove the old gallery, and check out the new one. It should work. Let me
know!


-- 
Andrea Franz
http://gravityblast.com - http://nimboo.net
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Re: Using Page_Attachments in custom extensions

2008-04-17 Thread Andrea Franz
On Thu, Apr 17, 2008 at 5:18 PM, David Piehler [EMAIL PROTECTED] wrote:

 I guess what I am really asking is if I can take advantage of these
 existing plug-ins, or if I need to use attachment_fu and wymeditor on
 their own in my new extensions. I'm assuming the latter, right?



I think you could inject a javascript file in the edit page from your
extension that add some functionality.
For example from your js you could add a button near the name of
each attachment that add it in the editor.
Is that what you need?

-- 
Andrea Franz
http://gravityblast.com - http://nimboo.net
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] tags and newsletter

2008-04-05 Thread Andrea Franz
On Sat, Apr 5, 2008 at 12:27 PM, nurull4h [EMAIL PROTECTED] wrote:
 Hello..

  I am trying to deploy Radiant 065rc1 but dont know where tag
  tutorials/documents are stated.. please do tell me that

  and secondly I need a newsletter extension, just tried Andrea's one and
  doesnt work for me yet..

Newsletter extension is under development but I know that Casper uses
it in some live apps.
Please let me know what kind of problem you had. It helps me to
improve this extension.
Thank you very much.

-- 
Andrea Franz
http://gravityblast.com - http://nimboo.net
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] tags and newsletter

2008-04-05 Thread Andrea Franz
On Sat, Apr 5, 2008 at 5:28 PM, nurull4h [EMAIL PROTECTED] wrote:
 Nothing changed. I removed old dir and got the new one from github.
  will_paginate installed as well

I helped nurull4h via chat and now it works installing the
will_paginate plugin under vendor/plugins and not with the gem.
I'll write it in the README file.
Let me know if you find other bugs.


-- 
Andrea Franz
http://gravityblast.com - http://nimboo.net
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Any news on Radiant Gallery?

2008-03-07 Thread Andrea Franz
Hi Benedikt,
the current version is 0.7.8. If you need to upgrade to the latest
version you need to run a task that updates the filesystem structure.
You can read more here:

http://gravityblast.com/2007/12/05/subversion-for-the-gallery-extension/

Also you can join my redmine installation and post bugs and patches here:

http://dev.gravityblast.com

.. and the google group if you want to contribute:

http://groups.google.com/group/radiant-gallery

I'm currently working on the conversion for the new radiant version
with rails 2.0.
Suggestions and patches are welcome :)

Have a good day

-- 
Andrea Franz
http://gravityblast.com - http://nimboo.net
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant