diff --git a/bin/php/report.php b/bin/php/report.php index 1704d5b..0b4ecb5 100644 --- a/bin/php/report.php +++ b/bin/php/report.php @@ -8,7 +8,7 @@ * also this script uses a custom autoloader for php classes * * @author G. Giunta - * @copyright (C) G. Giunta 2012-2020 + * @copyright (C) G. Giunta 2012-2022 * @license Licensed under GNU General Public License v2.0. See file license.txt * * @todo add options to let users to select which tests to run when running status report (ALL by default) diff --git a/classes/contentstatsgatherer.php b/classes/contentstatsgatherer.php index aea86e6..d70d87a 100644 --- a/classes/contentstatsgatherer.php +++ b/classes/contentstatsgatherer.php @@ -2,7 +2,7 @@ /** * * @author G. Giunta - * @copyright (C) G. Giunta 2012-2020 + * @copyright (C) G. Giunta 2012-2022 * @license Licensed under GNU General Public License v2.0. See file license.txt * * @todo add more classes of content that have no stats in main admin interface diff --git a/classes/dbchecker.php b/classes/dbchecker.php index fd61586..6d967b5 100644 --- a/classes/dbchecker.php +++ b/classes/dbchecker.php @@ -1,7 +1,7 @@ 'html' ); } -} \ No newline at end of file +} diff --git a/classes/reports/ezinireport.php b/classes/reports/ezinireport.php index f434710..3cf68a6 100644 --- a/classes/reports/ezinireport.php +++ b/classes/reports/ezinireport.php @@ -1,7 +1,7 @@ 'html' ); } -} \ No newline at end of file +} diff --git a/classes/statustests/sysinfotests.php b/classes/statustests/sysinfotests.php index d6a14aa..8068367 100644 --- a/classes/statustests/sysinfotests.php +++ b/classes/statustests/sysinfotests.php @@ -2,7 +2,7 @@ /** * * @author G. Giunta - * @copyright (C) G. Giunta 2014-2020 + * @copyright (C) G. Giunta 2014-2022 * @license Licensed under GNU General Public License v2.0. See file license.txt */ @@ -204,4 +204,4 @@ public static function runTests() return $status_tests; } -} \ No newline at end of file +} diff --git a/classes/sysinfomodule.php b/classes/sysinfomodule.php index 8c2f207..80cb3d5 100644 --- a/classes/sysinfomodule.php +++ b/classes/sysinfomodule.php @@ -3,7 +3,7 @@ * Class used to help managing in a single place all module/view info * * @author G. Giunta - * @copyright (C) G. Giunta 2010-2020 + * @copyright (C) G. Giunta 2010-2022 * @license Licensed under GNU General Public License v2.0. See file license.txt */ diff --git a/classes/sysinfotools.php b/classes/sysinfotools.php index 3e26ca0..1184b8c 100644 --- a/classes/sysinfotools.php +++ b/classes/sysinfotools.php @@ -2,7 +2,7 @@ /** * * @author G. Giunta - * @copyright (C) G. Giunta 2008-2020 + * @copyright (C) G. Giunta 2008-2022 * @license Licensed under GNU General Public License v2.0. See file license.txt */ diff --git a/classes/systemchecker.php b/classes/systemchecker.php index 071648e..ad8828a 100644 --- a/classes/systemchecker.php +++ b/classes/systemchecker.php @@ -1,7 +1,7 @@ 'Workflow Event Types list', 'description' => 'List of all workflow event types and workflows using them' ), ); -} \ No newline at end of file +} diff --git a/classes/viewgroups/ezsysinfoezpublishviewgroup.php b/classes/viewgroups/ezsysinfoezpublishviewgroup.php index 768a76e..d10347d 100644 --- a/classes/viewgroups/ezsysinfoezpublishviewgroup.php +++ b/classes/viewgroups/ezsysinfoezpublishviewgroup.php @@ -1,7 +1,7 @@ '', 'title' => 'System Information' ), ); -} \ No newline at end of file +} diff --git a/classes/viewgroups/ezsysinfophpviewgroup.php b/classes/viewgroups/ezsysinfophpviewgroup.php index 7c9bb6e..edccc60 100644 --- a/classes/viewgroups/ezsysinfophpviewgroup.php +++ b/classes/viewgroups/ezsysinfophpviewgroup.php @@ -1,7 +1,7 @@ 'Workflows & Triggers report', 'description' => 'Definition of all Workflows & Triggers in a format friendly to backups' ), ); -} \ No newline at end of file +} diff --git a/doc/changelogs/CHANGELOG-0.9.16-to-0.9.17 b/doc/changelogs/CHANGELOG-0.9.16-to-0.9.17 new file mode 100644 index 0000000..3af8990 --- /dev/null +++ b/doc/changelogs/CHANGELOG-0.9.16-to-0.9.17 @@ -0,0 +1,5 @@ +Changes from 0.9.16 to 0.9.17 - released 2022-2-11 + +Improved: remove all php short open tags + +Improved: make sysinfo tab in top-level nav disabled in edit mode diff --git a/extension.xml b/extension.xml index f2b1190..0a8ba61 100644 --- a/extension.xml +++ b/extension.xml @@ -2,8 +2,8 @@ ggsysinfo - 0.9.16 - Copyright (C) 2008-2020 Gaetano Giunta + 0.9.17 + Copyright (C) 2008-2022 Gaetano Giunta GNU General Public License v2.0 diff --git a/ezinfo.php b/ezinfo.php index ce3ace3..43784a2 100644 --- a/ezinfo.php +++ b/ezinfo.php @@ -5,8 +5,8 @@ class ggsysinfoInfo static function info() { return array( 'Name' => "ggsysinfo", - 'Version' => "0.9.16", - 'Copyright' => "Copyright (C) 2008-2020 Gaetano Giunta", + 'Version' => "0.9.17", + 'Copyright' => "Copyright (C) 2008-2022 Gaetano Giunta", 'License' => "GNU General Public License v2.0" ); } diff --git a/interfaces/ezsysinfoviewgroup.php b/interfaces/ezsysinfoviewgroup.php index 5cf4d35..36039a2 100644 --- a/interfaces/ezsysinfoviewgroup.php +++ b/interfaces/ezsysinfoviewgroup.php @@ -1,7 +1,7 @@ - - - - - + + + + +
">Filename ">MTime ">Size ">Reloads ">Hits ">Filename ">MTime ">Size ">Reloads ">Hits