Codebase versions: Difference between revisions

From nuBuilderForte
Jump to navigation Jump to search
(47 intermediate revisions by 3 users not shown)
Line 1: Line 1:
* nuBuilder v4 has evolved over several months through 2020
== Common Info ==
* nubuilder v4.5 is the brand new version as of 2021
* '''nuBuilder v4''' has evolved over several years through 2020 by [https://github.com/steven-copley/nubuilder4 Steven Copley]
* '''nubuilder v4.5''' is the brand new version as of 2021 primarily by [https://github.com/nuBuilder/nuBuilder-4.5 smalos / kev1n]
* Each version has their minimum server component version compatibility specifications.
* Each version has their minimum server component version compatibility specifications.
* Quite a few libraries are compatible between versions and are limited by their server component version based usability.
* Quite a few libraries are compatible between versions and are limited by their server component version based usability.
* Any version of '''nudb''' library that suits the server component versions can be deployed except that it's '''config.inc.php''' file needs to be matched. [https://github.com/apmuthu/nubuilder4/blob/master/README.md More Info]
* Any version of '''nudb''' ([https://www.phpmyadmin.net/ phpMyAdmin]) library that suits the server component versions can be deployed except that its '''config.inc.php''' file needs to be matched. [https://github.com/apmuthu/nubuilder4/blob/master/README.md More Info]
* [https://www.mediawiki.org/wiki/MediaWiki MediaWiki] is used for this wiki
* [http://php.net/ PHP] 5 through 8 are used with various customisations / alternate versions of library components listed herein
* JS / CSS Minified library versions are generally distributed and used. Transform a JavaScript into a more readable form by clicking the '''Pretty-Print''' icon in [https://developers.google.com/web/tools/chrome-devtools/javascript/pretty-print Chrome DevTools] or [https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Pretty-print_a_minified_file Mozilla Firefox]. (Other browsers might have a similar functionality or use the [https://www.sunjw.us/jstool/npp/ Notepad++ plugin JSTool]).


== [https://github.com/nuBuilder/nuBuilder-4.5 nuBuilder v4.5] Version ==
== [https://github.com/nuBuilder/nuBuilder-4.5 nuBuilder v4.5] Version ==
* '''nudb aka phpMyAdmin''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/nudb/ChangeLog v5.0.4 (2020-10-15)]
* '''nudb aka phpMyAdmin''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/nudb/ChangeLog v.5.3 snapshot  (2022-07-18)]
* '''ace''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/c05905a7eb793140985acf89c68f7abc67080420/core/libs/ace/ChangeLog.txt 2016.12.03] Version 1.2.6
* '''ace''' - [https://ace.c9.io/ Ace Editor] | [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/ace/ChangeLog.txt 2022-05-12] v1.5.0
* '''ApexCharts''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/apexcharts/apexcharts.min.js v3.22.0]
* '''ApexCharts''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/apexcharts/apexcharts.min.js v3.35.0]
* '''PHPMailer''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/phpmailer/PHPMailer.php v6.2.0] - [https://github.com/apmuthu/nubuilder4/raw/master/nub4fixes/docs/nb45_PHPMailer_6.2.0_long_array_syntax_fixes.zip fixes for older PHP < 5.5]
* '''[https://github.com/PHPMailer/PHPMailer/wiki PHPMailer]''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/phpmailer/PHPMailer.php v6.3.3] - [[Media:nb45_PHPMailer_6.3.0_long_array_syntax_fixes.zip|fixes for older PHP < 5.5]]
* '''Bootstrap''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/bootstrap/bootstrap.bundle.min.js v4.3.1]
* '''[https://getbootstrap.com/ Bootstrap]''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/bootstrap/bootstrap.bundle.min.js v4.3.1]
* '''jQuery''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/jquery/jquery.js v3.5.1]
* '''[https://jquery.com/ jQuery]''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/jquery/jquery.js v3.6.0]
* '''[https://tcpdf.org/ TCPDF]''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/tcpdf/CHANGELOG.TXT v6.4.3]
* '''Mysqldump.php''' [https://github.com/ifsnop/mysqldump-php/blob/b232c2b6b2e250d716f936b0d11eda6bc2ec3df4/src/Ifsnop/Mysqldump/Mysqldump.php v2.9+] (2020-11-20)
* '''TinyMCE''' [https://github.com/tinymce/tinymce v5.10.2 (2021-11-17)]
* '''[https://select2.org/ Select2]''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/select2/select2.min.js v4.1.0-rc]
* '''ctxmenu''' [https://github.com/nkappler/ctxmenu v1.5.0]
* '''Font Awesome''' [https://fontawesome.com/search?m=free v6.1.2]


== [https://github.com/apmuthu/nubuilder4 nuBuilder v4] Updated Version ==
== [https://github.com/apmuthu/nubuilder4 nuBuilder v4] Updated Version ==
* '''nudb aka phpMyAdmin''' [https://github.com/apmuthu/nubuilder4/blob/master/core/nudb/ChangeLog 5.0.2 (2020-03-20)] - can also use [https://codeload.github.com/phpmyadmin/phpmyadmin/tar.gz/RELEASE_4_0_10_17 v4.10.0.17 (2016-08-16)] too instead.
* '''nudb aka phpMyAdmin''' [https://github.com/apmuthu/nubuilder4/blob/master/core/nudb/ChangeLog 5.0.2 (2020-03-20)] - use [https://codeload.github.com/phpmyadmin/phpmyadmin/tar.gz/RELEASE_4_0_10_17 v4.10.0.17 (2016-08-16)] for older PHP versions 5 to 7.
* '''ace''' [https://github.com/apmuthu/nubuilder4/blob/master/core/ace/ChangeLog.txt 2016.12.03] Version 1.2.6
* '''ace''' - [https://ace.c9.io/ Ace Editor] | [https://github.com/apmuthu/nubuilder4/blob/master/core/ace/ChangeLog.txt 2016.12.03] Version 1.2.6
* '''PHPMailer''' [https://github.com/apmuthu/nubuilder4/blob/master/core/phpmailer/PHPMailer.php v6.0.2]
* '''[https://github.com/PHPMailer/PHPMailer/wiki PHPMailer]''' [https://github.com/apmuthu/nubuilder4/blob/master/core/phpmailer/PHPMailer.php v6.0.2 (2017-11-02)] - Older PHP versions 5 to 7 can use [https://github.com/PHPMailer/PHPMailer/archive/v5.2.28.tar.gz v5.2.28] (2020-03-19)
* '''jQuery''' [https://github.com/apmuthu/nubuilder4/blob/master/core/jquery/jquery.js v3.5.1]
* '''[https://jquery.com/ jQuery]''' [https://github.com/apmuthu/nubuilder4/blob/master/core/jquery/jquery.js v3.5.1]
* '''TCPDF''' [https://github.com/apmuthu/nubuilder4/blob/master/core/tcpdf/CHANGELOG.TXT v6.2.13 (2016-06-10)]
* '''[https://tcpdf.org/ TCPDF]''' [https://github.com/apmuthu/nubuilder4/blob/master/core/tcpdf/CHANGELOG.TXT v6.2.13 (2016-06-10)]
 
[[Category: Dashboard]]

Revision as of 07:18, 15 August 2022

Common Info

  • nuBuilder v4 has evolved over several years through 2020 by Steven Copley
  • nubuilder v4.5 is the brand new version as of 2021 primarily by smalos / kev1n
  • Each version has their minimum server component version compatibility specifications.
  • Quite a few libraries are compatible between versions and are limited by their server component version based usability.
  • Any version of nudb (phpMyAdmin) library that suits the server component versions can be deployed except that its config.inc.php file needs to be matched. More Info
  • MediaWiki is used for this wiki
  • PHP 5 through 8 are used with various customisations / alternate versions of library components listed herein
  • JS / CSS Minified library versions are generally distributed and used. Transform a JavaScript into a more readable form by clicking the Pretty-Print icon in Chrome DevTools or Mozilla Firefox. (Other browsers might have a similar functionality or use the Notepad++ plugin JSTool).

nuBuilder v4.5 Version

nuBuilder v4 Updated Version