Hi,
Am 14.01.2017 um 00:55 schrieb Juha Manninen via Lazarus:
Strange. All the new files in lcl/interfaces/mui directory have their
contents duplicated, meaning that where the file should end, the same
whole text comes a 2. time.
This happens when I do the normal
$ patch -p0 < ~/patch/MUI-Wid
Strange. All the new files in lcl/interfaces/mui directory have their
contents duplicated, meaning that where the file should end, the same
whole text comes a 2. time.
This happens when I do the normal
$ patch -p0 < ~/patch/MUI-WidgetSet.patch
command.
The same problem shows in Kompare (KDE's diff
Hello,
I have committed a serious change to the way fpweb handles requests.
Especially routing of requests was changed.
The old Delphi style routing worked with Datamodules only. The pattern was
strictly /modulename/actionname or through query variables:
?module=xyz&Action=nmo
This old routi