Commit Graph

665 Commits

Author SHA1 Message Date
michael
7349164ed7 * Patch method contribution
git-svn-id: trunk@48992 -
(cherry picked from commit b9b08f37fe)
2021-08-16 17:12:06 +02:00
michael
5c91a4c941 * Fix small typo
git-svn-id: trunk@47341 -
(cherry picked from commit a798ba3fca)
2021-08-16 17:03:30 +02:00
michael
1641d94641 * Fix bug #37980: correct verifypeercert
git-svn-id: trunk@47340 -
(cherry picked from commit 5ec7ffa8d9)
2021-08-16 17:03:30 +02:00
michael
118005307d * Remove debug statement (bug ID 37940)
git-svn-id: trunk@47120 -
(cherry picked from commit 827bb70333)
2021-08-16 17:02:58 +02:00
michael
77283dd4ab * Fix bug #37830, always append dot even if signature empty
git-svn-id: trunk@46984 -
(cherry picked from commit b9158ed311)
2021-08-16 17:01:00 +02:00
marco
74aff88586 --- Merging r49045 into '.':
C    Makefile
C    Makefile.fpc
--- Recording mergeinfo for merge of r49045 into '.':
 U   .
Summary of conflicts:
  Text conflicts: 2

# revisions: 49045
r49045 | jonas | 2021-03-24 15:33:09 +0100 (Wed, 24 Mar 2021) | 1 line
Changed paths:
   M /trunk/Makefile
   M /trunk/Makefile.fpc

  * support building with FPC 3.2.2

git-svn-id: branches/fixes_3_2@49384 -
2021-05-20 20:03:52 +00:00
michael
0e8042141d * Merging revisions r49197 from trunk:
------------------------------------------------------------------------
    r49197 | michael | 2021-04-13 13:41:50 +0200 (Tue, 13 Apr 2021) | 1 line
    
    * Fix for double error
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@49302 -
2021-05-01 08:52:56 +00:00
michael
68ed01ed6c * Merging revisions r49276,r49277 from trunk:
------------------------------------------------------------------------
    r49276 | michael | 2021-04-27 13:16:58 +0200 (Tue, 27 Apr 2021) | 1 line
    
    * Make some properties public
    ------------------------------------------------------------------------
    r49277 | michael | 2021-04-27 13:30:53 +0200 (Tue, 27 Apr 2021) | 1 line
    
    * Forgot to include sslbase
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@49300 -
2021-05-01 08:49:25 +00:00
michael
8f12e787fa * Merging revisions r48898,r48899,r48900,r48901 from trunk:
------------------------------------------------------------------------
    r48898 | michael | 2021-03-07 19:58:23 +0100 (Sun, 07 Mar 2021) | 1 line
    
    * Fix bug ID #0038580: Empty text for startsstr
    ------------------------------------------------------------------------
    r48899 | michael | 2021-03-07 20:00:26 +0100 (Sun, 07 Mar 2021) | 1 line
    
    * Fix bug #38330: reset line number on execute
    ------------------------------------------------------------------------
    r48900 | michael | 2021-03-07 20:02:54 +0100 (Sun, 07 Mar 2021) | 1 line
    
    * Fix bug #38330: reset line number on execute (1-based)
    ------------------------------------------------------------------------
    r48901 | michael | 2021-03-07 20:04:55 +0100 (Sun, 07 Mar 2021) | 1 line
    
    * Wrong delimiter used for samesite cookie value
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@48933 -
2021-03-10 12:50:19 +00:00
michael
0067e6663c * Merging revisions 47350 from trunk:
------------------------------------------------------------------------
    r47350 | michael | 2020-11-08 21:50:23 +0100 (Sun, 08 Nov 2020) | 1 line
    
    * Fix relative path detection (bug id 37727)
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@47902 -
2020-12-30 13:06:24 +00:00
pierre
0830edbde5 Regenerate all Makefile's after ios introduction and macos->macosclassic changes inside utils/fpcm/fpcmake.ini
git-svn-id: branches/fixes_3_2@46923 -
2020-09-23 09:47:20 +00:00
Jonas Maebe
b6eafa3039 * regenerated Makefiles
git-svn-id: branches/fixes_3_2@46868 -
2020-09-15 19:54:06 +00:00
Jonas Maebe
76045bfc04 * merged macOS/AArch64 support + revisions these changes depended on
git-svn-id: branches/fixes_3_2@46866 -
2020-09-15 19:40:36 +00:00
marco
5bff23adbb # revisions: 45860
git-svn-id: branches/fixes_3_2@46815 -
2020-09-09 16:46:12 +00:00
michael
d2dfbdcac4 * Merging revisions r45723 from trunk:
------------------------------------------------------------------------
    r45723 | ondrej | 2020-07-03 19:27:17 +0200 (Fri, 03 Jul 2020) | 1 line
    
    fphttpserver: gracefully close open connections at server destroy
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@46591 -
2020-08-23 09:21:19 +00:00
michael
c15536afdf * Merging revisions r45722 from trunk:
------------------------------------------------------------------------
    r45722 | ondrej | 2020-07-03 15:14:38 +0200 (Fri, 03 Jul 2020) | 1 line
    
    fphttpserver: fix endless loop in case of open connections
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@46590 -
2020-08-23 09:21:16 +00:00
michael
d3264f6a43 * Merging revisions r45447 from trunk:
------------------------------------------------------------------------
    r45447 | michael | 2020-05-20 11:36:53 +0200 (Wed, 20 May 2020) | 1 line
    
    * Fix for samesite
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@46589 -
2020-08-23 09:20:56 +00:00
michael
9ae60e491c * Merging revisions r45446 from trunk:
------------------------------------------------------------------------
    r45446 | michael | 2020-05-20 11:34:44 +0200 (Wed, 20 May 2020) | 1 line
    
    * Add support for SameSite attribute of cookie (bug ID 0037115)
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@46588 -
2020-08-23 09:20:30 +00:00
michael
e19ca5dac8 * Merging revisions r45421,r45422 from trunk:
------------------------------------------------------------------------
    r45421 | michael | 2020-05-18 17:07:13 +0200 (Mon, 18 May 2020) | 1 line
    
    * Patch from Fabio Girardi to support ifNoneChanged header using enumerated
    ------------------------------------------------------------------------
    r45422 | michael | 2020-05-18 17:08:49 +0200 (Mon, 18 May 2020) | 1 line
    
    * Support generating API
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@46584 -
2020-08-23 09:19:00 +00:00
michael
531d936247 * Merging revisions r45420 from trunk:
------------------------------------------------------------------------
    r45420 | michael | 2020-05-18 17:06:13 +0200 (Mon, 18 May 2020) | 1 line
    
    * Fix warning about visibility change
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@46583 -
2020-08-23 09:18:41 +00:00
michael
c3b58bac34 * Merging revisions r44304,r44305 from trunk:
------------------------------------------------------------------------
    r44304 | michael | 2020-03-16 20:38:57 +0100 (Mon, 16 Mar 2020) | 1 line
    
    * Common CORS handling
    ------------------------------------------------------------------------
    r44305 | michael | 2020-03-16 20:41:05 +0100 (Mon, 16 Mar 2020) | 1 line
    
    * Enable CORS
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@46581 -
2020-08-23 09:17:38 +00:00
michael
c6fafb7325 * Merging revisions r44303 from trunk:
------------------------------------------------------------------------
    r44303 | michael | 2020-03-15 20:30:34 +0100 (Sun, 15 Mar 2020) | 1 line
    
    * Fixes in CORS handling
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@46580 -
2020-08-23 09:16:55 +00:00
marco
522350a85d * fixes to 3.2.1
git-svn-id: branches/fixes_3_2@45662 -
2020-06-20 16:47:24 +00:00
michael
9c83b6b8e7 * Merging revisions r45047 from trunk:
------------------------------------------------------------------------
    r45047 | michael | 2020-04-24 07:41:19 +0200 (Fri, 24 Apr 2020) | 1 line
    
    * V2 may not contain error object
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@45200 -
2020-05-01 10:37:36 +00:00
michael
97f098786c * Merging revisions 44775 from trunk:
------------------------------------------------------------------------
    r44775 | michael | 2020-04-18 12:36:03 +0200 (Sat, 18 Apr 2020) | 1 line
    
    * Fix bug #36851: Content-Length header needs to be removed if automatically added
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@45048 -
2020-04-24 07:04:58 +00:00
joost
6704b5fa9f --- Merging (from foreign repository) r44089 into '.':
U    packages/fcl-web/src/base/fphttpserver.pp

git-svn-id: branches/fixes_3_2@44227 -
2020-02-21 14:49:20 +00:00
michael
e3174352cb * Merging revisions 44142 from trunk:
------------------------------------------------------------------------
    r44142 | michael | 2020-02-09 18:51:06 +0100 (Sun, 09 Feb 2020) | 1 line
    
    * Patch from Simon Ameis to actually implement parameter checking
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@44159 -
2020-02-12 09:18:23 +00:00
ondrej
9e9c7e1409 Merging revisions r43838, r43839, r43840, r43841, r43842, r43844, r43845, r43846, r43848, r43942, r43945, r43946, r43947, r43948 from trunk
(TStrings&TEncoding encoding fixes)

r43838
classes: fix TMBCSEncoding.IsSingleByte. Issue #36504
---------------------
r43839
classes: fix TStrings.SaveToStream overloads (Delphi-compatibility + introduce IgnoreEncoding-overload for legacy FPC code like for LoadFromStream)
---------------------
r43840
sysutils: fix TMBCSEncoding.GetPreamble
---------------------
r43841
classes: add TStrings.Options (Delphi-compatibility)
---------------------
r43842
sysutils: change TEncoding.Default from ANSI to SystemEncoding. (It is Delphi-compatible indeed because default SystemEncoding is ANSI.)
---------------------
r43844
fpmkunit: fix compilation after r43841
---------------------
r43845
classes: introduce TRawByteStringStream
---------------------
r43846
sysutils: TEncoding.IsStandardEncoding: FSystemEncodings are standard encodings (they must not be destroyed in user code)
---------------------
r43848
classes: add TStringsOption.soPreserveBOM
---------------------
r43942
TStrings: old SaveToFile(string) and SaveToStream(TStream) should ignore Encoding and stay backwards compatible within FPC. Use the other overloads for Encoding-aware SaveTo* methods
---------------------
r43945
TStrings: add missing SaveToFile overload with IgnoreEncoding parameter
---------------------
r43946
Revert r43942: TStrings: old SaveToFile(string) and SaveToStream(TStream) should ignore Encoding and stay backwards compatible within FPC. Use the other overloads for Encoding-aware SaveTo* methods
---------------------
r43947
TStrings: default options:  * remove soWriteBOM for FPC backwards compatibility * add soPreserveBOM so that a loaded file is correctly resaved
---------------------
r43948
TStrings.SaveToStream(TStream): use FEncoding as the default for IgnoreEncoding=False so that loaded files are correctly resaved
---------------------

git-svn-id: branches/fixes_3_2@44067 -
2020-01-30 06:21:12 +00:00
michael
b715259e5a * Merging revisions 43993 from trunk:
------------------------------------------------------------------------
    r43993 | michael | 2020-01-19 17:46:30 +0100 (Sun, 19 Jan 2020) | 1 line
    
    * More verbose error for array with non-supported element type
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43994 -
2020-01-19 16:47:16 +00:00
michael
cbaf231b47 * Merging revisions r43435 from trunk:
------------------------------------------------------------------------
    r43435 | michael | 2019-11-10 11:12:05 +0100 (Sun, 10 Nov 2019) | 1 line
    
    * Fix compilation for windows
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43746 -
2019-12-23 13:41:42 +00:00
michael
0dd65110d1 * Merging revisions r43605 from trunk:
------------------------------------------------------------------------
    r43605 | michael | 2019-11-28 17:19:30 +0100 (Thu, 28 Nov 2019) | 1 line
    
    * Less errors when connection is broken (bug ID 36373)
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43726 -
2019-12-23 13:28:15 +00:00
michael
3dae852e85 * Merging revisions r43585 from trunk:
------------------------------------------------------------------------
    r43585 | michael | 2019-11-25 15:24:38 +0100 (Mon, 25 Nov 2019) | 1 line
    
    * Better explanation of connection
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43725 -
2019-12-23 13:28:00 +00:00
michael
04ede12878 * Merging revisions r43584 from trunk:
------------------------------------------------------------------------
    r43584 | michael | 2019-11-25 15:14:19 +0100 (Mon, 25 Nov 2019) | 1 line
    
    * Simple, read-only example, no authentication
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43724 -
2019-12-23 13:27:46 +00:00
michael
2b52be98b5 * Merging revisions r43654,r43662,r43663,r43664 from trunk:
------------------------------------------------------------------------
    r43654 | michael | 2019-12-06 09:53:43 +0100 (Fri, 06 Dec 2019) | 1 line
    
    * Fix bug #0035436
    ------------------------------------------------------------------------
    r43662 | michael | 2019-12-08 21:05:14 +0100 (Sun, 08 Dec 2019) | 1 line
    
    * Fix memleaks (bug ID 36408)
    ------------------------------------------------------------------------
    r43663 | michael | 2019-12-08 21:05:53 +0100 (Sun, 08 Dec 2019) | 1 line
    
    * Fix memleak in comparer, improve date recognition
    ------------------------------------------------------------------------
    r43664 | michael | 2019-12-08 21:11:23 +0100 (Sun, 08 Dec 2019) | 1 line
    
    * Fix lime color (bug ID 0036407)
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43666 -
2019-12-09 08:29:34 +00:00
michael
118dcac881 * Merging revisions r42982 from trunk:
------------------------------------------------------------------------
    r42982 | michael | 2019-09-13 18:22:14 +0200 (Fri, 13 Sep 2019) | 1 line
    
    * Fix uninitialized var warning
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43271 -
2019-10-20 08:12:44 +00:00
michael
3cbce0f7de * Merging revisions 43060,43061,43063,43064,43065,43066,43080,43096,43100,43104 from trunk:
------------------------------------------------------------------------
    r43060 | michael | 2019-09-23 17:14:35 +0200 (Mon, 23 Sep 2019) | 1 line
    
    * Fix appending path info and setting headers
    ------------------------------------------------------------------------
    r43061 | michael | 2019-09-23 17:19:25 +0200 (Mon, 23 Sep 2019) | 1 line
    
    * Use AppendPathInfo
    ------------------------------------------------------------------------
    r43063 | michael | 2019-09-25 16:06:28 +0200 (Wed, 25 Sep 2019) | 1 line
    
    * Add (cust)microhttpapp, high-concurrency standalone server
    ------------------------------------------------------------------------
    r43064 | michael | 2019-09-25 17:38:20 +0200 (Wed, 25 Sep 2019) | 1 line
    
    * Improve header & get variable fetching
    ------------------------------------------------------------------------
    r43065 | michael | 2019-09-25 17:40:19 +0200 (Wed, 25 Sep 2019) | 1 line
    
    * remove forced debug flag
    ------------------------------------------------------------------------
    r43066 | michael | 2019-09-25 17:49:28 +0200 (Wed, 25 Sep 2019) | 1 line
    
    * Construct query string, needed in proxy
    ------------------------------------------------------------------------
    r43080 | michael | 2019-09-26 15:29:26 +0200 (Thu, 26 Sep 2019) | 1 line
    
    * Set namevalueseparator for headers
    ------------------------------------------------------------------------
    r43096 | michael | 2019-09-29 23:42:53 +0200 (Sun, 29 Sep 2019) | 1 line
    
    * Specify dependency on libmicrohttpd
    ------------------------------------------------------------------------
    r43100 | karoly | 2019-09-30 15:01:22 +0200 (Mon, 30 Sep 2019) | 1 line
    
    fcl-web: re-enabled platforms which were disabled in r43096
    ------------------------------------------------------------------------
    r43104 | pierre | 2019-10-01 21:21:30 +0200 (Tue, 01 Oct 2019) | 1 line
    
     Use same list of supported OSes for libmicrohttpd package in libmicrohttpd and fcl-web, and adapt packages/fpmake_proc.inc
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43261 -
2019-10-19 14:50:08 +00:00
michael
ee93aa0798 * Merging revisions 43060,43061,43063,43064,43065,43066,43080,43081 from trunk:
------------------------------------------------------------------------
    r43060 | michael | 2019-09-23 17:14:35 +0200 (Mon, 23 Sep 2019) | 1 line
    
    * Fix appending path info and setting headers
    ------------------------------------------------------------------------
    r43061 | michael | 2019-09-23 17:19:25 +0200 (Mon, 23 Sep 2019) | 1 line
    
    * Use AppendPathInfo
    ------------------------------------------------------------------------
    r43063 | michael | 2019-09-25 16:06:28 +0200 (Wed, 25 Sep 2019) | 1 line
    
    * Add (cust)microhttpapp, high-concurrency standalone server
    ------------------------------------------------------------------------
    r43064 | michael | 2019-09-25 17:38:20 +0200 (Wed, 25 Sep 2019) | 1 line
    
    * Improve header & get variable fetching
    ------------------------------------------------------------------------
    r43065 | michael | 2019-09-25 17:40:19 +0200 (Wed, 25 Sep 2019) | 1 line
    
    * remove forced debug flag
    ------------------------------------------------------------------------
    r43066 | michael | 2019-09-25 17:49:28 +0200 (Wed, 25 Sep 2019) | 1 line
    
    * Construct query string, needed in proxy
    ------------------------------------------------------------------------
    r43080 | michael | 2019-09-26 15:29:26 +0200 (Thu, 26 Sep 2019) | 1 line
    
    * Set namevalueseparator for headers
    ------------------------------------------------------------------------
    r43081 | michael | 2019-09-26 15:54:23 +0200 (Thu, 26 Sep 2019) | 1 line
    
    * Allow max-age for cache control
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43260 -
2019-10-19 14:49:37 +00:00
michael
b2fb59716e * Merging revisions 42993 from trunk:
------------------------------------------------------------------------
    r42993 | michael | 2019-09-14 15:05:03 +0200 (Sat, 14 Sep 2019) | 1 line
    
    * Fix bug ID #36075
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43259 -
2019-10-19 14:48:24 +00:00
michael
9d1975338a * Merging revisions 42981,42983,42984,42985 from trunk:
------------------------------------------------------------------------
    r42981 | michael | 2019-09-13 18:21:44 +0200 (Fri, 13 Sep 2019) | 1 line
    
    * Fix warnings about method visibilty
    ------------------------------------------------------------------------
    r42983 | michael | 2019-09-13 18:22:35 +0200 (Fri, 13 Sep 2019) | 1 line
    
    * Fix uninitialized result warning
    ------------------------------------------------------------------------
    r42984 | michael | 2019-09-13 18:28:48 +0200 (Fri, 13 Sep 2019) | 1 line
    
    * Add fpwebproxy
    ------------------------------------------------------------------------
    r42985 | michael | 2019-09-13 18:29:38 +0200 (Fri, 13 Sep 2019) | 1 line
    
    * Add .ini config file possibility, plus simple proxy server config
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43258 -
2019-10-19 14:47:47 +00:00
michael
916e4ca83b * Merging revisions 42980 from trunk:
------------------------------------------------------------------------
    r42980 | michael | 2019-09-13 18:21:19 +0200 (Fri, 13 Sep 2019) | 1 line
    
    * Remove unused variable name
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43257 -
2019-10-19 14:47:08 +00:00
michael
b1347be8f7 * Merging revisions 42979 from trunk:
------------------------------------------------------------------------
    r42979 | michael | 2019-09-13 18:20:59 +0200 (Fri, 13 Sep 2019) | 1 line
    
    * Fix uninitialized var warning
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43256 -
2019-10-19 14:46:59 +00:00
michael
9acb68ee32 * Merging revisions 42978 from trunk:
------------------------------------------------------------------------
    r42978 | michael | 2019-09-13 18:20:39 +0200 (Fri, 13 Sep 2019) | 1 line
    
    * Fix some deprecated warnings
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43255 -
2019-10-19 14:46:50 +00:00
michael
39f9916ef5 * Merging revisions 42875 from trunk:
------------------------------------------------------------------------
    r42875 | michael | 2019-08-30 08:57:53 +0200 (Fri, 30 Aug 2019) | 1 line
    
    * Fix bug ID #35306: use rawbytestring for stringcontent
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43250 -
2019-10-19 14:46:09 +00:00
michael
dcd9071815 * Merging revisions 42496 from trunk:
------------------------------------------------------------------------
    r42496 | svenbarth | 2019-07-26 07:16:35 +0200 (Fri, 26 Jul 2019) | 1 line
    
    * also check mimetypes/m option
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43249 -
2019-10-19 14:45:37 +00:00
michael
810989c765 * Merging revisions r42871,r42872 from trunk:
------------------------------------------------------------------------
    r42871 | michael | 2019-08-29 21:02:08 +0200 (Thu, 29 Aug 2019) | 1 line
    
    * Fix forgotten loadmimetypes
    ------------------------------------------------------------------------
    r42872 | michael | 2019-08-29 21:07:52 +0200 (Thu, 29 Aug 2019) | 1 line
    
    * Observe -m
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@42873 -
2019-08-29 19:08:45 +00:00
pierre
8875b9a109 --- Merging r42858 into '.':
U    packages/fcl-web/fpmake.pp
--- Recording mergeinfo for merge of r42858 into '.':
 U   .
------------------------------------------------------------------------
r42858 | pierre | 2019-08-27 13:51:22 +0000 (Tue, 27 Aug 2019) | 1 line

 Explicitly add fpc-registry dependency for AllWindowsOSes (because fpmimetypes unit uses registry unit)
------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@42861 -
2019-08-28 09:47:37 +00:00
michael
4e5b29cb58 * Merging revisions r42794 from trunk:
------------------------------------------------------------------------
    r42794 | michael | 2019-08-24 11:56:27 +0200 (Sat, 24 Aug 2019) | 1 line
    
    * Add module to units part of project
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@42855 -
2019-08-27 07:08:07 +00:00
michael
6ef897798e * Merging revisions 42820,42821,42822,42823,42825 from trunk:
------------------------------------------------------------------------
    r42820 | michael | 2019-08-26 08:36:01 +0200 (Mon, 26 Aug 2019) | 1 line
    
    * Add LoadKnownTypes to load default set from OS (including registry on windows)
    ------------------------------------------------------------------------
    r42821 | michael | 2019-08-26 08:44:10 +0200 (Mon, 26 Aug 2019) | 1 line
    
    * Add mime.types for benefit of windows users, call new LoadKnownTypes
    ------------------------------------------------------------------------
    r42822 | michael | 2019-08-26 08:52:21 +0200 (Mon, 26 Aug 2019) | 1 line
    
    * Some additional help
    ------------------------------------------------------------------------
    r42823 | michael | 2019-08-26 08:53:12 +0200 (Mon, 26 Aug 2019) | 1 line
    
    * Remove units no longer needed
    ------------------------------------------------------------------------
    r42825 | michael | 2019-08-26 10:30:06 +0200 (Mon, 26 Aug 2019) | 1 line
    
    * Moved fpmimetypes unit to fcl-web
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@42849 -
2019-08-27 07:03:08 +00:00
michael
5e6081f217 * Merging revisions 42789,42790,42791,42792,42793 from trunk:
------------------------------------------------------------------------
    r42789 | michael | 2019-08-24 11:53:00 +0200 (Sat, 24 Aug 2019) | 1 line
    
    * Write version option in help
    ------------------------------------------------------------------------
    r42790 | michael | 2019-08-24 11:53:23 +0200 (Sat, 24 Aug 2019) | 1 line
    
    * V2 is default
    ------------------------------------------------------------------------
    r42791 | michael | 2019-08-24 11:53:43 +0200 (Sat, 24 Aug 2019) | 1 line
    
    * Add src to path
    ------------------------------------------------------------------------
    r42792 | michael | 2019-08-24 11:54:52 +0200 (Sat, 24 Aug 2019) | 1 line
    
    * TSQLConnector GetNextValueSQL must call proxy implementation
    ------------------------------------------------------------------------
    r42793 | michael | 2019-08-24 11:55:28 +0200 (Sat, 24 Aug 2019) | 1 line
    
    * Dependencies no longer needed
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@42846 -
2019-08-27 07:00:37 +00:00
michael
63ac2d6b54 * Merging revisions 42783,42784,42785,42786,42787,42788 from trunk:
------------------------------------------------------------------------
    r42783 | michael | 2019-08-24 11:34:41 +0200 (Sat, 24 Aug 2019) | 1 line
    
    CreateJSON2ErrorResponse now clones ID parameter instead of consuming it (bug ID 35999)
    ------------------------------------------------------------------------
    r42784 | michael | 2019-08-24 11:35:47 +0200 (Sat, 24 Aug 2019) | 1 line
    
    * Safety for empty asJSON. Should not happen, but better safe than sorry
    ------------------------------------------------------------------------
    r42785 | michael | 2019-08-24 11:50:07 +0200 (Sat, 24 Aug 2019) | 1 line
    
    * Take into account skipped
    ------------------------------------------------------------------------
    r42786 | michael | 2019-08-24 11:51:13 +0200 (Sat, 24 Aug 2019) | 1 line
    
    * Add FPC define, check for unit for short description
    ------------------------------------------------------------------------
    r42787 | michael | 2019-08-24 11:52:04 +0200 (Sat, 24 Aug 2019) | 1 line
    
    * Allow aliases
    ------------------------------------------------------------------------
    r42788 | michael | 2019-08-24 11:52:27 +0200 (Sat, 24 Aug 2019) | 1 line
    
    * Allow aliases
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@42845 -
2019-08-27 06:59:13 +00:00