<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Pronto Forum]]></title>
		<link>http://forum.prontoproject.com/index.php</link>
		<description><![CDATA[The most recent topics at Pronto Forum.]]></description>
		<lastBuildDate>Mon, 09 Aug 2010 19:45:04 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[PHP5]]></title>
			<link>http://forum.prontoproject.com/viewtopic.php?id=221&amp;action=new</link>
			<description><![CDATA[<p>Hey</p><p>Great framework,</p><p>just wondering if there are plans to move to PHP5 exclusively?</p><p>-g</p>]]></description>
			<author><![CDATA[dummy@example.com (jvinet)]]></author>
			<pubDate>Mon, 09 Aug 2010 19:45:04 +0000</pubDate>
			<guid>http://forum.prontoproject.com/viewtopic.php?id=221&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[PiggyPal -- Track Spending, Save Money]]></title>
			<link>http://forum.prontoproject.com/viewtopic.php?id=84&amp;action=new</link>
			<description><![CDATA[<p>This application is still in closed-beta, but I thought I&#039;d share it here.</p><p><a href="http://www.piggypal.net">http://www.piggypal.net</a></p><p>(http login:&nbsp; &nbsp;u:piggy p:milestone)</p><p>It&#039;s a fairly simple application so far.&nbsp; You download CSV files from your online banking provider and import them into PiggyPal.&nbsp; It then asks you to categorize your transactions.&nbsp; When categorizing transactions, you can create &quot;rules&quot; that teach PiggyPal how to categorize similar transactions in the future.&nbsp; This makes the categorization less and less painful as you create more and more rules.</p><p>So far the reporting is a bit lackluster, but it shows some pretty graphs and lets you drill down into subcategories.&nbsp; I&#039;ve been using it for a couple months and it&#039;s kind of sobering to realize how much I&#039;m spending on some things.&nbsp; <img src="http://forum.prontoproject.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Appreciate any feedback.&nbsp; I need to create a tutorial that better explains how the whole process works, and I still need to round out the feature set.</p><br /><p>- J</p>]]></description>
			<author><![CDATA[dummy@example.com (jamesturner125)]]></author>
			<pubDate>Mon, 21 Jun 2010 22:12:01 +0000</pubDate>
			<guid>http://forum.prontoproject.com/viewtopic.php?id=84&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Ajax edit doesn't update on User module]]></title>
			<link>http://forum.prontoproject.com/viewtopic.php?id=219&amp;action=new</link>
			<description><![CDATA[<p>I downloaded the current from GitHub today (jvinet-pronto-4c79059 folder) and installed with no fancy configurations onto a basic LAMP test server (Ubuntu, etc.).</p><p>I loaded the schema and browsed the site successfully. While playing with the User module features that are already packaged into the download, I noticed that User profile &quot;edits&quot; in the Ajax mode are not refreshing the user list after a change.</p><p>I have confirmed the problem occurs when browsing with both MS IE 8 and FF 3.6.2.</p><p>To replicate: <br />1. go to the Users screen, <br />2. click the Edit Item icon next to any user. The user&#039;s 2-tab edit page will appear inline on the page, ready for edits (very nice, by the way).<br />3. make a change to a field that shows on the user list, e.g. change Status to &quot;pending&quot;.<br />4. click Update User button to commit the change.</p><p>Notice the Status of the user did not change visually when the edit &quot;tabs&quot; go away. It still shows the previous status.</p><p>I have confirmed that the database update is successful. If you leave the Users page and return, the Status will correctly show the new value. It is simply a matter of not getting the display line updated when the Ajax function returns.</p><p>If I get a chance to look at finding a fix for this, I&#039;ll post it here.</p><p>Thanks!</p>]]></description>
			<author><![CDATA[dummy@example.com (jvinet)]]></author>
			<pubDate>Tue, 30 Mar 2010 13:49:40 +0000</pubDate>
			<guid>http://forum.prontoproject.com/viewtopic.php?id=219&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Load Schemas error]]></title>
			<link>http://forum.prontoproject.com/viewtopic.php?id=205&amp;action=new</link>
			<description><![CDATA[<p>Sorry Judd I haven&#039;t used php in a while but I am trying to install the blog app and I keep getting:</p><p>Run this script from your top-level app directory (eg, /var/www/html/app)</p><p>or</p><p>Could not open input file: ../blog/pronto/bin/load_schemas.php</p><p>I have the blog app in /home/user/public_html/blog</p><p>so I cd there and issue php ../pronto/bin/load_schemas.php -a which produces the second error.</p><p>What am I doing wrong.</p><p>Thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (jvinet)]]></author>
			<pubDate>Tue, 30 Mar 2010 13:31:23 +0000</pubDate>
			<guid>http://forum.prontoproject.com/viewtopic.php?id=205&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Anyone confirm SSL cert works?]]></title>
			<link>http://forum.prontoproject.com/viewtopic.php?id=218&amp;action=new</link>
			<description><![CDATA[<p>I have been playing with the Pronto 0.6 version and considering it for use in a web app, but I know the app will need to switch in and out of SSL encryption (https:// vs. http://) for processing some member-only data.</p><p>I assume if I were willing to stay in https mode all the time, then I could simply define the base URL as:<br /></p><div class="codebox"><pre><code>define(&#039;SITE_URL_BASE&#039;, &#039;https://www.my_site_name.com&#039;);</code></pre></div><p>But that really isn&#039;t reasonable, since a great many visitors to the site won&#039;t need to access the SSL pages at all.</p><p>I admit to being an absolute rookie with the Pronto framework, so I may be overlooking something obvious. But, better to ask a &quot;dumb question&quot; sometimes....</p><p>So, has anyone tackled this situation with Pronto yet, or does anyone have any sage advice about doing so?</p><br /><p>(OBTW, I&#039;m deploying on a fairly standard LAMP platform with this app, so if the solution is more of an .htaccess issue, that&#039;s OK too....)</p>]]></description>
			<author><![CDATA[dummy@example.com (spectrum-nashville)]]></author>
			<pubDate>Sat, 27 Mar 2010 16:43:39 +0000</pubDate>
			<guid>http://forum.prontoproject.com/viewtopic.php?id=218&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA["Story" Should Be "Store"?]]></title>
			<link>http://forum.prontoproject.com/viewtopic.php?id=217&amp;action=new</link>
			<description><![CDATA[<p>Reading the code of the pronto/core/factory.php file I stumbled upon this on line 172:</p><div class="codebox"><pre><code>        switch($type) {
            case &#039;page&#039;:
                $prefix = &#039;pp&#039;;
                $regname = &#039;pronto:plugins&#039;;
                break;
            case &#039;template&#039;:
                $prefix = &#039;tp&#039;;
                $regname = &#039;pronto:helpers&#039;;
                break;
        }
        $store =&amp; Registry::get($regname);
        if(!$store) $story = new stdClass; // &lt;-- This is line 172!!!

        // check if plugin already exists
        if(isset($store-&gt;$name)) return $store-&gt;$name;</code></pre></div><p>Shouldn&#039;t that line read:</p><div class="codebox"><pre><code>if (!$store) $store = new stdClass;</code></pre></div><p>I think it should be &quot;$store&quot; and not &quot;$story&quot;.</p><p>Great job, BTW. Thanks for Pronto. I&#039;m reading over it to see if it will help us in our endeavors in our coding!</p><p>Thanx,<br />Matt</p>]]></description>
			<author><![CDATA[dummy@example.com (jvinet)]]></author>
			<pubDate>Sat, 27 Mar 2010 14:54:33 +0000</pubDate>
			<guid>http://forum.prontoproject.com/viewtopic.php?id=217&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[back tu edit after add new item]]></title>
			<link>http://forum.prontoproject.com/viewtopic.php?id=46&amp;action=new</link>
			<description><![CDATA[<p>Helo, </p><p>How to back in edit mode on new item, after create one.</p>]]></description>
			<author><![CDATA[dummy@example.com (aloharuiz)]]></author>
			<pubDate>Wed, 10 Feb 2010 02:53:41 +0000</pubDate>
			<guid>http://forum.prontoproject.com/viewtopic.php?id=46&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Use lighttpd?]]></title>
			<link>http://forum.prontoproject.com/viewtopic.php?id=47&amp;action=new</link>
			<description><![CDATA[<p>What is the recommended setup in lighttpd.conf for using Pronto? And I have seen this item in app/config/config.php :</p><p>If using a web server that doesn&#039;t honor .htaccess files (eg. LigHTTPd), <br />set an explicit dipatch URL.<br />define(&#039;DISPATCH_URL&#039;, &#039;/index.php&#039;);</p><p>and would like to know what it does. Thanks!</p>]]></description>
			<author><![CDATA[dummy@example.com (aloharuiz)]]></author>
			<pubDate>Wed, 10 Feb 2010 02:47:56 +0000</pubDate>
			<guid>http://forum.prontoproject.com/viewtopic.php?id=47&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[jboss connecting to DB]]></title>
			<link>http://forum.prontoproject.com/viewtopic.php?id=216&amp;action=new</link>
			<description><![CDATA[<p>We are having problems to get JBoss connect to postgres.</p><p>pronto.sql was sucessfully executed and everything is in place. We have also configured the pg_hba.conf to accept the connections but when running JBoss we get the following exception, any clue ?</p><p>Thanks in advance.</p><p>Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: FATAL: Ident authentication failed for user &quot;pronto&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:190)<br />&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:619)<br />&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:264)<br />&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:575)<br />&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:347)<br />&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:330)<br />&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:402)<br />&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:849)</p>]]></description>
			<author><![CDATA[dummy@example.com (jcanongia)]]></author>
			<pubDate>Mon, 25 Jan 2010 16:38:46 +0000</pubDate>
			<guid>http://forum.prontoproject.com/viewtopic.php?id=216&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Pronto Release: 0.6]]></title>
			<link>http://forum.prontoproject.com/viewtopic.php?id=215&amp;action=new</link>
			<description><![CDATA[<p>After more than a year of casual development, fixes, and refinement, Pronto 0.6 is here.</p><p>The framework has matured nicely, and 0.6 brings you a new data model layer, a robust logging facility, and many bugfixes.&nbsp; Here&#039;s a summarized list of notable changes.</p><p>&nbsp; &nbsp; * Added logging facility with flexible routing controls<br />&nbsp; &nbsp; * Old model layer deprecated in favour of the new RecordModel/RecordSelector classes, which add more power and flexibility. See the manual for more info.<br />&nbsp; &nbsp; * Added &quot;fly-models&quot; - adhoc models for use when explicit model classes may be overkill<br />&nbsp; &nbsp; * Added support for multiple database connections<br />&nbsp; &nbsp; * Changes to SQL enumeration routine, accepts HAVING clauses now<br />&nbsp; &nbsp; * Changed parameters for tpForm::htmlarea() to make TinyMCE cusotmizations easier<br />&nbsp; &nbsp; * PostgreSQL driver should actually work now&nbsp; <img src="http://forum.prontoproject.com/img/smilies/wink.png" width="15" height="15" alt="wink" /><br />&nbsp; &nbsp; * Moved user-related code into a module<br />&nbsp; &nbsp; * Better interaction between Pronto and Javascript through a ubiquitous &quot;pronto&quot; JS object<br />&nbsp; &nbsp; * Added UI routines via JS library, will be used by future plugins<br />&nbsp; &nbsp; * Added an error handler that will send debug data to site administrators when in production mode<br />&nbsp; &nbsp; * Fixes for brain-dead IE, again. (love you, IE)<br />&nbsp; &nbsp; * Changed argument order for tpHTML::composite_url()<br />&nbsp; &nbsp; * Added backtrace() function for debugging/error handling<br />&nbsp; &nbsp; * Muchos bugfixes<br />&nbsp; &nbsp; * Better automatic file handling in default load_record(), tpFile::file() and tpFile::image() methods<br />&nbsp; &nbsp; * A few good Javascript improvements for AJAX and performance<br />&nbsp; &nbsp; * Changes for PHP 5.3<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; o Removed use of ereg() and friends (deprecated)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; o Removed split(), mysql_escape_string (deprecated)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; o Removed use of {} to access string offsets (deprecated)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; o Removed use of &quot;=&amp; new Classname()&quot; (deprecated)</p><br /><p><a href="http://www.prontoproject/download">Download here</a></p>]]></description>
			<author><![CDATA[dummy@example.com (jvinet)]]></author>
			<pubDate>Wed, 13 Jan 2010 13:50:05 +0000</pubDate>
			<guid>http://forum.prontoproject.com/viewtopic.php?id=215&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[How do I... Use this thing?]]></title>
			<link>http://forum.prontoproject.com/viewtopic.php?id=162&amp;action=new</link>
			<description><![CDATA[<p>Firstly, I&#039;ll admit that I&#039;m hopeless and using frameworks has never worked out for me in the past... But I know I need to learn to use them, so I&#039;m trying to do so.</p><p>So I&#039;ve spent about 3 hours yesterday, and 5 hours today reading through the manual, but I can&#039;t get this thing to go...</p><p>I have my &quot;development&quot; site installed to /srv/http/admin/pronto which in turn is a Virtual Host to <a href="http://admin.mydomain.com/pronto">http://admin.mydomain.com/pronto</a> but whenever I open this URL, all I get is this:</p><div class="quotebox"><blockquote><p>My Development Site<br />Wednesday April 22, 2009 | 3:36 pm | Not logged in | Login</p><p>&nbsp; &nbsp; * Home</p><p>404 - File Not Found</p><p>The URL you&#039;ve requested was not found.<br />Powered by Pronto<br />Copyright © 2006-2009 Judd Vinet</p></blockquote></div><p>I&#039;ve enabled &#039;AllowOverride All&#039; in my config for /srv/http/admin/pronto and created a couple of modules and page controllers, but I&#039;m currently editing the user module/page controller/templates that came with the tarball to try and get my head around it...</p>]]></description>
			<author><![CDATA[dummy@example.com (jvinet)]]></author>
			<pubDate>Wed, 29 Apr 2009 01:42:49 +0000</pubDate>
			<guid>http://forum.prontoproject.com/viewtopic.php?id=162&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[IRC Channel?]]></title>
			<link>http://forum.prontoproject.com/viewtopic.php?id=79&amp;action=new</link>
			<description><![CDATA[<p>Just wondering, does Pronto have an IRC channel anywhere? Maybe we could make #pronto or #prontoproject on freenode. If no one has time, or isn&#039;t opposed, I can make it...</p><br /><p>Zack</p>]]></description>
			<author><![CDATA[dummy@example.com (Sjoden)]]></author>
			<pubDate>Mon, 29 Dec 2008 06:45:42 +0000</pubDate>
			<guid>http://forum.prontoproject.com/viewtopic.php?id=79&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[DIR_FS_PRONTO and other constants not loading]]></title>
			<link>http://forum.prontoproject.com/viewtopic.php?id=81&amp;action=new</link>
			<description><![CDATA[<p>I&#039;m trying to install the blog application to get my feet wet in pronto.&nbsp; I have already defined my database configuration in config.php<br />I am trying to run load_schemas.php</p><p>change directories to /pronto and run &#039;php ../pronto/bin/load_schemas.php -a&#039;</p><p>I receive the following error:<br /></p><div class="codebox"><pre><code>Warning: require_once(DIR_FS_PRONTODScoreDSregistry.php): failed to open stream: No such file or directory in /home/public/pronto/profiles/cmdline.php on line 15

Fatal error: require_once(): Failed opening required &#039;DIR_FS_PRONTODScoreDSregistry.php&#039; (include_path=&#039;.:/usr/local/php5/lib/php/&#039;) in /home/public/pronto/profiles/cmdline.php on line 15</code></pre></div><p>Obviously the constants I defined in config.php are not being loaded.&nbsp; I looked at the code in load_schemas.php.&nbsp; The config file is not referenced.&nbsp; Should the config file be referenced here to load the constants?</p>]]></description>
			<author><![CDATA[dummy@example.com (daveroberts)]]></author>
			<pubDate>Fri, 26 Dec 2008 00:11:17 +0000</pubDate>
			<guid>http://forum.prontoproject.com/viewtopic.php?id=81&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Blog Framwork]]></title>
			<link>http://forum.prontoproject.com/viewtopic.php?id=75&amp;action=new</link>
			<description><![CDATA[<p>Maybe this isn&#039;t the right place for this question, and I apologize in advance if it isn&#039;t.</p><p>Would Pronto work as a blog framework? Right now, I&#039;m just using ssh, nano, and gftp for managing mine. I do everything by hand/cli. I&#039;ve read a little about Joomla and Django, and they seem a bit big for what I&#039;m looking for. Pronto looks a bit younger, and smaller, and that makes it seem like it might work better for me than the others. I don&#039;t mind a bit of a learning curve, and obviously my needs are different then everyone else&#039;s, just looking for opinions. If it does look like this is something I could use, I&#039;d love to contribute back to the community.</p><br /><p>Thanks,<br />Zack</p>]]></description>
			<author><![CDATA[dummy@example.com (jvinet)]]></author>
			<pubDate>Thu, 18 Dec 2008 00:10:05 +0000</pubDate>
			<guid>http://forum.prontoproject.com/viewtopic.php?id=75&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Blog Logo-text and Intro.]]></title>
			<link>http://forum.prontoproject.com/viewtopic.php?id=58&amp;action=new</link>
			<description><![CDATA[<p>I was playing with the Blog framework tonight.</p><p>In the templates/layout.php I modified the header as follow:<br /></p><div class="codebox"><pre><code>        &lt;h1 id=&quot;logo-text&quot;&gt;&lt;?php echo $html-&gt;link(LOGO_TEXT, url(&#039;/&#039;)) ?&gt;&lt;/h1&gt;
        &lt;p id=&quot;intro&quot;&gt;&lt;?php echo INTRO ?&gt;&lt;/p&gt;</code></pre></div><p>Then in the blog/app/modules/blog/config/config.php I inserted:</p><div class="codebox"><pre><code>define(&#039;LOGO_TEXT&#039;,&#039;Mario St-Gelais\&#039; Home Site&#039;);
define(&#039;INTRO&#039;,&#039;Personnal Web Site&#039;);</code></pre></div><p>It makes customizing a little easier.</p>]]></description>
			<author><![CDATA[dummy@example.com (jvinet)]]></author>
			<pubDate>Fri, 21 Nov 2008 14:38:35 +0000</pubDate>
			<guid>http://forum.prontoproject.com/viewtopic.php?id=58&amp;action=new</guid>
		</item>
	</channel>
</rss>
