Skip to content

Commit

Permalink
schemaless urls
Browse files Browse the repository at this point in the history
even in license header yes...

Signed-off-by: Jessica González <[email protected]>
  • Loading branch information
MissAllSunday committed Apr 15, 2017
1 parent 16ce8da commit 940c0dd
Show file tree
Hide file tree
Showing 45 changed files with 53 additions and 53 deletions.
18 changes: 9 additions & 9 deletions Sources/Breeze/Breeze.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica González <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica González
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

if (!defined('SMF'))
Expand Down Expand Up @@ -239,7 +239,7 @@ public static function profile(&$profile_areas)
*
* Insert a Wall button on the menu buttons array
* @param array $menu_buttons An array containing all possible tabs for the main menu.
* @link http://mattzuba.com
* @link //mattzuba.com
* @return void
*/
public static function menu(&$menu_buttons)
Expand Down Expand Up @@ -461,7 +461,7 @@ public static function notiHeaders()

// Common css and js files.
$context['html_headers'] .= '
<script type="text/javascript">!window.jQuery && document.write(unescape(\'%3Cscript src="http://code.jquery.com/jquery-1.9.1.min.js"%3E%3C/script%3E\'))</script>
<script type="text/javascript">!window.jQuery && document.write(unescape(\'%3Cscript src="//code.jquery.com/jquery-1.9.1.min.js"%3E%3C/script%3E\'))</script>
<link href="'. $settings['default_theme_url'] .'/css/breeze.min.css" rel="stylesheet" type="text/css" />';

// Load the notification JS files.
Expand Down Expand Up @@ -571,23 +571,23 @@ public static function credits()
'users' => array(
'jQuery' => array(
'name' => 'jQuery',
'site' => 'http://jquery.com/',
'site' => '//jquery.com/',
),
'facebox' => array(
'name' => 'Facebox',
'site' => 'https://github.com/defunkt/facebox',
'site' => '//github.com/defunkt/facebox',
),
'noty' => array(
'name' => 'noty jquery plugin',
'site' => 'http://needim.github.com/noty/',
'site' => '//needim.github.com/noty/',
),
'mentions' => array(
'name' => 'Mentions autocomplete',
'site' => 'http://ichord.github.com/At.js',
'site' => '//ichord.github.com/At.js',
),
'purify' => array(
'name' => 'purify.js',
'site' => 'https://github.com/cure53/DOMPurify',
'site' => '//github.com/cure53/DOMPurify',
),
),
),
Expand All @@ -596,7 +596,7 @@ public static function credits()
'users' => array(
'ikons' => array(
'name' => 'ikons from Piotr Kwiatkowski',
'site' => 'http://ikons.piotrkwiatkowski.co.uk/',
'site' => '//ikons.piotrkwiatkowski.co.uk/',
),
),
),
Expand Down
2 changes: 1 addition & 1 deletion Sources/Breeze/BreezeAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica González <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica González
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Breeze/BreezeAjax.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica González <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica González
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Breeze/BreezeContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica González <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica González
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Breeze/BreezeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica González <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica González
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Breeze/BreezeData.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica González <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica González
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Breeze/BreezeDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica González <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica González
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Breeze/BreezeDisplay.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica González <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica González
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Breeze/BreezeForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica González <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica González
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Breeze/BreezeLog.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica González <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica González
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Breeze/BreezeMention.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica González <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica González
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Breeze/BreezeNotifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @version 1.0.11
* @author Jessica González <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica González
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Breeze/BreezeParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica González <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica González
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Breeze/BreezeQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica González <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica González
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Breeze/BreezeTools.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica González <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica González
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Breeze/BreezeUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica González <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica González
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Breeze/BreezeUserInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica González <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica González
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Breeze/BreezeWall.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica González <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica González
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/Breeze.template.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica González <[email protected]>
* @copyright Copyright (c) 2011 - 2017, Jessica González
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/
// User's wall.
function template_user_wall()
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/BreezeAdmin.template.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica González <[email protected]>
* @copyright Copyright (c) 2011 - 2017, Jessica González
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

// The admin panel where the news and other very useful stuff is displayed
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/BreezeFunctions.template.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica González <[email protected]>
* @copyright Copyright (c) 2011 - 2017, Jessica González
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

function breeze_status($data, $returnVar = false)
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/js/breeze.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (c) 2011 - 2017 Jessica González
@license http://www.mozilla.org/MPL/MPL-1.1.html
@license //www.mozilla.org/MPL/MPL-1.1.html
*/

breeze.tools.loadImage = '<img src="' + smf_default_theme_url + '/images/breeze/loading.gif" />';
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/js/breezeLoadMore.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (c) 2011 - 2017 Jessica González
@license http://www.mozilla.org/MPL/MPL-1.1.html
@license //www.mozilla.org/MPL/MPL-1.1.html
*/

jQuery(document).ready(function(){
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/js/breezeMention.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (c) 2011 - 2017 Jessica González
@license http://www.mozilla.org/MPL/MPL-1.1.html
@license //www.mozilla.org/MPL/MPL-1.1.html
*/

// Mentioning
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/js/breezeNoti.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (c) 2011 - 2017 Jessica González
@license http://www.mozilla.org/MPL/MPL-1.1.html
@license //www.mozilla.org/MPL/MPL-1.1.html
*/

breeze.tools.stream = function(currentUser)
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/js/breezeTabs.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (c) 2011 - 2017 Jessica González
@license http://www.mozilla.org/MPL/MPL-1.1.html
@license //www.mozilla.org/MPL/MPL-1.1.html
*/

jQuery(document).ready(function(){
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/Breeze.english-utf8.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica Gonzalez <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica González
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

global $txt;
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/Breeze.english.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica Gonzalez <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica Gonzalez
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

global $txt;
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/Breeze.pt-br-utf8.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica Gonzalez <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica Gonzalez
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

global $txt;
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/Breeze.pt-br.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica Gonzalez <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica Gonzalez
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

global $txt;
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/Breeze.spanish_latin-utf8.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica Gonzalez <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica Gonzalez
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

global $txt;
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/Breeze.spanish_latin.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica Gonzalez <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica Gonzalez
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

global $txt;
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/Breeze.turkish-utf8.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica Gonzalez <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica Gonzalez
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/
/**
* @türkçe çeviri snrj
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/Breeze.turkish.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica Gonzalez <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica Gonzalez
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/
/**
* @türkçe çeviri snrj
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/BreezeAdmin.english-utf8.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica Gonzalez <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica Gonzalez
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

global $txt;
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/BreezeAdmin.english.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica Gonzalez <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica Gonzalez
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

global $txt;
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/BreezeAdmin.pt-br-utf8.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica Gonzalez <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica Gonzalez
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

global $txt;
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/BreezeAdmin.pt-br.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @version 1.0.11
* @author Jessica Gonzalez <[email protected]>
* @copyright Copyright (c) 2011 - 2017 Jessica Gonzalez
* @license http://www.mozilla.org/MPL/MPL-1.1.html
* @license //www.mozilla.org/MPL/MPL-1.1.html
*/

global $txt;
Expand Down
Loading

0 comments on commit 940c0dd

Please sign in to comment.