<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/1.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>MarmotBlog Comments</title>
	<link>http://netapps.muohio.edu/marmot/blog</link>
	<description>Stuff about Marmot!</description>
	<pubDate>Mon, 23 Nov 2009 06:06:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5</generator>

	<item>
		<title>by: Tim</title>
		<link>http://netapps.muohio.edu/marmot/blog/archives/2004/03/24/branches-directories-and-a-lesson-in-merging/#comment-20</link>
		<pubDate>Wed, 24 Mar 2004 13:35:20 -0500</pubDate>
		<guid>http://netapps.muohio.edu/marmot/blog/archives/2004/03/24/branches-directories-and-a-lesson-in-merging/#comment-20</guid>
					<description>I have update -d in my .cvsrc. I would expect that to be enough for the merge to have worked, but I have never actually done it.</description>
		<content:encoded><![CDATA[	<p>I have update -d in my .cvsrc. I would expect that to be enough for the merge to have worked, but I have never actually done it.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Tim</title>
		<link>http://netapps.muohio.edu/marmot/blog/archives/2004/03/17/little-stuff/#comment-19</link>
		<pubDate>Thu, 18 Mar 2004 09:35:51 -0500</pubDate>
		<guid>http://netapps.muohio.edu/marmot/blog/archives/2004/03/17/little-stuff/#comment-19</guid>
					<description>I give up. I thought I had everything working, then the xsltproc on naslnx05 decided it wanted to collapse empty anchor tags, making the entire page light up on :hover. I went back to html output, and that problem went away, but WinIE still does goofy things with the cap at the top of the white box. Maybe I'll try the ALA tricks for a stretchable CSS box layout... Can't be &lt;em&gt;that&lt;/em&gt; hard, can it?</description>
		<content:encoded><![CDATA[	<p>I give up. I thought I had everything working, then the xsltproc on naslnx05 decided it wanted to collapse empty anchor tags, making the entire page light up on :hover. I went back to html output, and that problem went away, but WinIE still does goofy things with the cap at the top of the white box. Maybe I&#8217;ll try the ALA tricks for a stretchable CSS box layout&#8230; Can&#8217;t be <em>that</em> hard, can it?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Tim</title>
		<link>http://netapps.muohio.edu/marmot/blog/archives/2004/03/03/cvs-quirks/#comment-18</link>
		<pubDate>Thu,  4 Mar 2004 09:07:59 -0500</pubDate>
		<guid>http://netapps.muohio.edu/marmot/blog/archives/2004/03/03/cvs-quirks/#comment-18</guid>
					<description>Subversion is just CVS with bandaids. Arch rips out that archaic RCS layer and does things &lt;a href=&quot;http://wiki.gnuarch.org/moin.cgi/SubVersionAndCvsComparison&quot;&gt;better&lt;/a&gt;</description>
		<content:encoded><![CDATA[	<p>Subversion is just CVS with bandaids. Arch rips out that archaic RCS layer and does things <a href="http://wiki.gnuarch.org/moin.cgi/SubVersionAndCvsComparison">better</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Clayton</title>
		<link>http://netapps.muohio.edu/marmot/blog/archives/2004/03/03/cvs-quirks/#comment-17</link>
		<pubDate>Thu,  4 Mar 2004 09:03:08 -0500</pubDate>
		<guid>http://netapps.muohio.edu/marmot/blog/archives/2004/03/03/cvs-quirks/#comment-17</guid>
					<description>arch? Dirty GNU hippie! &lt;a href=&quot;http://subversion.tigris.org/&quot; title=&quot;Subversion home page&quot;&gt;subversion&lt;/a&gt;'s where it's at!</description>
		<content:encoded><![CDATA[	<p>arch? Dirty GNU hippie! <a href="http://subversion.tigris.org/" title="Subversion home page">subversion</a>&#8217;s where it&#8217;s at!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Tim</title>
		<link>http://netapps.muohio.edu/marmot/blog/archives/2004/02/18/running-post-merge-changelog/#comment-16</link>
		<pubDate>Thu, 19 Feb 2004 23:58:43 -0500</pubDate>
		<guid>http://netapps.muohio.edu/marmot/blog/archives/2004/02/18/running-post-merge-changelog/#comment-16</guid>
					<description>MU_Logger
MU_Simple_Logger
MU_Logger is currently an empty class that extends MU_Simple_Logger, a very basic logger class with no persistence between page requests. The deprecation logging has been rewritten to use an MU_Logger object.

mu_logline() will write a single line to this global log object

mu_stdlib.php
_mu_deprecated has been deprecated. (It still works, I just wanted to say that.) We now have _mu_error() which should be used to throw Marmot-level errors. There are currently two types: 'warn', which displays a warning in development stages (just like _mu_deprecate does now), and 'fatal', which logs an error, displays the error, dumps the logger, and exits.

mu_autoprepend.php
Includes MU_Logger.php and creates a new object in $GLOBALS['_logger']

&lt;b&gt;Update:&lt;/b&gt;
Since I'm an idiot, I originally made these changes on naslnx07 (Don't ask why, I was playing with KDE apps remotely via X at home), which was on the dev_1-1_branch. I have finally re-applied those changes to the trunk and reverted the changes on the branch. All is believed to be well.</description>
		<content:encoded><![CDATA[	<p>MU_Logger<br />
MU_Simple_Logger<br />
MU_Logger is currently an empty class that extends MU_Simple_Logger, a very basic logger class with no persistence between page requests. The deprecation logging has been rewritten to use an MU_Logger object.</p>
	<p>mu_logline() will write a single line to this global log object</p>
	<p>mu_stdlib.php<br />
_mu_deprecated has been deprecated. (It still works, I just wanted to say that.) We now have _mu_error() which should be used to throw Marmot-level errors. There are currently two types: &#8216;warn&#8217;, which displays a warning in development stages (just like _mu_deprecate does now), and &#8216;fatal&#8217;, which logs an error, displays the error, dumps the logger, and exits.</p>
	<p>mu_autoprepend.php<br />
Includes MU_Logger.php and creates a new object in $GLOBALS[&#8217;_logger&#8217;]</p>
	<p><b>Update:</b><br />
Since I&#8217;m an idiot, I originally made these changes on naslnx07 (Don&#8217;t ask why, I was playing with KDE apps remotely via X at home), which was on the dev_1-1_branch. I have finally re-applied those changes to the trunk and reverted the changes on the branch. All is believed to be well.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Tim</title>
		<link>http://netapps.muohio.edu/marmot/blog/archives/2004/02/18/12-feature-requests-or-last-minute-11-additions/#comment-15</link>
		<pubDate>Thu, 19 Feb 2004 13:34:28 -0500</pubDate>
		<guid>http://netapps.muohio.edu/marmot/blog/archives/2004/02/18/12-feature-requests-or-last-minute-11-additions/#comment-15</guid>
					<description>Modify _mu_deprecated() to always require two parameters and fix anywhere that calls it with one (all my fault). Modify it such that a level of 'warn' will just log, and a level of 'terminate' will log and dump some kind of friendly output that includes anything logged so far. (Just build a new MU_Presentation() and display, while forcing the display of debug messages?)

&lt;b&gt;Done, more intelligently&lt;/b&gt;
_mu_deprecated still takes one or two arguments, and the new _mu_error() takes two arguments, the first of which can be 'warn' or 'fatal'.</description>
		<content:encoded><![CDATA[	<p>Modify _mu_deprecated() to always require two parameters and fix anywhere that calls it with one (all my fault). Modify it such that a level of &#8216;warn&#8217; will just log, and a level of &#8216;terminate&#8217; will log and dump some kind of friendly output that includes anything logged so far. (Just build a new MU_Presentation() and display, while forcing the display of debug messages?)</p>
	<p><b>Done, more intelligently</b><br />
_mu_deprecated still takes one or two arguments, and the new _mu_error() takes two arguments, the first of which can be &#8216;warn&#8217; or &#8216;fatal&#8217;.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: dirk</title>
		<link>http://netapps.muohio.edu/marmot/blog/archives/2004/02/18/running-post-merge-changelog/#comment-14</link>
		<pubDate>Thu, 19 Feb 2004 10:13:39 -0500</pubDate>
		<guid>http://netapps.muohio.edu/marmot/blog/archives/2004/02/18/running-post-merge-changelog/#comment-14</guid>
					<description>MU_Form class
Improved handling for file input types on forms.  The value of a file input object is now the corresponding array from the $_FILES global.  It will be returned from either the value or values method of the form.

Improved (actually enabled) requiring a value for input items of type file.  PHP errors regarding size and partial uploads are also handled as part of requiring the item.</description>
		<content:encoded><![CDATA[	<p>MU_Form class<br />
Improved handling for file input types on forms.  The value of a file input object is now the corresponding array from the $_FILES global.  It will be returned from either the value or values method of the form.</p>
	<p>Improved (actually enabled) requiring a value for input items of type file.  PHP errors regarding size and partial uploads are also handled as part of requiring the item.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: dirk</title>
		<link>http://netapps.muohio.edu/marmot/blog/archives/2004/02/18/things-to-discuss/#comment-13</link>
		<pubDate>Thu, 19 Feb 2004 10:13:03 -0500</pubDate>
		<guid>http://netapps.muohio.edu/marmot/blog/archives/2004/02/18/things-to-discuss/#comment-13</guid>
					<description>Actually, I think the &quot;default&quot; method in Marmot ignores any browser issues (or should).  Rather than relying on what the browser may happen to pick as a default, Marmot sets the &quot;default&quot; as a hidden form item.  Since PHP doesn't cumulatively build values, any clicked button overwrites the hidden element of the same name, leaving us with the value of the button the user clicked.

If the user presses enter and the browser doesn't submit a button name, the default value is used.</description>
		<content:encoded><![CDATA[	<p>Actually, I think the &#8220;default&#8221; method in Marmot ignores any browser issues (or should).  Rather than relying on what the browser may happen to pick as a default, Marmot sets the &#8220;default&#8221; as a hidden form item.  Since PHP doesn&#8217;t cumulatively build values, any clicked button overwrites the hidden element of the same name, leaving us with the value of the button the user clicked.</p>
	<p>If the user presses enter and the browser doesn&#8217;t submit a button name, the default value is used.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Tim</title>
		<link>http://netapps.muohio.edu/marmot/blog/archives/2004/02/18/12-feature-requests-or-last-minute-11-additions/#comment-12</link>
		<pubDate>Wed, 18 Feb 2004 23:55:08 -0500</pubDate>
		<guid>http://netapps.muohio.edu/marmot/blog/archives/2004/02/18/12-feature-requests-or-last-minute-11-additions/#comment-12</guid>
					<description>Fix Query Builder to gracefully handle when no output fields are chosen. (Currently calls trigger_error() and bails, leaving subsequent reloads to use the same cached settings and error out.)</description>
		<content:encoded><![CDATA[	<p>Fix Query Builder to gracefully handle when no output fields are chosen. (Currently calls trigger_error() and bails, leaving subsequent reloads to use the same cached settings and error out.)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: dirk</title>
		<link>http://netapps.muohio.edu/marmot/blog/archives/2004/02/18/12-feature-requests-or-last-minute-11-additions/#comment-11</link>
		<pubDate>Wed, 18 Feb 2004 16:26:45 -0500</pubDate>
		<guid>http://netapps.muohio.edu/marmot/blog/archives/2004/02/18/12-feature-requests-or-last-minute-11-additions/#comment-11</guid>
					<description>I just used my popup window and discovered a problem.  The content_only theme is based on miami_02, so the font color, etc has those characteristics.  I was using elegant and it just looked wrong.

Should we consider having alternate window styles within each theme rather than separate themes for such things?</description>
		<content:encoded><![CDATA[	<p>I just used my popup window and discovered a problem.  The content_only theme is based on miami_02, so the font color, etc has those characteristics.  I was using elegant and it just looked wrong.</p>
	<p>Should we consider having alternate window styles within each theme rather than separate themes for such things?
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
