Author: dom Date: 2006-09-12 21:32:53 +0100 (Tue, 12 Sep 2006) New Revision: 857
Modified: trunk/Changes trunk/lib/OpenGuides/Config.pm trunk/templates/edit_form.tt Log: Minor fixups
Modified: trunk/Changes =================================================================== --- trunk/Changes 2006-09-12 08:37:13 UTC (rev 856) +++ trunk/Changes 2006-09-12 20:32:53 UTC (rev 857) @@ -1,4 +1,7 @@ "#" items refer to tickets. See http://dev.openguides.org/report/9 for details. +0.58 ?? September 2006 + Tidy up some minor bugs in the new features + 0.57 12 September 2006 Lots more Atom and RSS feeds, including for searching Admin interface
Modified: trunk/lib/OpenGuides/Config.pm =================================================================== --- trunk/lib/OpenGuides/Config.pm 2006-09-12 08:37:13 UTC (rev 856) +++ trunk/lib/OpenGuides/Config.pm 2006-09-12 20:32:53 UTC (rev 857) @@ -70,8 +70,8 @@ moderation_requires_password => 1, admin_pass => "Change This!", enable_node_image => 1, - enable_common_categories => 1, - enable_common_locales => 1, + enable_common_categories => 0, + enable_common_locales => 0, site_name => "Unconfigured OpenGuides site", navbar_on_home_page => 1, home_name => "Home",
Modified: trunk/templates/edit_form.tt =================================================================== --- trunk/templates/edit_form.tt 2006-09-12 08:37:13 UTC (rev 856) +++ trunk/templates/edit_form.tt 2006-09-12 20:32:53 UTC (rev 857) @@ -60,7 +60,7 @@ <table summary="Form for entering metadata about the subject of this node"> [% IF config.enable_node_image %] <tr> - <td class="label"><label for="node_image">Node Image:</label></td> + <td class="label"><label for="node_image">URL to node Image:</label></td> <td> <input type="text" size="50" id="node_image" name="node_image" value="[% node_image %]" /> [% INCLUDE node_photo_notes.tt %]
openguides-commits@lists.openguides.org