<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent posts to news</title><link href="https://sourceforge.net/p/studs/news/" rel="alternate"/><link href="https://sourceforge.net/p/studs/news/feed.atom" rel="self"/><id>https://sourceforge.net/p/studs/news/</id><updated>2006-10-17T02:40:34Z</updated><subtitle>Recent posts to news</subtitle><entry><title>&amp;quot;At Long Last&amp;quot; release</title><link href="https://sourceforge.net/p/studs/news/2006/10/quotat-long-lastquot-release/" rel="alternate"/><published>2006-10-17T02:40:34Z</published><updated>2006-10-17T02:40:34Z</updated><author><name>Dan Allen</name><uri>https://sourceforge.net/u/mojavelinux/</uri></author><id>https://sourceforge.net6fec20d850ff314ce848cac5846dc08bd7dc0d5f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Yes, it has been quite a while, but Studs 0.9.8 is finally out the door.  Unfortunately, there were a lot of problems with Studs since the 0.9.7 release due to API changes in PHP.  I can assure you that the 0.9.8 fixes those problems.  As long as the API of PHP does change yet again, Studs should be smooth sailing.&lt;/p&gt;
&lt;p&gt;Go get it!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Switch to Subversion</title><link href="https://sourceforge.net/p/studs/news/2006/10/switch-to-subversion/" rel="alternate"/><published>2006-10-17T02:38:26Z</published><updated>2006-10-17T02:38:26Z</updated><author><name>Dan Allen</name><uri>https://sourceforge.net/u/mojavelinux/</uri></author><id>https://sourceforge.neta5f8608c4b8c9cd6f75c43ba23c49a9c73fcac25</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;There was some kicking and screaming, but Studs has finally broken free from the CVS matrix!  The code has been imported into the SourceForge.net subversion repository.  My headaches have already cleared up, and I am enjoying the freedom to move code around as I see fit, rather than worrying about how CVS will choke.&lt;/p&gt;
&lt;p&gt;Access to the repository can be attained via the &amp;quot;Subversion&amp;quot; link at the top of the project page.&lt;/p&gt;
&lt;p&gt;Thanks to all the Sourceforge developers for making this task almost effortless.  Subversion rocks!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Recent Problems Solved</title><link href="https://sourceforge.net/p/studs/news/2006/03/recent-problems-solved/" rel="alternate"/><published>2006-03-11T06:58:19Z</published><updated>2006-03-11T06:58:19Z</updated><author><name>Dan Allen</name><uri>https://sourceforge.net/u/mojavelinux/</uri></author><id>https://sourceforge.nete1dc177f427236d4998cf8c869568b2d47caae35</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Recently there have been a lot of complaints about Studs not working after upgrades to the latest releases of PHP.  Due to a fundamental change in the PHP language (pass by reference errors), Studs was failing at many levels.  The source code has been fixed in CVS.  A new release is pending.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Nearing 1.0...</title><link href="https://sourceforge.net/p/studs/news/2005/07/nearing-10/" rel="alternate"/><published>2005-07-20T19:48:16Z</published><updated>2005-07-20T19:48:16Z</updated><author><name>Dan Allen</name><uri>https://sourceforge.net/u/mojavelinux/</uri></author><id>https://sourceforge.net9eecbef1cdb46465a11b5dfc7f82a69847dbd528</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I am excited about 0.9.7 for a couple of reasons.  At the top of that list is the added flexibility.  I have cleaned up the settings for the various configuration files and cache folders so that it is possible to reorganize the source tree more to your liking.  The creation of all cached files now honors the umask setting from index.php (on *nix platforms).  I have also provided a setting in web.xml to use mod_rewrite to push all requests through index.php.  By using mod_rewrite, you no longer have to have index.php anywhere in the request URI!  Look ma!  No index.php!&lt;/p&gt;
&lt;p&gt;There are two features that need to be added before 1.0, security and filters.  One may even be the result of the other, so keep your eyes peeled!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>PHP5 Support!</title><link href="https://sourceforge.net/p/studs/news/2005/06/php5-support/" rel="alternate"/><published>2005-06-28T15:36:16Z</published><updated>2005-06-28T15:36:16Z</updated><author><name>Dan Allen</name><uri>https://sourceforge.net/u/mojavelinux/</uri></author><id>https://sourceforge.net1dea5a9f6eaefdb94cb9b29e57287998552be8db</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In the lastest release, Studs 0.9.6, support has been added for PHP5.  It was necessary to correct collisions with a couple of the new reserved words and to handle the new E_STRICT errors.  This means that you should be able to use Studs with PHP5 in addition to PHP4. &lt;/p&gt;
&lt;p&gt;Please note that Studs does not yet use any of the new features of PHP5 and is thus not dependent on PHP5.  Likely a branch will be made in the future to begin this development work.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>&amp;quot;This one will work&amp;quot; release</title><link href="https://sourceforge.net/p/studs/news/2005/04/quotthis-one-will-workquot-release/" rel="alternate"/><published>2005-04-08T20:54:32Z</published><updated>2005-04-08T20:54:32Z</updated><author><name>Dan Allen</name><uri>https://sourceforge.net/u/mojavelinux/</uri></author><id>https://sourceforge.netf49287a64484d8d0e29c12e03d7a44681f10fc30</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I have received a handful of emails about 0.9.4 either not working on Windows or not working at all.  Studs 0.9.5 fixed some bad bugs, added some nice features and also ships with an example application that demonstrates the full MVC application.  Go grab it!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Errata for Windows Users</title><link href="https://sourceforge.net/p/studs/news/2005/03/errata-for-windows-users/" rel="alternate"/><published>2005-03-22T13:33:47Z</published><updated>2005-03-22T13:33:47Z</updated><author><name>Dan Allen</name><uri>https://sourceforge.net/u/mojavelinux/</uri></author><id>https://sourceforge.net7b41b40212073cfabce23d5a5a39665689105352</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Until I can get out a new release and update the documentation, I want to document the following change for Windows users.  The Windows platform uses a different path seperator than Unix/Linux.  Therefore, it is necessary to change the index.php file that ships with Studs to use the following line for setting the include path:&lt;/p&gt;
&lt;p&gt;ini_set('include_path', 'WEB-INF/lib' . (DIRECTORY_SEPARATOR == '/' ? ':' : ';') . 'WEB-INF/classes');&lt;/p&gt;
&lt;p&gt;Also note that it has been reported that following Apache directive may not be required.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;AcceptPathInfo On&lt;/p&gt;
&lt;p&gt;Unfortunately, Apache can have many different configurations, so it is tough to ship a generic setup.  You need to know a little about your environment to get started.&lt;/p&gt;
&lt;p&gt;Good luck!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Join the List!</title><link href="https://sourceforge.net/p/studs/news/2004/08/join-the-list/" rel="alternate"/><published>2004-08-29T05:05:16Z</published><updated>2004-08-29T05:05:16Z</updated><author><name>Dan Allen</name><uri>https://sourceforge.net/u/mojavelinux/</uri></author><id>https://sourceforge.netda356f0e38610d3268461aa10cf94584b7ed43d1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Become part of the Studs action!  Either subscribe to one of the two newly created mailinglists or sign up to become a team member!  Either way, the lists will keep us all on the same page.&lt;/p&gt;
&lt;p&gt;The studs-user list is geared towards those developers using Studs in their projects.  It is a good place to talk about putting Studs to use, with ideas, extensions, and stories.  Let's here how you are putting Studs to use.&lt;/p&gt;
&lt;p&gt;The studs-devel list is where team members will hash out problems, discuss new features, and coordinate changes.&lt;/p&gt;
&lt;p&gt;There are many frameworks for PHP out on the streets, but if Studs is going to be near the top, we need your help!  Join the team today and make Studs what you want it to be.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Studs Has Landed!</title><link href="https://sourceforge.net/p/studs/news/2004/07/studs-has-landed/" rel="alternate"/><published>2004-07-21T07:22:05Z</published><updated>2004-07-21T07:22:05Z</updated><author><name>Dan Allen</name><uri>https://sourceforge.net/u/mojavelinux/</uri></author><id>https://sourceforge.net92cd59c8a6f66949a028dbdeaa32a9b8c80751f4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Alright, we are finally there folks.  Studs has been officially released onto the world!  I committed the files to CVS under the module &amp;quot;studs&amp;quot;, which should be accessible via the web interface shortly, if it isn't yet.  This tree will be packaged for each release under the file category &amp;quot;studs&amp;quot;.  Additionally, I created a file module named &amp;quot;studs-basic&amp;quot;.  This package contains all the code you need for the staple &amp;quot;Hello World&amp;quot; page.  Go ahead and play with it and see what happens!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Coming soon to a mirror near you...</title><link href="https://sourceforge.net/p/studs/news/2004/02/coming-soon-to-a-mirror-near-you/" rel="alternate"/><published>2004-02-19T17:29:23Z</published><updated>2004-02-19T17:29:23Z</updated><author><name>Dan Allen</name><uri>https://sourceforge.net/u/mojavelinux/</uri></author><id>https://sourceforge.net6986bed6f5c336c82a5495caaecd1690ada42ef3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I have updated the status of the project from &amp;quot;planning&amp;quot; to &amp;quot;alpha&amp;quot; because this project is way beyond planning.  I do have a working implementation on my computer, I just haven't had a chance to release it yet.&lt;/p&gt;
&lt;p&gt;Although the description is for a Struts-like framework, this is actually way more than that.  I actually have developed a servlet-like emulation, a java-like class library, a JSP taglib parser/compiler and of course, the port of Struts.  I am very excited about how well it is coming along and I can't wait to release this thing.  I will stave off as many distractions as I can to get it released in the very near future!&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>