I know I have to activate Spartacus manually for certain reasons, but I never noticed to have done that to spamblock before... at least I can't remember.
I always anticipated this being delivered actively! (Which I still think this is a good idea!)
onli can probably explain better why, but we're going to have to discuss the active plugins for 2.0 anyway. I don't think this is a matter which needs to be addressed before that since we haven't had any user complaints about it as far as I can remember.Timbalu wrote:I always anticipated this being delivered actively! (Which I still think this a good idea!)
I know that feeling. It's what I do with NL2BR, just that I uninstall it first thing.Timbalu wrote:I must have gotten so used to install this on the fly, that I never noticed it as a unusual behaviour until today.
Just as a note to all your followers:yellowled wrote:I know that feeling. It's what I do with NL2BR, just that I uninstall it first thing.
I have to admit I haven't done a fresh install of 1.7.x in quite a while, so I have no idea if that's the case. I can not remember Spamblock being installed, but not activated – “not activated” would mean it being in the “inactive” column, right? I can't remember ever seeing that.Timbalu wrote:This is why I didn't remember doing this manually far more often.... Isn't that strange...?!
- Installing Spartacus activates the Spamblock plugin silently!
So other default event plugins do get installed, just that one not?Timbalu wrote:Right! That receipts my gut!
Very Strange. For the moment I just have no time to inspect this in deep...
Code: Select all
/* Register default sidebar plugins, order matters */
serendipity_plugin_api::create_plugin_instance('@serendipity_calendar_plugin');
serendipity_plugin_api::create_plugin_instance('@serendipity_quicksearch_plugin');
serendipity_plugin_api::create_plugin_instance('@serendipity_archives_plugin');
serendipity_plugin_api::create_plugin_instance('@serendipity_categories_plugin');
serendipity_plugin_api::create_plugin_instance('@serendipity_syndication_plugin');
serendipity_plugin_api::create_plugin_instance('@serendipity_superuser_plugin');
serendipity_plugin_api::create_plugin_instance('@serendipity_plug_plugin');
/* Register default event plugins */
serendipity_plugin_api::create_plugin_instance('serendipity_event_s9ymarkup', null, 'event');
serendipity_plugin_api::create_plugin_instance('serendipity_event_emoticate', null, 'event');
serendipity_plugin_api::create_plugin_instance('serendipity_event_nl2br', null, 'event');
serendipity_plugin_api::create_plugin_instance('serendipity_event_spamblock', null, 'event');