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
1226 2023-04-19 23:50:31 daniel-marschall /trunk/ Fixed insert_id() issues with ADO connections  
1225 2023-04-19 21:30:25 daniel-marschall /trunk/  
1223 2023-04-19 20:16:31 daniel-marschall /trunk/ Some fixes for the ADO database connection  
1222 2023-04-19 17:13:59 daniel-marschall /trunk/  
1219 2023-04-19 01:49:46 daniel-marschall /trunk/ Added new database connection plugin: ADO (required Windows server system)  
1217 2023-04-18 11:23:16 daniel-marschall /trunk/ SQL Server is now Unicode and emoji compatible. Existing databases need to change [text] to [ntext] and [varchar] to [nvarchar]  
1214 2023-04-18 01:30:34 daniel-marschall /trunk/ MySQLi DBMS: Database fields can now contain emojis. Existing MySQL databases need to update the collation from utf8* to utf8mb4*  
1212 2023-04-16 23:04:45 daniel-marschall /trunk/ Design and RA auth plugins are now identified by an internal ID (set in PHP) instead of the foldername  
1206 2023-04-14 00:24:03 daniel-marschall /trunk/ More Exception refactoring  
1201 2023-04-13 00:53:49 daniel-marschall /trunk/ First part of a refactoring of the Exception handling. Made distinction between HTML-Exception and Non-HTML-Exception clear.  
1187 2023-04-08 20:40:57 daniel-marschall /trunk/ Microsoft Access SQL time function is now now() instead of date()  
1185 2023-04-08 19:58:20 daniel-marschall /trunk/ Logger methods are now not static anymore  
1184 2023-04-08 19:28:11 daniel-marschall /trunk/ Bugfix: "Static link to this page" leading to nowhere  
1182 2023-04-08 19:02:11 daniel-marschall /trunk/ Introduced base configuration settings OFFLINE_MODE, as suggested by https://github.com/danielmarschall/oidplus/issues/5  
1181 2023-04-08 18:14:23 daniel-marschall /trunk/ Introduction of url_get_contents_available()  
1180 2023-04-08 16:06:10 daniel-marschall /trunk/ File attachments plugin: If directory is not writeable or otherwise invalid, the admin will see a warning in the "notifcations" area  
1179 2023-04-08 00:48:52 daniel-marschall /trunk/  
1178 2023-04-08 00:44:12 daniel-marschall /trunk/  
1177 2023-04-07 22:53:18 daniel-marschall /trunk/ Added empty Access and SQLite3 databases which can be used as template  
1175 2023-04-07 20:13:29 daniel-marschall /trunk/ Attachment plugin: Removed "unlock file" feature. (It was supposed to avoid that admins upload files to directories where they don't suppose to upload. However, this security feature was nonsense, because admins could write and execute their own .php files - if we assume that the OIDplus admin is the same person which has FTP access).  

Show All