1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 01:00:20 +02:00

Fix for multiple 0.7 -> 0.8 upgrade issues.

This commit is contained in:
CaMer0n
2009-10-22 13:00:37 +00:00
parent 8ddd74fbf5
commit b923520bbf
8 changed files with 68 additions and 46 deletions

View File

@@ -3,7 +3,7 @@
+ ----------------------------------------------------------------------------+
| e107 website system
|
| <20>Steve Dunstan 2001-2002
| <20>Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/linkwords/e_tohtml.php,v $
| $Revision: 1.6 $
| $Date: 2009-07-19 11:44:28 $
| $Author: marj_nl_fr $
| $Revision: 1.7 $
| $Date: 2009-10-22 13:00:37 $
| $Author: e107coders $
|
| *utf - flags functions which need utf-8-aware code
TODO:
@@ -25,7 +25,7 @@ TODO:
*/
if (!defined('e107_INIT')) { exit; }
if (!plugInstalled('linkwords')) exit;
// if (!plugInstalled('linkwords')) exit; // This will completely break a site during upgrades.
define('LW_CACHE_ENABLE', TRUE);
define('LW_CACHE_TAG', 'nomd5_linkwords');

View File

@@ -3,7 +3,7 @@
+ ----------------------------------------------------------------------------+
| e107 website system
|
| <20>Steve Dunstan 2001-2002
| <20>Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/linkwords/linkwords.php,v $
| $Revision: 1.11 $
| $Date: 2009-08-15 11:55:30 $
| $Author: marj_nl_fr $
| $Revision: 1.12 $
| $Date: 2009-10-22 13:00:37 $
| $Author: e107coders $
|
| This is just a stub so that systems migrated from 0.7 don't crash
| It auto-updates the prefs so that the newer routine is called in future.
@@ -22,7 +22,7 @@
*/
if (!defined('e107_INIT')) { exit; }
if (!plugInstalled('linkwords')) exit;
// if (!plugInstalled('linkwords')) exit; // This will break a site completely under some circumstance.
class e_linkwords