Commit fa2575d7 authored by myk%mozilla.org's avatar myk%mozilla.org

Clean-up patch for bug 72837: uses /usr/bin/perl instead of…

Clean-up patch for bug 72837: uses /usr/bin/perl instead of /usr/bonsaitools/bin/perl and adds message about these interfaces being experimental. r=gerv a=myk
parent 418499db
#!/usr/bonsaitools/bin/perl -w #!/usr/bin/perl -wT
# -*- Mode: perl; indent-tabs-mode: nil -*- # -*- Mode: perl; indent-tabs-mode: nil -*-
# #
# The contents of this file are subject to the Mozilla Public # The contents of this file are subject to the Mozilla Public
...@@ -30,6 +30,7 @@ use diagnostics; ...@@ -30,6 +30,7 @@ use diagnostics;
use strict; use strict;
# Include the Bugzilla CGI and general utility library. # Include the Bugzilla CGI and general utility library.
use lib qw(.);
require "CGI.pl"; require "CGI.pl";
# Connect to the database so we can check whether the user is a member # Connect to the database so we can check whether the user is a member
......
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
// This file contains the installation specific values for QuickSearch // This file contains the installation specific values for QuickSearch
// and other Bugzilla clients. See quicksearch.js for more details. // and other Bugzilla clients. See quicksearch.js for more details.
// //
// Note: this interface is experimental and under development.
// We may and probably will make breaking changes to it in the future.
// the global bugzilla url // the global bugzilla url
var installation = { var installation = {
......
...@@ -20,6 +20,9 @@ ...@@ -20,6 +20,9 @@
#%] #%]
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- Note: this interface is experimental and under development.
- We may and probably will make breaking changes to it in the future. -->
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:bz="http://www.bugzilla.org/rdf#"> xmlns:bz="http://www.bugzilla.org/rdf#">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment