Die Suche ergab 12 Treffer
- 07.07.2026 18:59
- Forum: Extension Bastelstube
- Thema: phpBB Ext Check - Diskussion bezüglich Prozedur und Reports
- Antworten: 416
- Zugriffe: 145112
Re: phpBB Ext Check - Diskussion bezüglich Prozedur und Reports
Thats fine. Just reporting in case it was an error.
- 06.07.2026 11:58
- Forum: Extension Bastelstube
- Thema: phpBB Ext Check - Diskussion bezüglich Prozedur und Reports
- Antworten: 416
- Zugriffe: 145112
Re: phpBB Ext Check - Diskussion bezüglich Prozedur und Reports
Is the ext checker supposed to catch hard-coded language in php files?
Such as:
protected function serve_file($filename)
{
if (!$this->config['stoker_sitemap_enabled'])
{
return new Response('Sitemap is disabled', 404);
}
if (!$this->generator->cache_exists())
{
$response = new Response ...
Such as:
protected function serve_file($filename)
{
if (!$this->config['stoker_sitemap_enabled'])
{
return new Response('Sitemap is disabled', 404);
}
if (!$this->generator->cache_exists())
{
$response = new Response ...
- 01.05.2026 06:57
- Forum: Extension Bastelstube
- Thema: phpBB Ext Check - Diskussion bezüglich Prozedur und Reports
- Antworten: 416
- Zugriffe: 145112
Re: phpBB Ext Check - Diskussion bezüglich Prozedur und Reports
No problem.
I found something that might be an issue.
I was adding support for the collapsible catefories and made a rookie mistake.
According to the guide we need this:
use phpbb\template\template;
use phpbb\collapsiblecategories\operator\operator;
public function __construct(template ...
I found something that might be an issue.
I was adding support for the collapsible catefories and made a rookie mistake.
According to the guide we need this:
use phpbb\template\template;
use phpbb\collapsiblecategories\operator\operator;
public function __construct(template ...
- 30.04.2026 16:42
- Forum: Extension Bastelstube
- Thema: phpBB Ext Check - Diskussion bezüglich Prozedur und Reports
- Antworten: 416
- Zugriffe: 145112
Re: phpBB Ext Check - Diskussion bezüglich Prozedur und Reports
Do you still have the ZIP file associated with this report:
2026-04-29 09:26:18 stoker_forumgoal_1-1-6
Or do you remember exactly what the code looked like? This is a bug in CS itself and needs to be fixed. I've already created an issue in the CS project, but the lead developer, Juliette, now ...
- 30.04.2026 15:22
- Forum: Extension Bastelstube
- Thema: phpBB Ext Check - Diskussion bezüglich Prozedur und Reports
- Antworten: 416
- Zugriffe: 145112
Re: phpBB Ext Check - Diskussion bezüglich Prozedur und Reports
I will search my pc and see what I can find
- 29.04.2026 14:33
- Forum: Extension Bastelstube
- Thema: phpBB Ext Check - Diskussion bezüglich Prozedur und Reports
- Antworten: 416
- Zugriffe: 145112
Re: phpBB Ext Check - Diskussion bezüglich Prozedur und Reports
I was more thinking if the EC was something we should keep private?
I havent seen it advertised anywhere. And who knows how much load it puts on your server.
Great tools like this should be advertised if theres no reason NOT to
I havent seen it advertised anywhere. And who knows how much load it puts on your server.
Great tools like this should be advertised if theres no reason NOT to
- 28.04.2026 07:26
- Forum: Extension Bastelstube
- Thema: phpBB Ext Check - Diskussion bezüglich Prozedur und Reports
- Antworten: 416
- Zugriffe: 145112
Re: phpBB Ext Check - Diskussion bezüglich Prozedur und Reports
Another question, not about the EC itself, but about the reports.
Are we allowed to include them in extensions when we submit? I think the Validation Team can benefit from them.
And include them in the topics where we present the extension? It doesnt tell if the extension actual does what it should ...
Are we allowed to include them in extensions when we submit? I think the Validation Team can benefit from them.
And include them in the topics where we present the extension? It doesnt tell if the extension actual does what it should ...
- 27.04.2026 19:25
- Forum: Extension Bastelstube
- Thema: phpBB Ext Check - Diskussion bezüglich Prozedur und Reports
- Antworten: 416
- Zugriffe: 145112
Re: phpBB Ext Check - Diskussion bezüglich Prozedur und Reports
Thank you guys.
That makes sense and its logical. You just have to know that first
I'll take a look at section 4
That makes sense and its logical. You just have to know that first
I'll take a look at section 4
- 27.04.2026 04:05
- Forum: Extension Bastelstube
- Thema: phpBB Ext Check - Diskussion bezüglich Prozedur und Reports
- Antworten: 416
- Zugriffe: 145112
Re: phpBB Ext Check - Diskussion bezüglich Prozedur und Reports
Thank you for this great tool!
There is only one thing I find hard to understand and fix. Thats the VariableAnalysis.
The most common warning for me is: Unused function parameter $event.
An example: 174 | WARNING | Unused function parameter $event.
This is the line: public function viewtopic_page ...
There is only one thing I find hard to understand and fix. Thats the VariableAnalysis.
The most common warning for me is: Unused function parameter $event.
An example: 174 | WARNING | Unused function parameter $event.
This is the line: public function viewtopic_page ...
- 21.01.2026 17:01
- Forum: Extensions in Entwicklung
- Thema: [3.3] [RC] Failed Logins
- Antworten: 9
- Zugriffe: 7568
Re: [3.3] [RC] Failed Logins
Would be great if you included failed registration attempts.
Could be a great tool fighting the bots and spammers.
And log all possible info like referer, email, IP, useragent etc
Could be a great tool fighting the bots and spammers.
And log all possible info like referer, email, IP, useragent etc