-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update jQuery migrate to 3.5.2 Update jQuery ui to 1.14.0 Remove jQuery 1.11.3 Remove jQuery 3.1.1 Remove jQuery 3.2.1 Remove jQuery 3.5.1 Remove jQuery 3.6.0 Remove jQuery 3.7.0 Remove jQuery ui 1.11.4 Remove jQuery ui 1.12.1 Remove jQuery ui 1.13.2 Remove jQuery ui 1.13.3 Remove jQuery migrate 3.0.0 Remove jQuery migrate 3.3.0 Remove jQuery migrate 3.4.0 Remove jQuery migrate 3.4.1 Remove jQuery migrate 3.5.0
- Loading branch information
Showing
81 changed files
with
20,151 additions
and
3,499 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,14 +6,15 @@ | |
* Admin-interface for configuring the plugin | ||
* via the standard-functions of pluginloader. | ||
* | ||
* Version: 1.6.7 | ||
* Build: 2024080501 | ||
* Version: 1.6.8 | ||
* Build: 2024101401 | ||
* Copyright: Holger Irmler | ||
* Email: [email protected] | ||
* Website: http://CMSimple.HolgerIrmler.de | ||
* Copyright: CMSimple_XH developers | ||
* Website: https://www.cmsimple-xh.org/?About-CMSimple_XH/The-XH-Team | ||
* */ | ||
|
||
if (!defined('CMSIMPLE_XH_VERSION')) { | ||
header('HTTP/1.0 403 Forbidden'); | ||
exit; | ||
|
@@ -84,7 +85,7 @@ function jquery_getMigrateVersions() { | |
if ($admin == '') { | ||
$o .= "\n" . '<div>'; | ||
$o .= "\n" . '<h1>jQuery for CMSimple</h1>'; | ||
$o .= "\n" . '<p>Version 1.6.7 - 2024-08-05</p>'; | ||
$o .= "\n" . '<p>Version 1.6.8 - 2024-10-14</p>'; | ||
$o .= "\n" . '<p>©2011-2023 <a href="http://cmsimple.holgerirmler.de/" target="_blank">http://CMSimple.HolgerIrmler.de</a></p>'; | ||
$o .= "\n" . '<p>©2024 <a href="https://www.cmsimple-xh.org/?About-CMSimple_XH/The-XH-Team" target="_blank">The CMSimple_XH developers</a></p>'; | ||
$o .= "\n" . '<p>'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,21 @@ | ||
<?php | ||
|
||
/** | ||
* jQuery for CMSimple | ||
* | ||
* Version: 1.6.8 | ||
* Build: 2024101401 | ||
* Copyright: Holger Irmler | ||
* Email: [email protected] | ||
* Website: http://CMSimple.HolgerIrmler.de | ||
* Copyright: CMSimple_XH developers | ||
* Website: https://www.cmsimple-xh.org/?About-CMSimple_XH/The-XH-Team | ||
* */ | ||
|
||
$plugin_cf['jquery']['version_core']="3.7.1"; | ||
$plugin_cf['jquery']['version_ui']="1.13.3"; | ||
$plugin_cf['jquery']['version_migrate']="jquery-migrate-3.5.0.min.js"; | ||
$plugin_cf['jquery']['version_ui']="1.14.0"; | ||
$plugin_cf['jquery']['version_migrate']="jquery-migrate-3.5.2.min.js"; | ||
$plugin_cf['jquery']['load_migrate']=""; | ||
$plugin_cf['jquery']['autoload']=""; | ||
$plugin_cf['jquery']['autoload_libraries']="jQuery"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,8 @@ | |
/** | ||
* jQuery for CMSimple | ||
* | ||
* Admin-interface for configuring the plugin | ||
* via the standard-functions of pluginloader. | ||
* | ||
* Version: 1.6.7 | ||
* Build: 2024080501 | ||
* Version: 1.6.8 | ||
* Build: 2024101401 | ||
* Copyright: Holger Irmler | ||
* Email: [email protected] | ||
* Website: http://CMSimple.HolgerIrmler.de | ||
|
@@ -17,8 +14,8 @@ | |
* */ | ||
|
||
$plugin_cf['jquery']['version_core']="3.7.1"; | ||
$plugin_cf['jquery']['version_ui']="1.13.3"; | ||
$plugin_cf['jquery']['version_migrate']="jquery-migrate-3.5.0.min.js"; | ||
$plugin_cf['jquery']['version_ui']="1.14.0"; | ||
$plugin_cf['jquery']['version_migrate']="jquery-migrate-3.5.2.min.js"; | ||
$plugin_cf['jquery']['load_migrate']=""; | ||
$plugin_cf['jquery']['autoload']=""; | ||
$plugin_cf['jquery']['autoload_libraries']="jQuery"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,8 @@ | |
/** | ||
* jQuery for CMSimple | ||
* | ||
* Admin-interface for configuring the plugin | ||
* via the standard-functions of pluginloader. | ||
* | ||
* Version: 1.6.7 | ||
* Build: 2024080501 | ||
* Version: 1.6.8 | ||
* Build: 2024101401 | ||
* Copyright: Holger Irmler | ||
* Email: [email protected] | ||
* Website: http://CMSimple.HolgerIrmler.de | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,15 @@ | |
/** | ||
* jQuery for CMSimple | ||
* | ||
* Version: 1.6.7 | ||
* Build: 2024080501 | ||
* Version: 1.6.8 | ||
* Build: 2024101401 | ||
* Copyright: Holger Irmler | ||
* Email: [email protected] | ||
* Website: http://CMSimple.HolgerIrmler.de | ||
* Copyright: CMSimple_XH developers | ||
* Website: https://www.cmsimple-xh.org/?About-CMSimple_XH/The-XH-Team | ||
* */ | ||
|
||
if (!defined('CMSIMPLE_XH_VERSION')) { | ||
header('HTTP/1.0 403 Forbidden'); | ||
exit; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,14 +7,15 @@ | |
* to enable jQuery, jQueryUI | ||
* and other jQuery-based plugins | ||
* | ||
* Version: 1.6.7 | ||
* Build: 2024080501 | ||
* Version: 1.6.8 | ||
* Build: 2024101401 | ||
* Copyright: Holger Irmler | ||
* Email: [email protected] | ||
* Website: http://CMSimple.HolgerIrmler.de | ||
* Copyright: CMSimple_XH developers | ||
* Website: https://www.cmsimple-xh.org/?About-CMSimple_XH/The-XH-Team | ||
* */ | ||
|
||
if (!defined('CMSIMPLE_XH_VERSION')) { | ||
header('HTTP/1.0 403 Forbidden'); | ||
exit; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
order deny,allow | ||
deny from all |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
<?php | ||
|
||
/** | ||
* jQuery for CMSimple | ||
* | ||
* Version: 1.6.8 | ||
* Build: 2024101401 | ||
* Copyright: Holger Irmler | ||
* Email: [email protected] | ||
* Website: http://CMSimple.HolgerIrmler.de | ||
* Copyright: CMSimple_XH developers | ||
* Website: https://www.cmsimple-xh.org/?About-CMSimple_XH/The-XH-Team | ||
* */ | ||
|
||
$plugin_tx['jquery']['cf_autoload']="Sollen die JS Bibliotheken automatisch auf allen Seiten geladen werden?"; | ||
$plugin_tx['jquery']['cf_autoload_libraries']="Soll nur jQuery, oder jQuery zusammen mit jQueryUI automatisch geladen werden?"; | ||
$plugin_tx['jquery']['cf_load_migrate']="Soll das Migrate-Plugin geladen werden? Mehr Informationen unter <a target=\"_blank\" href=\"https://jquery.com/download/#jquery-migrate-plugin\">https://jquery.com/download/#jquery-migrate-plugin</a>."; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
<?php | ||
|
||
/** | ||
* jQuery for CMSimple | ||
* | ||
* Version: 1.6.8 | ||
* Build: 2024101401 | ||
* Copyright: Holger Irmler | ||
* Email: [email protected] | ||
* Website: http://CMSimple.HolgerIrmler.de | ||
* Copyright: CMSimple_XH developers | ||
* Website: https://www.cmsimple-xh.org/?About-CMSimple_XH/The-XH-Team | ||
* */ | ||
|
||
$plugin_tx['jquery']['cf_autoload']="Check to auto-load the libraries on every page."; | ||
$plugin_tx['jquery']['cf_autoload_libraries']="Whether to auto-load only jQuery or jQuery together with jQueryUI."; | ||
$plugin_tx['jquery']['cf_load_migrate']="Whether to load the Migrate-plugin or not. See <a target=\"_blank\" href=\"https://jquery.com/download/#jquery-migrate-plugin\">https://jquery.com/download/#jquery-migrate-plugin</a> for more informations."; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
<?php | ||
|
||
/** | ||
* jQuery for CMSimple | ||
* | ||
* Version: 1.6.8 | ||
* Build: 2024101401 | ||
* Copyright: Holger Irmler | ||
* Email: [email protected] | ||
* Website: http://CMSimple.HolgerIrmler.de | ||
* Copyright: CMSimple_XH developers | ||
* Website: https://www.cmsimple-xh.org/?About-CMSimple_XH/The-XH-Team | ||
* */ | ||
|
||
$plugin_tx['jquery']['cf_autoload']="Check to auto-load the libraries on every page."; | ||
$plugin_tx['jquery']['cf_autoload_libraries']="Whether to auto-load only jQuery or jQuery together with jQueryUI."; | ||
$plugin_tx['jquery']['cf_load_migrate']="Whether to load the Migrate-plugin or not. See <a target=\"_blank\" href=\"https://jquery.com/download/#jquery-migrate-plugin\">https://jquery.com/download/#jquery-migrate-plugin</a> for more informations."; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?php | ||
|
||
die('access denied'); | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-280 Bytes
lib/jquery_ui/1.11.4/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-418 Bytes
lib/jquery_ui/1.12.1/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png
Binary file not shown.
Binary file removed
BIN
-312 Bytes
lib/jquery_ui/1.12.1/css/images/ui-bg_diagonals-thick_20_666666_40x40.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-5.68 KB
lib/jquery_ui/1.12.1/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png
Binary file not shown.
Binary file removed
BIN
-278 Bytes
lib/jquery_ui/1.12.1/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
Binary file not shown.
Binary file removed
BIN
-328 Bytes
lib/jquery_ui/1.12.1/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file renamed
BIN
+6.96 KB
....3/css/images/ui-icons_444444_256x240.png → ....0/css/images/ui-icons_444444_256x240.png
Oops, something went wrong.
Binary file renamed
BIN
+6.94 KB
....3/css/images/ui-icons_555555_256x240.png → ....0/css/images/ui-icons_555555_256x240.png
Oops, something went wrong.
Binary file renamed
BIN
+4.54 KB
....3/css/images/ui-icons_777620_256x240.png → ....0/css/images/ui-icons_777620_256x240.png
Oops, something went wrong.
Binary file renamed
BIN
+6.98 KB
....3/css/images/ui-icons_777777_256x240.png → ....0/css/images/ui-icons_777777_256x240.png
Oops, something went wrong.
Binary file renamed
BIN
+4.54 KB
....3/css/images/ui-icons_cc0000_256x240.png → ....0/css/images/ui-icons_cc0000_256x240.png
Oops, something went wrong.
Binary file renamed
BIN
+6.37 KB
....3/css/images/ui-icons_ffffff_256x240.png → ....0/css/images/ui-icons_ffffff_256x240.png
Oops, something went wrong.
Oops, something went wrong.