From: <var...@us...> - 2011-03-04 16:30:21
|
Revision: 7962 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7962&view=rev Author: vargenau Date: 2011-03-04 16:30:15 +0000 (Fri, 04 Mar 2011) Log Message: ----------- Remove too optimistic comments Modified Paths: -------------- trunk/themes/MonoBook/themeinfo.php Modified: trunk/themes/MonoBook/themeinfo.php =================================================================== --- trunk/themes/MonoBook/themeinfo.php 2011-03-04 16:21:08 UTC (rev 7961) +++ trunk/themes/MonoBook/themeinfo.php 2011-03-04 16:30:15 UTC (rev 7962) @@ -15,13 +15,6 @@ * * Problems with IE: signin is at the left. * - * We don't (yet) support all mediawiki UI options, but we try to. - * Besides that, maybe the mediawiki folks will see how much better phpwiki - * will scale, esp. with a true database, not just mysql. - * Technically phpwiki has about 2-3 years advantage and our plugins - * cannot destroy the layout. - * Anyway, the WikiParser perl module (and our php version) will be able to import - * and convert back and forth. */ require_once('lib/WikiTheme.php'); require_once('themes/wikilens/themeinfo.php'); @@ -136,20 +129,8 @@ /* * Link icons. */ - /* - $this->setLinkIcon('http'); - $this->setLinkIcon('https'); - $this->setLinkIcon('ftp'); - $this->setLinkIcon('mailto'); - //$this->setLinkIcon('interwiki'); - */ $this->setLinkIcon('wikiuser'); - //$this->setLinkIcon('*', 'url'); - // front or after - //$this->setLinkIconAttr('after'); - //$this->setButtonSeparator("\n | "); - /** * WikiWords can automatically be split by inserting spaces between * the words. The default is to leave WordsSmashedTogetherLikeSo. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |