Subversion Repositories oidplus

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
511 2021-01-18 01:13:07 daniel-marschall /trunk/ Security: Added "INSIDE_OIDPLUS" constant to include files to avoid generating error messages when an include file is accessed directly
Updated copyright notices to 2021
 
503 2021-01-08 23:05:29 daniel-marschall /trunk/ BUGFIX: System tried to save attachments to "userdata/attachmentsXXX/*.*" instead of "userdata/attachments/XXX/*.*"
BUGFIX: Fixed problems with MySQLi database provider if server does not support MySQLnd (Native Driver)
BUGFIX: If config.inc.php is wrong (e.g. outdated version), setup could not be started. Fixed.
 
496 2020-12-12 20:29:51 daniel-marschall /trunk/ Large refactoring of path functions.
DEPRECATED: OIDplus::basePath() becomes OIDplus::localpath()
DEPRECATED: OIDplus::getSystemUrl(X) becomes OIDplus::webpath(null, X)
OIDplus::webpath(X) becomes OIDplus::webpath(X, true)
 
484 2020-12-04 14:53:25 daniel-marschall /trunk/ OIDplus can now also communicate with HTTPS servers if CURL is wrongly configured (Windows)  
479 2020-11-26 19:28:07 daniel-marschall /trunk/  
428 2020-10-12 10:54:11 daniel-marschall /trunk/plugins/ Failsafe: When an "onsubmit" function fails, the page is not reloaded  
386 2020-09-12 22:00:01 daniel-marschall /trunk/ Fixed various smaller things detected by warnings/errors of "Eclipse for PHP"  
384 2020-09-03 15:25:10 daniel-marschall /trunk/plugins/publicPages/095_attachments/ BUGFIX: Object root page showed file attachments "info.txt" and "index.html". Fixed.  
373 2020-08-26 16:18:18 daniel-marschall /trunk/  
360 2020-08-23 00:28:31 daniel-marschall /trunk/ LARGE UPDATE: Made everything multilingual; Translation to German!  
328 2020-06-11 20:35:28 daniel-marschall /trunk/ Plugin API: action() method returns data as array instead of printing the JSON by itself  
327 2020-06-11 01:09:37 daniel-marschall /trunk/ NEW: Implemented XML import tool (admin interface). Added plugin to import/export OIDs from/to oid-info.com  
322 2020-05-22 23:56:47 daniel-marschall /trunk/ OID-over-WhoIs (TXT/JSON) now also shows attachments (added feature 1.3.6.1.4.1.37476.2.5.2.3.4)  
321 2020-05-22 21:23:11 daniel-marschall /trunk/ Prepared AJAX actions for automated tests; removed actionBefore() and actionAfter() and introduced feature 1.3.6.1.4.1.37476.2.5.2.3.3 as replacement  
317 2020-05-21 19:34:52 daniel-marschall /trunk/ When OID is deleted, all attachments will be deleted, too.
If last attachment was deleted, empty folder will be deleted.
 
314 2020-05-18 21:32:18 daniel-marschall /trunk/  
310 2020-05-18 16:37:59 daniel-marschall /trunk/ New plugin: File attachments