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, 6.0 has been updated
via 5426ccaddd7fdf7de5bdda93719c6dc6f2d96f89 (commit)
from 7128c3a3a046f1b1f55a31c8b37bdf9ed0532afe (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=5426ccaddd7fdf7de5bdda93719c6dc6f2d96f89
commit 5426ccaddd7fdf7de5bdda93719c6dc6f2d96f89
Author: Franck Villaume <[email protected]>
Date: Thu Jan 28 22:39:14 2016 +0100
add missing licence
diff --git a/src/www/export/rss20_projects.php
b/src/www/export/rss20_projects.php
index 923db1e..9274343 100644
--- a/src/www/export/rss20_projects.php
+++ b/src/www/export/rss20_projects.php
@@ -1,7 +1,24 @@
<?php
-// export projects list in RSS 2.0
-// Author: Scott Grayban <[email protected]>
-//
+/**
+ * FusionForge export projects list in RSS 2.0
+ * Copyright Scott Grayban <[email protected]>
+ * 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 '../env.inc.php';
require_once $gfcommon.'include/pre.php';
@@ -14,10 +31,10 @@ print '<?xml version="1.0" encoding="UTF-8"?>
$limit = getIntFromRequest('limit', 10);
-$res = db_query_params ('SELECT
group_id,group_name,unix_group_name,homepage,short_description,register_time
FROM groups WHERE status=$1 ORDER BY group_id',
+$res = db_query_params('SELECT
group_id,group_name,unix_group_name,homepage,short_description,register_time
FROM groups WHERE status=$1 ORDER BY group_id',
array ('A'),
$limit);
-rss_dump_project_result_set($res,forge_get_config ('forge_name').' Full
Project Listing');
+rss_dump_project_result_set($res,forge_get_config ('forge_name')._(':
')._('Full Project Listing'));
?>
</rss>
-----------------------------------------------------------------------
Summary of changes:
src/www/export/rss20_projects.php | 27 ++++++++++++++++++++++-----
1 file changed, 22 insertions(+), 5 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits