[CS-Project-svn_notify] SF.net SVN: cs-project: [720] trunk
Brought to you by:
crazedsanity
From: <cra...@us...> - 2007-12-27 20:41:16
|
Revision: 720 http://cs-project.svn.sourceforge.net/cs-project/?rev=720&view=rev Author: crazedsanity Date: 2007-12-27 12:41:08 -0800 (Thu, 27 Dec 2007) Log Message: ----------- Fixes for new cs-content (v0.10.7). Modified Paths: -------------- trunk/includes/content/contacts.inc trunk/lib/globalFunctions.php trunk/templates/system/404.shared.tmpl Modified: trunk/includes/content/contacts.inc =================================================================== --- trunk/includes/content/contacts.inc 2007-12-27 16:39:22 UTC (rev 719) +++ trunk/includes/content/contacts.inc 2007-12-27 20:41:08 UTC (rev 720) @@ -14,6 +14,7 @@ $contactObj = new contactClass($page->db); +$page->allow_invalid_urls(TRUE); if($_POST) { if(strlen($_POST['action']) && is_numeric($_POST['contact_id'])) { Modified: trunk/lib/globalFunctions.php =================================================================== --- trunk/lib/globalFunctions.php 2007-12-27 16:39:22 UTC (rev 719) +++ trunk/lib/globalFunctions.php 2007-12-27 20:41:08 UTC (rev 720) @@ -17,7 +17,7 @@ function get_required_external_lib_versions($projectName=NULL) { //format: {className} => array({projectName} => {exactVersion}) $requirements = array( - 'contentSystem' => array('cs-content', '0.10.6'), + 'contentSystem' => array('cs-content', '0.10.7'), 'XMLParser' => array('cs-phpxml', '0.5.5'), 'arrayToPath' => array('cs-arrayToPath', '0.2.2') ); Modified: trunk/templates/system/404.shared.tmpl =================================================================== --- trunk/templates/system/404.shared.tmpl 2007-12-27 16:39:22 UTC (rev 719) +++ trunk/templates/system/404.shared.tmpl 2007-12-27 20:41:08 UTC (rev 720) @@ -58,7 +58,10 @@ the page doesnt' exist, then stop fishing for page URLs.<BR><BR> Of course, if the page <b>should</b> exist, or you got here from some link... - well, you should probably tell somebody about it. Right?</p> + well, you should probably tell somebody about it. Right?<BR><BR> + + <i>{details}</i> + </p> </td> </tr> </tbody> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |