From: <var...@us...> - 2009-03-26 10:43:12
|
Revision: 6712 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6712&view=rev Author: vargenau Date: 2009-03-26 10:43:08 +0000 (Thu, 26 Mar 2009) Log Message: ----------- Use UTF-8 so that display is correct on sf.net Modified Paths: -------------- trunk/themes/gforge/pgsrc/PhpWikiAdministration trunk/themes/gforge/pgsrc/UpLoad Modified: trunk/themes/gforge/pgsrc/PhpWikiAdministration =================================================================== --- trunk/themes/gforge/pgsrc/PhpWikiAdministration 2009-03-26 10:42:02 UTC (rev 6711) +++ trunk/themes/gforge/pgsrc/PhpWikiAdministration 2009-03-26 10:43:08 UTC (rev 6712) @@ -1,11 +1,11 @@ -Date: Thu, 5 Mar 2009 12:00:44 +0000 +Date: Thu, 26 Mar 2009 11:43:14 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; pagename=PhpWikiAdministration; flags=PAGE_LOCKED; markup=2; - charset=iso-8859-1 + charset=UTF-8 Content-Transfer-Encoding: binary **//Note://** //Most of the actions on this page require administrative privileges.// Modified: trunk/themes/gforge/pgsrc/UpLoad =================================================================== --- trunk/themes/gforge/pgsrc/UpLoad 2009-03-26 10:42:02 UTC (rev 6711) +++ trunk/themes/gforge/pgsrc/UpLoad 2009-03-26 10:43:08 UTC (rev 6712) @@ -1,10 +1,10 @@ -Date: Thu, 26 Feb 2009 15:53:23 +0000 +Date: Thu, 26 Mar 2009 11:43:14 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20070828) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; pagename=UpLoad; markup=2; - charset=iso-8859-1 + charset=UTF-8 Content-Transfer-Encoding: binary This page allows you to upload files that can later be used in the wiki. It is especially useful for uploading images. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |