platform icon indicating copy to clipboard operation
platform copied to clipboard

lsFusion is an extremely declarative open-source language-based platform for information systems development

Results 167 platform issues
Sort by recently updated
recently updated
newest added

1. Move the buttons for calling the dialog form and editing the object to the general list of suggested objects. Make text hyperlinks instead of icons. 2. Add a separate...

Bumps [jsoup](https://github.com/jhy/jsoup) from 1.8.3 to 1.14.2. Release notes Sourced from jsoup's releases. jsoup 1.14.2 Caught by the fuzz! jsoup 1.14.2 is out now, and includes a set of parser bug...

dependencies

Now every big piece of data uploaded from client / downloaded from db server is stored on app server as is. It may give really big memory footprint. The simplest...

major feature

Bumps pdfbox from 2.0.12 to 2.0.24. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.pdfbox:pdfbox&package-manager=maven&previous-version=2.0.12&new-version=2.0.24)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps httpclient from 4.5.7 to 4.5.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:httpclient&package-manager=maven&previous-version=4.5.7&new-version=4.5.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps commons-io from 2.4 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.4&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Added support for custom DB port (default is also set)

Null pointer exception when using sample from [documentation](https://documentation.lsfusion.org/pages/viewpage.action?pageId=3670087): // menu without scrollbars under the root window WINDOW menu MENU HIDESCROLLBARS DRAWROOT POSITION(20, 6, 80, 4); ``` java.lang.NullPointerException at lsfusion.server.language.ScriptingLogicsModule.createMenuWindow(ScriptingLogicsModule.java:4368) at...

bug

Bumps [junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

I am trying to understand how fiscal functions works. Let us take as example this lsfusion code: MODULE FiscalVMK; REQUIRE CashRegister; loadDefaultCashRegisterModels() + {EXEC loadDefaultCashRegisterModel ('VMK fiscal registrar', 'VMK', NULL,...