[Fusionforge-commits] FusionForge branch Branch_5_3 updated. bb4bd4aa5bc622bbf24478988b8875c2c5f3d787

Roland Mas lolando at fusionforge.org
Fri Jan 17 16:38:36 CET 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, Branch_5_3 has been updated
       via  bb4bd4aa5bc622bbf24478988b8875c2c5f3d787 (commit)
       via  7a3b96168387e51ad429d3f4d593dbaa63ff71ac (commit)
       via  e3cbf6acf7d4eb44f3ead43fb32b72ba67c74089 (commit)
       via  0bc560582ed13db5e48e36a30d21e9adfedd4d04 (commit)
       via  6d96a13012b455cf9f3a3c83d713b20a06dc1eed (commit)
       via  8c77258aa9dfeed108dd78b3ffbf5beb16d81b00 (commit)
       via  d0b6309d92d5de804343e9a3bc0b6d4262d01abd (commit)
      from  a31fc14242cac67f1c08f4e5573d66f464e66a1b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bb4bd4aa5bc622bbf24478988b8875c2c5f3d787
Author: Roland Mas <lolando at debian.org>
Date:   Fri Jan 17 16:06:48 2014 +0100

    Ship SQL files from 2013 and 2014 in packaging too…

diff --git a/src/packaging/install/db-postgresql b/src/packaging/install/db-postgresql
index 70c39e4..9f01d82 100644
--- a/src/packaging/install/db-postgresql
+++ b/src/packaging/install/db-postgresql
@@ -63,6 +63,8 @@ db/20090507-browse_list.sql		@SOURCE_PATH@/db/
 db/2010*.sql				@SOURCE_PATH@/db/
 db/2011*.sql				@SOURCE_PATH@/db/
 db/2012*.sql				@SOURCE_PATH@/db/
+db/2013*.sql				@SOURCE_PATH@/db/
+db/2014*.sql				@SOURCE_PATH@/db/
 db/FTI*.sql				@SOURCE_PATH@/db/
 db/schema-convergence*.sql		@SOURCE_PATH@/db/
 #

commit 7a3b96168387e51ad429d3f4d593dbaa63ff71ac
Author: Roland Mas <lolando at debian.org>
Date:   Fri Jan 17 15:14:49 2014 +0100

    Create admin user with funky theme

diff --git a/src/install/install3 b/src/install/install3
index 68587e6..2d7ccc3 100755
--- a/src/install/install3
+++ b/src/install/install3
@@ -50,7 +50,7 @@ msg(){
 create_db_admin_user(){
 	gforge_db="$1"
 	admin_user="$2"
-	su - postgres -c "psql $gforge_db -c \"INSERT INTO users (user_name, realname, firstname, lastname, email, user_pw, unix_pw, status, theme_id) VALUES ('$admin_user', 'Forge Admin', 'Forge', 'Admin', 'root at localhost.localdomain', 'INVALID', 'INVALID', 'A', 1); INSERT INTO pfo_user_role (user_id, role_id) VALUES (currval('users_pk_seq'), 3)\""
+	su - postgres -c "psql $gforge_db -c \"INSERT INTO users (user_name, realname, firstname, lastname, email, user_pw, unix_pw, status, theme_id) VALUES ('$admin_user', 'Forge Admin', 'Forge', 'Admin', 'root at localhost.localdomain', 'INVALID', 'INVALID', 'A', (SELECT theme_id FROM themes WHERE dirname='funky')); INSERT INTO pfo_user_role (user_id, role_id) VALUES (currval('users_pk_seq'), 3)\""
 }
 
 find_psql_init(){

commit e3cbf6acf7d4eb44f3ead43fb32b72ba67c74089
Author: Roland Mas <lolando at debian.org>
Date:   Fri Jan 17 15:09:44 2014 +0100

    Removed embedded copy of YUI, no longer needed

diff --git a/src/etc/httpd.conf.d/vhost-main.inc b/src/etc/httpd.conf.d/vhost-main.inc
index be1297c..b14fd9f 100644
--- a/src/etc/httpd.conf.d/vhost-main.inc
+++ b/src/etc/httpd.conf.d/vhost-main.inc
@@ -41,7 +41,6 @@ Alias /scripts/jquery-storage/ {core/source_path}/vendor/jquery-storage/
 Alias /scripts/jquery-simpletreemenu/ {core/source_path}/vendor/jquery-simpletreemenu/
 Alias /scripts/jquery-jqplot/ {core/source_path}/vendor/jquery-jqplot/
 Alias /scripts/jquery-teamwork-gantt/ {core/source_path}/vendor/jquery-teamwork-gantt/
-Alias /scripts/yui/ {core/source_path}/vendor/yui/build/
 Alias /scripts/jquery-splitter/ {core/source_path}/vendor/jquery-splitter/
 Alias /scripts/jquery-auto-height/ {core/source_path}/vendor/jquery-auto-height/
 
diff --git a/src/vendor/yui/build/base/base-min.css b/src/vendor/yui/build/base/base-min.css
deleted file mode 100644
index 6888925..0000000
--- a/src/vendor/yui/build/base/base-min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*
-Copyright (c) 2009, Yahoo! Inc. All rights reserved.
-Code licensed under the BSD License:
-http://developer.yahoo.net/yui/license.txt
-version: 2.8.0r4
-*/
-body{margin:10px;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}
\ No newline at end of file
diff --git a/src/vendor/yui/build/base/base.css b/src/vendor/yui/build/base/base.css
deleted file mode 100644
index 24b7a20..0000000
--- a/src/vendor/yui/build/base/base.css
+++ /dev/null
@@ -1,131 +0,0 @@
-/*
-Copyright (c) 2009, Yahoo! Inc. All rights reserved.
-Code licensed under the BSD License:
-http://developer.yahoo.net/yui/license.txt
-version: 2.8.0r4
-*/
-/**
- * YUI Base
- * @module base
- * @namespace yui-
- * @requires reset, fonts
-*/
-
-body {
-	/* For breathing room between content and viewport. */
-	margin:10px;
-}
-
-h1 {
-	/* 18px via YUI Fonts CSS foundation. */
-	font-size: 138.5%;
-}
-
-h2 {
-	/* 16px via YUI Fonts CSS foundation. */
-	font-size: 123.1%;
-}
-
-h3 {
-	/* 14px via YUI Fonts CSS foundation. */
-	font-size: 108%;
-}
-
-h1,h2,h3 {
-	/* Top & bottom margin based on font size. */
-	margin: 1em 0;
-}
-
-h1,h2,h3,h4,h5,h6,strong,dt {
-	/* Bringing boldness back to headers and the strong element. */
-	font-weight: bold;
-}
-optgroup {
-	font-weight:normal;
-}
-
-abbr,acronym {
-	/* Indicating to users that more info is available. */
-	border-bottom: 1px dotted #000;
-	cursor: help;
-}
-
-em {
-	/* Bringing italics back to the em element. */
-	font-style: italic;
-}
-
-del {
-	/* Striking deleted phrases. */
-	text-decoration: line-through;
-}
-
-blockquote,ul,ol,dl {
-	/* Giving blockquotes and lists room to breath. */
-	margin: 1em;
-}
-
-ol,ul,dl {
-	/* Bringing lists on to the page with breathing room. */
-	margin-left: 2em;
-}
-
-ol li {
-	/* Giving OL's LIs generated numbers. */
-	list-style: decimal outside;
-}
-
-ul li {
-	/* Giving UL's LIs generated disc markers. */
-	list-style: disc outside;
-}
-
-dl dd {
-	/* Giving UL's LIs generated numbers. */
-	margin-left: 1em;
-}
-
-th,td {
-	/* Borders and padding to make the table readable. */
-	border: 1px solid #000;
-	padding: .5em;
-}
-
-th {
-	/* Distinguishing table headers from data cells. */
-	font-weight: bold;
-	text-align: center;
-}
-
-caption {
-	/* Coordinated margin to match cell's padding. */
-	margin-bottom: .5em;
-	/* Centered so it doesn't blend in to other content. */
-	text-align: center;
-}
-
-sup {
-	/* to preserve line-height and selector appearance */
-	vertical-align: super;
-}
-
-sub {
-	/* to preserve line-height and selector appearance */
-	vertical-align: sub;
-}
-
-p,
-fieldset,
-table,
-pre {
-	/* So things don't run into each other. */
-	margin-bottom: 1em;
-}
-/* Opera requires 1px of passing to render with contemporary native chrome */
-button,
-input[type="checkbox"],
-input[type="radio"],
-input[type="reset"],
-input[type="submit"] {
-	padding:1px;
-}
diff --git a/src/vendor/yui/build/reset-fonts-grids/reset-fonts-grids.css b/src/vendor/yui/build/reset-fonts-grids/reset-fonts-grids.css
deleted file mode 100644
index 55bff7b..0000000
--- a/src/vendor/yui/build/reset-fonts-grids/reset-fonts-grids.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*
-Copyright (c) 2009, Yahoo! Inc. All rights reserved.
-Code licensed under the BSD License:
-http://developer.yahoo.net/yui/license.txt
-version: 2.8.0r4
-*/
-html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}body{text-align:center;}#doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.25em;}#doc2{width:73.076em;*width:71.25em;}#doc3{margin:auto 10px;width:auto;}#doc4{width:74.923em;*width:73.05em;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main .yui-b{position:static;}#yui-main,.yui-g .yui-u .yui-g{width:100%;}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em;}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em;}.yui-t1 .yui-b{float:left;width:12.30769em;*width:12.00em;}.yui-t1 #yui-main .yui-b{margin-left:13.30769em;*margin-left:13.05em;}.yui-t2 .yui-b{float:left;width:13.8461em;*width:13.50em;}.yui-t2 #yui-main .yui-b{margin-left:14.8461em;*margin-left:14.55em;}.yui-t3 .yui-b{float:left;width:23.0769em;*width:22.50em;}.yui-t3 #yui-main .yui-b{margin-left:24.0769em;*margin-left:23.62em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.50em;}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.55em;}.yui-t5 .yui-b{float:right;width:18.4615em;*width:18.00em;}.yui-t5 #yui-main .yui-b{margin-right:19.4615em;*margin-right:19.125em;}.yui-t6 .yui-b{float:right;width:23.0769em;*width:22.50em;}.yui-t6 #yui-main .yui-b{margin-right:24.0769em;*margin-right:23.62em;}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}#yui-main .yui-b{float:none;width:auto;}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{float:left;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf,.yui-gc .yui-u,.yui-gd .yui-g,.yui-g .yui-gc .yui-u,.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf .yui-g,.yui-gf .yui-u{float:right;}.yui-g div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first,.yui-g .yui-gc div.first,.yui-g .yui-ge div.first,.yui-gc div.first div.first{float:left;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf{width:49.1%;}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{width:32%;margin-left:1.99%;}.yui-gb .yui-u{*margin-left:1.9%;*width:31.9%;}.yui-gc div.first,.yui-gd .yui-u{width:66%;}.yui-gd div.first{width:32%;}.yui-ge div.first,.yui-gf .yui-u{width:74.2%;}.yui-ge .yui-u,.yui-gf div.first{width:24%;}.yui-g .yui-gb div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0;}.yui-g .yui-g .yui-u,.yui-gb .yui-g .yui-u,.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u,.yui-ge .yui-g .yui-u,.yui-gf .yui-g .yui-u{width:49%;*width:48.1%;*margin-left:0;}.yui-g .yui-g .yui-u{width:48.1%;}.yui-g .yui-gb div.first,.yui-gb .yui-gb div.first{*margin-right:0;*width:32%;_width:31.7%;}.yui-g .yui-gc div.first,.yui-gd .yui-g{width:66%;}.yui-gb .yui-g div.first{*margin-right:4%;_margin-right:1.3%;}.yui-gb .yui-gc div.first,.yui-gb .yui-gd div.first{*margin-right:0;}.yui-gb .yui-gb .yui-u,.yui-gb .yui-gc .yui-u{*margin-left:1.8%;_margin-left:4%;}.yui-g .yui-gb .yui-u{_margin-left:1.0%;}.yui-gb .yui-gd .yui-u{*width:66%;_width:61.2%;}.yui-gb .yui-gd div.first{*width:31%;_width:29.5%;}.yui-g .yui-gc .yui-u,.yui-gb .yui-gc .yui-u{width:32%;_float:right;margin-right:0;_margin-left:0;}.yui-gb .yui-gc div.first{width:66%;*float:left;*margin-left:0;}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf .yui-u{margin:0;}.yui-gb .yui-gb .yui-u{_margin-left:.7%;}.yui-gb .yui-g div.first,.yui-gb .yui-gb div.first{*margin-left:0;}.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u{*width:48.1%;*margin-left:0;}.yui-gb .yui-gd div.first{width:32%;}.yui-g .yui-gd div.first{_width:29.9%;}.yui-ge .yui-g{width:24%;}.yui-gf .yui-g{width:74.2%;}.yui-gb .yui-ge div.yui-u,.yui-gb .yui-gf div.yui-u{float:right;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf div.first{float:left;}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf div.first{*width:24%;_width:20%;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf .yui-u{*width:73.5%;_width:65.5%;}.yui-ge div.first .yui-gd .yui-u{width:65%;}.yui-ge div.first .yui-gd div.first{width:32%;}#hd:after,#bd:after,#ft:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#hd,#bd,#ft,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1;}
\ No newline at end of file

commit 0bc560582ed13db5e48e36a30d21e9adfedd4d04
Author: Roland Mas <lolando at debian.org>
Date:   Fri Jan 17 15:01:41 2014 +0100

    Drop dependency on YUI

diff --git a/src/packaging/control/030web-apache2 b/src/packaging/control/030web-apache2
index 0996fee..808fec1 100644
--- a/src/packaging/control/030web-apache2
+++ b/src/packaging/control/030web-apache2
@@ -1,6 +1,6 @@
 Package: @OLDPACKAGE at -web-apache2
 Architecture: all
-Depends: @OLDPACKAGE at -common, @OLDPACKAGE at -db-postgresql | @OLDPACKAGE at -db, libapache2-mod-php5, php5-cgi, php5-pgsql, php5-gd, perl, libdbi-perl, libdbd-pg-perl, debianutils (>= 1.7), debconf (>= 1.0.32) | debconf-2.0, ucf, cronolog, python, ssl-cert, libnusoap-php, libphp-simplepie, php-http, libjs-yui, libjs-scriptaculous, libjs-jquery, libjs-jquery-tipsy, libjs-jquery-ui, libjs-jquery-ui-theme-overcast, ${misc:Depends}
+Depends: @OLDPACKAGE at -common, @OLDPACKAGE at -db-postgresql | @OLDPACKAGE at -db, libapache2-mod-php5, php5-cgi, php5-pgsql, php5-gd, perl, libdbi-perl, libdbd-pg-perl, debianutils (>= 1.7), debconf (>= 1.0.32) | debconf-2.0, ucf, cronolog, python, ssl-cert, libnusoap-php, libphp-simplepie, php-http, libjs-scriptaculous, libjs-jquery, libjs-jquery-tipsy, libjs-jquery-ui, libjs-jquery-ui-theme-overcast, ${misc:Depends}
 Recommends: locales | locales-all
 Provides: @OLDPACKAGE at -web
 Conflicts: @OLDPACKAGE at -web

commit 6d96a13012b455cf9f3a3c83d713b20a06dc1eed
Author: Roland Mas <lolando at debian.org>
Date:   Fri Jan 17 15:00:49 2014 +0100

    Remove gforge theme

diff --git a/src/www/themes/gforge/COPYING b/src/www/themes/gforge/COPYING
deleted file mode 100644
index d159169..0000000
--- a/src/www/themes/gforge/COPYING
+++ /dev/null
@@ -1,339 +0,0 @@
-                    GNU GENERAL PUBLIC LICENSE
-                       Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-                            Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users.  This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it.  (Some other Free Software Foundation software is covered by
-the GNU Lesser General Public License instead.)  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
-  To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have.  You must make sure that they, too, receive or can get the
-source code.  And you must show them these terms so they know their
-rights.
-
-  We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
-  Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software.  If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
-  Finally, any free program is threatened constantly by software
-patents.  We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary.  To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at all.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-                    GNU GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License applies to any program or other work which contains
-a notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License.  The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language.  (Hereinafter, translation is included without limitation in
-the term "modification".)  Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running the Program is not restricted, and the output from the Program
-is covered only if its contents constitute a work based on the
-Program (independent of having been made by running the Program).
-Whether that is true depends on what the Program does.
-
-  1. You may copy and distribute verbatim copies of the Program's
-source code as you receive it, in any medium, provided that you
-conspicuously and appropriately publish on each copy an appropriate
-copyright notice and disclaimer of warranty; keep intact all the
-notices that refer to this License and to the absence of any warranty;
-and give any other recipients of the Program a copy of this License
-along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and
-you may at your option offer warranty protection in exchange for a fee.
-
-  2. You may modify your copy or copies of the Program or any portion
-of it, thus forming a work based on the Program, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) You must cause the modified files to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    b) You must cause any work that you distribute or publish, that in
-    whole or in part contains or is derived from the Program or any
-    part thereof, to be licensed as a whole at no charge to all third
-    parties under the terms of this License.
-
-    c) If the modified program normally reads commands interactively
-    when run, you must cause it, when started running for such
-    interactive use in the most ordinary way, to print or display an
-    announcement including an appropriate copyright notice and a
-    notice that there is no warranty (or else, saying that you provide
-    a warranty) and that users may redistribute the program under
-    these conditions, and telling the user how to view a copy of this
-    License.  (Exception: if the Program itself is interactive but
-    does not normally print such an announcement, your work based on
-    the Program is not required to print an announcement.)
-
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Program,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may copy and distribute the Program (or a work based on it,
-under Section 2) in object code or executable form under the terms of
-Sections 1 and 2 above provided that you also do one of the following:
-
-    a) Accompany it with the complete corresponding machine-readable
-    source code, which must be distributed under the terms of Sections
-    1 and 2 above on a medium customarily used for software interchange; or,
-
-    b) Accompany it with a written offer, valid for at least three
-    years, to give any third party, for a charge no more than your
-    cost of physically performing source distribution, a complete
-    machine-readable copy of the corresponding source code, to be
-    distributed under the terms of Sections 1 and 2 above on a medium
-    customarily used for software interchange; or,
-
-    c) Accompany it with the information you received as to the offer
-    to distribute corresponding source code.  (This alternative is
-    allowed only for noncommercial distribution and only if you
-    received the program in object code or executable form with such
-    an offer, in accord with Subsection b above.)
-
-The source code for a work means the preferred form of the work for
-making modifications to it.  For an executable work, complete source
-code means all the source code for all modules it contains, plus any
-associated interface definition files, plus the scripts used to
-control compilation and installation of the executable.  However, as a
-special exception, the source code distributed need not include
-anything that is normally distributed (in either source or binary
-form) with the major components (compiler, kernel, and so on) of the
-operating system on which the executable runs, unless that component
-itself accompanies the executable.
-
-If distribution of executable or object code is made by offering
-access to copy from a designated place, then offering equivalent
-access to copy the source code from the same place counts as
-distribution of the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-  4. You may not copy, modify, sublicense, or distribute the Program
-except as expressly provided under this License.  Any attempt
-otherwise to copy, modify, sublicense or distribute the Program is
-void, and will automatically terminate your rights under this License.
-However, parties who have received copies, or rights, from you under
-this License will not have their licenses terminated so long as such
-parties remain in full compliance.
-
-  5. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Program or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Program (or any work based on the
-Program), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Program or works based on it.
-
-  6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Program subject to
-these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-
-  7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Program at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Program by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply and the section as a whole is intended to apply in other
-circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system, which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-  8. If the distribution and/or use of the Program is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Program under this License
-may add an explicit geographical distribution limitation excluding
-those countries, so that distribution is permitted only in or among
-countries not thus excluded.  In such case, this License incorporates
-the limitation as if written in the body of this License.
-
-  9. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Program
-specifies a version number of this License which applies to it and "any
-later version", you have the option of following the terms and conditions
-either of that version or of any later version published by the Free
-Software Foundation.  If the Program does not specify a version number of
-this License, you may choose any version ever published by the Free Software
-Foundation.
-
-  10. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the author
-to ask for permission.  For software which is copyrighted by the Free
-Software Foundation, write to the Free Software Foundation; we sometimes
-make exceptions for this.  Our decision will be guided by the two goals
-of preserving the free status of all derivatives of our free software and
-of promoting the sharing and reuse of software generally.
-
-                            NO WARRANTY
-
-  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
-  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
-                     END OF TERMS AND CONDITIONS
-
-            How to Apply These Terms to Your New Programs
-
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License along
-    with this program; if not, write to the Free Software Foundation, Inc.,
-    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program is interactive, make it output a short notice like this
-when it starts in an interactive mode:
-
-    Gnomovision version 69, Copyright (C) year name of author
-    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License.  Of course, the commands you use may
-be called something other than `show w' and `show c'; they could even be
-mouse-clicks or menu items--whatever suits your program.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the program, if
-necessary.  Here is a sample; alter the names:
-
-  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
-  `Gnomovision' (which makes passes at compilers) written by James Hacker.
-
-  <signature of Ty Coon>, 1 April 1989
-  Ty Coon, President of Vice
-
-This General Public License does not permit incorporating your program into
-proprietary programs.  If your program is a subroutine library, you may
-consider it more useful to permit linking proprietary applications with the
-library.  If this is what you want to do, use the GNU Lesser General
-Public License instead of this License.
diff --git a/src/www/themes/gforge/README.txt b/src/www/themes/gforge/README.txt
deleted file mode 100644
index 36ae768..0000000
--- a/src/www/themes/gforge/README.txt
+++ /dev/null
@@ -1,60 +0,0 @@
---------------------------------------------------------------------------------
-                          T h e   S l i Q   T h e m e
---------------------------------------------------------------------------------
-
-About the SliQ Theme:
-=====================
-
-The SliQ (read sleek) theme was created in an attempt to deliver a pleasurable 
-collaboration experience. The work on SliQ hasn't been finished yet, but it is 
-hopefully useful already. We therefore release it. Enjoy!
-
-The SliQ theme is Copyright 2006 (c) SAP (www.sap.com)
-
-The SliQ theme is free software; you can redistribute it and/or modify it under 
-the terms of the GNU General Public License as published by the Free Software 
-Foundation; either version 2 of the License, or (at your option) any later 
-version.
-
-
-Credits:
-========
-
-Author:     Barak Naveh (www.sap.com)
-  
-Design by:  <anon until theme finished>
-
-
-Installation:
-=============
-
-1. Copy the 'sliq' folder to the 'www/themes' folder of your GForge 
-   installation.
-
-2. Login to GForge as a site administrator and use the web interface to register
-   the theme.
-  
-
-Dependencies:
-=============
-
-WARNING: This version of the theme was designed to work with GForge 4.5.11. 
-
-It is hoped that someone will adapt it to run off the svn trunk.
-
-
-Customization:
-==============
-
-You may wish to customize the top left logo. You will find a blank version of 
-the image on which you can put a logo of your choice.
-
-
-History:
-========
-
-ver 0.5.0: 
- - initial public release.
-
-
- 
\ No newline at end of file
diff --git a/src/www/themes/gforge/Theme.class.php b/src/www/themes/gforge/Theme.class.php
deleted file mode 100644
index f45a232..0000000
--- a/src/www/themes/gforge/Theme.class.php
+++ /dev/null
@@ -1,467 +0,0 @@
-<?php
-/**
- * Default Theme
- *
- * Copyright 2010 (c) FusionForge Team
- * Copyright 2010-2011, Alain Peyrat - Alcatel-Lucent
- * Copyright 2011, Franck Villaume - Capgemini
- * Copyright 2011-2013, Franck Villaume - TrivialDev
- * http://fusionforge.org
- *
- * This file is part of FusionForge. FusionForge is free software;
- * you can redistribute it and/or modify it under the terms of the
- * GNU General Public License as published by the Free Software
- * Foundation; either version 2 of the Licence, or (at your option)
- * any later version.
- *
- * FusionForge is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with FusionForge; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- */
-
-require_once $gfwww.'include/Layout.class.php';
-
-define('TOP_TAB_HEIGHT', 30);
-define('BOTTOM_TAB_HEIGHT', 22);
-
-class Theme extends Layout {
-	var $header_displayed = false;
-
-	function Theme() {
-		// Ensure our stylesheets are loaded before the default one (reset first).
-		$this->addStylesheet('/scripts/yui/reset-fonts-grids/reset-fonts-grids.css');
-		$this->addStylesheet('/scripts/yui/base/base-min.css');
-		$this->addStylesheet('/themes/css/fusionforge.css');
-		$this->addStylesheet('/themes/gforge/css/theme.css');
-		$this->addStylesheet('/themes/gforge/css/theme-pages.css');
-
-		// Parent constructor
-		$this->Layout();
-		//$this->doctype = 'strict';
-		$this->themeurl = util_make_url('themes/gforge/');
-		$this->imgbaseurl = $this->themeurl . 'images/';
-		$this->imgroot = $this->imgbaseurl;
-	}
-
-	function bodyHeader($params) {
-		global $user_guide;
-
-		// Don't display the headers twice (when errors for example).
-		if ($this->header_displayed)
-			return;
-		$this->header_displayed=true;
-
-		// The root location for images
-		if (!isset($params['h1']) && isset($params['title'])) {
-			$params['h1'] = util_ifsetor($params['title'], "!! title not set !!");
-		}
-
-		if (!util_ifsetor($params['title'])) {
-			$params['title'] = forge_get_config('forge_name');
-		} else {
-			$params['title'] = $params['title'] . " – " . forge_get_config('forge_name');
-		}
-
-		echo '
-			<table id="header" class="fullwidth">
-				<tr>
-					<td id="header-col1">';
-		echo util_make_link ('/', html_image('header/top-logo.png',192,54,array('alt'=>'FusionForge Home')));
-		echo '</td>
-					<td id="header-col2">';
-		$this->searchBox();
-		echo '
-					</td>
-					<td id="header-col3">
-			';
-		$items = $this->navigation->getUserLinks();
-		for ($j = 0; $j < count($items['titles']); $j++) {
-			$links[] = util_make_link($items['urls'][$j], $items['titles'][$j],
-						array('class'=>'userlink'), true);
-		}
-		echo implode(' | ', $links);
-		plugin_hook('headermenu', $params);
-
-		$this->quickNav();
-		echo '
-					</td>
-				</tr>
-			</table>
-
-			<!-- outer tabs -->
-			';
-                $this->outerTabs($params);
-				echo '<!-- inner tabs -->' . "\n";
-		if (isset($params['group']) && $params['group']) {
-			$this->projectTabs($params['toptab'],$params['group']);
-		}
-		echo '<div id="maindiv">
-';
-//		        echo '<div class="printheader">'. forge_get_config('forge_name') . ' ' . util_make_url('/') .'</div>';
-
-		plugin_hook('message', array());
-
-		if(isset($GLOBALS['error_msg']) && $GLOBALS['error_msg']) {
-			echo $this->error_msg($GLOBALS['error_msg']);
-		}
-		if(isset($GLOBALS['warning_msg']) && $GLOBALS['warning_msg']) {
-			echo $this->warning_msg($GLOBALS['warning_msg']);
-		}
-		if(isset($GLOBALS['feedback']) && $GLOBALS['feedback']) {
-			echo $this->feedback($GLOBALS['feedback']);
-		}
-
-		if (isset($params['h1'])) {
-			echo '<h1>'.$params['h1'].'</h1>';
-		} elseif (isset($params['title'])) {
-			echo '<h1 class="hide">'.$params['title'].'</h1>';
-		}
-		if (isset($params['submenu']))
-			echo $params['submenu'];
-	}
-
-	function bodyFooter($params) {
-		echo '</div><!-- id="maindiv" -->' . "\n";
-	}
-
-	function footer($params) {
-		$this->bodyFooter($params);
-		echo '
-			<!-- PLEASE LEAVE "Powered By FusionForge" on your site -->
-			<div class="align-right">
-                       ' . $this->navigation->getPoweredBy() . '
-			</div>
-                       ' . $this->navigation->getShowSource() . '
-			';
-
-		plugin_hook('webanalytics_url', array());
-
-		echo '
-		</body>
-		</html>
-		';
-	}
-
-	/**
-	 * boxTop() - Top HTML box
-	 *
-	 * @param   string  $title	Box title
-	 * @param   string  $id
-	 * @return string
-	 */
-	function boxTop($title, $id = '') {
-		if ($id) {
-			$id = $this->toSlug($id);
-			$idid = ' id="' . $id . '"';
-			$idtitle = ' id="' . $id . '-title"';
-			$idtcont = ' id="' . $id . '-title-content"';
-			$idcont = ' id="' . $id . '-content"';
-		} else {
-			$idid = "";
-			$idtitle = "";
-			$idtcont = "";
-			$idcont = "";
-		}
-
-		$t_result = '
-		<div' . $idid . ' class="box-surround">
-		<div' . $idtitle . ' class="box-title">
-			<div class="box-title-left">
-				<div class="box-title-right">
-					<h3 class="box-title-content"' . $idtcont . '>'. $title .'</h3>
-				</div> <!-- class="box-title-right" -->
-			</div> <!-- class="box-title-left" -->
-		</div> <!-- class="box-title" -->
-		<div' . $idcont . ' class="box-content">
-		';
-		return $t_result;
-	}
-
-	/**
-	 * boxMiddle() - Middle HTML box
-	 *
-	 * @param   string  $title	Box title
-	 * @param   string  $id
-	 * @return string
-	 */
-	function boxMiddle($title, $id = '') {
-		if ($id) {
-			$id = $this->toSlug($id);
-			$idtitle = ' id="' . $id . '-title"';
-		} else {
-			$idtitle = "";
-		}
-
-		$t_result ='
-			</div> <!-- class="box-content" -->
-		<h3' . $idtitle . ' class="box-middle">'.$title.'</h3>
-		<div class="box-content">
-	';
-		return $t_result;
-	}
-
-	/**
-	 * boxBottom() - Bottom HTML box
-	 *
-	 */
-	function boxBottom() {
-		$t_result='
-                </div> <!-- class="box-content" -->
-            </div> <!-- class="box-surround" -->
-		';
-		return $t_result;
-	}
-
-	/**
-	 * boxGetAltRowStyle() - Get an alternating row style for tables
-	 *
-	 * @param	int	$i	Row number
-	 * @return	string
-	 */
-	function boxGetAltRowStyle($i) {
-		if ($i % 2 == 0) {
-			return 'class="bgcolor-white"';
-		} else {
-			return 'class="bgcolor-grey"';
-		}
-	}
-
-	function tabGenerator($TABS_DIRS, $TABS_TITLES, $TABS_TOOLTIPS, $nested=false,
-						  $selected=false, $sel_tab_bgcolor='WHITE',
-						  $total_width='100%') {
-		$count=count($TABS_DIRS);
-		if ($count < 1) {
-			return '';
-		}
-
-		global $use_tooltips ;
-
-		$return = '
-		<!-- start tabs -->
-		<table class="tabGenerator fullwidth" ';
-
-		if ($total_width != '100%') {
-			$return .= 'style="width:' . $total_width . ';"';
-		}
-		$return .= ">\n";
-		$return .= '<tr>';
-
-/*		$folder = $this->imgurl.($nested ? 'bottomtab-new/' : 'toptab-new/');*/
-
-		$accumulated_width = 0;
-		for ($i=0; $i<$count; $i++) {
-			$tabwidth = intval(ceil(($i+1)*100/$count)) - $accumulated_width ;
-			$accumulated_width += $tabwidth ;
-/*
-			if ($selected == $i) {
-				$left_img   = $folder.'selected-left.gif';
-				$middle_img = $folder.'selected-middle.gif';
-				$right_img  = $folder.'selected-right.gif';
-				$separ_img  = $folder.'selected-separator.gif';
-				$css_class  = $nested ? 'bottomTabSelected' : 'topTabSelected';
-			} else {
-				$left_img   = $folder.'left.gif';
-				$middle_img = $folder.'middle.gif';
-				$right_img  = $folder.'right.gif';
-				$separ_img  = $folder.'separator.gif';
-				$css_class  = $nested ? 'bottomTab' : 'topTab';
-			}
-
-			$clear_img = $this->imgurl.'clear.png';
-*/
-			$return .= "\n";
-
-			// left part
-			$return .= '<td class="tg-left">' . "\n";
-			$return .= '<div';
-			if ($selected == $i) {
-				$return .= ' class="selected"';
-			}
-			$return .= '>';
-			$return .= '<div';
-
-			if ($nested) {
-				$return .= ' class="nested"';
-			}
-			$return .= '>' . "\n";
-			$return .= '</div>';
-			$return .= '</div>' . "\n";
-			$return .= '</td>' . "\n";
-
-			// middle part
-			$return .= '<td class="tg-middle" style="width:'.$tabwidth.'%;">' . "\n";
-			$return .= '<div';
-			if ($selected == $i) {
-				$return .= ' class="selected"';
-			}
-			$return .= '>';
-			$return .= '<div';
-			if ($nested) {
-				$return .= ' class="nested"';
-			}
-			$return .= '>' . "\n";
-			$return .= '<a ';
-			if ($use_tooltips && isset($TABS_TOOLTIPS[$i])) {
-				$return .= ' title="'.$TABS_TOOLTIPS[$i].'"';
-			}
-
-			$return .= ' href="'.$TABS_DIRS[$i].'">'.$TABS_TITLES[$i].'</a>' . "\n";
-			$return .= '</div>';
-			$return .= '</div>' . "\n";
-			$return .= '</td>' . "\n";
-
-			// right part
-			// if the next tab is not selected, close this tab
-			if ($selected != $i+1) {
-				$return .= '<td class="tg-right">' . "\n";
-				$return .= '<div';
-				if ($selected == $i) {
-					$return .= ' class="selected"';
-				}
-				$return .= '>';
-				$return .= '<div';
-				if ($nested) {
-					$return .= ' class="nested"';
-				}
-				$return .= '>' . "\n";
-				$return .= '</div>';
-				$return .= '</div>' . "\n";
-				$return .= '</td>' . "\n";
-			}
-		}
-
-		$return .= '</tr>
-		</table>
-		<!-- end tabs -->';
-
-		return $return;
-	}
-
-	/**
-	 * beginSubMenu() - Opening a submenu.
-	 *
-	 * @return	string	Html to start a submenu.
-	 */
-	function beginSubMenu() {
-		$return = '
-            <p><strong>';
-		return $return;
-	}
-
-	/**
-	 * endSubMenu() - Closing a submenu.
-	 *
-	 * @return	string	Html to end a submenu.
-	 */
-	function endSubMenu() {
-		$return = '</strong></p>';
-		return $return;
-	}
-
-	/**
-	 * printSubMenu() - Takes two array of titles and links and builds the contents of a menu.
-	 *
-	 * @param	array	$title_arr	The array of titles.
-	 * @param	array	$links_arr	The array of title links.
-	 * @param	array	$attr_arr	The array of the html attributes.
-	 * @return	string	Html to build a submenu.
-	 */
-	function printSubMenu($title_arr, $links_arr, $attr_arr) {
-		$count = count($title_arr) - 1;
-		$return = '';
-
-		for ($i = 0; $i < $count; $i++) {
-			$return .= util_make_link($links_arr[$i], $title_arr[$i], @$attr_arr[$i]) . $this->subMenuSeparator();
-		}
-		$return .= util_make_link($links_arr[$i], $title_arr[$i], @$attr_arr[$i]);
-		return $return;
-	}
-
-        /**
-	 * subMenuSeparator() - returns the separator used between submenus
-	 *
-	 * @return	string	Html to build a submenu separator.
-	 */
-	function subMenuSeparator() {
-		return ' | ';
-	}
-
-	/**
-	 * subMenu() - Takes two array of titles and links and build a menu.
-	 *
-	 * @param	array	$title_arr	The array of titles.
-	 * @param	array	$links_arr	The array of title links.
-	 * @param	array	$attr_arr	The array of the html attributes.
-	 * @return	string	Html to build a submenu.
-	 */
-	function subMenu($title_arr, $links_arr, $attr_arr = array()) {
-		$return  = $this->beginSubMenu();
-		$return .= $this->printSubMenu($title_arr, $links_arr, $attr_arr);
-		$return .= $this->endSubMenu();
-		return $return;
-	}
-
-	/**
-	 * multiTableRow() - create a multilevel row in a table
-	 *
-	 * @param	string	$row_attr	the row attributes
-	 * @param	array	$cell_data	the array of cell data, each element is an array,
-	 *					the first item being the text,
-	 *					the subsequent items are attributes (dont include
-	 *					the bgcolor for the title here, that will be
-	 *					handled by $istitle
-	 * @param	bool	$istitle	is this row part of the title ?
-	 * @return	string	Html
-	 *
-	 */
-	function multiTableRow($row_attr, $cell_data, $istitle) {
-		$return= '
-		<tr class="ff" '.$row_attr;
-		if ( $istitle ) {
-			$return .=' align="center"';
-		}
-		$return .= '>';
-		for ( $c = 0; $c < count($cell_data); $c++ ) {
-			$return .='<td class="ff" ';
-			for ( $a=1; $a < count($cell_data[$c]); $a++) {
-				$return .= $cell_data[$c][$a].' ';
-			}
-			$return .= '>';
-			if ( $istitle ) {
-				$return .='<strong>';
-			}
-			$return .= $cell_data[$c][0];
-			if ( $istitle ) {
-				$return .='</strong>';
-			}
-			$return .= '</td>';
-
-		}
-		$return .= '</tr>
-		';
-
-		return $return;
-	}
-
-	/**
-	 * getThemeIdFromName()
-	 *
-	 * @param    string  $dirname	the dirname of the theme
-	 * @return   int	 the theme id
-	 */
-	function getThemeIdFromName($dirname) {
-		$res=db_query_params ('SELECT theme_id FROM themes WHERE dirname=$1',
-					  array($dirname));
-		return db_result($res,0,'theme_id');
-	}
-}
-
-// Local Variables:
-// mode: php
-// c-file-style: "bsd"
-// End:
diff --git a/src/www/themes/gforge/css/theme-pages.css b/src/www/themes/gforge/css/theme-pages.css
deleted file mode 100644
index cca3764..0000000
--- a/src/www/themes/gforge/css/theme-pages.css
+++ /dev/null
@@ -1,223 +0,0 @@
-/*
- * Stylesheet for FusionForge default theme.
- *
- * Copyright 2009 Matthieu FAURE // Open-S: global clean-up
- * Copyright 2010 (c) FusionForge Team
- * http://fusionforge.org
- *
- * This file is part of FusionForge. FusionForge is free software;
- * you can redistribute it and/or modify it under the terms of the
- * GNU General Public License as published by the Free Software
- * Foundation; either version 2 of the Licence, or (at your option)
- * any later version.
- *
- * FusionForge is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with FusionForge; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * CONTENT: all page-related styles
- * ========================================================
- */
-
-/*
- * PAGE: home page
- * ========================================================
- */
-
-/* =bd (main body)
------------------------------------------------ */
-#bd td {
-	vertical-align: top;
-	padding: 5px;
-}
-
-#bd-col1 {
-	width: 65%;
-}
-
-#bd-col2 {
-	width: 35%;
-}
-
-#title-home-page {
-	text-align: center;
-}
-
-#Latest_News h3 {
-	margin-top: 0;
-	margin-bottom: 0;
-	font-weight: bold;
-}
-
-#Latest_News em {
-	padding-left: 1em;
-}
-
-/* remove inherited background-image */
-#title_Features_Boxes {
-	display: none;
-}
-
-#Features_Boxes {
-	background-image: none;
-}
-
-#Features_Boxes #title_Associated_Forges {
-	margin-top: 0;
-}
-
-#Associated_Forges td {
-	padding-right: 1em;
-}
-
-#Associated_Forges .align-right {
-	text-align: right;
-}
-
-#Recently_Registered_Projects td {
-	padding: 0.2em;
-}
-
-#search_associated_forges {
-	float: left;
-	margin-top: 5px;
-	margin-bottom: 5px;
-}
-
-#search_associated_forges_submit {
-	margin-top: 6px;
-	padding-left: 5px;
-}
-
-/*
- * PAGE: project home
- * ========================================================
- */
-#project-summary-and-devs {
-	margin-top: 0.5em;
-}
-
-#file-releases {
-	margin: 0 0.5em;
-}
-
-#latest-major-contributions {
-	margin: 1em 0.5em;
-}
-
-/*
- * PAGE: frs
- * ========================================================
- */
-.frs-table-files {
-	width: 100%;
-	margin: 0 0 2.5em 0;
-}
-
-.frs-table-files th {
-	background: #e8dfd4;
-}
-
-.frs-table-files tr {
-	border-bottom: solid 1px #c9c9c9;
-}
-
-.frs-table-files th,
-.frs-table-files td {
-	vertical-align:middle;
-}
-
-.frs-table-files h3 {
-	margin:0;
-}
-
-#forge-frs .blue-box {
-	padding-top: 2em;
-	padding-bottom: 2em;
-}
-
-#forge-frs h2 {
-	padding-top: 1em;
-}
-
-#forge-frs h3 {
-	font-size: small;
-}
-
-#forge-frs .box-surround {
-	margin: 0 0.5em 0.5em 2em;
-}
-
-#forge-frs .box-content {
-	padding-left: 2em;
-}
-
-#forge-frs .listTable {
-	margin:0;
-}
-
-#forge-frs .listTable td {
-	width: 12%;
-}
-
-/*
- * PAGE: user_home (eg: http://fusionforge/user/<username>)
- * ========================================================
- */
-#user-profile-homepage {
-
-}
-
-/*
- * PAGE: docman (eg: http://fusionforge/docman/?group_id=<id>)
- *
- */
-.docman_h3 {
-}
-
-.docman_h4 {
-	padding: 0;
-	margin: 2px;
-	font-style: italic;
-}
-
-.docman_div_include {
-	border: 1px solid #C2C7D1;
-	padding: 2px;
-	margin-bottom: 5px;
-}
-
-.docmanDivIncluded {
-	font-size: 0.95em;
-}
-
-.docmanSubmitDiv input {
-	margin: 5px;
-}
-
-.docmanDiv {
-	padding-bottom: 5px;
-	font-size: 0.9em;
-}
-
-.docmanDiv table {
-	border: 1px solid #C2C7D1;
-	border-collapse: collapse;
-	text-align: left;
-	vertical-align: middle;
-}
-
-.docmanDiv td, .docmanDiv th {
-	border: 1px solid #C2C7D1;
-	border-collapse: collapse;
-	padding: 3px;
-}
-
-.docman_editfile_nodisplay {
-	display: none;
-}
diff --git a/src/www/themes/gforge/css/theme.css b/src/www/themes/gforge/css/theme.css
deleted file mode 100644
index a12976a..0000000
--- a/src/www/themes/gforge/css/theme.css
+++ /dev/null
@@ -1,345 +0,0 @@
-/* 
- * Default Theme
- *
- * Copyright 2009 Matthieu FAURE // Open-S: global clean-up
- * Copyright 2010 (c) FusionForge Team
- * http://fusionforge.org
- *
- * This file is part of FusionForge. FusionForge is free software;
- * you can redistribute it and/or modify it under the terms of the
- * GNU General Public License as published by the Free Software
- * Foundation; either version 2 of the Licence, or (at your option)
- * any later version.
- *
- * FusionForge is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with FusionForge; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Stylesheet for FusionForge default theme.
- * 
- * CONTENT: all generic styles (not page-related)
- * ========================================================
- */
-
-/* HTML elements */
-body {font-size:85%;font-family:"verdana",sans-serif;color:rgb(68,68,68);background-color:rgb(247,247,247);text-align:left;margin:0; }
-form {margin:0; }
-img {border:0; }
-h1 {margin:0; }
-div#maindiv {margin:1em; }
-
-a {text-decoration:none; color:rgb(1, 73, 144); }
-a:hover {text-decoration: underline; color: rgb(247, 0, 0); }
-a.userlink, #searchBox a {color: white; }
-a.userlink:hover, #searchBox a:hover {text-decoration: underline; color: white;}
-a.userlink:visited, #searchBox a:visited {text-decoration: none; color: white; }
-th, td {text-align:left; border:none; }
-input[type="text"], input[type="password"], textarea {
-	width: auto;
-}
-
-/* =header */
-#header {
-  background: rgb(66, 69, 82) url("../images/header/top-middle.gif") top left repeat-x;
-  font-size:77%;
-  margin: 0;
-}
-#header td {padding:0; }
-#header p,
-#header a {
-  color: white;
-  font-weight: bold;
-}
-#header-col1 {
-  padding:0;	
-} 
-#header-col1 h1 {
-	padding: 0;
-	margin: 0;
-}
-#header-col2 {
-  padding:0;
-  text-align:center;	
-}
-#header-col3 {
-  padding: 0 1em 0 0;
-  text-align:right;
-}
-
-/* =searchBox */
-#searchBox div {
-  text-align:center;
-}
-
-/* =tabGenerator */
-.tabGenerator {font-weight:bold; margin:0; }
-.tabGenerator td {padding:0; }
-.tabGenerator .tg-left div div {
-  background: 0 0 url(/themes/gforge/images/toptab-new/left.gif) no-repeat;
-  display: block;
-  width: 3px;
-  height: 30px;
-}
-.tabGenerator .tg-middle {
-  vertical-align: middle;
-}
-.tabGenerator .tg-middle div div {
-  background: url(/themes/gforge/images/toptab-new/middle.gif);
-  text-align:center;
-  vertical-align: middle;
-  height: 30px;
-}
-.tabGenerator .tg-right div div {
-  background: 0 0 url(/themes/gforge/images/toptab-new/right.gif) no-repeat;
-  display: block;
-  width: 9px;
-  height: 30px;
-}
-
-.tabGenerator .tg-left div div.nested {width:5px; }
-.tabGenerator .tg-right div div.nested {width:2px; }
-.tabGenerator .tg-left div div.nested,
-.tabGenerator .tg-middle div div.nested,
-.tabGenerator .tg-right div div.nested {height: 22px; padding-top:0.5em; }
-
-.tabGenerator .tg-left div.selected div {background-image:url(/themes/gforge/images/toptab-new/selected-left.gif); }
-.tabGenerator .tg-middle div.selected div {background-image: url(/themes/gforge/images/toptab-new/selected-middle.gif); }
-.tabGenerator .tg-right div.selected div {background-image: url(/themes/gforge/images/toptab-new/selected-right.gif)}
-
-.tabGenerator .tg-left div div.nested {background:0 0 url(/themes/gforge/images/bottomtab-new/middle.gif); } 
-.tabGenerator .tg-middle div div.nested {background:url(/themes/gforge/images/bottomtab-new/middle.gif); }
-.tabGenerator .tg-right div div.nested {background: 0 0 url(/themes/gforge/images/bottomtab-new/separator.gif); }
-
-.tabGenerator .tg-left div.selected div.nested {background:0 0 url(/themes/gforge/images/bottomtab-new/selected-middle.gif); }
-.tabGenerator .tg-middle div.selected div.nested{background:url(/themes/gforge/images/bottomtab-new/selected-middle.gif);  }
-.tabGenerator .tg-right div.selected div.nested {background: 0 0 url(/themes/gforge/images/bottomtab-new/selected-separator.gif); }
-
-/* set padding only for non nested tabs */
-.tabGenerator .tg-middle div div a {display:block; padding-top: 0.5em;}
-.tabGenerator .tg-middle div div.nested a {display:inline;}
-
-/* set white color only for nested + selected tab */
-.tabGenerator .tg-middle div div.nested a {color: white;}
-.tabGenerator .tg-middle div.selected div.nested a {color: rgb(1,73,144);;}
-
-/* =tabber */
-.topTab, a.topTab, a.topTab:visited, a.topTab:hover,
-.topTabSelected, a.topTabSelected, a.topTabSelected:visited,
-a.topTabSelected:hover {
-  text-decoration: none;
-  font-weight: bold;
-  color: rgb(68, 68, 68);
-  font-family: arial, helvetica, sans-serif;
-  font-size: 0.9em;
-}
-
-.bottomTab, a.bottomTab, a.bottomTab:visited, a.bottomTab:hover {
-  text-decoration: none;
-  font-weight: bold;
-  color: white;
-  font-family: arial, helvetica, sans-serif;
-  font-size: 0.9em;
-}
-
-.bottomTabSelected, a.bottomTabSelected, a.bottomTabSelected:visited, 
-a.bottomTabSelected:hover {
-  text-decoration: none;
-  font-weight: bold;
-  color: rgb(68, 68, 68);
-  font-family: arial, helvetica, sans-serif;
-  font-size: 0.9em;
-}
-
-.topLeft {
-  vertical-align: top;
-  text-align: left;
-}
-
-.middleRight {
-  vertical-align: middle;
-  text-align: right;
-}
-
-.pane {
-  color: rgb(112, 112, 112);
-  background-color: white;
-}
-
-/*--------------------------------------------------
-  REQUIRED to hide the non-active tab content.
-  But do not hide them in the print stylesheet!
-  --------------------------------------------------*/
-.tabberlive .tabbertabhide {
-  display:none;
-}
-
-/*--------------------------------------------------
-  .tabber = before the tabber interface is set up
-  .tabberlive = after the tabber interface is set up
-  --------------------------------------------------*/
-.tabber {
-}
-.tabberlive {
-  margin-top:1em;
-}
-
-/*--------------------------------------------------
-  ul.tabbernav = the tab navigation list
-  li.tabberactive = the active tab
-  --------------------------------------------------*/
-ul.tabbernav {
-  margin:0;
-  padding: 3px 0;
-  border-bottom: 1px solid #778;
-}
-
-ul.tabbernav li {
-  list-style: none;
-  margin: 0;
-  display: inline;
-}
-
-ul.tabbernav li a {
-  padding: 3px 0.5em;
-  margin-left: 3px;
-  border: 1px solid #778;
-  border-bottom: none;
-  background: #D0D0D0;
-  text-decoration: none;
-}
-
-ul.tabbernav li a:link { color: #333333; }
-ul.tabbernav li a:visited { color: #667; }
-
-ul.tabbernav li a:hover {
-  color: #000;
-  background: #FED620;
-  border-color: #227;
-}
-
-ul.tabbernav li.tabberactive a {
-  background-color: #fff;
-  border-bottom: 1px solid #fff;
-}
-
-ul.tabbernav li.tabberactive a:hover {
-  color: #000;
-  background: white;
-  border-bottom: 1px solid white;
-}
-
-/*--------------------------------------------------
-  .tabbertab = the tab content
-  Add style only after the tabber interface is set up (.tabberlive)
-  --------------------------------------------------*/
-.tabberlive .tabbertab {
-  padding:5px;
-  border:1px solid #aaa;
-  border-top:0;
-}
-
-/* If desired, hide the heading since a heading is provided by the tab */
-.tabberlive .tabbertab h2 {
-  display:none;
-}
-.tabberlive .tabbertab h3 {
-  display:none;
-}
-
-/* Example of using an ID to set different styles for the tabs on the page */
-.tabberlive#tab1 {
-}
-.tabberlive#tab2 {
-}
-.tabberlive#tab2 .tabbertab {
-  height:200px;
-  overflow:auto;
-}
-
-.field-holder {
-  clear: both;
-}
-
-/* Boxes (top / middle / bottom)
------------------------------------------------ */
-.box-surround {
-  margin-bottom: 1em;
-}
-
-.box-title-left {
-  background-image: url(../images/box-topleft.png);
-  background-repeat: no-repeat;
-  background-position: top left;
-}
-
-.box-title-right {
-  background-image: url(../images/box-topright.png);
-  background-repeat: no-repeat;
-  background-position: top right;
-}
-
-.box-title-content {
-  background-image: url(../images/box-grad.png);
-  margin: 0 0.5em;
-  padding: 0.2em 0.1em 0.1em;
-}
-
-.box-content {
-  background-image: url(../images/vert-grad.png);
-  padding: 0.5em;
-}
-
-.box-middle {
-  background-image: url(../images/box-grad.png);
-  margin: 0;
-  padding: 0.2em 0.5em 0.1em;
-}
-
-/* =ft (footer)
------------------------------------------------ */
-#ft {
-  text-align:center;
-}
-
-/* error_msg, warning_msg or feedback function
------------------------------------------------ */
-.error {
-	font-weight: bold;
-	background-color: #ff4940; /* red */
-	border: 2px solid red;
-	padding: 0.5em;
-	border-radius: 3px;
-	-webkit-border-radius: 3px;
-	-moz-border-radius: 3px;
-}
-
-.warning {
-	font-weight: bold;
-	background-color: #ffd297; /* orange */
-	border: 2px solid #ffa500; /* orange */
-	padding: 0.5em;
-	border-radius: 3px;
-	-webkit-border-radius: 3px;
-	-moz-border-radius: 3px;
-}
-
-.feedback {
-	font-weight: bold;
-	background-color: #aef26d; /* green */
-	border: 2px solid green;
-	padding: 0.5em;
-	border-radius: 3px;
-	-webkit-border-radius: 3px;
-	-moz-border-radius: 3px;
-}
-
-/* scm
------------------------------------------------ */
-.scm {
-	width: 99%;
-}
diff --git a/src/www/themes/gforge/images/bgrd_hpage_header.gif b/src/www/themes/gforge/images/bgrd_hpage_header.gif
deleted file mode 100644
index bb4d3e8..0000000
Binary files a/src/www/themes/gforge/images/bgrd_hpage_header.gif and /dev/null differ
diff --git a/src/www/themes/gforge/images/bottomtab-new/middle.gif b/src/www/themes/gforge/images/bottomtab-new/middle.gif
deleted file mode 100644
index 51d6582..0000000
Binary files a/src/www/themes/gforge/images/bottomtab-new/middle.gif and /dev/null differ
diff --git a/src/www/themes/gforge/images/bottomtab-new/selected-middle.gif b/src/www/themes/gforge/images/bottomtab-new/selected-middle.gif
deleted file mode 100644
index a913626..0000000
Binary files a/src/www/themes/gforge/images/bottomtab-new/selected-middle.gif and /dev/null differ
diff --git a/src/www/themes/gforge/images/bottomtab-new/selected-separator.gif b/src/www/themes/gforge/images/bottomtab-new/selected-separator.gif
deleted file mode 100644
index f3a8de3..0000000
Binary files a/src/www/themes/gforge/images/bottomtab-new/selected-separator.gif and /dev/null differ
diff --git a/src/www/themes/gforge/images/bottomtab-new/separator.gif b/src/www/themes/gforge/images/bottomtab-new/separator.gif
deleted file mode 100644
index 806f5a2..0000000
Binary files a/src/www/themes/gforge/images/bottomtab-new/separator.gif and /dev/null differ
diff --git a/src/www/themes/gforge/images/box-grad.png b/src/www/themes/gforge/images/box-grad.png
deleted file mode 100644
index 6a93996..0000000
Binary files a/src/www/themes/gforge/images/box-grad.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/box-topleft.png b/src/www/themes/gforge/images/box-topleft.png
deleted file mode 100644
index 566bb8e..0000000
Binary files a/src/www/themes/gforge/images/box-topleft.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/box-topright.png b/src/www/themes/gforge/images/box-topright.png
deleted file mode 100644
index 30c9f7e..0000000
Binary files a/src/www/themes/gforge/images/box-topright.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/category.png b/src/www/themes/gforge/images/category.png
deleted file mode 100644
index fd2071b..0000000
Binary files a/src/www/themes/gforge/images/category.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/clear.png b/src/www/themes/gforge/images/clear.png
deleted file mode 100644
index e435523..0000000
Binary files a/src/www/themes/gforge/images/clear.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/configure-directory.png b/src/www/themes/gforge/images/docman/configure-directory.png
deleted file mode 100644
index dc28362..0000000
Binary files a/src/www/themes/gforge/images/docman/configure-directory.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/delete-directory.png b/src/www/themes/gforge/images/docman/delete-directory.png
deleted file mode 100644
index 5492295..0000000
Binary files a/src/www/themes/gforge/images/docman/delete-directory.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/directory-with-documents.png b/src/www/themes/gforge/images/docman/directory-with-documents.png
deleted file mode 100644
index 9443cbf..0000000
Binary files a/src/www/themes/gforge/images/docman/directory-with-documents.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/directory.png b/src/www/themes/gforge/images/docman/directory.png
deleted file mode 100644
index d984a13..0000000
Binary files a/src/www/themes/gforge/images/docman/directory.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/document-reserved.png b/src/www/themes/gforge/images/docman/document-reserved.png
deleted file mode 100644
index 31e7570..0000000
Binary files a/src/www/themes/gforge/images/docman/document-reserved.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/download-directory-zip.png b/src/www/themes/gforge/images/docman/download-directory-zip.png
deleted file mode 100644
index 6acc5c9..0000000
Binary files a/src/www/themes/gforge/images/docman/download-directory-zip.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/edit-file.png b/src/www/themes/gforge/images/docman/edit-file.png
deleted file mode 100644
index 8f76c51..0000000
Binary files a/src/www/themes/gforge/images/docman/edit-file.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/edit-forbidden.png b/src/www/themes/gforge/images/docman/edit-forbidden.png
deleted file mode 100644
index d21cc5e..0000000
Binary files a/src/www/themes/gforge/images/docman/edit-forbidden.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/enforce-document.png b/src/www/themes/gforge/images/docman/enforce-document.png
deleted file mode 100644
index 791deb7..0000000
Binary files a/src/www/themes/gforge/images/docman/enforce-document.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/file_type_archive.png b/src/www/themes/gforge/images/docman/file_type_archive.png
deleted file mode 100644
index e6d4ce3..0000000
Binary files a/src/www/themes/gforge/images/docman/file_type_archive.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/file_type_html.png b/src/www/themes/gforge/images/docman/file_type_html.png
deleted file mode 100644
index 6e0a8ce..0000000
Binary files a/src/www/themes/gforge/images/docman/file_type_html.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/file_type_image.png b/src/www/themes/gforge/images/docman/file_type_image.png
deleted file mode 100644
index 7661b45..0000000
Binary files a/src/www/themes/gforge/images/docman/file_type_image.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/file_type_pdf.png b/src/www/themes/gforge/images/docman/file_type_pdf.png
deleted file mode 100644
index 9bc34ff..0000000
Binary files a/src/www/themes/gforge/images/docman/file_type_pdf.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/file_type_plain.png b/src/www/themes/gforge/images/docman/file_type_plain.png
deleted file mode 100644
index adc2883..0000000
Binary files a/src/www/themes/gforge/images/docman/file_type_plain.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/file_type_presentation.png b/src/www/themes/gforge/images/docman/file_type_presentation.png
deleted file mode 100644
index 247d8c8..0000000
Binary files a/src/www/themes/gforge/images/docman/file_type_presentation.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/file_type_sound.png b/src/www/themes/gforge/images/docman/file_type_sound.png
deleted file mode 100644
index eea7265..0000000
Binary files a/src/www/themes/gforge/images/docman/file_type_sound.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/file_type_spreadsheet.png b/src/www/themes/gforge/images/docman/file_type_spreadsheet.png
deleted file mode 100644
index 77e2824..0000000
Binary files a/src/www/themes/gforge/images/docman/file_type_spreadsheet.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/file_type_unknown.png b/src/www/themes/gforge/images/docman/file_type_unknown.png
deleted file mode 100644
index 99bc796..0000000
Binary files a/src/www/themes/gforge/images/docman/file_type_unknown.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/file_type_writer.png b/src/www/themes/gforge/images/docman/file_type_writer.png
deleted file mode 100644
index 50b9d4f..0000000
Binary files a/src/www/themes/gforge/images/docman/file_type_writer.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/image-x-generic.png b/src/www/themes/gforge/images/docman/image-x-generic.png
deleted file mode 100644
index 7661b45..0000000
Binary files a/src/www/themes/gforge/images/docman/image-x-generic.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/insert-directory.png b/src/www/themes/gforge/images/docman/insert-directory.png
deleted file mode 100644
index e8b12fc..0000000
Binary files a/src/www/themes/gforge/images/docman/insert-directory.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/monitor-adddocument.png b/src/www/themes/gforge/images/docman/monitor-adddocument.png
deleted file mode 100644
index 7f1fe19..0000000
Binary files a/src/www/themes/gforge/images/docman/monitor-adddocument.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/monitor-removedocument.png b/src/www/themes/gforge/images/docman/monitor-removedocument.png
deleted file mode 100644
index 68967e3..0000000
Binary files a/src/www/themes/gforge/images/docman/monitor-removedocument.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/new.png b/src/www/themes/gforge/images/docman/new.png
deleted file mode 100644
index 2dc1f23..0000000
Binary files a/src/www/themes/gforge/images/docman/new.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/release-document.png b/src/www/themes/gforge/images/docman/release-document.png
deleted file mode 100644
index 94099bc..0000000
Binary files a/src/www/themes/gforge/images/docman/release-document.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/reserve-document.png b/src/www/themes/gforge/images/docman/reserve-document.png
deleted file mode 100644
index 4eaa0bf..0000000
Binary files a/src/www/themes/gforge/images/docman/reserve-document.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/trash-empty.png b/src/www/themes/gforge/images/docman/trash-empty.png
deleted file mode 100644
index 92a1af6..0000000
Binary files a/src/www/themes/gforge/images/docman/trash-empty.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/trash-forbidden.png b/src/www/themes/gforge/images/docman/trash-forbidden.png
deleted file mode 100644
index 4c90dbe..0000000
Binary files a/src/www/themes/gforge/images/docman/trash-forbidden.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/docman/validate.png b/src/www/themes/gforge/images/docman/validate.png
deleted file mode 100644
index 01334d0..0000000
Binary files a/src/www/themes/gforge/images/docman/validate.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/error.png b/src/www/themes/gforge/images/error.png
deleted file mode 100644
index 296415e..0000000
Binary files a/src/www/themes/gforge/images/error.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/header/top-logo.blank.gif b/src/www/themes/gforge/images/header/top-logo.blank.gif
deleted file mode 100644
index 126ef1c..0000000
Binary files a/src/www/themes/gforge/images/header/top-logo.blank.gif and /dev/null differ
diff --git a/src/www/themes/gforge/images/header/top-logo.png b/src/www/themes/gforge/images/header/top-logo.png
deleted file mode 100644
index c7181cc..0000000
Binary files a/src/www/themes/gforge/images/header/top-logo.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/header/top-middle.gif b/src/www/themes/gforge/images/header/top-middle.gif
deleted file mode 100644
index 8787a50..0000000
Binary files a/src/www/themes/gforge/images/header/top-middle.gif and /dev/null differ
diff --git a/src/www/themes/gforge/images/header/top-right.gif b/src/www/themes/gforge/images/header/top-right.gif
deleted file mode 100644
index d9ae597..0000000
Binary files a/src/www/themes/gforge/images/header/top-right.gif and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/acl_roles20.png b/src/www/themes/gforge/images/ic/acl_roles20.png
deleted file mode 100644
index abab500..0000000
Binary files a/src/www/themes/gforge/images/ic/acl_roles20.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/adddoc12.png b/src/www/themes/gforge/images/ic/adddoc12.png
deleted file mode 100644
index cb7b09d..0000000
Binary files a/src/www/themes/gforge/images/ic/adddoc12.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/btn_down.png b/src/www/themes/gforge/images/ic/btn_down.png
deleted file mode 100644
index 803ca0e..0000000
Binary files a/src/www/themes/gforge/images/ic/btn_down.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/btn_up.png b/src/www/themes/gforge/images/ic/btn_up.png
deleted file mode 100644
index e69729f..0000000
Binary files a/src/www/themes/gforge/images/ic/btn_up.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/caret.png b/src/www/themes/gforge/images/ic/caret.png
deleted file mode 100644
index d13b4b7..0000000
Binary files a/src/www/themes/gforge/images/ic/caret.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/cfolder15.png b/src/www/themes/gforge/images/ic/cfolder15.png
deleted file mode 100644
index ffbed7b..0000000
Binary files a/src/www/themes/gforge/images/ic/cfolder15.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/check.png b/src/www/themes/gforge/images/ic/check.png
deleted file mode 100644
index 172b3ea..0000000
Binary files a/src/www/themes/gforge/images/ic/check.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/close.png b/src/www/themes/gforge/images/ic/close.png
deleted file mode 100644
index eb1b52a..0000000
Binary files a/src/www/themes/gforge/images/ic/close.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/cvs16b.png b/src/www/themes/gforge/images/ic/cvs16b.png
deleted file mode 100644
index c13ac87..0000000
Binary files a/src/www/themes/gforge/images/ic/cvs16b.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/docman16b.png b/src/www/themes/gforge/images/ic/docman16b.png
deleted file mode 100644
index fce5127..0000000
Binary files a/src/www/themes/gforge/images/ic/docman16b.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/file-txt.png b/src/www/themes/gforge/images/ic/file-txt.png
deleted file mode 100644
index 4fc7c83..0000000
Binary files a/src/www/themes/gforge/images/ic/file-txt.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/forum20g.png b/src/www/themes/gforge/images/ic/forum20g.png
deleted file mode 100644
index ef80b4c..0000000
Binary files a/src/www/themes/gforge/images/ic/forum20g.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/forum20w.png b/src/www/themes/gforge/images/ic/forum20w.png
deleted file mode 100644
index ef80b4c..0000000
Binary files a/src/www/themes/gforge/images/ic/forum20w.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/forum_add.gif b/src/www/themes/gforge/images/ic/forum_add.gif
deleted file mode 100644
index ab299d2..0000000
Binary files a/src/www/themes/gforge/images/ic/forum_add.gif and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/forum_delete.gif b/src/www/themes/gforge/images/ic/forum_delete.gif
deleted file mode 100644
index 1153ba5..0000000
Binary files a/src/www/themes/gforge/images/ic/forum_delete.gif and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/forum_edit.gif b/src/www/themes/gforge/images/ic/forum_edit.gif
deleted file mode 100644
index ce64913..0000000
Binary files a/src/www/themes/gforge/images/ic/forum_edit.gif and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/forum_move.gif b/src/www/themes/gforge/images/ic/forum_move.gif
deleted file mode 100644
index ff3553f..0000000
Binary files a/src/www/themes/gforge/images/ic/forum_move.gif and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/ftp16b.png b/src/www/themes/gforge/images/ic/ftp16b.png
deleted file mode 100644
index 3ff20fd..0000000
Binary files a/src/www/themes/gforge/images/ic/ftp16b.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/halfcheck.png b/src/www/themes/gforge/images/ic/halfcheck.png
deleted file mode 100644
index 87ea522..0000000
Binary files a/src/www/themes/gforge/images/ic/halfcheck.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/home16b.png b/src/www/themes/gforge/images/ic/home16b.png
deleted file mode 100644
index b8a3d55..0000000
Binary files a/src/www/themes/gforge/images/ic/home16b.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/index.png b/src/www/themes/gforge/images/ic/index.png
deleted file mode 100644
index 0c13341..0000000
Binary files a/src/www/themes/gforge/images/ic/index.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/mail16b.png b/src/www/themes/gforge/images/ic/mail16b.png
deleted file mode 100644
index 44a5777..0000000
Binary files a/src/www/themes/gforge/images/ic/mail16b.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/mail16d.png b/src/www/themes/gforge/images/ic/mail16d.png
deleted file mode 100644
index 44a5777..0000000
Binary files a/src/www/themes/gforge/images/ic/mail16d.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/mail16w.png b/src/www/themes/gforge/images/ic/mail16w.png
deleted file mode 100644
index 44a5777..0000000
Binary files a/src/www/themes/gforge/images/ic/mail16w.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/manual16c.png b/src/www/themes/gforge/images/ic/manual16c.png
deleted file mode 100644
index e7a98ff..0000000
Binary files a/src/www/themes/gforge/images/ic/manual16c.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/msg.png b/src/www/themes/gforge/images/ic/msg.png
deleted file mode 100644
index 50cbb6b..0000000
Binary files a/src/www/themes/gforge/images/ic/msg.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/ofolder15.png b/src/www/themes/gforge/images/ic/ofolder15.png
deleted file mode 100644
index 31d73a2..0000000
Binary files a/src/www/themes/gforge/images/ic/ofolder15.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/pencil.png b/src/www/themes/gforge/images/ic/pencil.png
deleted file mode 100644
index 5f30313..0000000
Binary files a/src/www/themes/gforge/images/ic/pencil.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/rss.png b/src/www/themes/gforge/images/ic/rss.png
deleted file mode 100644
index 54c2532..0000000
Binary files a/src/www/themes/gforge/images/ic/rss.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/save.png b/src/www/themes/gforge/images/ic/save.png
deleted file mode 100644
index 6a605b9..0000000
Binary files a/src/www/themes/gforge/images/ic/save.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/spinner.gif b/src/www/themes/gforge/images/ic/spinner.gif
deleted file mode 100644
index 0262680..0000000
Binary files a/src/www/themes/gforge/images/ic/spinner.gif and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/survey16b.png b/src/www/themes/gforge/images/ic/survey16b.png
deleted file mode 100644
index 3fd8aad..0000000
Binary files a/src/www/themes/gforge/images/ic/survey16b.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/tag.png b/src/www/themes/gforge/images/ic/tag.png
deleted file mode 100644
index 6bc7ccd..0000000
Binary files a/src/www/themes/gforge/images/ic/tag.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/taskman20g.png b/src/www/themes/gforge/images/ic/taskman20g.png
deleted file mode 100644
index 71a1b1c..0000000
Binary files a/src/www/themes/gforge/images/ic/taskman20g.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/taskman20w.png b/src/www/themes/gforge/images/ic/taskman20w.png
deleted file mode 100644
index 71a1b1c..0000000
Binary files a/src/www/themes/gforge/images/ic/taskman20w.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/ticket-closed.png b/src/www/themes/gforge/images/ic/ticket-closed.png
deleted file mode 100644
index cae36d6..0000000
Binary files a/src/www/themes/gforge/images/ic/ticket-closed.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/ticket-open.png b/src/www/themes/gforge/images/ic/ticket-open.png
deleted file mode 100644
index cc815ef..0000000
Binary files a/src/www/themes/gforge/images/ic/ticket-open.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/toggle_minus.png b/src/www/themes/gforge/images/ic/toggle_minus.png
deleted file mode 100644
index fedd015..0000000
Binary files a/src/www/themes/gforge/images/ic/toggle_minus.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/toggle_plus.png b/src/www/themes/gforge/images/ic/toggle_plus.png
deleted file mode 100644
index 4382f79..0000000
Binary files a/src/www/themes/gforge/images/ic/toggle_plus.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/tracker20g.png b/src/www/themes/gforge/images/ic/tracker20g.png
deleted file mode 100644
index b16cf33..0000000
Binary files a/src/www/themes/gforge/images/ic/tracker20g.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/tracker20w.png b/src/www/themes/gforge/images/ic/tracker20w.png
deleted file mode 100644
index b16cf33..0000000
Binary files a/src/www/themes/gforge/images/ic/tracker20w.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/trash-x.png b/src/www/themes/gforge/images/ic/trash-x.png
deleted file mode 100644
index 0e7e760..0000000
Binary files a/src/www/themes/gforge/images/ic/trash-x.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/trash.png b/src/www/themes/gforge/images/ic/trash.png
deleted file mode 100644
index af10be0..0000000
Binary files a/src/www/themes/gforge/images/ic/trash.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/wiki20g.png b/src/www/themes/gforge/images/ic/wiki20g.png
deleted file mode 100644
index 22408d5..0000000
Binary files a/src/www/themes/gforge/images/ic/wiki20g.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/write16w.png b/src/www/themes/gforge/images/ic/write16w.png
deleted file mode 100644
index 5827767..0000000
Binary files a/src/www/themes/gforge/images/ic/write16w.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/ic/xmail16w.png b/src/www/themes/gforge/images/ic/xmail16w.png
deleted file mode 100644
index 66666a3..0000000
Binary files a/src/www/themes/gforge/images/ic/xmail16w.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/info.png b/src/www/themes/gforge/images/info.png
deleted file mode 100644
index 83de654..0000000
Binary files a/src/www/themes/gforge/images/info.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/layout/2-columns.png b/src/www/themes/gforge/images/layout/2-columns.png
deleted file mode 100644
index aac32da..0000000
Binary files a/src/www/themes/gforge/images/layout/2-columns.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/layout/3-columns.png b/src/www/themes/gforge/images/layout/3-columns.png
deleted file mode 100644
index 437af73..0000000
Binary files a/src/www/themes/gforge/images/layout/3-columns.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/layout/custom.png b/src/www/themes/gforge/images/layout/custom.png
deleted file mode 100644
index 5687c0b..0000000
Binary files a/src/www/themes/gforge/images/layout/custom.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/layout/layouts.xcf b/src/www/themes/gforge/images/layout/layouts.xcf
deleted file mode 100644
index 79989bb..0000000
Binary files a/src/www/themes/gforge/images/layout/layouts.xcf and /dev/null differ
diff --git a/src/www/themes/gforge/images/layout/left.png b/src/www/themes/gforge/images/layout/left.png
deleted file mode 100644
index b8156c8..0000000
Binary files a/src/www/themes/gforge/images/layout/left.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/layout/right.png b/src/www/themes/gforge/images/layout/right.png
deleted file mode 100644
index 6692824..0000000
Binary files a/src/www/themes/gforge/images/layout/right.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/logo200x200.png b/src/www/themes/gforge/images/logo200x200.png
deleted file mode 100644
index 4aa3039..0000000
Binary files a/src/www/themes/gforge/images/logo200x200.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/notes.png b/src/www/themes/gforge/images/notes.png
deleted file mode 100644
index 5794895..0000000
Binary files a/src/www/themes/gforge/images/notes.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/plugin_status_broken.png b/src/www/themes/gforge/images/plugin_status_broken.png
deleted file mode 100644
index ae26773..0000000
Binary files a/src/www/themes/gforge/images/plugin_status_broken.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/plugin_status_valid.png b/src/www/themes/gforge/images/plugin_status_valid.png
deleted file mode 100644
index c64a9c5..0000000
Binary files a/src/www/themes/gforge/images/plugin_status_valid.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/spacer.gif b/src/www/themes/gforge/images/spacer.gif
deleted file mode 100644
index 099c95f..0000000
Binary files a/src/www/themes/gforge/images/spacer.gif and /dev/null differ
diff --git a/src/www/themes/gforge/images/success.png b/src/www/themes/gforge/images/success.png
deleted file mode 100644
index 743ef89..0000000
Binary files a/src/www/themes/gforge/images/success.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/t.png b/src/www/themes/gforge/images/t.png
deleted file mode 100644
index dc59e44..0000000
Binary files a/src/www/themes/gforge/images/t.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/t2.png b/src/www/themes/gforge/images/t2.png
deleted file mode 100644
index f82ab19..0000000
Binary files a/src/www/themes/gforge/images/t2.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/toptab-new/left.gif b/src/www/themes/gforge/images/toptab-new/left.gif
deleted file mode 100644
index e0371d5..0000000
Binary files a/src/www/themes/gforge/images/toptab-new/left.gif and /dev/null differ
diff --git a/src/www/themes/gforge/images/toptab-new/middle.gif b/src/www/themes/gforge/images/toptab-new/middle.gif
deleted file mode 100644
index 77a2f7e..0000000
Binary files a/src/www/themes/gforge/images/toptab-new/middle.gif and /dev/null differ
diff --git a/src/www/themes/gforge/images/toptab-new/right.gif b/src/www/themes/gforge/images/toptab-new/right.gif
deleted file mode 100644
index 7f77d07..0000000
Binary files a/src/www/themes/gforge/images/toptab-new/right.gif and /dev/null differ
diff --git a/src/www/themes/gforge/images/toptab-new/selected-left.gif b/src/www/themes/gforge/images/toptab-new/selected-left.gif
deleted file mode 100644
index 6bc292d..0000000
Binary files a/src/www/themes/gforge/images/toptab-new/selected-left.gif and /dev/null differ
diff --git a/src/www/themes/gforge/images/toptab-new/selected-middle.gif b/src/www/themes/gforge/images/toptab-new/selected-middle.gif
deleted file mode 100644
index 407f3af..0000000
Binary files a/src/www/themes/gforge/images/toptab-new/selected-middle.gif and /dev/null differ
diff --git a/src/www/themes/gforge/images/toptab-new/selected-right.gif b/src/www/themes/gforge/images/toptab-new/selected-right.gif
deleted file mode 100644
index 962e641..0000000
Binary files a/src/www/themes/gforge/images/toptab-new/selected-right.gif and /dev/null differ
diff --git a/src/www/themes/gforge/images/vert-grad.png b/src/www/themes/gforge/images/vert-grad.png
deleted file mode 100644
index 2b8b056..0000000
Binary files a/src/www/themes/gforge/images/vert-grad.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/waiting.png b/src/www/themes/gforge/images/waiting.png
deleted file mode 100644
index 0f13341..0000000
Binary files a/src/www/themes/gforge/images/waiting.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/warning.png b/src/www/themes/gforge/images/warning.png
deleted file mode 100644
index 1c6b8eb..0000000
Binary files a/src/www/themes/gforge/images/warning.png and /dev/null differ
diff --git a/src/www/themes/gforge/images/wgLogo.png b/src/www/themes/gforge/images/wgLogo.png
deleted file mode 100644
index 9ddd279..0000000
Binary files a/src/www/themes/gforge/images/wgLogo.png and /dev/null differ
diff --git a/src/www/themes/gforge/viewvc/help.css b/src/www/themes/gforge/viewvc/help.css
deleted file mode 100644
index 9adde07..0000000
--- a/src/www/themes/gforge/viewvc/help.css
+++ /dev/null
@@ -1,14 +0,0 @@
-/************************************/
-/***  ViewVC Help CSS Stylesheet ***/
-/************************************/
-
-/*** Standard Tags ***/
-body {
-  margin: 0.5em;
-}
-img { border: none; }
-
-table { width: 100%; }
-td { vertical-align: top; }
-
-col.menu { width:12em; }
diff --git a/src/www/themes/gforge/viewvc/help_dirview.html b/src/www/themes/gforge/viewvc/help_dirview.html
deleted file mode 100644
index 1ef0f7a..0000000
--- a/src/www/themes/gforge/viewvc/help_dirview.html
+++ /dev/null
@@ -1,130 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-  <title>ViewVC Help: Directory View</title>
-  <link rel="stylesheet" href="help.css" type="text/css" />
-</head>
-<body>
-  <table>
-    <col class="menu" />
-    <col />
-    <tr>
-      <td><a href="http://viewvc.org/index.html"><img
-	     src="images/logo.png" alt="ViewVC logotype" /></a>
-      </td>
-      <td>
-	<h1>ViewVC Help: Directory View</h1>
-      </td>
-    </tr>
-    <tr><td>
-       <h3>Help</h3>
-       <a href="help_rootview.html">General</a><br />
-       <strong>Directory View</strong><br />
-       <a href="help_log.html">Log View</a><br />
-
-       <h3>Internet</h3>
-       <a href="http://viewvc.org/index.html">Home</a><br />
-       <a href="http://viewvc.org/upgrading.html">Upgrading</a><br />
-       <a href="http://viewvc.org/contributing.html">Contributing</a><br />
-       <a href="http://viewvc.org/license-1.html">License</a><br />
-    </td><td colspan="2">
-
-    <p>The directory listing view should be a familiar sight to any
-    computer user. It shows the path of the current directory being viewed
-    at the top of the page. Below that is a table summarizing the
-    directory contents, and then comes actual contents, a sortable list of
-    all files and subdirectories inside the current directory.</p>
-
-    <p><a name="summary"></a>The summary table is made up of some or all
-    of the following rows:</p>
-    <ul>
-      <li><a name="summary-files-shown"><strong>Files Shown</strong></a>
-      - Number of files shown in the directory listing. This might be less
-      than the actual number of files in the directory if a
-      <a href="#option-search">regular expression search</a> is in place,
-      hiding files which don't meet the search criteria. In CVS directory
-      listings, this row will also have a link to toggle display of
-      <a href="help_rootview.html#dead-files">dead files</a>, if any are
-      present.</li>
-
-      <li><a name="summary-revision"><strong>Directory
-      Revision</strong></a> - For Subversion directories only.
-      Shown as "# of #" where the first number is the most recent
-      repository revision where the directory (or a path underneath it)
-      was modified. The second number is just the latest repository
-      revision. Both numbers are links to
-      <a href="help_rootview.html#view-rev">revision views</a></li>
-
-     <li><a name="summary-sticky-revision-tag"><strong>Sticky
-     Revision/Tag</strong></a> - shows the current
-     <a href="help_rootview.html#sticky-revision-tag">sticky revision or
-     tag</a> and contains form fields to set or clear it.</li>
-
-     <li><a name="summary-search"><strong>Current Search</strong></a> -
-     If a <a href="#option-search">regular expression search</a> is in place,
-     shows the search string.</li>
-
-     <li><a name="summary-query"><strong>Query</strong></a> - Provides
-     a link to a <a href="help_rootview.html#view-query">query form</a>
-     for the directory</li>
-   </ul>
-
-  <p><a name="list"></a>The actual directory list is a table with
-  filenames and directory names in one column and information about the
-  most recent revisions where each file or directory was modified in the
-  other columns. Column headers can be clicked to sort the directory
-  entries in order by a column, and clicked again to reverse the sort
-  order.</p>
-
-  <p>
-  <!-- If using directory.ezt template -->
-  File names are links to <a href="help_log.html">log views</a>
-  showing a list of revisions where a file was modified. Revision
-  numbers are links to either
-  <a href="help_rootview.html#view-markup">view</a>
-  or <a href="help_rootview.html#view-checkout">download</a> a file
-  (depending on its file type). The links are reversed for directories.
-  Directory revision numbers are links to <a href="help_log.html">log
-  views</a>, while directory names are links showing the contents of those
-  directories.
-
-  <!-- If using dir_alt.ezt template -->
-  <!--
-  File and directory names are links to retrieve their contents.
-  File links may be either
-  <a href="help_rootview.html#view-markup">view</a>
-  or <a href="help_rootview.html#view-download">download</a> links
-  depending on the file type. Directory links go to directory
-  listings. Revision numbers are links to <a href="help_log.html">log
-  views</a> showing lists of revisions where a file or directory was
-  modified.
-  -->
-
-  Also, in CVS repositories with the
-  <a href="help_rootview.html#view-graph">graph view</a> enabled, there
-  will be small
-  <img src="images/cvsgraph_16x16.png" width="16" height="16" alt="graph" />
-  icons next to file names which are links to revision graphs.</p>
-
-  <p>Depending on how ViewVC is configured, there may be more options
-  at the bottom of directory pages:</p>
-
-  <ul>
-    <li><a name="option-search"><strong>Regular expression
-    search</strong></a> - If enabled, will show a form field accepting
-    a search string (a
-    <a href="http://doc.python.org/lib/re-syntax.html">python regular
-    expression</a>). Once submitted, only files that have at least
-    one occurance of the expression will show up in directory listings.
-    </li>
-    <li><a name="option-tarball"><strong>Tarball download</strong></a> -
-    If enabled, will show a link to download a gzipped tar archive of
-    the directory contents.</li>
-  </ul>
-
-  </td></tr></table>
-  <hr />
-  <address><a href="mailto:users at viewvc.tigris.org">ViewVC Users Mailinglist</a></address>
-  </body>
-</html>
diff --git a/src/www/themes/gforge/viewvc/help_log.html b/src/www/themes/gforge/viewvc/help_log.html
deleted file mode 100644
index 308c248..0000000
--- a/src/www/themes/gforge/viewvc/help_log.html
+++ /dev/null
@@ -1,75 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-  <title>ViewVC Help: Log View</title>
-  <link rel="stylesheet" href="help.css" type="text/css" />
-  <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-</head>
-<body>
-  <table>
-    <col class="menu" />
-    <col />
-    <tr>
-      <td><a href="http://viewvc.org/index.html"><img
-	     src="images/logo.png" alt="ViewVC logotype" /></a>
-      </td>
-      <td>
-	<h1>ViewVC Help: Log View</h1>
-      </td>
-    </tr>
-    <tr><td>
-       <h3>Help</h3>
-       <a href="help_rootview.html">General</a><br />
-       <a href="help_dirview.html">Directory View</a><br />
-       <strong>Log View</strong><br />
-
-       <h3>Internet</h3>
-       <a href="http://viewvc.org/index.html">Home</a><br />
-       <a href="http://viewvc.org/upgrading.html">Upgrading</a><br />
-       <a href="http://viewvc.org/contributing.html">Contributing</a><br />
-       <a href="http://viewvc.org/license-1.html">License</a><br />
-    </td><td colspan="2">
-    <p>
-      The log view displays the revision history of the selected source
-      file or directory. For each revision the following information is
-      displayed:
-    </p>
-
-      <ul>
-        <li>The revision number. In Subversion repositories, this is a
-            link to the <a href="help_rootview.html#view-rev">revision
-            view</a></li>
-        <li>For files, links to
-        <a href="help_rootview.html#view-markup">view</a>,
-        <a href="help_rootview.html#view-checkout">download</a>, and
-        <a href="help_rootview.html#view-annotate">annotate</a> the
-          revision. For directories, a link to
-        <a href="help_dirview.html">list directory contents</a></li>
-        <li>A link to select the revision for diffs (see below)</li>
-        <li>The date and age of the change</li>
-        <li>The author of the modification</li>
-        <li>The CVS branch (usually <em>MAIN</em>, if not on a branch)</li>
-        <li>Possibly a list of CVS tags bound to the revision (if any)</li>
-        <li>The size of the change measured in added and removed lines of
-            code. (CVS only)</li>
-        <li>The size of the file in bytes at the time of the revision
-            (Subversion only)</li>
-        <li>Links to view diffs to the previous revision or possibly to
-            an arbitrary selected revision (if any, see above)</li>
-        <li>If the revision is the result of a copy, the path and revision
-            copied from</li>
-        <li>If the revision precedes a copy or rename, the path at the
-            time of the revision</li>
-        <li>And last but not least, the commit log message which should tell
-            about the reason for the change.</li>
-      </ul>
-    <p>
-      At the bottom of the page you will find a form which allows
-      to request diffs between arbitrary revisions.
-    </p>
-  </td></tr></table>
-  <hr />
-  <address><a href="mailto:users at viewvc.tigris.org">ViewVC Users Mailinglist</a></address>
-  </body>
-</html>
diff --git a/src/www/themes/gforge/viewvc/help_query.html b/src/www/themes/gforge/viewvc/help_query.html
deleted file mode 100644
index af9657e..0000000
--- a/src/www/themes/gforge/viewvc/help_query.html
+++ /dev/null
@@ -1,67 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-  <title>ViewVC Help: Query The Commit Database</title>
-  <link rel="stylesheet" href="help.css" type="text/css" />
-</head>
-<body>
-<table>
-  <col class="menu" />
-  <col />
-  <tr>
-    <td><a href=".."><img
-        src="images/logo.png" alt="ViewVC logotype" /></a>
-    </td>
-    <td><h1>ViewVC Help: Query The Commit Database</h1></td>
-  </tr>
-  <tr><td>
-     <h3>Other Help:</h3>
-     <a href="help_rootview.html">General</a><br />
-     <a href="help_dirview.html">Directory View</a><br />
-     <a href="help_log.html">Classic Log View</a><br />
-     <a href="help_logtable.html">Alternative Log View</a><br />
-     <strong>Query Database</strong>
-
-     <h3>Internet</h3>
-     <a href="http://viewvc.org/index.html">Home</a><br />
-     <a href="http://viewvc.org/upgrading.html">Upgrading</a><br />
-     <a href="http://viewvc.org/contributing.html">Contributing</a><br />
-     <a href="http://viewvc.org/license-1.html">License</a><br />
-  </td><td colspan="2">
-
-  <p> 
-    Select your parameters for querying the CVS commit database in the
-    form at the top of the page.  You
-    can search for multiple matches by typing a comma-seperated list
-    into the text fields.  Regular expressions, and wildcards are also
-    supported.  Blank text input fields are treated as wildcards.
-  </p>
-  <p>
-    Any of the text entry fields can take a comma-seperated list of
-    search arguments.  For example, to search for all commits from
-    authors <em>jpaint</em> and <em>gstein</em>, just type: <code>jpaint,
-    gstein</code> in the <em>Author</em> input box.  If you are searching
-    for items containing spaces or quotes, you will need to quote your
-    request.  For example, the same search above with quotes is:
-    <code>"jpaint", "gstein"</code>.
-  </p>
-  <p>                           
-    Wildcard and regular expression searches are entered in a similar
-    way to the quoted requests.  You must quote any wildcard or
-    regular expression request, and a command character preceeds the
-    first quote.  The command character <code>l</code>(lowercase L) is for wildcard
-    searches, and the wildcard character is a percent (<code>%</code>).  The
-    command character for regular expressions is <code>r</code>, and is
-    passed directly to MySQL, so you'll need to refer to the MySQL
-    manual for the exact regex syntax.  It is very similar to Perl.  A
-    wildard search for all files with a <em>.py</em> extention is:
-    <code>l"%.py"</code> in the <em>File</em> input box.  The same search done
-    with a regular expression is: <code>r".*\.py"</code>.
-  </p>
-  <p>                  
-    All search types can be mixed, as long as they are seperated by
-    commas.
-  </p>                                                    
-  </td></tr></table>
-</body></html>
diff --git a/src/www/themes/gforge/viewvc/help_rootview.html b/src/www/themes/gforge/viewvc/help_rootview.html
deleted file mode 100644
index 9d53fdf..0000000
--- a/src/www/themes/gforge/viewvc/help_rootview.html
+++ /dev/null
@@ -1,168 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-  <title>ViewVC Help: General</title>
-  <link rel="stylesheet" href="help.css" type="text/css" />
-</head>
-<body>
-  <table>
-    <col class="menu" />
-    <col />
-    <tr>
-      <td><a href=".."><img
-	     src="images/logo.png" alt="ViewVC logotype" /></a>
-      </td>
-      <td>
-	<h1>ViewVC Help: General</h1>
-      </td>
-    </tr>
-    <tr><td>
-       <h3>Help</h3>
-       <strong>General</strong><br />
-       <a href="help_dirview.html">Directory View</a><br />
-       <a href="help_log.html">Log View</a><br />
-
-       <h3>Internet</h3>
-       <a href="http://viewvc.org/index.html">Home</a><br />
-       <a href="http://viewvc.org/upgrading.html">Upgrading</a><br />
-       <a href="http://viewvc.org/contributing.html">Contributing</a><br />
-       <a href="http://viewvc.org/license-1.html">License</a><br />
-    </td><td colspan="2">
-
-  <p><em>ViewVC</em> is a WWW interface for CVS and Subversion
-  repositories. It allows you to browse the files and directories in a
-  repository while showing you metadata from the repository history: log
-  messages, modification dates, author names, revision numbers, copy
-  history, and so on. It provides several different views of repository
-  data to help you find the information you are looking for:</p>
-
-  <ul>
-    <li><a name="view-dir" href="help_dirview.html"><strong>Directory
-    View</strong></a> - Shows a list of files and subdirectories in a
-    directory of the repository, along with metadata like author names and
-    log entries.</li>
-
-    <li><a name="view-log" href="help_log.html"><strong>Log
-    View</strong></a> - Shows a revision by revision list of all the
-    changes that have made to a file or directory in the repository, with
-    metadata and links to views of each revision.</li>
-
-    <li><a name="view-markup"><strong>File Contents View (Markup
-    View)</strong></a> - Shows the contents of a file at a particular
-    revision, with revision information at the top of the page. File
-    revisions which are GIF, PNG, or JPEG images are displayed inline on
-    the page. Other file types are displayed as marked up text. The markup
-    may be limited to turning URLs and email addresses into links, or
-    configured to show colorized source code.</li>
-
-    <li><a name="view-checkout"><strong>File Download (Checkout
-    View)</strong></a> - Retrieves the unaltered contents of a file
-    revision. Browsers may try to display the file, or just save it to
-    disk.</li>
-
-    <li><a name="view-annotate"><strong>File Annotate View</strong></a> -
-    Shows the contents of a file revision and breaks it down line by line,
-    showing the revision number where each one was last modified, along
-    with links and other information. <em>This view is disabled in some
-    ViewVC configurations</em></li>
-
-    <li><a name="view-diff"><strong>File Diff View</strong></a> - Shows
-    the changes made between two revisions of a file</li>
-
-    <li><a name="view-tarball"><strong>Directory Tarball View</strong></a> -
-    Retrieves a gzipped tar archive containing the contents of a
-    directory.<em>This view is disabled in the default ViewVC
-    configuration.</em></li>
-
-    <li><a name="view-query"><strong>Directory Query View</strong></a> -
-    Shows information about changes made to all subdirectories and files
-    under a parent directory, sorted and filtered by criteria you specify.
-    <em>This view is disabled in the default ViewVC configuration.</em>
-    </li>
-
-    <li><a name="view-rev"><strong>Revision View</strong></a> - Shows
-    information about a revision including log message, author, and a list
-    of changed paths. <em>For Subversion repositories only.</em></li>
-
-    <li><a name="view-graph"><strong>Graph View</strong></a> - Shows a
-    graphical representation of a file's revisions and branches complete
-    with tag and author names and links to markup and diff pages.
-    <em>For CVS repositories only, and disabled in the default
-    configuration.</em></li>
-  </ul>
-
-  <h3><a name="multiple-repositories">Multiple Repositories</a></h3>
-
-  <p>A single installation of ViewVC is often used to provide access to
-  more than one repository. In these installations, ViewVC shows a
-  <em>Project Root</em> drop down box in the top right corner of every
-  generated page to allow for quick access to any repository.</p>
-
-  <h3><a name="sticky-revision-tag">Sticky Revision and Tag</a></h3>
-
-  <p>By default, ViewVC will show the files and directories and revisions
-  that currently exist in the repository. But it's also possible to browse
-  the contents of a repository at a point in its past history by choosing
-  a "sticky tag" (in CVS) or a "sticky revision" (in Subversion) from the
-  forms at the top of directory and log pages. They're called sticky
-  because once they're chosen, they stick around when you navigate to
-  other pages, until you reset them. When they're set, directory and log
-  pages only show revisions preceding the specified point in history. In
-  CVS, when a tag refers to a branch or a revision on a branch, only
-  revisions from the branch history are shown, including branch points and
-  their preceding revisions.</p>
-
-  <h3><a name="dead-files">Dead Files</a></h3>
-
-  <p>In CVS directory listings, ViewVC can optionally display dead files.
-  Dead files are files which used to be in a directory but are currently
-  deleted, or files which just don't exist in the currently selected
-  <a href="#sticky-revision-tag">sticky tag</a>. Dead files cannot be
-  shown in Subversion repositories. The only way to see a deleted file in
-  a Subversion directory is to navigate to a sticky revision where the
-  file previously existed.</p>
-
-  <h3><a name="artificial-tags">Artificial Tags</a></h3>
-
-  <p>In CVS Repositories, ViewVC adds artificial tags <em>HEAD</em> and
-  <em>MAIN</em> to tag listings and accepts them in place of revision
-  numbers and real tag names in all URLs. <em>MAIN</em> acts like a branch
-  tag pointing at the default branch, while <em>HEAD</em> acts like a
-  revision tag pointing to the latest revision on the default branch. The
-  default branch is usually just the trunk, but may be set to other
-  branches inside individual repository files. CVS will always check out
-  revisions from a file's default branch when no other branch is specified
-  on the command line.</p>
-
-  <h3><a name="more-information">More Information</a></h3>
-
-  <p>More information about <em>ViewVC</em> is available from
-  <a href="http://viewvc.org/">viewvc.org</a>.
-  See the links below for guides to CVS and Subversion</p>
-
-  <h4>Documentation about CVS</h4>
-  <blockquote>
-    <p>
-      <a href="http://cvsbook.red-bean.com/"><em>Open Source
-      Development with CVS</em></a><br />
-      <a href="http://www.loria.fr/~molli/cvs/doc/cvs_toc.html">CVS
-      User's Guide</a><br />
-      <a href="http://cellworks.washington.edu/pub/docs/cvs/tutorial/cvs_tutorial_1.html">Another CVS tutorial</a><br />
-      <a href="http://www.csc.calpoly.edu/~dbutler/tutorials/winter96/cvs/">Yet another CVS tutorial (a little old, but nice)</a><br />
-      <a href="http://www.cs.utah.edu/dept/old/texinfo/cvs/FAQ.txt">An old but very useful FAQ about CVS</a>
-    </p>
-  </blockquote>
-
-  <h4>Documentation about Subversion</h4>
-  <blockquote>
-    <p>
-      <a href="http://svnbook.red-bean.com/"><em>Version Control with
-      Subversion</em></a></p>
-  </blockquote>
-
-  </td></tr></table>
-  <hr />
-  <address><a href="mailto:users at viewvc.tigris.org">ViewVC Users Mailinglist</a></address>
-  </body>
-</html>
diff --git a/src/www/themes/gforge/viewvc/images/annotate.png b/src/www/themes/gforge/viewvc/images/annotate.png
deleted file mode 100644
index ed2d33b..0000000
Binary files a/src/www/themes/gforge/viewvc/images/annotate.png and /dev/null differ
diff --git a/src/www/themes/gforge/viewvc/images/back.png b/src/www/themes/gforge/viewvc/images/back.png
deleted file mode 100644
index 65f4631..0000000
Binary files a/src/www/themes/gforge/viewvc/images/back.png and /dev/null differ
diff --git a/src/www/themes/gforge/viewvc/images/back_small.png b/src/www/themes/gforge/viewvc/images/back_small.png
deleted file mode 100644
index a057c3f..0000000
Binary files a/src/www/themes/gforge/viewvc/images/back_small.png and /dev/null differ
diff --git a/src/www/themes/gforge/viewvc/images/broken.png b/src/www/themes/gforge/viewvc/images/broken.png
deleted file mode 100644
index cdaf236..0000000
Binary files a/src/www/themes/gforge/viewvc/images/broken.png and /dev/null differ
diff --git a/src/www/themes/gforge/viewvc/images/chalk.jpg b/src/www/themes/gforge/viewvc/images/chalk.jpg
deleted file mode 100644
index 73c9533..0000000
Binary files a/src/www/themes/gforge/viewvc/images/chalk.jpg and /dev/null differ
diff --git a/src/www/themes/gforge/viewvc/images/cvsgraph_16x16.png b/src/www/themes/gforge/viewvc/images/cvsgraph_16x16.png
deleted file mode 100644
index 6f5bece..0000000
Binary files a/src/www/themes/gforge/viewvc/images/cvsgraph_16x16.png and /dev/null differ
diff --git a/src/www/themes/gforge/viewvc/images/cvsgraph_32x32.png b/src/www/themes/gforge/viewvc/images/cvsgraph_32x32.png
deleted file mode 100644
index f1ccc45..0000000
Binary files a/src/www/themes/gforge/viewvc/images/cvsgraph_32x32.png and /dev/null differ
diff --git a/src/www/themes/gforge/viewvc/images/diff.png b/src/www/themes/gforge/viewvc/images/diff.png
deleted file mode 100644
index 9047bfe..0000000
Binary files a/src/www/themes/gforge/viewvc/images/diff.png and /dev/null differ
diff --git a/src/www/themes/gforge/viewvc/images/dir.png b/src/www/themes/gforge/viewvc/images/dir.png
deleted file mode 100644
index a11e7eb..0000000
Binary files a/src/www/themes/gforge/viewvc/images/dir.png and /dev/null differ
diff --git a/src/www/themes/gforge/viewvc/images/down.png b/src/www/themes/gforge/viewvc/images/down.png
deleted file mode 100644
index 5644d63..0000000
Binary files a/src/www/themes/gforge/viewvc/images/down.png and /dev/null differ
diff --git a/src/www/themes/gforge/viewvc/images/download.png b/src/www/themes/gforge/viewvc/images/download.png
deleted file mode 100644
index 0fbfe43..0000000
Binary files a/src/www/themes/gforge/viewvc/images/download.png and /dev/null differ
diff --git a/src/www/themes/gforge/viewvc/images/feed-icon-16x16.jpg b/src/www/themes/gforge/viewvc/images/feed-icon-16x16.jpg
deleted file mode 100644
index 0c72133..0000000
Binary files a/src/www/themes/gforge/viewvc/images/feed-icon-16x16.jpg and /dev/null differ
diff --git a/src/www/themes/gforge/viewvc/images/forward.png b/src/www/themes/gforge/viewvc/images/forward.png
deleted file mode 100644
index d8185ac..0000000
Binary files a/src/www/themes/gforge/viewvc/images/forward.png and /dev/null differ
diff --git a/src/www/themes/gforge/viewvc/images/list.png b/src/www/themes/gforge/viewvc/images/list.png
deleted file mode 100644
index 7995fdd..0000000
Binary files a/src/www/themes/gforge/viewvc/images/list.png and /dev/null differ
diff --git a/src/www/themes/gforge/viewvc/images/log.png b/src/www/themes/gforge/viewvc/images/log.png
deleted file mode 100644
index d2da45b..0000000
Binary files a/src/www/themes/gforge/viewvc/images/log.png and /dev/null differ
diff --git a/src/www/themes/gforge/viewvc/images/logo.png b/src/www/themes/gforge/viewvc/images/logo.png
deleted file mode 100644
index 7794a38..0000000
Binary files a/src/www/themes/gforge/viewvc/images/logo.png and /dev/null differ
diff --git a/src/www/themes/gforge/viewvc/images/text.png b/src/www/themes/gforge/viewvc/images/text.png
deleted file mode 100644
index 6e050cd..0000000
Binary files a/src/www/themes/gforge/viewvc/images/text.png and /dev/null differ
diff --git a/src/www/themes/gforge/viewvc/images/up.png b/src/www/themes/gforge/viewvc/images/up.png
deleted file mode 100644
index 625819f..0000000
Binary files a/src/www/themes/gforge/viewvc/images/up.png and /dev/null differ
diff --git a/src/www/themes/gforge/viewvc/images/view.png b/src/www/themes/gforge/viewvc/images/view.png
deleted file mode 100644
index a168c38..0000000
Binary files a/src/www/themes/gforge/viewvc/images/view.png and /dev/null differ
diff --git a/src/www/themes/gforge/viewvc/styles.css b/src/www/themes/gforge/viewvc/styles.css
deleted file mode 100644
index ee75412..0000000
--- a/src/www/themes/gforge/viewvc/styles.css
+++ /dev/null
@@ -1,213 +0,0 @@
-/*******************************/
-/***  ViewVC CSS Stylesheet ***/
-/*******************************/
-
-/*** Standard Tags ***/
-.scm html, body {
-  color: #000000;
-  background-color: #ffffff;
-}
-
-.scm a:link    { color: #0000ff; }
-.scm a:visited { color: #880088; }
-.scm a:active  { color: #0000ff; }
-
-.scm img { border: none; }
-.scm table {
-  width: 100%;
-  margin: 0; 
-  border: none;
-}
-.scm table.auto {
-  width: auto;
-}
-.scm table.fixed {
-  width: 100%;
-  table-layout: fixed;
-}
-.scm table.fixed td {
-  overflow: hidden;
-  text-overflow: ellipsis;
-  white-space: nowrap;
-}
-.scm tr, .scm td, .scm th { vertical-align: top; }
-.scm form { margin: 0; }
-
-/*** Icons ***/
-.vc_icon {
-  width: 16px;
-  height: 16px;
-  border: none;
-  padding: 0 1px;
-}
-
-
-/*** Navigation Headers ***/
-.vc_navheader {
-  background-color: #cccccc;
-}
-
-
-/*** Table Headers ***/
-.vc_header {
-  text-align: left;
-  vertical-align: top;
-  background-color: #cccccc;
-}
-.vc_header_sort {
-  text-align: left;
-  background-color: #88ff88;
-}
-
-
-/*** Table Rows ***/
-.vc_row_even {
-  background-color: #ffffff;
-}
-.vc_row_odd {
-  background-color: #ccccee;
-}
-
-
-/*** Log messages ***/
-.vc_log {
-  /* unfortunately, white-space: pre-wrap isn't widely supported ... */
-  white-space: -moz-pre-wrap; /* Mozilla based browsers */
-  white-space: -o-pre-wrap;   /* Opera >= 7 */
-  white-space: pre-wrap;      /* CSS3 */
-  word-wrap: break-word;      /* IE 5.5+ */
-}
-
-
-/*** Markup Summary Header ***/
-.vc_summary {
-  background-color: #eeeeee;
-}
-
-/*** Highlight Markup Styles ***/
-#vc_markup .num  { color: #000000; }
-#vc_markup .esc  { color: #bd8d8b; }
-#vc_markup .str  { color: #bd8d8b; }
-#vc_markup .dstr { color: #bd8d8b; }
-#vc_markup .slc  { color: #ac2020; font-style: italic; }
-#vc_markup .com  { color: #ac2020; font-style: italic; }
-#vc_markup .dir  { color: #000000; }
-#vc_markup .sym  { color: #000000; }
-#vc_markup .line { color: #555555; }
-#vc_markup .kwa  { color: #9c20ee; font-weight: bold; }
-#vc_markup .kwb  { color: #208920; }
-#vc_markup .kwc  { color: #0000ff; }
-#vc_markup .kwd  { color: #404040; }
-
-/*** Py2html Markup Styles  ***/
-#vc_markup .PY_STRING     { color: #bd8d8b; }
-#vc_markup .PY_COMMENT    { color: #ac2020; font-style: italic; }
-#vc_markup .PY_KEYWORD    { color: #9c20ee; font-weight: bold; }
-#vc_markup .PY_IDENTIFIER { color: #404040; }
-
-/*** Line numbers outputted by highlight colorizer ***/
-.line {
-  border-right: 1px solid #505050;
-  padding: 1px;
-  background-color: #eeeeee;
-  color: #505050;
-  text-decoration: none;
-  font-weight: normal;
-  font-style: normal;
-}
-
-/*** Diff Styles ***/
-.vc_diff_header {
-  background-color: #ffffff;
-}
-.vc_diff_chunk_header {
-  background-color: #99cccc;
-}
-.vc_diff_chunk_extra {
-  font-size: smaller;
-}
-.vc_diff_empty {
-  background-color: #cccccc;
-  font-family: sans-serif;
-  font-size: smaller;
-}
-.vc_diff_add {
-  background-color: #aaffaa;
-  font-family: sans-serif;
-  font-size: smaller;
-}
-.vc_diff_remove {
-  background-color: #ffaaaa;
-  font-family: sans-serif;
-  font-size: smaller;
-}
-.vc_diff_change {
-  background-color: #ffff77;
-  font-family: sans-serif;
-  font-size: smaller;
-}
-.vc_diff_change_empty {
-  background-color: #eeee77;
-  font-family: sans-serif;
-  font-size: smaller;
-}
-.vc_diff_nochange {
-  font-family: sans-serif;
-  font-size: smaller;
-}
-.vc_raw_diff {
-  background-color: #cccccc;
-  font-size: smaller;
-}
-
-/*** Intraline Diff Styles ***/
-
-.vc_idiff_add {
-  background-color: #aaffaa;
-}
-.vc_idiff_change {
-  background-color:#ffff77;
-}
-.vc_idiff_remove {
-  background-color:#ffaaaa;
-}
-.vc_idiff_empty {
-  background-color:#e0e0e0;
-}
-
-table.vc_idiff col.content { 
-  width: 50%;
-}
-table.vc_idiff tbody {
-  font-family: monospace; 
-  /* unfortunately, white-space: pre-wrap isn't widely supported ... */
-  white-space: -moz-pre-wrap; /* Mozilla based browsers */
-  white-space: -o-pre-wrap;   /* Opera >= 7 */
-  white-space: pre-wrap;      /* CSS3 */
-  word-wrap: break-word;      /* IE 5.5+ */
-}
-table.vc_idiff tbody th {
-  background-color:#e0e0e0;
-  text-align:right;
-}
-
-/*** Annotate Styles ***/
-.vc_blame_line, .vc_blame_author, .vc_blame_rev {
-  font-family: monospace;
-  font-size: smaller;
-  text-align: right;
-  white-space: nowrap;
-  padding-right: 1em;
-}
-.vc_blame_text {
-  font-family: monospace;
-  font-size: smaller;
-  text-align: left;
-  white-space: pre;
-  width: 100%;
-}
-
-/*** Query Form ***/
-.vc_query_form {
-  background-color: #e6e6e6;
-}

commit 8c77258aa9dfeed108dd78b3ffbf5beb16d81b00
Author: Roland Mas <lolando at debian.org>
Date:   Fri Jan 17 15:00:22 2014 +0100

    Set default theme to funky

diff --git a/src/etc/config.ini.d/defaults.ini b/src/etc/config.ini.d/defaults.ini
index 0e1455f..33e1ef3 100644
--- a/src/etc/config.ini.d/defaults.ini
+++ b/src/etc/config.ini.d/defaults.ini
@@ -37,7 +37,7 @@ apache_user = "www-data"
 compression_method = "gzip"
 default_country_code = US
 default_language = English
-default_theme = gforge
+default_theme = funky
 default_timezone = GMT
 default_trove_cat = 18
 force_login = no

commit d0b6309d92d5de804343e9a3bc0b6d4262d01abd
Author: Roland Mas <lolando at debian.org>
Date:   Fri Jan 17 14:59:59 2014 +0100

    Added SQL snippet to migrate users to the funky theme (from gforge)

diff --git a/src/db/20140117-migrate-away-from-gforge-theme.sql b/src/db/20140117-migrate-away-from-gforge-theme.sql
new file mode 100644
index 0000000..3f3f08a
--- /dev/null
+++ b/src/db/20140117-migrate-away-from-gforge-theme.sql
@@ -0,0 +1,2 @@
+UPDATE users SET theme_id=(SELECT theme_id FROM themes WHERE dirname='funky') WHERE theme_id=(SELECT theme_id FROM themes WHERE dirname='gforge');
+DELETE FROM themes WHERE dirname='gforge';

-----------------------------------------------------------------------

Summary of changes:
 src/db/20140117-migrate-away-from-gforge-theme.sql |    2 +
 src/etc/config.ini.d/defaults.ini                  |    2 +-
 src/etc/httpd.conf.d/vhost-main.inc                |    1 -
 src/install/install3                               |    2 +-
 src/packaging/control/030web-apache2               |    2 +-
 src/packaging/install/db-postgresql                |    2 +
 src/vendor/yui/build/base/base-min.css             |    7 -
 src/vendor/yui/build/base/base.css                 |  131 ------
 .../build/reset-fonts-grids/reset-fonts-grids.css  |    7 -
 src/www/themes/gforge/COPYING                      |  339 --------------
 src/www/themes/gforge/README.txt                   |   60 ---
 src/www/themes/gforge/Theme.class.php              |  467 --------------------
 src/www/themes/gforge/css/theme-pages.css          |  223 ----------
 src/www/themes/gforge/css/theme.css                |  345 ---------------
 src/www/themes/gforge/images/bgrd_hpage_header.gif |  Bin 207 -> 0 bytes
 .../themes/gforge/images/bottomtab-new/middle.gif  |  Bin 70 -> 0 bytes
 .../images/bottomtab-new/selected-middle.gif       |  Bin 816 -> 0 bytes
 .../images/bottomtab-new/selected-separator.gif    |  Bin 108 -> 0 bytes
 .../gforge/images/bottomtab-new/separator.gif      |  Bin 108 -> 0 bytes
 src/www/themes/gforge/images/box-grad.png          |  Bin 200 -> 0 bytes
 src/www/themes/gforge/images/box-topleft.png       |  Bin 266 -> 0 bytes
 src/www/themes/gforge/images/box-topright.png      |  Bin 276 -> 0 bytes
 src/www/themes/gforge/images/category.png          |  Bin 3959 -> 0 bytes
 src/www/themes/gforge/images/clear.png             |  Bin 145 -> 0 bytes
 .../gforge/images/docman/configure-directory.png   |  Bin 1380 -> 0 bytes
 .../gforge/images/docman/delete-directory.png      |  Bin 1251 -> 0 bytes
 .../images/docman/directory-with-documents.png     |  Bin 782 -> 0 bytes
 src/www/themes/gforge/images/docman/directory.png  |  Bin 540 -> 0 bytes
 .../gforge/images/docman/document-reserved.png     |  Bin 988 -> 0 bytes
 .../images/docman/download-directory-zip.png       |  Bin 1072 -> 0 bytes
 src/www/themes/gforge/images/docman/edit-file.png  |  Bin 924 -> 0 bytes
 .../themes/gforge/images/docman/edit-forbidden.png |  Bin 888 -> 0 bytes
 .../gforge/images/docman/enforce-document.png      |  Bin 655 -> 0 bytes
 .../gforge/images/docman/file_type_archive.png     |  Bin 1265 -> 0 bytes
 .../themes/gforge/images/docman/file_type_html.png |  Bin 1625 -> 0 bytes
 .../gforge/images/docman/file_type_image.png       |  Bin 1018 -> 0 bytes
 .../themes/gforge/images/docman/file_type_pdf.png  |  Bin 902 -> 0 bytes
 .../gforge/images/docman/file_type_plain.png       |  Bin 1138 -> 0 bytes
 .../images/docman/file_type_presentation.png       |  Bin 1334 -> 0 bytes
 .../gforge/images/docman/file_type_sound.png       |  Bin 986 -> 0 bytes
 .../gforge/images/docman/file_type_spreadsheet.png |  Bin 1242 -> 0 bytes
 .../gforge/images/docman/file_type_unknown.png     |  Bin 2679 -> 0 bytes
 .../gforge/images/docman/file_type_writer.png      |  Bin 1514 -> 0 bytes
 .../gforge/images/docman/image-x-generic.png       |  Bin 1018 -> 0 bytes
 .../gforge/images/docman/insert-directory.png      |  Bin 919 -> 0 bytes
 .../gforge/images/docman/monitor-adddocument.png   |  Bin 1180 -> 0 bytes
 .../images/docman/monitor-removedocument.png       |  Bin 1252 -> 0 bytes
 src/www/themes/gforge/images/docman/new.png        |  Bin 1208 -> 0 bytes
 .../gforge/images/docman/release-document.png      |  Bin 1209 -> 0 bytes
 .../gforge/images/docman/reserve-document.png      |  Bin 1160 -> 0 bytes
 .../themes/gforge/images/docman/trash-empty.png    |  Bin 990 -> 0 bytes
 .../gforge/images/docman/trash-forbidden.png       |  Bin 1255 -> 0 bytes
 src/www/themes/gforge/images/docman/validate.png   |  Bin 2901 -> 0 bytes
 src/www/themes/gforge/images/error.png             |  Bin 4340 -> 0 bytes
 .../themes/gforge/images/header/top-logo.blank.gif |  Bin 2605 -> 0 bytes
 src/www/themes/gforge/images/header/top-logo.png   |  Bin 4165 -> 0 bytes
 src/www/themes/gforge/images/header/top-middle.gif |  Bin 154 -> 0 bytes
 src/www/themes/gforge/images/header/top-right.gif  |  Bin 62 -> 0 bytes
 src/www/themes/gforge/images/ic/acl_roles20.png    |  Bin 1131 -> 0 bytes
 src/www/themes/gforge/images/ic/adddoc12.png       |  Bin 424 -> 0 bytes
 src/www/themes/gforge/images/ic/btn_down.png       |  Bin 164 -> 0 bytes
 src/www/themes/gforge/images/ic/btn_up.png         |  Bin 167 -> 0 bytes
 src/www/themes/gforge/images/ic/caret.png          |  Bin 137 -> 0 bytes
 src/www/themes/gforge/images/ic/cfolder15.png      |  Bin 1035 -> 0 bytes
 src/www/themes/gforge/images/ic/check.png          |  Bin 323 -> 0 bytes
 src/www/themes/gforge/images/ic/close.png          |  Bin 214 -> 0 bytes
 src/www/themes/gforge/images/ic/cvs16b.png         |  Bin 994 -> 0 bytes
 src/www/themes/gforge/images/ic/docman16b.png      |  Bin 852 -> 0 bytes
 src/www/themes/gforge/images/ic/file-txt.png       |  Bin 619 -> 0 bytes
 src/www/themes/gforge/images/ic/forum20g.png       |  Bin 1188 -> 0 bytes
 src/www/themes/gforge/images/ic/forum20w.png       |  Bin 1188 -> 0 bytes
 src/www/themes/gforge/images/ic/forum_add.gif      |  Bin 1190 -> 0 bytes
 src/www/themes/gforge/images/ic/forum_delete.gif   |  Bin 279 -> 0 bytes
 src/www/themes/gforge/images/ic/forum_edit.gif     |  Bin 759 -> 0 bytes
 src/www/themes/gforge/images/ic/forum_move.gif     |  Bin 1297 -> 0 bytes
 src/www/themes/gforge/images/ic/ftp16b.png         |  Bin 526 -> 0 bytes
 src/www/themes/gforge/images/ic/halfcheck.png      |  Bin 226 -> 0 bytes
 src/www/themes/gforge/images/ic/home16b.png        |  Bin 1021 -> 0 bytes
 src/www/themes/gforge/images/ic/index.png          |  Bin 506 -> 0 bytes
 src/www/themes/gforge/images/ic/mail16b.png        |  Bin 643 -> 0 bytes
 src/www/themes/gforge/images/ic/mail16d.png        |  Bin 643 -> 0 bytes
 src/www/themes/gforge/images/ic/mail16w.png        |  Bin 643 -> 0 bytes
 src/www/themes/gforge/images/ic/manual16c.png      |  Bin 610 -> 0 bytes
 src/www/themes/gforge/images/ic/msg.png            |  Bin 264 -> 0 bytes
 src/www/themes/gforge/images/ic/ofolder15.png      |  Bin 447 -> 0 bytes
 src/www/themes/gforge/images/ic/pencil.png         |  Bin 310 -> 0 bytes
 src/www/themes/gforge/images/ic/rss.png            |  Bin 745 -> 0 bytes
 src/www/themes/gforge/images/ic/save.png           |  Bin 823 -> 0 bytes
 src/www/themes/gforge/images/ic/spinner.gif        |  Bin 565 -> 0 bytes
 src/www/themes/gforge/images/ic/survey16b.png      |  Bin 1106 -> 0 bytes
 src/www/themes/gforge/images/ic/tag.png            |  Bin 879 -> 0 bytes
 src/www/themes/gforge/images/ic/taskman20g.png     |  Bin 885 -> 0 bytes
 src/www/themes/gforge/images/ic/taskman20w.png     |  Bin 885 -> 0 bytes
 src/www/themes/gforge/images/ic/ticket-closed.png  |  Bin 1741 -> 0 bytes
 src/www/themes/gforge/images/ic/ticket-open.png    |  Bin 2127 -> 0 bytes
 src/www/themes/gforge/images/ic/toggle_minus.png   |  Bin 216 -> 0 bytes
 src/www/themes/gforge/images/ic/toggle_plus.png    |  Bin 220 -> 0 bytes
 src/www/themes/gforge/images/ic/tracker20g.png     |  Bin 315 -> 0 bytes
 src/www/themes/gforge/images/ic/tracker20w.png     |  Bin 315 -> 0 bytes
 src/www/themes/gforge/images/ic/trash-x.png        |  Bin 767 -> 0 bytes
 src/www/themes/gforge/images/ic/trash.png          |  Bin 778 -> 0 bytes
 src/www/themes/gforge/images/ic/wiki20g.png        |  Bin 988 -> 0 bytes
 src/www/themes/gforge/images/ic/write16w.png       |  Bin 796 -> 0 bytes
 src/www/themes/gforge/images/ic/xmail16w.png       |  Bin 660 -> 0 bytes
 src/www/themes/gforge/images/info.png              |  Bin 4403 -> 0 bytes
 src/www/themes/gforge/images/layout/2-columns.png  |  Bin 1916 -> 0 bytes
 src/www/themes/gforge/images/layout/3-columns.png  |  Bin 1928 -> 0 bytes
 src/www/themes/gforge/images/layout/custom.png     |  Bin 2263 -> 0 bytes
 src/www/themes/gforge/images/layout/layouts.xcf    |  Bin 10974 -> 0 bytes
 src/www/themes/gforge/images/layout/left.png       |  Bin 1915 -> 0 bytes
 src/www/themes/gforge/images/layout/right.png      |  Bin 1919 -> 0 bytes
 src/www/themes/gforge/images/logo200x200.png       |  Bin 11679 -> 0 bytes
 src/www/themes/gforge/images/notes.png             |  Bin 622 -> 0 bytes
 .../themes/gforge/images/plugin_status_broken.png  |  Bin 40157 -> 0 bytes
 .../themes/gforge/images/plugin_status_valid.png   |  Bin 15069 -> 0 bytes
 src/www/themes/gforge/images/spacer.gif            |  Bin 49 -> 0 bytes
 src/www/themes/gforge/images/success.png           |  Bin 4447 -> 0 bytes
 src/www/themes/gforge/images/t.png                 |  Bin 176 -> 0 bytes
 src/www/themes/gforge/images/t2.png                |  Bin 180 -> 0 bytes
 src/www/themes/gforge/images/toptab-new/left.gif   |  Bin 854 -> 0 bytes
 src/www/themes/gforge/images/toptab-new/middle.gif |  Bin 104 -> 0 bytes
 src/www/themes/gforge/images/toptab-new/right.gif  |  Bin 417 -> 0 bytes
 .../gforge/images/toptab-new/selected-left.gif     |  Bin 88 -> 0 bytes
 .../gforge/images/toptab-new/selected-middle.gif   |  Bin 154 -> 0 bytes
 .../gforge/images/toptab-new/selected-right.gif    |  Bin 639 -> 0 bytes
 src/www/themes/gforge/images/vert-grad.png         |  Bin 249 -> 0 bytes
 src/www/themes/gforge/images/waiting.png           |  Bin 18514 -> 0 bytes
 src/www/themes/gforge/images/warning.png           |  Bin 4567 -> 0 bytes
 src/www/themes/gforge/images/wgLogo.png            |  Bin 17977 -> 0 bytes
 src/www/themes/gforge/viewvc/help.css              |   14 -
 src/www/themes/gforge/viewvc/help_dirview.html     |  130 ------
 src/www/themes/gforge/viewvc/help_log.html         |   75 ----
 src/www/themes/gforge/viewvc/help_query.html       |   67 ---
 src/www/themes/gforge/viewvc/help_rootview.html    |  168 -------
 src/www/themes/gforge/viewvc/images/annotate.png   |  Bin 764 -> 0 bytes
 src/www/themes/gforge/viewvc/images/back.png       |  Bin 337 -> 0 bytes
 src/www/themes/gforge/viewvc/images/back_small.png |  Bin 205 -> 0 bytes
 src/www/themes/gforge/viewvc/images/broken.png     |  Bin 247 -> 0 bytes
 src/www/themes/gforge/viewvc/images/chalk.jpg      |  Bin 755 -> 0 bytes
 .../themes/gforge/viewvc/images/cvsgraph_16x16.png |  Bin 162 -> 0 bytes
 .../themes/gforge/viewvc/images/cvsgraph_32x32.png |  Bin 219 -> 0 bytes
 src/www/themes/gforge/viewvc/images/diff.png       |  Bin 240 -> 0 bytes
 src/www/themes/gforge/viewvc/images/dir.png        |  Bin 228 -> 0 bytes
 src/www/themes/gforge/viewvc/images/down.png       |  Bin 167 -> 0 bytes
 src/www/themes/gforge/viewvc/images/download.png   |  Bin 295 -> 0 bytes
 .../gforge/viewvc/images/feed-icon-16x16.jpg       |  Bin 1004 -> 0 bytes
 src/www/themes/gforge/viewvc/images/forward.png    |  Bin 338 -> 0 bytes
 src/www/themes/gforge/viewvc/images/list.png       |  Bin 467 -> 0 bytes
 src/www/themes/gforge/viewvc/images/log.png        |  Bin 428 -> 0 bytes
 src/www/themes/gforge/viewvc/images/logo.png       |  Bin 6079 -> 0 bytes
 src/www/themes/gforge/viewvc/images/text.png       |  Bin 226 -> 0 bytes
 src/www/themes/gforge/viewvc/images/up.png         |  Bin 168 -> 0 bytes
 src/www/themes/gforge/viewvc/images/view.png       |  Bin 186 -> 0 bytes
 src/www/themes/gforge/viewvc/styles.css            |  213 ---------
 154 files changed, 7 insertions(+), 2250 deletions(-)
 create mode 100644 src/db/20140117-migrate-away-from-gforge-theme.sql
 delete mode 100644 src/vendor/yui/build/base/base-min.css
 delete mode 100644 src/vendor/yui/build/base/base.css
 delete mode 100644 src/vendor/yui/build/reset-fonts-grids/reset-fonts-grids.css
 delete mode 100644 src/www/themes/gforge/COPYING
 delete mode 100644 src/www/themes/gforge/README.txt
 delete mode 100644 src/www/themes/gforge/Theme.class.php
 delete mode 100644 src/www/themes/gforge/css/theme-pages.css
 delete mode 100644 src/www/themes/gforge/css/theme.css
 delete mode 100644 src/www/themes/gforge/images/bgrd_hpage_header.gif
 delete mode 100644 src/www/themes/gforge/images/bottomtab-new/middle.gif
 delete mode 100644 src/www/themes/gforge/images/bottomtab-new/selected-middle.gif
 delete mode 100644 src/www/themes/gforge/images/bottomtab-new/selected-separator.gif
 delete mode 100644 src/www/themes/gforge/images/bottomtab-new/separator.gif
 delete mode 100644 src/www/themes/gforge/images/box-grad.png
 delete mode 100644 src/www/themes/gforge/images/box-topleft.png
 delete mode 100644 src/www/themes/gforge/images/box-topright.png
 delete mode 100644 src/www/themes/gforge/images/category.png
 delete mode 100644 src/www/themes/gforge/images/clear.png
 delete mode 100644 src/www/themes/gforge/images/docman/configure-directory.png
 delete mode 100644 src/www/themes/gforge/images/docman/delete-directory.png
 delete mode 100644 src/www/themes/gforge/images/docman/directory-with-documents.png
 delete mode 100644 src/www/themes/gforge/images/docman/directory.png
 delete mode 100644 src/www/themes/gforge/images/docman/document-reserved.png
 delete mode 100644 src/www/themes/gforge/images/docman/download-directory-zip.png
 delete mode 100644 src/www/themes/gforge/images/docman/edit-file.png
 delete mode 100644 src/www/themes/gforge/images/docman/edit-forbidden.png
 delete mode 100644 src/www/themes/gforge/images/docman/enforce-document.png
 delete mode 100644 src/www/themes/gforge/images/docman/file_type_archive.png
 delete mode 100644 src/www/themes/gforge/images/docman/file_type_html.png
 delete mode 100644 src/www/themes/gforge/images/docman/file_type_image.png
 delete mode 100644 src/www/themes/gforge/images/docman/file_type_pdf.png
 delete mode 100644 src/www/themes/gforge/images/docman/file_type_plain.png
 delete mode 100644 src/www/themes/gforge/images/docman/file_type_presentation.png
 delete mode 100644 src/www/themes/gforge/images/docman/file_type_sound.png
 delete mode 100644 src/www/themes/gforge/images/docman/file_type_spreadsheet.png
 delete mode 100644 src/www/themes/gforge/images/docman/file_type_unknown.png
 delete mode 100644 src/www/themes/gforge/images/docman/file_type_writer.png
 delete mode 100644 src/www/themes/gforge/images/docman/image-x-generic.png
 delete mode 100644 src/www/themes/gforge/images/docman/insert-directory.png
 delete mode 100644 src/www/themes/gforge/images/docman/monitor-adddocument.png
 delete mode 100644 src/www/themes/gforge/images/docman/monitor-removedocument.png
 delete mode 100644 src/www/themes/gforge/images/docman/new.png
 delete mode 100644 src/www/themes/gforge/images/docman/release-document.png
 delete mode 100644 src/www/themes/gforge/images/docman/reserve-document.png
 delete mode 100644 src/www/themes/gforge/images/docman/trash-empty.png
 delete mode 100644 src/www/themes/gforge/images/docman/trash-forbidden.png
 delete mode 100644 src/www/themes/gforge/images/docman/validate.png
 delete mode 100644 src/www/themes/gforge/images/error.png
 delete mode 100644 src/www/themes/gforge/images/header/top-logo.blank.gif
 delete mode 100644 src/www/themes/gforge/images/header/top-logo.png
 delete mode 100644 src/www/themes/gforge/images/header/top-middle.gif
 delete mode 100644 src/www/themes/gforge/images/header/top-right.gif
 delete mode 100644 src/www/themes/gforge/images/ic/acl_roles20.png
 delete mode 100644 src/www/themes/gforge/images/ic/adddoc12.png
 delete mode 100644 src/www/themes/gforge/images/ic/btn_down.png
 delete mode 100644 src/www/themes/gforge/images/ic/btn_up.png
 delete mode 100644 src/www/themes/gforge/images/ic/caret.png
 delete mode 100644 src/www/themes/gforge/images/ic/cfolder15.png
 delete mode 100644 src/www/themes/gforge/images/ic/check.png
 delete mode 100644 src/www/themes/gforge/images/ic/close.png
 delete mode 100644 src/www/themes/gforge/images/ic/cvs16b.png
 delete mode 100644 src/www/themes/gforge/images/ic/docman16b.png
 delete mode 100644 src/www/themes/gforge/images/ic/file-txt.png
 delete mode 100644 src/www/themes/gforge/images/ic/forum20g.png
 delete mode 100644 src/www/themes/gforge/images/ic/forum20w.png
 delete mode 100644 src/www/themes/gforge/images/ic/forum_add.gif
 delete mode 100644 src/www/themes/gforge/images/ic/forum_delete.gif
 delete mode 100644 src/www/themes/gforge/images/ic/forum_edit.gif
 delete mode 100644 src/www/themes/gforge/images/ic/forum_move.gif
 delete mode 100644 src/www/themes/gforge/images/ic/ftp16b.png
 delete mode 100644 src/www/themes/gforge/images/ic/halfcheck.png
 delete mode 100644 src/www/themes/gforge/images/ic/home16b.png
 delete mode 100644 src/www/themes/gforge/images/ic/index.png
 delete mode 100644 src/www/themes/gforge/images/ic/mail16b.png
 delete mode 100644 src/www/themes/gforge/images/ic/mail16d.png
 delete mode 100644 src/www/themes/gforge/images/ic/mail16w.png
 delete mode 100644 src/www/themes/gforge/images/ic/manual16c.png
 delete mode 100644 src/www/themes/gforge/images/ic/msg.png
 delete mode 100644 src/www/themes/gforge/images/ic/ofolder15.png
 delete mode 100644 src/www/themes/gforge/images/ic/pencil.png
 delete mode 100644 src/www/themes/gforge/images/ic/rss.png
 delete mode 100644 src/www/themes/gforge/images/ic/save.png
 delete mode 100644 src/www/themes/gforge/images/ic/spinner.gif
 delete mode 100644 src/www/themes/gforge/images/ic/survey16b.png
 delete mode 100644 src/www/themes/gforge/images/ic/tag.png
 delete mode 100644 src/www/themes/gforge/images/ic/taskman20g.png
 delete mode 100644 src/www/themes/gforge/images/ic/taskman20w.png
 delete mode 100644 src/www/themes/gforge/images/ic/ticket-closed.png
 delete mode 100644 src/www/themes/gforge/images/ic/ticket-open.png
 delete mode 100644 src/www/themes/gforge/images/ic/toggle_minus.png
 delete mode 100644 src/www/themes/gforge/images/ic/toggle_plus.png
 delete mode 100644 src/www/themes/gforge/images/ic/tracker20g.png
 delete mode 100644 src/www/themes/gforge/images/ic/tracker20w.png
 delete mode 100644 src/www/themes/gforge/images/ic/trash-x.png
 delete mode 100644 src/www/themes/gforge/images/ic/trash.png
 delete mode 100644 src/www/themes/gforge/images/ic/wiki20g.png
 delete mode 100644 src/www/themes/gforge/images/ic/write16w.png
 delete mode 100644 src/www/themes/gforge/images/ic/xmail16w.png
 delete mode 100644 src/www/themes/gforge/images/info.png
 delete mode 100644 src/www/themes/gforge/images/layout/2-columns.png
 delete mode 100644 src/www/themes/gforge/images/layout/3-columns.png
 delete mode 100644 src/www/themes/gforge/images/layout/custom.png
 delete mode 100644 src/www/themes/gforge/images/layout/layouts.xcf
 delete mode 100644 src/www/themes/gforge/images/layout/left.png
 delete mode 100644 src/www/themes/gforge/images/layout/right.png
 delete mode 100644 src/www/themes/gforge/images/logo200x200.png
 delete mode 100644 src/www/themes/gforge/images/notes.png
 delete mode 100644 src/www/themes/gforge/images/plugin_status_broken.png
 delete mode 100644 src/www/themes/gforge/images/plugin_status_valid.png
 delete mode 100644 src/www/themes/gforge/images/spacer.gif
 delete mode 100644 src/www/themes/gforge/images/success.png
 delete mode 100644 src/www/themes/gforge/images/t.png
 delete mode 100644 src/www/themes/gforge/images/t2.png
 delete mode 100644 src/www/themes/gforge/images/toptab-new/left.gif
 delete mode 100644 src/www/themes/gforge/images/toptab-new/middle.gif
 delete mode 100644 src/www/themes/gforge/images/toptab-new/right.gif
 delete mode 100644 src/www/themes/gforge/images/toptab-new/selected-left.gif
 delete mode 100644 src/www/themes/gforge/images/toptab-new/selected-middle.gif
 delete mode 100644 src/www/themes/gforge/images/toptab-new/selected-right.gif
 delete mode 100644 src/www/themes/gforge/images/vert-grad.png
 delete mode 100644 src/www/themes/gforge/images/waiting.png
 delete mode 100644 src/www/themes/gforge/images/warning.png
 delete mode 100644 src/www/themes/gforge/images/wgLogo.png
 delete mode 100644 src/www/themes/gforge/viewvc/help.css
 delete mode 100644 src/www/themes/gforge/viewvc/help_dirview.html
 delete mode 100644 src/www/themes/gforge/viewvc/help_log.html
 delete mode 100644 src/www/themes/gforge/viewvc/help_query.html
 delete mode 100644 src/www/themes/gforge/viewvc/help_rootview.html
 delete mode 100644 src/www/themes/gforge/viewvc/images/annotate.png
 delete mode 100644 src/www/themes/gforge/viewvc/images/back.png
 delete mode 100644 src/www/themes/gforge/viewvc/images/back_small.png
 delete mode 100644 src/www/themes/gforge/viewvc/images/broken.png
 delete mode 100644 src/www/themes/gforge/viewvc/images/chalk.jpg
 delete mode 100644 src/www/themes/gforge/viewvc/images/cvsgraph_16x16.png
 delete mode 100644 src/www/themes/gforge/viewvc/images/cvsgraph_32x32.png
 delete mode 100644 src/www/themes/gforge/viewvc/images/diff.png
 delete mode 100644 src/www/themes/gforge/viewvc/images/dir.png
 delete mode 100644 src/www/themes/gforge/viewvc/images/down.png
 delete mode 100644 src/www/themes/gforge/viewvc/images/download.png
 delete mode 100644 src/www/themes/gforge/viewvc/images/feed-icon-16x16.jpg
 delete mode 100644 src/www/themes/gforge/viewvc/images/forward.png
 delete mode 100644 src/www/themes/gforge/viewvc/images/list.png
 delete mode 100644 src/www/themes/gforge/viewvc/images/log.png
 delete mode 100644 src/www/themes/gforge/viewvc/images/logo.png
 delete mode 100644 src/www/themes/gforge/viewvc/images/text.png
 delete mode 100644 src/www/themes/gforge/viewvc/images/up.png
 delete mode 100644 src/www/themes/gforge/viewvc/images/view.png
 delete mode 100644 src/www/themes/gforge/viewvc/styles.css


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list