Commit Graph

38 Commits

Author SHA1 Message Date
Juha
adfc424e92 Lazarus trunk requires at least FPC 3.2.0. Remove checks for earlier FPC_FULLVERSION. 2023-07-07 17:39:03 +03:00
mattias
c0aa681113 bigide: projectgroups, pas2js: create project group for pwa 2022-04-13 12:55:11 +02:00
mattias
4d07f650b5 weblaz: using fpweb_images.res instead of inc 2022-04-01 18:42:34 +02:00
Maxim Ganetsky
897f7280cb FpWeb: call New HTTP Application options dialog in DoInitDescriptor callback instead of InitProject in order to avoid closing current project when the options form was just shown (current project should only be closed when user presses OK button in the options form) 2022-01-18 02:06:41 +03:00
Michaël Van Canneyt
972410c09d * Improve HTTP application wizard 2021-12-30 10:46:45 +01:00
Michaël Van Canneyt
eb90152af1 * More structured code, clearer dialog, fix some formatting 2021-12-17 13:36:20 +01:00
Michaël Van Canneyt
e2d630da1d * Fix output, add better file serving options for new http app 2021-12-17 13:05:19 +01:00
juha
3f78f0d62d New optimized functions in LazUtils: FilenameExtIs and FilenameExtIn. Used instead of CompareFileExt and similar.
git-svn-id: trunk@64583 -
2021-02-15 08:43:50 +00:00
maxim
b4f6bfc0ff FPWeb: moved all resource strings to fpwebstrconsts.pas, merged translations accordingly
git-svn-id: trunk@63920 -
2020-09-24 23:06:50 +00:00
maxim
20fa70809e FPWeb: changed forgotten resource string, regenerated translations and updated Russian translation
git-svn-id: trunk@63243 -
2020-05-28 21:50:51 +00:00
juha
1e444d8398 IDE: Show name and description in "New Item" and "New Project" dialogs. Simplifies GetLocalizedDescription methods. Issue #37134.
git-svn-id: trunk@63234 -
2020-05-27 10:30:19 +00:00
michael
80ac8f85b8 * Correctly register THTTPServer/THTTPClient
git-svn-id: trunk@58553 -
2018-07-17 19:22:15 +00:00
michael
533de0481e * Fix apache wizard, it needs custapache unit in the uses clause to reference Application object
git-svn-id: trunk@57444 -
2018-03-05 08:57:14 +00:00
joost
1de2cbf586 general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
2017-01-29 21:04:32 +00:00
michael
31641874aa * Insert hint into FastCGI code for setting port on which to listen
git-svn-id: trunk@51218 -
2016-01-06 20:04:30 +00:00
blikblum
bc3224e68b weblaz: set UnitOutputDirectory to lib\$(TargetCPU)-$(TargetOS) as used in default project templates
git-svn-id: trunk@50786 -
2015-12-14 10:25:45 +00:00
jesus
6b2412959f fpweb: fix Cannot register components without unit (weblaz package failed to register some trunk only components), issue #28055
git-svn-id: trunk@49434 -
2015-06-24 16:41:10 +00:00
michael
63cc6a0188 * Register new 3.1 components for OAuth and WebClient
git-svn-id: trunk@48960 -
2015-05-07 20:39:58 +00:00
mattias
e3e3c31ab3 IDE: clean up old external tools
git-svn-id: trunk@45946 -
2014-07-20 20:15:40 +00:00
mattias
403ed545d1 IDE: enabled new external tools by default, use old code with -dEnableOldExtTools
git-svn-id: trunk@45396 -
2014-06-08 10:19:28 +00:00
mattias
9b332941b5 lazwebextra: moved content to weblaz, patch #26287
git-svn-id: trunk@45376 -
2014-06-06 09:55:39 +00:00
juha
c30eb3edd3 Clean outdated DEFINEs from the code, like old compiler versions and FPC_HAS_CONSTREF.
git-svn-id: trunk@43628 -
2014-01-02 18:16:19 +00:00
paul
223ba36920 components: remove ver2_2_x defines
git-svn-id: trunk@36369 -
2012-03-27 07:19:05 +00:00
maxim
da74c156d5 FpWeb: registered property editors for ItemField and ValueField properties of THTMLDatasetSelectProducer (allows to select their values in OI), patch from Alexey Lagunov.
git-svn-id: trunk@32425 -
2011-09-19 20:03:00 +00:00
michael
a63a06a10c * Fixed Custom CGI application generation for 2.5.1
git-svn-id: trunk@30322 -
2011-04-16 14:23:59 +00:00
michael
7433cc4a85 * Reduced TFileDescHTMLModule uses clause
git-svn-id: trunk@30311 -
2011-04-16 11:19:57 +00:00
michael
3f1d201b00 * Made projects runnable, reduced units in unit uses clause (0019175)
git-svn-id: trunk@30310 -
2011-04-16 10:43:35 +00:00
blikblum
7018a816fe fpweb/ideintf:
* Add initialization keyword according to resource type: fix compilation of initial project.
 * Don't add LResources unit to uses section direct since inherited takes care of that.

git-svn-id: trunk@26785 -
2010-07-22 20:23:11 +00:00
maxim
a5c1a266e9 Components, fpWeb:
1. Localized fpWeb components IDE integration by Marcelo B Paula, bug #16841.
  2. Added fpWeb Portuguese translation by Marcelo B Paula.
  3. Added fpWeb Russian translation.

git-svn-id: trunk@26463 -
2010-07-04 21:11:41 +00:00
maxim
6b87644a97 IDE, components: various improvements for descriptions in 'New...' dialog, bug #10808.
git-svn-id: trunk@25387 -
2010-05-13 21:38:53 +00:00
paul
4bd228a50a components: remove ver2_0 code
git-svn-id: trunk@23396 -
2010-01-06 18:02:16 +00:00
vincents
d7a7b1d976 fpweb package: added dependency on the LCL and removed unneeded unit from Joost (issue #13604)
git-svn-id: trunk@19673 -
2009-04-28 20:29:25 +00:00
vincents
ae6e3689e1 components: fpweb: add support for FastCGI from fpc 2.3.1 (issue #13421)
* Support for FastCGI applications
* Mentioned difference between custom and normal web-applications (handling webmodules)
* Register THtmlPageProducer
* Set executabletype to petLibrary for Apache-modules
* Removed runnable flag from Webapplications that can't be run from inside the Lazarus IDE
* Removed CreateFormStatements flag from webapplication which don't need those 
patch by Joost van der Sluis

git-svn-id: trunk@19548 -
2009-04-21 10:57:58 +00:00
vincents
0c01642a75 components: fpweb: made changes to synchronize with update in fcl-web fpc 2.3.1 from Attila Borka (issue #13251)
git-svn-id: trunk@19547 -
2009-04-21 10:50:22 +00:00
michael
3e5bc24fed * Patch from Attila Borka to enable multiple requests (enable threads), bug ID #12375
git-svn-id: trunk@18392 -
2009-01-22 21:58:25 +00:00
mattias
9df9006406 fpweb: registered THTMLEntityProducer for fpc 2.3.x+
git-svn-id: trunk@13675 -
2008-01-09 00:01:28 +00:00
mattias
65da460e39 fpweb: added demos from Michael Van Canneyt
git-svn-id: trunk@12880 -
2007-11-15 08:09:00 +00:00
mattias
31606f9a53 components: added fpweb from Michael Van Canneyt
git-svn-id: trunk@10847 -
2007-04-02 07:55:14 +00:00