← Back to team overview

mahara-contributors team mailing list archive

[Bug 1884785] [NEW] Replace all http with https on language packs

 

Public bug reported:

Now most of the sites are using 'https://' instead of 'http://'. So I
think it's better for us to use 'https://' on our language packs.

e.g.

[before]
<!-- @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later -->

[after]
<!-- @license https://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later -->

---

[before]
<a href="http://developer.photobucket.com/";>Photobucket developer website</a>

[after]
<a href="https://developer.photobucket.com/";>Photobucket developer website</a>

** Affects: mahara
     Importance: Undecided
         Status: New


** Tags: lang

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1884785

Title:
  Replace all http with https on language packs

Status in Mahara:
  New

Bug description:
  Now most of the sites are using 'https://' instead of 'http://'. So I
  think it's better for us to use 'https://' on our language packs.

  e.g.

  [before]
  <!-- @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later -->

  [after]
  <!-- @license https://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later -->

  ---

  [before]
  <a href="http://developer.photobucket.com/";>Photobucket developer website</a>

  [after]
  <a href="https://developer.photobucket.com/";>Photobucket developer website</a>

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1884785/+subscriptions


Follow ups