gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/common/include constants.php,1.5,1.6


From: gsmet
Subject: [Gforge-commits] gforge/common/include constants.php,1.5,1.6
Date: Sat, 16 Oct 2004 11:31:20 -0500

Update of /cvsroot/gforge/gforge/common/include
In directory db.perdue.net:/tmp/cvs-serv25304/common/include

Modified Files:
        constants.php 
Log Message:
Search engine reorganisation

Index: constants.php
===================================================================
RCS file: /cvsroot/gforge/gforge/common/include/constants.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- constants.php       12 Oct 2004 22:05:14 -0000      1.5
+++ constants.php       16 Oct 2004 16:31:17 -0000      1.6
@@ -17,6 +17,14 @@
 define('SEARCH__DEFAULT_ROWS_PER_PAGE', 25);
 define('SEARCH__ALL_SECTIONS', 'all');
 
+define('SEARCH__PARAMETER_GROUP_ID', 'group_id');
+define('SEARCH__PARAMETER_ARTIFACT_ID', 'atid');
+define('SEARCH__PARAMETER_FORUM_ID', 'forum_id');
+define('SEARCH__PARAMETER_GROUP_PROJECT_ID', 'group_project_id');
+
+define('SEARCH__OUTPUT_RSS', 'rss');
+define('SEARCH__OUTPUT_HTML', 'html');
+
 /* Mailing lists */
 
 define('MAIL__MAILING_LIST_IS_PRIVATE', '0');





reply via email to

[Prev in Thread] Current Thread [Next in Thread]