Skip to content

INTER-Mediator Ver.10

Compare
Choose a tag to compare
@msyk msyk released this 13 Oct 05:21
· 895 commits to master since this release
758121e

INTER-Mediator is a web development framework for building database driven web application. This makes it easy to develop any application using primarily declarative descriptions, and preserves maintainability through code conciseness. Also, the functionality can be extended and complex logic can be implemented. Supported databases are PDO (MySQL, MariaDB, PostgreSQL, Microsoft SQL Server and SQLite) and FileMaker Server.

https://inter-mediator.com/en/
https://github.com/INTER-Mediator/INTER-Mediator/releases

The VM for the new version is available from here:

https://inter-mediator.info/ja/for-novices/vm.html

Changes from Ver.9

-The trial VM is retired, and the Docker container which can work for trial purpose is prepared (https://github.com/INTER-Mediator/IMApp_Trial).
-The edited text field value is going to store to the db in 5 seconds automatically.
-The value in text field that binds to the field of the db can retrieve to the initial value of the page loaded with Control+Shift+Z.
-Service Server still works but it doesn't boot in default.
-The gear presentation which shows INTER-Mediator working starts to appear after 0.3 seconds in case of still working.
-Dropbox can use for storing files.
-Newly plug-in supports QRCode and Mermaid.
-The condition with local context can define the operation with multiple items, also the term can divide with space and handle multiple items.
-Automatic generating button's class attribute can contain any custom names. It's good for corroborating with CSS frameworks.
-The dialog box message after Delete/Insert buttons can customize with context definitions in the definition file.
-The operation log is more customizable, also the class which assign any value to more fields can define.
-The naming convention is introduced to the methods called after generating repeater and enclosure without defining in the context.
-The additional path to search PHP class can be defined in the params.php file.
-Any messages from the server side processing can store in the PHP error log file.