<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Pronto Forum]]></title>
	<link rel="self" href="http://forum.prontoproject.com/extern.php?action=feed&amp;type=atom"/>
	<updated>2010-08-09T19:45:04Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.prontoproject.com/index.php</id>
		<entry>
			<title type="html"><![CDATA[PHP5]]></title>
			<link rel="alternate" href="http://forum.prontoproject.com/viewtopic.php?id=221&amp;action=new"/>
			<summary type="html"><![CDATA[<p>Hey</p><p>Great framework,</p><p>just wondering if there are plans to move to PHP5 exclusively?</p><p>-g</p>]]></summary>
			<author>
				<name><![CDATA[jvinet]]></name>
				<uri>http://forum.prontoproject.com/profile.php?id=6963</uri>
			</author>
			<updated>2010-08-09T19:45:04Z</updated>
			<id>http://forum.prontoproject.com/viewtopic.php?id=221&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[PiggyPal -- Track Spending, Save Money]]></title>
			<link rel="alternate" href="http://forum.prontoproject.com/viewtopic.php?id=84&amp;action=new"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[jamesturner125]]></name>
				<uri>http://forum.prontoproject.com/profile.php?id=2</uri>
			</author>
			<updated>2010-06-21T22:12:01Z</updated>
			<id>http://forum.prontoproject.com/viewtopic.php?id=84&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Ajax edit doesn't update on User module]]></title>
			<link rel="alternate" href="http://forum.prontoproject.com/viewtopic.php?id=219&amp;action=new"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[jvinet]]></name>
				<uri>http://forum.prontoproject.com/profile.php?id=6901</uri>
			</author>
			<updated>2010-03-30T13:49:40Z</updated>
			<id>http://forum.prontoproject.com/viewtopic.php?id=219&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Load Schemas error]]></title>
			<link rel="alternate" href="http://forum.prontoproject.com/viewtopic.php?id=205&amp;action=new"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[jvinet]]></name>
				<uri>http://forum.prontoproject.com/profile.php?id=6</uri>
			</author>
			<updated>2010-03-30T13:31:23Z</updated>
			<id>http://forum.prontoproject.com/viewtopic.php?id=205&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Anyone confirm SSL cert works?]]></title>
			<link rel="alternate" href="http://forum.prontoproject.com/viewtopic.php?id=218&amp;action=new"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[spectrum-nashville]]></name>
				<uri>http://forum.prontoproject.com/profile.php?id=6901</uri>
			</author>
			<updated>2010-03-27T16:43:39Z</updated>
			<id>http://forum.prontoproject.com/viewtopic.php?id=218&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA["Story" Should Be "Store"?]]></title>
			<link rel="alternate" href="http://forum.prontoproject.com/viewtopic.php?id=217&amp;action=new"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[jvinet]]></name>
				<uri>http://forum.prontoproject.com/profile.php?id=6900</uri>
			</author>
			<updated>2010-03-27T14:54:33Z</updated>
			<id>http://forum.prontoproject.com/viewtopic.php?id=217&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[back tu edit after add new item]]></title>
			<link rel="alternate" href="http://forum.prontoproject.com/viewtopic.php?id=46&amp;action=new"/>
			<summary type="html"><![CDATA[<p>Helo, </p><p>How to back in edit mode on new item, after create one.</p>]]></summary>
			<author>
				<name><![CDATA[aloharuiz]]></name>
				<uri>http://forum.prontoproject.com/profile.php?id=97</uri>
			</author>
			<updated>2010-02-10T02:53:41Z</updated>
			<id>http://forum.prontoproject.com/viewtopic.php?id=46&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Use lighttpd?]]></title>
			<link rel="alternate" href="http://forum.prontoproject.com/viewtopic.php?id=47&amp;action=new"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[aloharuiz]]></name>
				<uri>http://forum.prontoproject.com/profile.php?id=609</uri>
			</author>
			<updated>2010-02-10T02:47:56Z</updated>
			<id>http://forum.prontoproject.com/viewtopic.php?id=47&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[jboss connecting to DB]]></title>
			<link rel="alternate" href="http://forum.prontoproject.com/viewtopic.php?id=216&amp;action=new"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[jcanongia]]></name>
				<uri>http://forum.prontoproject.com/profile.php?id=6896</uri>
			</author>
			<updated>2010-01-25T16:38:46Z</updated>
			<id>http://forum.prontoproject.com/viewtopic.php?id=216&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Pronto Release: 0.6]]></title>
			<link rel="alternate" href="http://forum.prontoproject.com/viewtopic.php?id=215&amp;action=new"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[jvinet]]></name>
				<uri>http://forum.prontoproject.com/profile.php?id=2</uri>
			</author>
			<updated>2010-01-13T13:50:05Z</updated>
			<id>http://forum.prontoproject.com/viewtopic.php?id=215&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[How do I... Use this thing?]]></title>
			<link rel="alternate" href="http://forum.prontoproject.com/viewtopic.php?id=162&amp;action=new"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[jvinet]]></name>
				<uri>http://forum.prontoproject.com/profile.php?id=5227</uri>
			</author>
			<updated>2009-04-29T01:42:49Z</updated>
			<id>http://forum.prontoproject.com/viewtopic.php?id=162&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[IRC Channel?]]></title>
			<link rel="alternate" href="http://forum.prontoproject.com/viewtopic.php?id=79&amp;action=new"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Sjoden]]></name>
				<uri>http://forum.prontoproject.com/profile.php?id=1790</uri>
			</author>
			<updated>2008-12-29T06:45:42Z</updated>
			<id>http://forum.prontoproject.com/viewtopic.php?id=79&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[DIR_FS_PRONTO and other constants not loading]]></title>
			<link rel="alternate" href="http://forum.prontoproject.com/viewtopic.php?id=81&amp;action=new"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[daveroberts]]></name>
				<uri>http://forum.prontoproject.com/profile.php?id=2016</uri>
			</author>
			<updated>2008-12-26T00:11:17Z</updated>
			<id>http://forum.prontoproject.com/viewtopic.php?id=81&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Blog Framwork]]></title>
			<link rel="alternate" href="http://forum.prontoproject.com/viewtopic.php?id=75&amp;action=new"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[jvinet]]></name>
				<uri>http://forum.prontoproject.com/profile.php?id=1790</uri>
			</author>
			<updated>2008-12-18T00:10:05Z</updated>
			<id>http://forum.prontoproject.com/viewtopic.php?id=75&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Blog Logo-text and Intro.]]></title>
			<link rel="alternate" href="http://forum.prontoproject.com/viewtopic.php?id=58&amp;action=new"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[jvinet]]></name>
				<uri>http://forum.prontoproject.com/profile.php?id=385</uri>
			</author>
			<updated>2008-11-21T14:38:35Z</updated>
			<id>http://forum.prontoproject.com/viewtopic.php?id=58&amp;action=new</id>
		</entry>
</feed>
