summaryrefslogtreecommitdiff
path: root/packages/fcl-web
Commit message (Expand)AuthorAgeFilesLines
* * Added combined example: login using RPC and edit data using FPWebdatamichael2011-04-1017-0/+891
* * Published CreateSession propertymichael2011-04-102-0/+2
* * Fixed compilation with dmwdebug definemichael2011-04-101-1/+5
* * Fixed AV when no owner is setjoost2011-04-061-1/+1
* * Use INSTALL_PREFIX to install to. Solves problems with testsuitejoost2011-04-062-2/+2
* * Use proper path-separator and executable extension (Fixes compilation on W...joost2011-04-052-11/+13
* * Added univint dependency for MacOSX which is not detected by fpcmakejoost2011-04-051-0/+2
* * Let the makefile create the unit output dir when fpmake.pp is not compiled...joost2011-04-022-3/+7
* * Implemented the ability to register default scripts which can be addedjoost2011-04-022-27/+284
* * The Makefile.fpc is adapted and the Makefile re-generated so that fpmake isjoost2011-04-013-2094/+416
* * Fixed some corner cases in readrecordmichael2011-03-291-4/+58
* * Inherited was not calledmichael2011-03-291-0/+1
* * AllowRow eventmichael2011-03-231-3/+26
* * BeforeDelete/Update/Insert eventsmichael2011-03-231-0/+15
* * OnGetDataset Eventmichael2011-03-231-0/+5
* * Additional todosmichael2011-03-071-0/+2
* * Better error checkingmichael2011-03-071-2/+24
* * Restructured for clarity michael2011-03-071-68/+78
* * Better error checking in case of errors reading/writing to socketmichael2011-03-041-43/+62
* * FreeNotification was not always set for session, sometimes leading to error...michael2011-03-031-0/+1
* * SetTypedParam: Clear parameter if data is empty and not a string. Fixed bug...michael2011-03-031-5/+19
* * GetNewID should be virtual so it can be overriddenmichael2011-02-281-1/+1
* * In some cases, a looking for a non-existing provider did not return Nilmichael2011-02-281-1/+4
* * Terminate when socket cannot be created/bound/accepted.michael2011-02-281-0/+5
* * Make Terminated property accessible for descendentsjoost2011-02-081-0/+1
* * Implemented TContainerStylesheetsjoost2011-02-082-0/+62
* * If request handled correctly, send content if it was not yet sentmichael2011-02-031-1/+7
* * Fixed mem-leak, FContentProducers was re-initialized during the inherited ...joost2011-01-281-1/+1
* * Fixed mem-leakjoost2011-01-281-0/+8
* * Implemented IHTMLDesignablejoost2011-01-152-2/+32
* * fix for mantis 15820, override getnamepath as suggested by Paul.marco2010-12-191-0/+8
* * Fixed type in THTMLContentProducerClass namejoost2010-11-191-1/+20
* * Made WebPage.IsAjaxCall publicjoost2010-11-191-1/+1
* * Process request variables for a HEAD request as if it is a GET requestjoost2010-11-191-1/+1
* * Added TRequest.LocalPathPrefix propertyjoost2010-11-191-1/+26
* * Make sure that the value of ActionVar is passed as actionname to the OnGet...joost2010-11-131-6/+7
* * Added Makefile.fpc which uses fpmakejoost2010-11-111-0/+35
* * Fixed sending/receiving of large data packets (size >word)michael2010-10-271-20/+38
* * Fixed batch processing, and multiple requests through 1 instance of an Adaptormichael2010-10-272-33/+127
* * Reset adaptor - in case of pooled module, same adaptor is is used for each ...michael2010-10-251-4/+19
* * Implement GetDisplayName and add ParamByName() implementation.michael2010-10-141-1/+44
* * Fixed spell error revealed by lintian.mazen2010-10-061-2/+2
* * Added reference to fptemplate (saying it is moved to fcl-base)michael2010-10-051-0/+3
* * Renamed to be more in line with other readme filesmichael2010-10-051-0/+0
* * Moved description of fptemplate to fcl-basemichael2010-10-051-427/+0
* * Renamed lazwebdata to lazwebextramichael2010-10-044-9/+9
* * improved session management:michael2010-09-302-14/+28
* * RegenerateParams was not called in all casesmichael2010-09-301-3/+6
* + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 andjonas2010-09-295-16/+114
* * Better error handling when reading from socket.michael2010-09-031-24/+51