Project

General

Profile

Actions

Bug #15901

closed

sr_email_subscribe 0.3.0 (Email Address Subscription) is shy

Added by Palahala about 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2006-03-26
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

sr_email_subscribe 0.3.0 (Email Address Subscription) is set to be shy, thus after downloading only shows up in the Extension Manager when enabling "Display shy extensions".

Maybe this is only done as version 0.3.0 requires TYPO3 4.0. If not, then I guess it should not be shy.

(issue imported from #M2992)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #15796: Some none core extensions not showing up in EM unless display shy extensions is enabledClosedKarsten Dambekalns2006-03-09

Actions
Actions #1

Updated by Stanislas Rolland about 18 years ago

The extension sets:

'shy' => 0

Actions #2

Updated by Palahala about 18 years ago

The extension sets:
'shy' => 0

Some more details, just for your information (the shyness is not a problem for me at all).

In 4.0 RC2 sr_email_subscribe 0.3.1 (as downloaded from TER minutes ago, but not actually installed) results in an auto-generated ext_emconf.php that holds

'category' => 'plugin',
'shy' => 'false',
'version' => '0.3.1',
'dependencies' => 'cms,tt_address,sr_static_info,sr_feuser_register',

The value 'false' being a string value, this (according to bug 2817) evaluates to true, thus being shy. I noticed the same in RC1. The details page in the Extension Manager shows:

Version: 0.3.1
Category: Frontend Plugins
State: Stable
Shy? Yes

For example tipafriend in my 4.0 RC2 results in a generated ext_emconf.php holding

'shy' => 0

and is then not considered shy.

I don't know why the above is generated like this, nor what this is based on; I could not find any file holding the word "shy" in http://typo3.org/extensions/repository/search/sr_email_subscribe/0.3.1/details/

At bug 2817 someone writes "could you please check your local ("master") emconf file for this?" so I guess extensions come with some emconf in the T3X file?

A last note, which I guess is NOT causing shyness at all, but for the sake of completeness:

http://typo3.org/extensions/repository/search/sr_email_subscribe/0.3.1/details/ states "Warning: Some of the extensions (or versions) are not available in the official repository". That page marks sr_feuser_register 2.3.0- in red. I do not actually have sr_feuser_register downloaded (nor otherwise installed), neither have I installed sr_email_subscribe after downloading it from TER. But if I'm the only one encountering this shy "problem" for sr_email_subscribe, then maybe that's caused by unsatisfied dependencies...

Actions #3

Updated by Palahala about 18 years ago

I noticed that the PHP version for this issue has been set to 4. My installation uses PHP 5.0.2.

Actions

Also available in: Atom PDF