Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ext.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* See README.md for full acknowledgments and this fork's changes.
*/
namespace tas2580\wiki;

/**
* @ignore
*/
Expand Down
2 changes: 1 addition & 1 deletion language/de/overview.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
//
$lang = array_merge($lang, array(
'OVERVIEW' => 'Überblick',

'ARTICLES' => 'Alle Artikel',
'ARTICLES_HOT' => 'Beliebte Artikel',
'ARTICLES_LATEST' => 'Neuste Artikel',
Expand Down
4 changes: 0 additions & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
<testsuites>
<testsuite name="Extension Test Suite">
<directory suffix="_test.php">./tests</directory>
<exclude>./tests/functional</exclude>
</testsuite>
<testsuite name="Extension Functional Tests">
<directory suffix="_test.php">./tests/functional/</directory>
</testsuite>
</testsuites>

Expand Down
Empty file added tests/functional/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions textreparser/plugins/article_text.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*
*/
namespace tas2580\wiki\textreparser\plugins;

class article_text extends \phpbb\textreparser\row_based_plugin
{
/**
Expand Down
Loading