Author: cfinck
Date: Sun Sep 28 02:52:03 2008
New Revision: 36561
URL:
http://svn.reactos.org/svn/reactos?rev=36561&view=rev
Log:
Fix the blog system to work with the new Login system
Modified:
trunk/web/reactos.org/htdocs/serendipity/include/functions_comments.inc.php
trunk/web/reactos.org/htdocs/serendipity/include/functions_config.inc.php
trunk/web/reactos.org/htdocs/serendipity/plugins/serendipity_plugin_roscmsa…
trunk/web/reactos.org/htdocs/serendipity/serendipity_config_local.inc.php
Modified:
trunk/web/reactos.org/htdocs/serendipity/include/functions_comments.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/serendipity…
==============================================================================
---
trunk/web/reactos.org/htdocs/serendipity/include/functions_comments.inc.php
[iso-8859-1] (original)
+++
trunk/web/reactos.org/htdocs/serendipity/include/functions_comments.inc.php
[iso-8859-1] Sun Sep 28 02:52:03 2008
@@ -309,7 +309,7 @@
return true;
}
-require_once(ROSCMS_INC_PATH . "/subsys_login.php");
+require_once(ROSCMS_PATH . "logon/subsys_login.php");
@define('ROSCMSLOGIN_NOT_LOGGEDIN', 'You need to be logged in to leave a
comment');
Modified:
trunk/web/reactos.org/htdocs/serendipity/include/functions_config.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/serendipity…
==============================================================================
---
trunk/web/reactos.org/htdocs/serendipity/include/functions_config.inc.php [iso-8859-1]
(original)
+++
trunk/web/reactos.org/htdocs/serendipity/include/functions_config.inc.php [iso-8859-1]
Sun Sep 28 02:52:03 2008
@@ -273,7 +273,7 @@
unset($serendipity['COOKIE'][$name]);
}
-require_once(ROSCMS_INC_PATH . "/subsys_login.php");
+require_once(ROSCMS_PATH . "logon/subsys_login.php");
function serendipity_authenticate_author($username = '', $password = '',
$is_md5 = false, $use_external = true) {
global $serendipity;
Modified:
trunk/web/reactos.org/htdocs/serendipity/plugins/serendipity_plugin_roscmsa…
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/serendipity…
==============================================================================
---
trunk/web/reactos.org/htdocs/serendipity/plugins/serendipity_plugin_roscmsa…
[iso-8859-1] (original)
+++
trunk/web/reactos.org/htdocs/serendipity/plugins/serendipity_plugin_roscmsa…
[iso-8859-1] Sun Sep 28 02:52:03 2008
@@ -14,7 +14,7 @@
@define('PLUGIN_ROSCMSACCOUNT_REGISTER', 'Register');
@define('PLUGIN_ROSCMSACCOUNT_MANAGE', 'Manage blog entries');
-require_once(ROSCMS_INC_PATH . "/subsys_login.php");
+require_once(ROSCMS_PATH . "logon/subsys_login.php");
class serendipity_plugin_roscmsaccount extends serendipity_plugin
{
Modified:
trunk/web/reactos.org/htdocs/serendipity/serendipity_config_local.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/serendipity…
==============================================================================
---
trunk/web/reactos.org/htdocs/serendipity/serendipity_config_local.inc.php [iso-8859-1]
(original)
+++
trunk/web/reactos.org/htdocs/serendipity/serendipity_config_local.inc.php [iso-8859-1]
Sun Sep 28 02:52:03 2008
@@ -13,5 +13,5 @@
// You can place your own special variables after here:
require_once("blogs-connect.php");
- @define('ROSCMS_INC_PATH', '/web/reactos.org/htdocs/roscms/inc');
+ define('ROSCMS_PATH', '../roscms/');
?>