Sven Klemm | 7 Aug 2008 09:27
Picon

Pentabarf 0.3.14


I am very pleased to announce the release of Pentabarf version 0.3.14.

Changes in this version:

The pickup and arrived report from Pentabarf 0.2 have been added.
Better javascript error checking has been added which checks for
mandatory fields before submitting. Bugs in the iCal generation and
the atom feed have been fixed.

The complete changelog can be found in the wiki:
http://pentabarf.org/Changelog/0.3.14

To upgrade you should first run the upgrade script for 0.3.14 in the
sql/maintenance directory. Then you should run views.sql and
functions.sql.
As there has been a lot of localization added you should run the
following sql files while ignoring any duplicate key errors:
data/ui_message.sql and data/ui_message_localized.sql

Cheers,
Sven

--
Sven Klemm
http://cthulhu.c3d2.de/~sven/

Vimal Joseph | 7 Aug 2008 11:53
Picon
Gravatar

Re: Pentabarf 0.3.14

On Thu, Aug 7, 2008 at 12:57 PM, Sven Klemm <sven <at> c3d2.de> wrote:
> I am very pleased to announce the release of Pentabarf version 0.3.14.
>

great news. I was looking for the pickup and arrived report. :)

and the upgrade works successfully. Thanks.

But I'm getting this error while trying to load recent changes, (it
was working before the upgrade)

ActionView::TemplateError (no such file to load -- xmpp4r) on line #10
of pentabarf/recent_changes.rxml:
7:     xml.ul({:id=>:recent_changes_list,:class=>:recent_changes}) do
8:
9:        <at> changes.each do | changeset |
10:         LogEntry.new( changeset, controller ).append( xml )
11:       end
12:
13:     end

    /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:32:in
`gem_original_require'
    /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:32:in `require'

and Also the the pictures are not working, when I try to add a picture
to conference/people etc, I got this error:

Status: 500 Internal Server Error
  libMagickCore.so.1: cannot open shared object file: No such file or
(Continue reading)

Sven Klemm | 7 Aug 2008 12:13
Picon

Re: Pentabarf 0.3.14


Vimal Joseph wrote:
| On Thu, Aug 7, 2008 at 12:57 PM, Sven Klemm <sven@...> wrote:
|> I am very pleased to announce the release of Pentabarf version 0.3.14.
|>
|
| great news. I was looking for the pickup and arrived report. :)
|
| and the upgrade works successfully. Thanks.
|
| But I'm getting this error while trying to load recent changes, (it
| was working before the upgrade)
|
| ActionView::TemplateError (no such file to load -- xmpp4r) on line #10
| of pentabarf/recent_changes.rxml:
| 7:     xml.ul({:id=>:recent_changes_list,:class=>:recent_changes}) do
| 8:
| 9:        <at> changes.each do | changeset |
| 10:         LogEntry.new( changeset, controller ).append( xml )
| 11:       end
| 12:
| 13:     end
|
|     /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:32:in
| `gem_original_require'
|     /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:32:in
`require'
|

Can you give me the full backtrace for this one? I've seen this error
(Continue reading)

Vimal Joseph | 7 Aug 2008 12:29
Picon
Gravatar

Re: Pentabarf 0.3.14

On Thu, Aug 7, 2008 at 3:43 PM, Sven Klemm <sven <at> c3d2.de> wrote:
>
> Can you give me the full backtrace for this one? I've seen this error
> once but I can't remember where. Are you using the jabber
> notification? Most likely LogEntry.new throws an exception which
> triggers the jabber logger.

Attaching the full backtrace.
>
>
> This does not seem to be pentabarf related. If you upgraded
> ImageMagick you might have to rebuild the rmagick gem.

how do i rebuild rmagick gem? I installed it with the gem install (and
I didnt upgraded imagemagik, the problem was with the prev version
also.)

regards,

~vimal

--
Free Software, Free Society
സ്വതന്ത്ര സോഫ്റ്റ്വെയര്‍,
സ്വതന്ത്ര സമൂഹം
<http://fsfs.hipatia.net>
Attachment (pentabarf-error.log): application/octet-stream, 17 KiB
_______________________________________________
(Continue reading)

Sven Klemm | 7 Aug 2008 14:18
Picon

Re: Pentabarf 0.3.14


Vimal Joseph wrote:
| On Thu, Aug 7, 2008 at 3:43 PM, Sven Klemm <sven@...> wrote:
|> Can you give me the full backtrace for this one? I've seen this error
|> once but I can't remember where. Are you using the jabber
|> notification? Most likely LogEntry.new throws an exception which
|> triggers the jabber logger.
|
Ok I fixed the error handling for the jabber logger.

svn up should resolve the xmpp4r issue. But as you have xmpp4r
installed the error should have never happened. Apparently it does not
find xmpp4r.

|> This does not seem to be pentabarf related. If you upgraded
|> ImageMagick you might have to rebuild the rmagick gem.
|
| how do i rebuild rmagick gem? I installed it with the gem install (and
| I didnt upgraded imagemagik, the problem was with the prev version
| also.)

You can rebuilt it be going into the gem directory and running make
there. Alternatively you can remove the gem and install
librmagick-ruby. RMagick is the only ruby library where I am not using
the gem.

Cheers,
Sven

--
(Continue reading)

Vimal Joseph | 7 Aug 2008 21:01
Picon
Gravatar

Re: Pentabarf 0.3.14

On Thu, Aug 7, 2008 at 5:48 PM, Sven Klemm <sven <at> c3d2.de> wrote:

> svn up should resolve the xmpp4r issue. But as you have xmpp4r
> installed the error should have never happened. Apparently it does not
> find xmpp4r.

I rebuild xmpp4r and that error disappeared.

> You can rebuilt it be going into the gem directory and running make
> there. Alternatively you can remove the gem and install
> librmagick-ruby. RMagick is the only ruby library where I am not using
> the gem.

Thanks. Solved the problem by rebuilding the rmagick module after
setting the  LD_LIBRARY_PATH to /usr/local/lib where i installed
imagemagick.

But there is another error in log. There is no problems while running
the pentabarf, but this error :

creating ui_message `conference_room::conference_id`

Momomoto::Nothing_found (nothing found in public.conference_person):
    /usr/lib/ruby/gems/1.8/gems/momomoto-0.1.17/lib/momomoto/table.rb:190:in
`select_single'
    /app/models/conference_person_travel.rb:8:in `log_change_url'
    /lib/log_entry.rb:276:in `change_url'
    /lib/log_entry.rb:155:in `render_default_delete'
    /usr/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/vendor/builder-2.1.2/builder/xmlbase.rb:134:in
`call'
(Continue reading)

Sven Klemm | 9 Aug 2008 17:46
Picon

Re: Pentabarf 0.3.14


Vimal Joseph wrote:
| On Thu, Aug 7, 2008 at 5:48 PM, Sven Klemm <sven@...> wrote:
|
|> svn up should resolve the xmpp4r issue. But as you have xmpp4r
|> installed the error should have never happened. Apparently it does not
|> find xmpp4r.
|
| I rebuild xmpp4r and that error disappeared.
|
|> You can rebuilt it be going into the gem directory and running make
|> there. Alternatively you can remove the gem and install
|> librmagick-ruby. RMagick is the only ruby library where I am not using
|> the gem.
|
| Thanks. Solved the problem by rebuilding the rmagick module after
| setting the  LD_LIBRARY_PATH to /usr/local/lib where i installed
| imagemagick.
|
| But there is another error in log. There is no problems while running
| the pentabarf, but this error :
|
|
| creating ui_message `conference_room::conference_id`
|
|
| Momomoto::Nothing_found (nothing found in public.conference_person):
|
/usr/lib/ruby/gems/1.8/gems/momomoto-0.1.17/lib/momomoto/table.rb:190:in
| `select_single'
(Continue reading)

Vimal Joseph | 10 Aug 2008 19:47
Picon
Gravatar

Re: Pentabarf 0.3.14

On Sat, Aug 9, 2008 at 9:16 PM, Sven Klemm <sven <at> c3d2.de> wrote:

> fixed now.

Thanks, It worked. :)

~vimal

--

-- 
Free Software, Free Society
സ്വതന്ത്ര സോഫ്​റ്റ്​വെയര്‍,
സ്വതന്ത്ര സമൂഹം
<http://fsfs.hipatia.net>
_______________________________________________
pentabarf mailing list
pentabarf <at> mail.skyhub.de
https://mail.skyhub.de/cgi-bin/mailman/listinfo/pentabarf
Vimal Joseph | 10 Aug 2008 20:03
Picon
Gravatar

printing unwanted string in schedule

Hi,

In pentabarf 0.3.14, Schedule, an true is printed (the html is
<respond_to?:to_str>true</respond_to?:to_str><to_str/>) just bellow
the tracks listing. A screen shot is attached.

regards,

~vimal

--

-- 
Free Software, Free Society
സ്വതന്ത്ര സോഫ്​റ്റ്​വെയര്‍,
സ്വതന്ത്ര സമൂഹം
<http://fsfs.hipatia.net>
_______________________________________________
pentabarf mailing list
pentabarf@...
https://mail.skyhub.de/cgi-bin/mailman/listinfo/pentabarf
Sven Klemm | 10 Aug 2008 20:29
Picon

Re: printing unwanted string in schedule


Hi,

| In pentabarf 0.3.14, Schedule, an true is printed (the html is
| <respond_to?:to_str>true</respond_to?:to_str><to_str/>) just bellow
| the tracks listing. A screen shot is attached.

works for me. Can you post the source code around the true so I can
better locate the bug?

Cheers,
Sven

--
Sven Klemm
http://cthulhu.c3d2.de/~sven/


Gmane