Subversion Repositories oidplus

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
1163 2023-04-05 02:57:47 daniel-marschall /  
/trunk/doc/database_connectivity_diagram.drawio
/trunk/doc/database_connectivity_diagram.png
/trunk_dos/Readme.md
/trunk_win311/Readme.md
/trunk_win95/Readme.md
1162 2023-04-05 02:37:36 daniel-marschall /trunk/  
/trunk/.idea/php.xml
/trunk/.idea/trunk.iml
/trunk/.idea/workspace.xml
/trunk/dev/generate_wellknown_country_access
/trunk/dev/generate_wellknown_country_mssql
/trunk/dev/generate_wellknown_country_mysql
/trunk/dev/generate_wellknown_country_oracle
/trunk/dev/generate_wellknown_country_pgsql
/trunk/dev/generate_wellknown_country_sqlite
/trunk/dev/oidinfo_add_missing
/trunk/dev/oidinfo_compare
/trunk/dev/oidinfo_compare_asn1_iri_identifiers
/trunk/dev/oidplus_v1_compare
/trunk/dev/test_logmasks
/trunk/dev/translation/message_regenerate.phps
/trunk/includes/classes/OIDplusPluginManifest.class.php
/trunk/includes/functions.inc.php
/trunk/plugins/viathinksoft/captcha/hcaptcha/OIDplusCaptchaPluginHCaptcha.class.php
/trunk/plugins/viathinksoft/captcha/recaptcha/OIDplusCaptchaPluginRecaptcha.class.php
/trunk/plugins/viathinksoft/objectTypes/oid/OIDplusOid.class.php
/trunk/plugins/viathinksoft/publicPages/100_whois/whois/json/security.inc.php
/trunk/plugins/viathinksoft/publicPages/500_resources/OIDplusPagePublicResources.class.php
1161 2023-04-05 02:10:55 daniel-marschall /trunk/plugins/viathinksoft/adminPages/111_systeminfo/ Fix error in PHP-Info on darkmode  
/trunk/plugins/viathinksoft/adminPages/111_systeminfo/OIDplusPageAdminSysteminfo.class.php
1160 2023-04-05 02:06:14 daniel-marschall /trunk/ PDO+MySQL PHP testcases are now passed  
/trunk/dev/test_database_plugins
/trunk/includes/classes/OIDplus.class.php
/trunk/includes/classes/OIDplusDatabaseConnection.class.php
/trunk/plugins/viathinksoft/database/mysqli/OIDplusDatabaseConnectionMySQLi.class.php
/trunk/plugins/viathinksoft/database/pdo/OIDplusDatabaseConnectionPDO.class.php
/trunk/plugins/viathinksoft/database/pgsql/OIDplusDatabaseConnectionPgSql.class.php
/trunk/plugins/viathinksoft/database/sqlite3/OIDplusDatabaseConnectionSQLite3.class.php
/trunk/plugins/viathinksoft/language/dede/messages.xml
/trunk/plugins/viathinksoft/sqlSlang/access/OIDplusSqlSlangPluginAccess.class.php
1159 2023-04-05 00:24:25 daniel-marschall /trunk/ Oracle, PgSQL, and Sqlite database-testcases are now passed  
/trunk/doc/developer_notes/database/oracle_test_vm.txt
/trunk/includes/classes/OIDplusQueryResult.class.php
/trunk/plugins/viathinksoft/database/pgsql/OIDplusDatabaseConnectionPgSql.class.php
/trunk/plugins/viathinksoft/database/pgsql/OIDplusQueryResultPgSql.class.php
/trunk/plugins/viathinksoft/database/sqlite3/OIDplusDatabaseConnectionSQLite3.class.php
/trunk/plugins/viathinksoft/sqlSlang/pgsql/OIDplusSqlSlangPluginPgSQL.class.php
1158 2023-04-04 12:06:04 daniel-marschall /trunk/ Fixed some smaller issues with MSSQL insert-id (test-cases are now all passed)  
/trunk/includes/classes/OIDplusDatabaseConnection.class.php
/trunk/includes/functions.inc.php
/trunk/plugins/viathinksoft/sqlSlang/mssql/OIDplusSqlSlangPluginMsSQL.class.php
1157 2023-04-04 01:55:40 daniel-marschall /trunk/  
/trunk/.idea/workspace.xml
/trunk/includes/classes/OIDplusQueryResult.class.php
1156 2023-04-04 01:47:03 daniel-marschall /trunk/ Lots of changes in re database driver results
$res = new OIDplusNaturalSortedQueryResult($res, 'id');
changes to
$res->naturalSortByField('id');
 
/trunk/includes/classes/OIDplusNaturalSortedQueryResult.class.php
/trunk/doc/developer_notes/class_diagram.drawio
/trunk/doc/developer_notes/class_diagram.png
/trunk/includes/classes/OIDplusMenuUtils.class.php
/trunk/includes/classes/OIDplusObject.class.php
/trunk/includes/classes/OIDplusQueryResult.class.php
/trunk/includes/functions.inc.php
/trunk/plugins/viathinksoft/adminPages/120_registration/OIDplusPageAdminRegistration.class.php
/trunk/plugins/viathinksoft/adminPages/920_nostalgia/export_dos.php
/trunk/plugins/viathinksoft/adminPages/920_nostalgia/export_win.php
/trunk/plugins/viathinksoft/database/oci/OIDplusQueryResultOci.class.php
/trunk/plugins/viathinksoft/database/odbc/OIDplusQueryResultODBC.class.php
/trunk/plugins/viathinksoft/database/pdo/OIDplusQueryResultPDO.class.php
/trunk/plugins/viathinksoft/publicPages/000_objects/OIDplusPagePublicObjects.class.php
/trunk/plugins/viathinksoft/publicPages/100_whois/OIDplusOIDIP.class.php
/trunk/plugins/viathinksoft/publicPages/100_whois/OIDplusPagePublicWhois.class.php
/trunk/plugins/viathinksoft/publicPages/200_viathinksoft_freeoid/OIDplusPagePublicFreeOID.class.php
/trunk/res/ATTENTION.TXT
1155 2023-04-04 01:36:54 daniel-marschall /trunk/ Fixed MySQLi error handling. Database test cases now passed (again?)  
/trunk/dev/test_database_plugins
/trunk/plugins/viathinksoft/database/mysqli/OIDplusDatabaseConnectionMySQLi.class.php
1154 2023-04-04 01:06:27 daniel-marschall /trunk/plugins/viathinksoft/adminPages/800_plugins/ Admin plugin overview: Wrong display of "active" suffix  
/trunk/plugins/viathinksoft/adminPages/800_plugins/OIDplusPageAdminPlugins.class.php
1153 2023-04-03 23:05:28 daniel-marschall /trunk/  
/trunk/dev/setup_bg
/trunk/plugins/viathinksoft/adminPages/100_wellknown_oids/OIDplusPageAdminWellKnownOIDs.class.php
1152 2023-04-03 22:55:16 daniel-marschall /trunk/ Changed OIDplusQueryResult class definition  
/trunk/includes/classes/OIDplusNaturalSortedQueryResult.class.php
/trunk/includes/classes/OIDplusQueryResult.class.php
/trunk/plugins/viathinksoft/database/mysqli/OIDplusQueryResultMySQL.class.php
/trunk/plugins/viathinksoft/database/mysqli/OIDplusQueryResultMySQLNoNativeDriver.class.php
/trunk/plugins/viathinksoft/database/oci/OIDplusQueryResultOci.class.php
/trunk/plugins/viathinksoft/database/odbc/OIDplusQueryResultODBC.class.php
/trunk/plugins/viathinksoft/database/pdo/OIDplusQueryResultPDO.class.php
/trunk/plugins/viathinksoft/database/pgsql/OIDplusQueryResultPgSql.class.php
/trunk/plugins/viathinksoft/database/sqlite3/OIDplusQueryResultSQLite3.class.php
/trunk/plugins/viathinksoft/language/dede/messages.xml
/trunk/plugins/viathinksoft/sqlSlang/oracle/OIDplusSqlSlangPluginOracle.class.php
1151 2023-04-03 21:23:20 daniel-marschall /trunk/ Vendor update  
/trunk/includes/classes/OIDplusNaturalSortedQueryResult.class.php
/trunk/vendor/composer/installed.json
/trunk/vendor/composer/installed.php
/trunk/vendor/licenses
/trunk/vendor/twbs/bootstrap/README.md
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-grid.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-grid.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-grid.min.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-grid.min.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-grid.rtl.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-grid.rtl.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-grid.rtl.min.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-reboot.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-reboot.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-reboot.min.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-reboot.min.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-reboot.rtl.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-reboot.rtl.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-reboot.rtl.min.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-utilities.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-utilities.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-utilities.min.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-utilities.min.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-utilities.rtl.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-utilities.rtl.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-utilities.rtl.min.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap.min.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap.min.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap.rtl.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap.rtl.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap.rtl.min.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap.rtl.min.css.map
/trunk/vendor/twbs/bootstrap/dist/js/bootstrap.bundle.js
/trunk/vendor/twbs/bootstrap/dist/js/bootstrap.bundle.js.map
/trunk/vendor/twbs/bootstrap/dist/js/bootstrap.bundle.min.js
/trunk/vendor/twbs/bootstrap/dist/js/bootstrap.bundle.min.js.map
/trunk/vendor/twbs/bootstrap/dist/js/bootstrap.esm.js
/trunk/vendor/twbs/bootstrap/dist/js/bootstrap.esm.js.map
/trunk/vendor/twbs/bootstrap/dist/js/bootstrap.esm.min.js
/trunk/vendor/twbs/bootstrap/dist/js/bootstrap.esm.min.js.map
/trunk/vendor/twbs/bootstrap/dist/js/bootstrap.js
/trunk/vendor/twbs/bootstrap/dist/js/bootstrap.js.map
/trunk/vendor/twbs/bootstrap/dist/js/bootstrap.min.js
/trunk/vendor/twbs/bootstrap/dist/js/bootstrap.min.js.map
1150 2023-04-03 21:16:32 daniel-marschall /trunk/  
/trunk/dev/test_database_plugins
/trunk/doc/developer_notes/class_diagram.drawio
/trunk/doc/developer_notes/class_diagram.png
/trunk/includes/functions.inc.php
1149 2023-04-03 16:46:20 daniel-marschall /trunk/ New method url_post_contents() replaces all cURL calls inside the plugins. url_post_contents_available() replaces the checking for the cURL PHP extension.  
/trunk/TODO
/trunk/includes/functions.inc.php
/trunk/plugins/viathinksoft/adminPages/100_wellknown_oids/OIDplusPageAdminWellKnownOIDs.class.php
/trunk/plugins/viathinksoft/adminPages/120_registration/OIDplusPageAdminRegistration.class.php
/trunk/plugins/viathinksoft/adminPages/400_oidinfo_export/OIDplusPageAdminOIDInfoExport.class.php
/trunk/plugins/viathinksoft/adminPages/900_software_update/OIDplusPageAdminSoftwareUpdate.class.php
/trunk/plugins/viathinksoft/adminPages/920_nostalgia/export_dos.php
/trunk/plugins/viathinksoft/adminPages/920_nostalgia/export_win.php
/trunk/plugins/viathinksoft/captcha/hcaptcha/OIDplusCaptchaPluginHCaptcha.class.php
/trunk/plugins/viathinksoft/captcha/recaptcha/OIDplusCaptchaPluginRecaptcha.class.php
/trunk/plugins/viathinksoft/language/dede/messages.xml
/trunk/plugins/viathinksoft/objectTypes/gs1/barcode.php
/trunk/plugins/viathinksoft/publicPages/810_login_google/OIDplusPagePublicLoginGoogle.class.php
/trunk/plugins/viathinksoft/publicPages/810_login_google/oauth.php
/trunk/plugins/viathinksoft/publicPages/820_login_facebook/OIDplusPagePublicLoginFacebook.class.php
/trunk/plugins/viathinksoft/publicPages/820_login_facebook/oauth.php
/trunk/polyfill.min.js.php
1148 2023-04-03 14:16:22 daniel-marschall /trunk/ The "natural sorting" (i.e. "A10" is after "A9") is now applied to all object types, not only to OIDs. The "natOrder" method of the SQL-Slang-Interface has been removed.  
/trunk/includes/classes/OIDplusNaturalSortedQueryResult.class.php
/trunk/TODO
/trunk/includes/classes/OIDplusDatabaseConnection.class.php
/trunk/includes/classes/OIDplusMenuUtils.class.php
/trunk/includes/classes/OIDplusObject.class.php
/trunk/includes/classes/OIDplusSqlSlangPlugin.class.php
/trunk/includes/functions.inc.php
/trunk/plugins/viathinksoft/adminPages/120_registration/OIDplusPageAdminRegistration.class.php
/trunk/plugins/viathinksoft/adminPages/920_nostalgia/export_dos.php
/trunk/plugins/viathinksoft/adminPages/920_nostalgia/export_win.php
/trunk/plugins/viathinksoft/database/sqlite3/OIDplusDatabaseConnectionSQLite3.class.php
/trunk/plugins/viathinksoft/publicPages/000_objects/OIDplusPagePublicObjects.class.php
/trunk/plugins/viathinksoft/publicPages/100_whois/OIDplusOIDIP.class.php
/trunk/plugins/viathinksoft/publicPages/100_whois/OIDplusPagePublicWhois.class.php
/trunk/plugins/viathinksoft/publicPages/200_viathinksoft_freeoid/OIDplusPagePublicFreeOID.class.php
/trunk/plugins/viathinksoft/sqlSlang/access/OIDplusSqlSlangPluginAccess.class.php
/trunk/plugins/viathinksoft/sqlSlang/mssql/OIDplusSqlSlangPluginMsSQL.class.php
/trunk/plugins/viathinksoft/sqlSlang/mysql/OIDplusSqlSlangPluginMySQL.class.php
/trunk/plugins/viathinksoft/sqlSlang/oracle/OIDplusSqlSlangPluginOracle.class.php
/trunk/plugins/viathinksoft/sqlSlang/pgsql/OIDplusSqlSlangPluginPgSQL.class.php
/trunk/plugins/viathinksoft/sqlSlang/sqlite/OIDplusSqlSlangPluginSQLite.class.php
1147 2023-04-03 13:49:19 daniel-marschall /trunk/plugins/viathinksoft/adminPages/100_wellknown_oids/ Improved performance of admin-page "Well known OIDs"  
/trunk/plugins/viathinksoft/adminPages/100_wellknown_oids/OIDplusPageAdminWellKnownOIDs.class.php
1146 2023-04-03 13:46:21 daniel-marschall /trunk/includes/ Wrong error message "INTF_OID" when class is not found  
/trunk/includes/oidplus_autoloader.inc.php
1145 2023-03-30 23:44:31 daniel-marschall /trunk/ Added JetBrains/PhpStorm to the acknowledgements  
/trunk/plugins/viathinksoft/objectTypes/php/OIDplusPhp.class.php
/trunk/res/OIDplus/acknowledgements$dede.html
/trunk/res/OIDplus/acknowledgements.html
1144 2023-03-29 12:07:48 daniel-marschall /trunk/plugins/viathinksoft/publicPages/000_objects/  
/trunk/plugins/viathinksoft/publicPages/000_objects/OIDplusPagePublicObjects.class.php

Show All