Skip to content

Commit a92ae54

Browse files
committed
xupdate manager version 2.33.0 PHP8
1 parent b77f7dc commit a92ae54

File tree

85 files changed

+575
-238
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+575
-238
lines changed

gpl-2.0_license.md

Lines changed: 361 additions & 0 deletions
Large diffs are not rendered by default.

html/modules/xupdate/admin/templates/stylesheets/module.css

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -251,12 +251,12 @@ ul.legacy_actionsearch_records {
251251
/*color: #EA4515;*/
252252
}
253253

254-
.legacy_list_select {
254+
.list_select {
255255
text-align: left;
256256
line-height: 2;
257257
}
258258

259-
.legacy_list_select a {
259+
.list_select a {
260260
/* padding: 5px 10px;
261261
-webkit-transition: all 0.3s ease;
262262
-moz-transition: all 0.3s ease;
@@ -271,30 +271,11 @@ ul.legacy_actionsearch_records {
271271
-webkit-box-shadow: inset 1px 1px 1px rgba(000, 000, 000, 0.3); */
272272
}
273273

274-
.legacy_list_select a:hover {
274+
.list_select a:hover {
275275
/* text-shadow: #FFCC00 0px 0px 20px;
276276
color: #EA4515; */
277277
}
278278

279-
.pagenavi {
280-
letter-spacing: 0.1em;
281-
}
282-
283-
.pagenavi a {
284-
/* padding: 7px 15px;
285-
-webkit-transition: all 0.3s ease;
286-
-moz-transition: all 0.3s ease;
287-
background: -moz-linear-gradient(top, #FFF 0%, #E6E6E6);
288-
background: -webkit-gradient(linear, left top, left bottom, from(#FFF),
289-
to(#E6E6E6) );
290-
border-radius: 5px;
291-
-moz-border-radius: 5px;
292-
-webkit-border-radius: 5px;
293-
color: #111;
294-
-moz-box-shadow: inset 1px 1px 1px rgba(000, 000, 000, 0.3);
295-
-webkit-box-shadow: inset 1px 1px 1px rgba(000, 000, 000, 0.3); */
296-
}
297-
298279
td.center {
299280
text-align: center;
300281
}

html/modules/xupdate/images/down.gif

-212 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 3 additions & 6 deletions
Loading

html/modules/xupdate/images/up.gif

-212 Bytes
Binary file not shown.

xoops_trust_path/modules/xupdate/admin/actions/IndexAction.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* @version 2.3.1
88
* @author Other authors Gigamaster (XCL 2.3)
99
* @author Naoki Sawada, Naoki Okino
10-
* @copyright (c) 2005-2022 Author
11-
* @license https://github.com/xoopscube/xcl/blob/master/GPL_V2.txt
10+
* @copyright (c) 2005-2023 Authors
11+
* @license GPL v2.0
1212
*/
1313

1414
if ( ! defined( 'XOOPS_ROOT_PATH' ) ) {

xoops_trust_path/modules/xupdate/admin/actions/InstallCheckerAction.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @version 2.3
88
* @author Naoki Sawada, Naoki Okino, Gigamaster (XCL 2.3)
99
* @copyright Copyright 2005-2022 The XOOPSCube Project
10-
* @license https://github.com/xoopscube/xcl/blob/master/GPL_V2.txt
10+
* @license GPL v2.0
1111
*/
1212

1313
if ( ! defined( 'XOOPS_ROOT_PATH' ) ) {

xoops_trust_path/modules/xupdate/admin/actions/ModuleInstallAction.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @version 2.3
88
* @author Naoki Sawada, Naoki Okino, Gigamaster (XCL 2.3)
99
* @copyright Copyright 2005-2022 The XOOPSCube Project
10-
* @license https://github.com/xoopscube/xcl/blob/master/GPL_V2.txt
10+
* @license GPL v2.0
1111
*/
1212

1313
if ( ! defined( 'XOOPS_ROOT_PATH' ) ) {

xoops_trust_path/modules/xupdate/admin/actions/ModuleStoreAction.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* @subpackage Xupdate
77
* @version 2.3
88
* @author Naoki Sawada, Naoki Okino, Gigamaster (XCL 2.3)
9-
* @copyright (c) 2005-2022 The XOOPS Cube Project
10-
* @license https://github.com/xoopscube/xcl/blob/master/GPL_V2.txt
9+
* @copyright (c) 2005-2023 The XOOPSCube Project
10+
* @license GPL v2.0
1111
*/
1212

1313
if ( ! defined( 'XOOPS_ROOT_PATH' ) ) {

0 commit comments

Comments
 (0)