From: <ru...@us...> - 2010-06-10 06:35:46
|
Revision: 7515 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7515&view=rev Author: rurban Date: 2010-06-10 06:35:40 +0000 (Thu, 10 Jun 2010) Log Message: ----------- new default theme = Sidebar Modified Paths: -------------- trunk/config/config-default.ini trunk/config/config-dist.ini trunk/configurator.php Modified: trunk/config/config-default.ini =================================================================== --- trunk/config/config-default.ini 2010-06-10 06:35:13 UTC (rev 7514) +++ trunk/config/config-default.ini 2010-06-10 06:35:40 UTC (rev 7515) @@ -126,7 +126,7 @@ ALLOW_LDAP_LOGIN = false ALLOW_IMAP_LOGIN = false -THEME = default +THEME = Sidebar ; DEFAULT_LANGUAGE = CHARSET = utf-8 WIKI_PGSRC = pgsrc Modified: trunk/config/config-dist.ini =================================================================== --- trunk/config/config-dist.ini 2010-06-10 06:35:13 UTC (rev 7514) +++ trunk/config/config-dist.ini 2010-06-10 06:35:40 UTC (rev 7515) @@ -870,8 +870,11 @@ ; ; The complete list of installed themes can be found by doing 'ls themes/' ; from the root of your PHPWiki installation. +; ; white on yellow with fat blue links: -THEME = default +;THEME = default +; a MonoBook extension, the new default +THEME = Sidebar ; almost fully iconized classic grey MacOSX design: ;THEME = MacOSX ; as default, just some tricks to make the buttons smaller: @@ -882,8 +885,6 @@ ;THEME = Wordpress ; pure old-style c2wiki layout: ;THEME = Portland -; example with some sidebar boxes: -;THEME = Sidebar ; mozilla friendly, with lots of icons instead of buttons (i18n friendly): ;THEME = Crao ; default + rateit navbar: Modified: trunk/configurator.php =================================================================== --- trunk/configurator.php 2010-06-10 06:35:13 UTC (rev 7514) +++ trunk/configurator.php 2010-06-10 06:35:40 UTC (rev 7515) @@ -1267,26 +1267,21 @@ subdirectory. There are a number of pre-defined themes shipped with PhpWiki. -Or you may create your own, e.g. by copying and then modifying one of -stock themes. +Or you may create your own, deriving from existing ones. <pre> + THEME = Sidebar (default) THEME = default THEME = MacOSX THEME = MonoBook (WikiPedia) THEME = smaller THEME = Wordpress THEME = Portland - THEME = Sidebar THEME = Crao THEME = wikilens (with Ratings) THEME = Hawaiian THEME = SpaceWiki THEME = Hawaiian -</pre> - -Problems: -<pre> - THEME = blog (Kubrick) [experimental. Several links missing] + THEME = blog (Kubrick) [experimental] </pre>"); $properties["Character Set"] = This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |