<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.network.conferencing.pentabarf.user">
    <title>gmane.network.conferencing.pentabarf.user</title>
    <link>http://blog.gmane.org/gmane.network.conferencing.pentabarf.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/345"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/343"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/342"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/341"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/341"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/341"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/340"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/334"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/333"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/332"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/331"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/326"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/314"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/312"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/307"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/302"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/299"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/298"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/293"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/288"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/345">
    <title>shutting the list down</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/345</link>
    <description>&lt;pre&gt;Hi,

A long time ago I created this list for Sven. I've been running it since.
I am not involved in Pentabarf devel in any kind.

Anyhow, since there hasn't been any traffic here in years I'd like
to close the list down.

Any objections your honor?

Bye,

Frank

&lt;/pre&gt;</description>
    <dc:creator>Frank Becker</dc:creator>
    <dc:date>2013-01-06T22:59:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/343">
    <title>Fastcgi trouble with status headers inapplication_controller.rb</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/343</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Here's number two.

I had trouble getting the http-authentication to work with fastcgi since
it seems to be very picky when it comes to headers.

I had to comment line 36 in application_controller.rb in order to not
have it complain:

[Tue Jan 31 21:37:14 2012] [error] [client 178.254.102.***] FastCGI:
comm with server
"/var/www/haxogreen.lu/pentabarf/rails/public/dispatch.fcgi" aborted:
error parsing headers: duplicate header 'Status'

So in the end, my transaction_wrapper now looks like this:

def transaction_wrapper
    response.content_type ||= Mime::HTML
    Momomoto::Database.instance.transaction do
      if auth
        # if auth succeeds we continue
        yield
      elsif not performed? then
        # if auth failed and nothing has been rendered we return 401
        #response.headers["Status"] = "Unauthorized"
        response.headers["WWW-Authenticate"] = "Basic realm=Pentabarf"
        render(
:file=&amp;gt;'auth_failed.rxml',:status=&amp;gt;401,:content_type=&amp;gt;'text/html' )
      end
      POPE.deauth
    end
  end

Is there a need for two status headers with any other method than fastcgi?

- -- 
David Raison
syn2cat a.s.b.l. - Promoting social and technical innovations
A: 11, rue du cimetière L-8018 Strassen | Luxembourg
T: +352 691 44 23 24
E: david-LgkhI75pW+Wy8gQith0XOQ&amp;lt; at &amp;gt;public.gmane.org
W: http://www.hackerspace.lu

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJPKFnNAAoJEPnXy9KJuhQZS8YQANN01D7xkgOm38TziKGi2O98
8W2mzX+20hPHMrete8XHrGUJGw+TuWZ3xhXnXkJth1RASu75FvvLqw1ERVvR9cAo
qTi4VBAmKS7x4tFq675PP4VSx6TD/cCHCoBvBq8Zaskrap/s8SzQKiKtqUZTSlM4
tVOAG2cRiy/72zu8qFBsrThH+HCQ5J/HboN8WTlX46n8z/8gOwFMobDIqatxrKBi
YCb4yJr3PPgMYCDPeTCu13YQkgzYHQJKDMsKdhbtbm0glbjMKwVqzyrF4ljZfQtq
YVR7m4PVA6deQ5yJY8eiUYJSG0lygmjX/+6N5lpqpXwI3wcb2y34gFES4xoaMINI
bycNyQtazV73K3J1++gQ/eIzvIb8YL731N+YuaWROJmNA4qkc3dtXcZNvWEMuJQe
rKU9gWf9NpDeuh9oMQzeilgiNwqkF8vhkINN/sy73GxtJYm7iiNuDQhdRsn97fV2
Yl7qCibbC1agd5CsUpe2vux/HuSypUl/MEmnbraMwGry46SSeHoGg+ru0HWXoDVJ
69hyuLkMO5hhYz3XxnlhNaJVt19LFPdPh207ZuRMYZPT7K0lzSAnXhi9WSCTMy9g
uwM/9xgYZDGuQLnnWy35AkcBPVSYuFd+vJx4LQnZClzbMUepeR7sUUwGWBSsq3/J
7KhX2tA431l4c0Yuwd5J
=hf0d
-----END PGP SIGNATURE-----
&lt;/pre&gt;</description>
    <dc:creator>David Raison</dc:creator>
    <dc:date>2012-01-31T21:14:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/342">
    <title>Pentabarf submission/login going in circles</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/342</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I have three posts to make, I'll create a separate thread for each one
of them.

Here's number one:

I'm running pentabarf from github with postrgres-8.4 and using fastcgi
with apache.
Whenever I go to http://cfp.haxogreen.lu/submission/login, it redirects
me back to http://cfp.haxogreen.lu/submission

Also, if you go to http://cfp.haxogreen.lu/submission, you'll find that
no conference is listed, even though I have one defined and in the
submission phase.

Here's the production log: (apache error log not showing up any error
messages)


Processing SubmissionController#index (for 178.254.102.*** at 2012-01-31
22:06:10) [GET]
  Parameters: {"action"=&amp;gt;"index", "conference"=&amp;gt;"login",
"controller"=&amp;gt;"submission"}
Redirected to http://cfp.haxogreen.lu/submission
Filter chain halted as [:init] rendered_or_redirected.
Completed in 4ms | 302 Found [http://cfp.haxogreen.lu/submission/login]


Processing SubmissionController#index (for 178.254.102.*** at 2012-01-31
22:06:10) [GET]
  Parameters: {"action"=&amp;gt;"index", "controller"=&amp;gt;"submission"}
Rendering template within layouts/submission
Rendering submission/index
Completed in 3977ms (View: 156 | 200 OK [http://cfp.haxogreen.lu/submission]

Any clues what could be causing this?

Thanks,
David

- -- 
David Raison
syn2cat a.s.b.l. - Promoting social and technical innovations
A: 11, rue du cimetière L-8018 Strassen | Luxembourg
T: +352 691 44 23 24
E: david-LgkhI75pW+Wy8gQith0XOQ&amp;lt; at &amp;gt;public.gmane.org
W: http://www.hackerspace.lu

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJPKFkCAAoJEPnXy9KJuhQZHiQQAIcIQ0FnXzJn47+OwGADwyTO
PwTocjJ2Lc7T0Y0gLSZFJS+CD5ulBTgkZGROEo+iZbwE0sb+2YEUHN0MS9/9QoHn
pSPYb4isAxPWSH0ftkoowXQjpdL47ue57yMAYew/rrmMgmua+XWIr6UuOclqQAU9
GtFBAKk8Mlf1w1neEoXdELhshRaO4p1fPFrsjZoFRVPefkcRp+Pwt8RFbNMP/C72
INdYKfbViYcs6hus62eX8MSO/feuSnjOX8p6Bj/n3pGA0NXluWeBQxagZ0nLSUTg
1InaW93bO5mwH3uRriw+ftZ/kiO+iKY+ArqixQgShtrd+uDUF+gxApQik7GtRl2B
gRT3reT5/ONq9jkZ4hF6V95cmS480FwZERkhQBbj5Mvr/QmjYuVnOGrtaGH9Nh0c
iHdzUKbryUQ7YREysDFlD8PKwTrvGBj83sfCAEVyyM6gO5XH2NMHBZncGUdJdRjm
tQ1MYL/AMUc6fk1FvWSIycJnVVEhFfWFQebTLPWujCcc4rYCWtGPyMpD9Fbd1GKz
tPpmdkNnImiuHpZNVgbVeeWbNiuJa3dVAFbY/EDOGkO/kYhorKmj9Ye0lgSIyXkX
K8fjbwatjFzlgCW9JeEUPWcI6JcFuR8XZBK23w0/YFvaLVDWS8nEu8kT12VkTuEL
yyowxqnwdsDCnfp1q9Ru
=CxxL
-----END PGP SIGNATURE-----
&lt;/pre&gt;</description>
    <dc:creator>David Raison</dc:creator>
    <dc:date>2012-01-31T21:11:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/341">
    <title>Patches 0.4.4 for PostgreSQL 9.x</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/341</link>
    <description>&lt;pre&gt;Attached are patches for 0.4.4 to enable running on PostgreSQL 9.x

There may be more issues, but these are what I've found so far.


&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2012-01-07T02:19:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/341">
    <title>Patches 0.4.4 for PostgreSQL 9.x</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/341</link>
    <description>&lt;pre&gt;Attached are patches for 0.4.4 to enable running on PostgreSQL 9.x

There may be more issues, but these are what I've found so far.


&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2012-01-07T02:19:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/341">
    <title>Patches 0.4.4 for PostgreSQL 9.x</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/341</link>
    <description>&lt;pre&gt;Attached are patches for 0.4.4 to enable running on PostgreSQL 9.x

There may be more issues, but these are what I've found so far.


&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2012-01-07T02:19:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/340">
    <title>mongrel fails to start</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/340</link>
    <description>&lt;pre&gt;I'm having trouble getting mongrel to start after upgrading some system components.

[dan&amp;lt; at &amp;gt;supernews:/usr/websites/papers.bsdcan.org/pentabarf/rails] $ mongrel_rails cluster::r::start
Invalid gemspec in [/usr/local/lib/ruby/gems/1.8/specifications/rack-cache-1.0.3.gemspec]: invalid date format in specification: "2011-08-27 00:00:00.000000000Z"
Invalid gemspec in [/usr/local/lib/ruby/gems/1.8/specifications/tilt-1.3.3.gemspec]: invalid date format in specification: "2011-08-25 00:00:00.000000000Z"
NOTE: Gem::SourceIndex.from_installed_gems is deprecated with no replacement. It will be removed on or after 2011-10-01.
Gem::SourceIndex.from_installed_gems called from /usr/local/lib/ruby/gems/1.8/gems/gem_plugin-0.2.3/lib/gem_plugin.rb:109.
NOTE: from_installed_gems(arg) is deprecated. From /usr/local/lib/ruby/site_ruby/1.8/rubygems/deprecate.rb:62:in `send'
NOTE: Gem::SourceIndex.from_gems_in is deprecated with no replacement. It will be removed on or after 2011-10-01.
Gem::SourceIndex.from_gems_in called from /usr/local/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:50.
NOTE: Gem::SourceIndex#initialize is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#initialize called from /usr/local/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:67.
NOTE: Gem::SourceIndex#spec_dirs= is deprecated, use Specification.dirs=. It will be removed on or after 2011-11-01.
Gem::SourceIndex#spec_dirs= called from /usr/local/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:94.
NOTE: Gem::SourceIndex#refresh! is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#refresh! called from /usr/local/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:95.
NOTE: Gem::SourceIndex#load_gems_in is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#load_gems_in called from /usr/local/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:322.

… etc

Ideas?  Suggestions?

&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2011-09-17T14:11:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/334">
    <title>*TAP* *TAP*</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/334</link>
    <description>&lt;pre&gt;Is this thing on?  :)

&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2011-03-20T02:39:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/333">
    <title>Website down?  Project abandoned?</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/333</link>
    <description>&lt;pre&gt;Folks,

The website has been offline for several weeks.  http://pentabarf.org/

Anyone have news as to what is going on?

&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2011-03-06T18:22:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/332">
    <title>Paulo Cheque wants to stay in touch on LinkedIn</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/332</link>
    <description>&lt;pre&gt;LinkedIn
------------

   
I'd like to add you to my professional network on LinkedIn.

- Paulo Cheque

Paulo Cheque
Consultor at Agilbits / UOL 
Brazil

Confirm that you know Paulo Cheque
https://www.linkedin.com/e/uh7963-gkwp42o3-18/isd/2447727423/5vWQL9Y4/


 
&lt;/pre&gt;</description>
    <dc:creator>Paulo Cheque</dc:creator>
    <dc:date>2011-03-05T15:36:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/331">
    <title>error while upgrading from 0.3.18r0 to 0.4.0</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/331</link>
    <description>&lt;pre&gt;Hi,

running
$ psql &amp;lt; sql/maintenance/upgrade_0.3.18_0.4.0.sql
bails out with the following message:

FEHLER:  doppelter Schlüsselwert verletzt Unique-Constraint
»permission_pkey«
CONTEXT:  SQL-Anweisung »INSERT INTO
log.permission(log_transaction_id,log_operation,permission,rank) SELECT
currval('base.log_transaction_log_transaction_id_seq'), 'D',  $1 , $2 «

What can be done to make the upgrade work?


With kind regards,

Rob
&lt;/pre&gt;</description>
    <dc:creator>Robert Schulze</dc:creator>
    <dc:date>2010-06-06T20:24:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/326">
    <title>Strange 404s on HTML export</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/326</link>
    <description>&lt;pre&gt;Hi!

I have a very strange problem with HTML export in 0.3.18: Everything worked
fine for a while. But now people have uploaded lots of files as attachments
to their talks and the export breaks.

Symptoms: From inside the Pentabarf web user interface everything is fine,
creating releases works, and the schedule_export button works.

But script/html-export sooner or later chokes on an attachment:
./lib/html_export.rb:102:in `export': Error while processing {:controller=&amp;gt;"file", :language=&amp;gt;"de", :filename=&amp;gt;"neue-wege-fuer-metadaten_arnulf-christl_v7.pdf", :action=&amp;gt;:event_attachment, :id=&amp;gt;63, :only_path=&amp;gt;true}: Error in HTML Export while processing {:controller=&amp;gt;"file", :language=&amp;gt;"de", :filename=&amp;gt;"neue-wege-fuer-metadaten_arnulf-christl_v7.pdf", :action=&amp;gt;:event_attachment, :id=&amp;gt;63, :only_path=&amp;gt;true} (StandardError)
    from ./script/html-export:39

The logfile says:
Processing FileController#event_attachment (for 127.0.0.1 at 2010-03-14 17:46:13) [GET]
  Parameters: {"action"=&amp;gt;"event_attachment", "language"=&amp;gt;"de", "id"=&amp;gt;"63", "filename"=&amp;gt;"neue-wege-fuer-metadaten_arnulf-christl_v7.pdf", "controller"=&amp;gt;"file"}
Completed in 180ms (View: 0 | 404 Not Found [http://pentabarf.org/file/event_attachment/63?filename=neue-wege-fuer-metadaten_arnulf-christl_v7.pdf&amp;amp;language=de]

So there is a 404 error. But the file is there and can be downloaded.

The file right before that was fine:
Processing FileController#event_attachment (for 127.0.0.1 at 2010-03-14 17:46:12) [GET]
  Parameters: {"action"=&amp;gt;"event_attachment", "language"=&amp;gt;"de", "id"=&amp;gt;"95", "filename"=&amp;gt;"FOSSGIS-2010_Arnulf-Christl_Neue-Wege-fuer-Metadaten.pdf", "controller"=&amp;gt;"file"}
Completed in 582ms (View: 0 | 200 OK [http://pentabarf.org/file/event_attachment/95?filename=FOSSGIS-2010_Arnulf-Christl_Neue-Wege-fuer-Metadaten.pdf&amp;amp;language=de]

If I delete the file or make it non-public, html-export will sooner or later
choke on a different file.

I can see no difference between files that work and files that don't. Might
have something to do with size, but I don't think so.

For several hours now I have been trying to dig my way through the maze of
Pentabarf and Rails, but can't really isolate the code that returns the 404.
If I run the event_attachment method in the file_controller manually,
everything is fine again as it is when called from inside the web UI. So
it might have something to do with the ActionController::Integration::Session
that the export code uses.

Any ideas?

Jochen
&lt;/pre&gt;</description>
    <dc:creator>Jochen Topf</dc:creator>
    <dc:date>2010-03-14T18:47:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/314">
    <title>All accepted speakers: less than expected</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/314</link>
    <description>&lt;pre&gt;I'm at pentabarf/mail using the 'All accepted speakers of this 
conference'.  I see 6 speakers.

However, event/state/accepted shows 42 events accepted.

I can see no differences the events/speakers not included.

For example, a speaker missing from the list:

  - event role: speaker
  - role state: confirmed
  - event state: accepted
  - progress: reconfirmed

What's up?

&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2010-02-25T01:52:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/312">
    <title>No action responded to person</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/312</link>
    <description>&lt;pre&gt;I just encountered this error, but have no access to the server from 
this location to get any logs:

No action responded to person. Actions: activity, conflicts, index, 
mail, recent_changes, recipients, schedule, and send_mail

The above occurred when going to pentabarf/person/1

No idea why.  :)

&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2010-02-25T01:23:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/307">
    <title>{{event_title}}is empty</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/307</link>
    <description>&lt;pre&gt;We have a problem with {{event_title}} when sending out emails, at least
with 'Resultset from advance person search'

Running 0.4.4

Here is what I put into the body of the email:

      Email body was:
      {{name}}
      The name of the recipient.

      {{person_id}}
      The person-id of the recipient.

      {{conference_acronym}}
      The acronym of the conference if the recipients are conference
specific.

      {{conference_title}}
      The title of the current conference if the recipients are conference
specific.

      {{email}}
      The email address of the recipient

      {{event_title}}
      A comma-separated list of the events in question.


This is what was received:


      Dan Langille
      The name of the recipient.

      149
      The person-id of the recipient.

      PGCon2010
      The acronym of the conference if the recipients are conference
specific.

      PGCon 2010
      The title of the current conference if the recipients are conference
specific.

      dan-hcDgGtZH8xNAfugRpC6u6w&amp;lt; at &amp;gt;public.gmane.org
      The email address of the recipient


      A comma-separated list of the events in question.


&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2010-02-18T20:35:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/302">
    <title>nothing found in log.person_language</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/302</link>
    <description>&lt;pre&gt;Whilte at person/edit/160 and tttemping to change speaker language from 
Abkhazian to English, when I click save, I get told:

     nothing found in log.person_language

Some stuff from the DB:

pentabarf_pgcon=# select * from log.person_language where person_id =160;
  log_transaction_id | log_operation | person_id | language | rank
--------------------+---------------+-----------+----------+------
                5567 | I             |       160 | ab       |
(1 row)


pentabarf_pgcon=# select * from log.person_language where person_id =160;
  log_transaction_id | log_operation | person_id | language | rank
--------------------+---------------+-----------+----------+------
                5567 | I             |       160 | ab       |
(1 row)


Ideas?
&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2010-02-06T21:25:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/299">
    <title>report/review - add a column for speaker?</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/299</link>
    <description>&lt;pre&gt;report/review is great in that we can sort by each column (event name, 
state, track, rating, and raters).  But we are unable to sort by 
speaker.  Often, we get multiple submissions from the same person, and 
it is useful to sort by speaker.

Is it practical to split speaker out into its own column for this.  I 
see problems for talks with multiple speakers though....

In the meantime, we are doing this:

SELECT CT.conference_track AS track, VP.name AS speaker,VP.title AS talk
  FROM view_event_person VP JOIN event E ON VP.event_id = E.event_id
        JOIN conference_track CT ON E.conference_track_id = 
CT.conference_track_id
WHERE VP.conference_id = 6
   AND VP.event_role    = 'speaker'
   AND VP.translated    = 'en'
ORDER BY track;
&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2010-02-04T01:38:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/298">
    <title>Pentabarf 0.4.4</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/298</link>
    <description>&lt;pre&gt;I am very pleased to announce the release of Pentabarf 0.4.4.

Changes in this version:

Pentabarf has been modified to work with recent Rails versions and now
requires Rails 2.3.5. Exceptions can now be received via email in
addition to receiving them by jabber. See
rails/config/mail.yml.template for an example how to set this up.
Two new conflicts have been added for events without breaks inbetween.
Submitters can now download the public files of their own events.
Compatibility with IE8 has been improved.

A lot of bugs have been fixed too: Event attachments are now properly
handled in the html schedule export, copying events has been fixed,
update_data has been adjusted to work with PostgreSQL 8.4, trying to
add an event to person or a person to an event without actually
selecting an event/person no longer produces an errror, the CSV
controller has been modified to work with conference permissions, the
HTML export now properly shows the public email address instead of the
contact email address when using releases.

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

To upgrade you should first run the upgrade script for 0.4.4 in the
sql/maintenance directory, followed by views.sql and functions.sql.

You can get the code here: http://github.com/nevs/pentabarf/downloads

Cheers,
Sven

&lt;/pre&gt;</description>
    <dc:creator>Sven Klemm</dc:creator>
    <dc:date>2010-01-16T15:06:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/293">
    <title>Schedule export empty</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/293</link>
    <description>&lt;pre&gt;Hi!

When trying to export a schedule, it is always empty. The HTML pages are
generated, but there are no events in the schedule and no speakers list.  They
show up in the internal schedule view just fine. So there are plenty of
accepted and scheduled events, but the export ist empty.

I am using Pentabarf 0.3.18.

Can this have something to do with the "slugs"? I get a warning for all events,
that I haven't entered a unique tag and tracked this down to mean I haven't
entered anything in the "Slug" field for the events. Is this necessary for
something?

Jochen
&lt;/pre&gt;</description>
    <dc:creator>Jochen Topf</dc:creator>
    <dc:date>2010-01-11T17:19:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/288">
    <title>Not allowed to write conference_person_travel</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/288</link>
    <description>&lt;pre&gt;This just in from a user:

###
While trying to update my address in the "Contact" page for the paper
submission, I get:

"Not allowed to write conference_person_travel"

right after I click "save".
###

I see no mention of travel at :

admin/role_permissions
admin/conference_role_permissions

Nor did I see a Submitter role 'under Roles in current conference' on 
the person's account tab.

It seems that none of the submitters from previous years have submission 
rights.

I suspect http://pentabarf.org/Authorization is out of date, so I won't 
go by that.
&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2009-12-16T03:03:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/287">
    <title>relation "person_transaction" does not exist</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/287</link>
    <description>&lt;pre&gt;When the user received the account activation URL (shown incomplete):

user/activate_account/B6CBDE7637F2A52474D348F7D6BF20F88F9D862E0F80CA75582390C39AFA1F7D

They got this error when clicking on the click:

ERROR: relation "person_transaction" does not exist CONTEXT: SQL 
statement "INSERT INTO person_transaction( person_id, changed_when, 
changed_by, f_create ) VALUES ( $1 , now(), $1 , 't')" PL/pgSQL function 
"activate_account" line 15 at SQL statement

Looking at the SQL maintence files, I see a DROP TABLE for 
person_transaction.

I don't know whether the table needs to be created or the code needs to 
be updated.

Additional information:

The SQL in question seems to part of:  CREATE OR REPLACE FUNCTION 
auth.activate_account( activation_string char(64)) RETURNS INTEGER AS $$'

The SQL appears here: sql/functions/auth/activate_account.sql: 
INSERT INTO person_transaction( person_id, changed_when, changed_by, 
f_create ) VALUES (cur_person_id, now(), cur_person_id, 't');
 
http://svn.cccv.de/pentabarf/browser/trunk/sql/functions/auth/activate_account.sql 
&amp;lt;= line 16: INSERT INTO person_transaction

Thanks.
&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2009-12-16T02:41:59</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.network.conferencing.pentabarf.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.network.conferencing.pentabarf.user</link>
  </textinput>
</rdf:RDF>
