phpBBdevelopment:News

From phpBB Development Wiki

Contents

2008-10-30: Polish and Japanese namespaces

Added another two languages to the growing list. naderman 01:53, 30 October 2008 (UTC)

2008-09-13: Italian namespace

The italian namespace Italiano has just been added. Start editing! naderman 14:04, 13 September 2008 (UTC)

2008-08-18: Domain name changed to wiki.phpbb.com

The wiki is available via http://wiki.phpbb.com/ now.

2008-07-22: Moved to code.phpbb.com

The wiki has been moved to http://code.phpbb.com/devwiki/

2007-07-15: Spam blacklist installed

To prevent the huge amount of spam, I installed the Spam blacklist extension. I hope that now the number of real edits will again be larger than the spam and spam revert edits :-).

2007-05-01: New interwiki for bugs

I just added an interwiki for the phpBB.com bugtracker, so you can now write [[bug:1234]] and you get bug:1234. --Pyramide 20:28, 1 May 2007 (UTC)

2007-03-04: German namespace

I just added the namespace Deutsch where you can add german articles / Ich habe soeben den Namensraum Deutsch hinzugefügt, in dem deutsche Artikel hinzugefügt werden können.

2007-01-25: New Sidebar

The sidebar (documentation on the left side) now contains links to categories instead of individual articles.

2007-01-07

Added the Categories for olympuswiki
Highway of Life (talk) 12:10, 9 January 2007 (UTC)

2007-01-06: New Features

I just added some new features:

File uploads

Not much to say here, go to Special:Upload and upload images etc.

Syntax highlighting

  • Method 2 is my own version using highlight_string (which IMO looks better but of course only works for php):
<php>
$wtf = "hello world!";
die($wtf);
</php>

example:

$wtf "hello world!";
die(
$wtf);

If you're interested in my own version for your own MediaWiki, you can get the source here: User:Pyramide/PHP Syntaxhighlighter for MediaWiki

PHP manual interwiki

You can now write e.g. [[php:printf]] to make a link to the php manual for printf.

Pyramide 01:26, 6 January 2007 (UTC)

Stubs

I changed stubs system. >> More info

LEW21 13:40 - 16:20, 6 January 2007 (UTC)