[geeklog-devel] [geeklog-cvs] Geeklog-1.x/sql mysql_tableanddata.php
Joe Mucchiello
joe at ThrowingDice.com
Mon Dec 31 12:33:23 EST 2007
Is any effort going to be made to remove the plugin installation data
from the main install and make the plugins install take place after
the normal install? It would still be automatic, but it would make
the plugins more independent. In fact, with the GUI installer, there
should be options to not install some of the plugins. Not everyone
wants the calendar or polls plugins. Why clutter their admin area
with them if they won't be used? If they want them later, they'll be
waiting for them in the plugins control panel.
At 07:48 AM 12/31/2007, Dirk Haun wrote:
>--- 896,904 ----
> $_DATA[] = "INSERT INTO {$_TABLES['pingservice']} (pid, name,
> site_url, ping_url, method, is_enabled) VALUES (1, 'Ping-O-Matic',
> 'http://pingomatic.com/', 'http://rpc.pingomatic.com/',
> 'weblogUpdates.ping', 1)";
>
>! $_DATA[] = "INSERT INTO {$_TABLES['plugins']} (pi_name,
>pi_version, pi_gl_version, pi_enabled, pi_homepage) VALUES
>('staticpages', '1.5.0','1.5.0',1,'http://www.geeklog.net/') ";
>! $_DATA[] = "INSERT INTO {$_TABLES['plugins']} (pi_name,
>pi_version, pi_gl_version, pi_enabled, pi_homepage) VALUES ('spamx',
>'1.1.1','1.5.0',1,'http://www.pigstye.net/gplugs/staticpages/index.php/spamx')
>";
>! $_DATA[] = "INSERT INTO {$_TABLES['plugins']} (pi_name,
>pi_version, pi_gl_version, pi_enabled, pi_homepage) VALUES ('links',
>'2.0.0', '1.5.0', 1, 'http://www.geeklog.net/')";
>! $_DATA[] = "INSERT INTO {$_TABLES['plugins']} (pi_name,
>pi_version, pi_gl_version, pi_enabled, pi_homepage) VALUES ('polls',
>'2.0.1', '1.5.0', '1', 'http://www.geeklog.net/')";
>! $_DATA[] = "INSERT INTO {$_TABLES['plugins']} (pi_name,
>pi_version, pi_gl_version, pi_enabled, pi_homepage) VALUES
>('calendar', '1.0.2', '1.5.0', '1', 'http://www.geeklog.net/')";
>
> $_DATA[] = "INSERT INTO `{$_TABLES['pollanswers']}` (`pid`,
> `qid`, `aid`, `answer`, `votes`, `remark`) VALUES
> ('geeklogfeaturepoll', 0, 1, 'MS SQL support', 0, '');";
----
Joe Mucchiello
Throwing Dice Games
http://www.throwingdice.com
More information about the geeklog-devel
mailing list