Commit 9bd686c2 authored by Project Open's avatar Project Open

- http -> https

parent a6e37cb4
This diff is collapsed.
<?xml version="1.0"?>
<!-- Generated by the OpenACS Package Manager -->
<package key="bug-tracker" url="http://openacs.org/repository/apm/packages/bug-tracker" type="apm_application">
<package key="bug-tracker" url="https://openacs.org/repository/apm/packages/bug-tracker" type="apm_application">
<license>GPL V2.0 or any later version</license>
<package-name>Bug Tracker</package-name>
<pretty-plural>Bug Trackers</pretty-plural>
......@@ -9,7 +9,7 @@
<singleton-p>f</singleton-p>
<auto-mount>bug-tracker</auto-mount>
<version name="1.4d3" url="http://openacs.org/repository/download/apm/bug-tracker-1.4d3.apm">
<version name="1.4d3" url="https://openacs.org/repository/download/apm/bug-tracker-1.4d3.apm">
<database-support>
<database>postgresql</database>
<database>oracle</database>
......@@ -17,7 +17,7 @@
<owner url="mailto:lars@collaboraid.biz">Lars Pind</owner>
<summary>Tracks bugs and features, versions and maintainers, in software projects.</summary>
<release-date>2003-02-28</release-date>
<vendor url="http://www.museatech.net">Musea Technologies</vendor>
<vendor url="https://www.museatech.net">Musea Technologies</vendor>
<description format="text/html">Bug tracking application with notifications, configurable state management, and patch upload.
Contains the best of SDM, Bugzilla, FogBUGZ, and bughost.com.</description>
<provides url="bug-tracker" version="1.4d3"/>
......
......@@ -4,7 +4,7 @@
--
-- This is free software distributed under the terms of the GNU Public
-- License. Full text of the license is available from the GNU Project:
-- http://www.fsf.org/copyleft/gpl.html
-- https://www.fsf.org/copyleft/gpl.html
create or replace package bt_bug
as
......
......@@ -115,7 +115,7 @@ ns_log Notice "actions: $actions"
# set patch label
# JCD: The string map below is to work around a "feature" in the form generation that
# lets you use +var+ for a var to eval on the second round.
# cf http://openacs.org/bugtracker/openacs/bug?bug%5fnumber=1099
# cf https://openacs.org/bugtracker/openacs/bug?bug%5fnumber=1099
if { [empty_string_p $enabled_action_id] } {
set patch_label [ad_decode $show_patch_status \
......
......@@ -275,7 +275,7 @@ bug-tracker, and contains links to:
The index page of the package is the ticket list page. The ticket list
page displays a list of tickets in a combination of <a
href="http://www.google.com/search?q=ticket%20list">Google style</a>
href="https://www.google.com/search?q=ticket%20list">Google style</a>
and webmail style, i.e., each bug is displayed like this:
<p>
......
......@@ -4,7 +4,7 @@
</head>
<body bgcolor=white>
<h2>Bug-Tracker Documentation</h2>
By <a href="http://www.pinds.com/lars/">Lars Pind</a>
By <a href="https://www.pinds.com/lars/">Lars Pind</a>
<hr>
<ul>
......
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