Subversion Repositories oidplus

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1368 2023-08-02 00:40:44 daniel-marschall /trunk/ Small documentation update  
1367 2023-08-01 23:50:51 daniel-marschall /trunk/ Minor changes  
1366 2023-08-01 20:22:51 daniel-marschall /trunk/ Admin control panel logs: Log files for admin target will be printed bold

Logger: Messages without target user will not be logged anymore

... existing invalid log entries can be selected with this command
select base.*
from oidplus_log base
left join oidplus_log_user target1 on target1.log_id = base.id
left join oidplus_log_object target2 on target2.log_id = base.id
where target1.id is null and target2.id is null;

... to delete, replace "select base.*" with "delete base"
 
1365 2023-08-01 16:21:12 daniel-marschall /trunk/ ADO+OLEDB now fully support Unicode including emojis!  
1364 2023-08-01 13:58:20 daniel-marschall /trunk/ SQL Schemas updated  
1363 2023-08-01 01:57:42 daniel-marschall /trunk/plugins/viathinksoft/ Various fixes for Backup/Restore plugin. Implemented GZip compression.  
1362 2023-07-31 23:53:00 daniel-marschall /trunk/plugins/viathinksoft/ Backup plugin: Backups are now compressed (3,14 MB becomes 177 KB, wow)  
1361 2023-07-31 22:58:22 daniel-marschall /trunk/plugins/viathinksoft/adminPages/401_backup/ Backup plugin: Download file name now contains the name of the system  
1360 2023-07-31 22:45:26 daniel-marschall /trunk/  
1359 2023-07-31 22:30:38 daniel-marschall /trunk/ NEW FEATURE: Database backup/restore (beta! use with caution!)  
1358 2023-07-31 18:32:21 daniel-marschall /trunk/  
1357 2023-07-31 15:40:34 daniel-marschall /trunk/dev/ Backup WIP: During backup restore, check if the user wants to import "X" but the file was not exported with "X" (i.e. "num_dataset" is "n/a"), in that case throw an Exception and do not start the import  
1356 2023-07-31 15:40:02 daniel-marschall /trunk/plugins/viathinksoft/ Renamed plugin "Data Transfer" to "Data Transfer (oid-info.com)" in admin control panel  
1355 2023-07-31 15:10:29 daniel-marschall /trunk/dev/ Backup WIP: Create a JSON schema for the backup format + Reject import if the schema is different  
1354 2023-07-31 14:00:00 daniel-marschall /trunk/ Backup WIP: Added backup/restore of public/private key  
1353 2023-07-31 13:24:10 daniel-marschall /trunk/dev/ Backup WIP: Added config and logs  
1352 2023-07-31 12:23:46 daniel-marschall /trunk/dev/ Backup WIP: Put backup and restore into methods and give boolean flags of what to import/export and what not  
1351 2023-07-31 12:13:14 daniel-marschall /trunk/dev/ Backup WIP: Delete the contents from the tables before starting the import! (Very important, I have forgotten it)  
1350 2023-07-30 23:48:26 daniel-marschall /trunk/ Various smaller fixes  
1349 2023-07-30 12:08:52 daniel-marschall /trunk/ Dropped support for Internet Explorer  

Show All