<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/flake/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/flake/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/flake/bugs/</id><updated>2005-06-06T22:16:07Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>form value isn't selected in select field</title><link href="https://sourceforge.net/p/flake/bugs/3/" rel="alternate"/><published>2005-06-06T22:16:07Z</published><updated>2005-06-06T22:16:07Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netece70c6317ba31f681de6b27f80b50698e5eefd9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Setting -&lt;/p&gt;
&lt;p&gt;$form-&amp;gt;set('column_name', 'type', 'select');&lt;br /&gt;
$form-&amp;gt;set('column_name', 'value', 1234);&lt;/p&gt;
&lt;p&gt;- doesn't produce a select field with "1234" selected -&lt;/p&gt;
&lt;p&gt;Setting -&lt;/p&gt;
&lt;p&gt;$column_name = 1234;&lt;/p&gt;
&lt;p&gt;- is required&lt;/p&gt;
&lt;p&gt;Jack&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>headers already sent by help.class.php:114</title><link href="https://sourceforge.net/p/flake/bugs/2/" rel="alternate"/><published>2005-06-04T04:15:54Z</published><updated>2005-06-04T04:15:54Z</updated><author><name>Jack Bates</name><uri>https://sourceforge.net/u/jablko/</uri></author><id>https://sourceforge.netae76e794f209993a8ff1e785c54e7cba205edb07</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Frequently I must include Flake - include(FLAKE_DIR .&lt;br /&gt;
'include_classes.php'); - before redirecting -&lt;br /&gt;
header('Location: ...') - but unfortuantely I get this&lt;br /&gt;
error -&lt;/p&gt;
&lt;p&gt;Warning: Cannot modify header information - headers&lt;br /&gt;
already sent by (output started at&lt;br /&gt;
/home/webadmin/cnsdev.users.neocodesoftware.com/html/jack/cnspa/class/flake/help.class.php:114)&lt;br /&gt;
in&lt;/p&gt;
&lt;p&gt;- because help.class.php has a trailing empty line&lt;/p&gt;
&lt;p&gt;Stay awesome - nuke the fawns!&lt;/p&gt;
&lt;p&gt;Jack&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>action urls</title><link href="https://sourceforge.net/p/flake/bugs/1/" rel="alternate"/><published>2005-06-04T02:24:14Z</published><updated>2005-06-04T02:24:14Z</updated><author><name>Jack Bates</name><uri>https://sourceforge.net/u/jablko/</uri></author><id>https://sourceforge.net5234696c7cd9cabc0b2b5639153bce2445a95e69</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;My actions (edit, delete, etc.) are all separate&lt;br /&gt;
scripts &amp;amp; handling function arguments only to redirect&lt;br /&gt;
using header('Location: ...') is laborious&lt;/p&gt;
&lt;p&gt;However, your link rewriting syntax&lt;br /&gt;
(...{column_name}...) is awesome! I wish I could set&lt;br /&gt;
edit_action etc. to full urls, using your column&lt;br /&gt;
substitution syntax&lt;/p&gt;
&lt;p&gt;Thanks for this totally rad framework, Professor!&lt;/p&gt;
&lt;p&gt;Jack&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>