root

Name Size Rev Age Last Change
fActiveRecord.php 91.6 kB 764 3 days wbond: Fixed ticket #400 - fActiveRecord::delete() with the $force_cascade flag …
fAuthorization.php 14.1 kB 766 3 days wbond: Fixed ticket #363 - added fAuthorization::getLoginPage()
fBuffer.php 6.3 kB 448 1 year wbond: Updated copyright notices and licenses to use Will instead of William, …
fCache.php 9.4 kB 577 10 months wbond: Updated documentation to indicate when methods will throw the exception in …
fConnectivityException.php 1.6 kB 448 1 year wbond: Updated copyright notices and licenses to use Will instead of William, …
fCookie.php 9.0 kB 717 5 months wbond: Fixed ticket #304 - added fCookie::delete()
fCore.php 32.1 kB 758 1 week wbond: Fixed ticket #397 - fFile, fImage and fDirectory all handle re-used …
fCRUD.php 12.2 kB 721 5 months wbond: BackwardsCompatibilityBreak - Removed the $prefix parameter from the …
fCryptography.php 20.6 kB 763 3 days wbond: Fixed ticket #399 - changed fCryptography::seedRandom() to pass a …
fDatabase.php 89.8 kB 765 3 days wbond: Fixed ticket #354 - calling fDatabase::clearCache() now also calls …
fDate.php 11.1 kB 587 9 months wbond: Added fTimestamp::registerUnformatCallback() to allow for locale-specific …
fDirectory.php 17.4 kB 760 3 days wbond: BackwardsCompatibilityBreak - fixed ticket #376 - fDirectory::scan() and …
fEmail.php 40.1 kB 761 3 days wbond: Fixed ticket #390 - removed code to double . on windows right after a line …
fEmptySetException.php 1.6 kB 448 1 year wbond: Updated copyright notices and licenses to use Will instead of William, …
fEnvironmentException.php 1.6 kB 448 1 year wbond: Updated copyright notices and licenses to use Will instead of William, …
fException.php 19.4 kB 633 8 months wbond: Fixed some API documentation in fException
fExpectedException.php 1.6 kB 448 1 year wbond: Updated copyright notices and licenses to use Will instead of William, …
fFile.php 35.5 kB 758 1 week wbond: Fixed ticket #397 - fFile, fImage and fDirectory all handle re-used …
fFilesystem.php 21.5 kB 758 1 week wbond: Fixed ticket #397 - fFile, fImage and fDirectory all handle re-used …
fGrammar.php 20.1 kB 747 1 week wbond: Fixed ticket #374 - added missing fGrammar::compose()
fHTML.php 10.8 kB 729 4 months wbond: Fixed ticket #339 - some conditional comments were causing the regex in …
fImage.php 37.1 kB 758 1 week wbond: Fixed ticket #397 - fFile, fImage and fDirectory all handle re-used …
fJSON.php 16.5 kB 563 10 months wbond: Fixed a bug in fJSON::decode() where the pure PHP version would only …
fMessaging.php 6.2 kB 721 5 months wbond: BackwardsCompatibilityBreak - Removed the $prefix parameter from the …
fMoney.php 19.5 kB 577 10 months wbond: Updated documentation to indicate when methods will throw the exception in …
fNoRemainingException.php 1.6 kB 448 1 year wbond: Updated copyright notices and licenses to use Will instead of William, …
fNoRowsException.php 1.6 kB 448 1 year wbond: Updated copyright notices and licenses to use Will instead of William, …
fNotFoundException.php 1.6 kB 448 1 year wbond: Updated copyright notices and licenses to use Will instead of William, …
fNumber.php 44.5 kB 577 10 months wbond: Updated documentation to indicate when methods will throw the exception in …
fORM.php 36.7 kB 765 3 days wbond: Fixed ticket #354 - calling fDatabase::clearCache() now also calls …
fORMColumn.php 26.7 kB 762 3 days wbond: Fixed ticket #389 - fORMColumn is now more strict about what links will …
fORMDatabase.php 46.6 kB 754 1 week wbond: Changed fORMDatabase::injectFromAndGroupByClauses() to be able to handle …
fORMDate.php 19.4 kB 727 4 months wbond: Fixed an issue in fORMDate with calling a non-existent method on …
fORMFile.php 40.8 kB 737 3 months wbond: Fixed ticket #358 - updated some old fFile method references in fORMFile
fORMJSON.php 4.9 kB 592 9 months wbond: Updated fORMJSON to remove the $associate parameter from the record set …
fORMMoney.php 20.1 kB 749 1 week wbond: Fixed tickets #380, #385 and #386 - fORMMoney bugs with setting NULL …
fORMOrdering.php 28.2 kB 730 4 months wbond: Fixed ticket #346 - fORMOrdering was creating incorrect SQL statements for …
fORMRelated.php 62.7 kB 756 1 week wbond: Fixed ticket #394 - fixed issues with the route names for one-to-one …
fORMSchema.php 12.8 kB 756 1 week wbond: Fixed ticket #394 - fixed issues with the route names for one-to-one …
fORMValidation.php 47.0 kB 742 3 months wbond: Fixed ticket #352 - fORMValidation now more robustly handles empty values …
fProgrammerException.php 1.6 kB 448 1 year wbond: Updated copyright notices and licenses to use Will instead of William, …
fRecordSet.php 61.4 kB 745 2 months wbond: Fixed ticket #368 - added support for Oracle number columns. Fixed some …
fRequest.php 21.7 kB 759 3 days wbond: Fixed ticket #384 - fRequest::get() no longer truncates big ints to the …
fResult.php 19.2 kB 746 1 week wbond: Fixed #231 - added fStatement, fDatabase::prepare() and …
fSchema.php 75.3 kB 746 1 week wbond: Fixed #231 - added fStatement, fDatabase::prepare() and …
fSession.php 14.5 kB 748 1 week wbond: Fixed ticket #377 - cleaned up from fSession API documentation bugs
fSQLException.php 1.6 kB 448 1 year wbond: Updated copyright notices and licenses to use Will instead of William, …
fSQLTranslation.php 43.9 kB 744 3 months wbond: Fixed ticket #351 - translated queries on MSSQL servers with sub-selects …
fStatement.php 21.2 kB 746 1 week wbond: Fixed #231 - added fStatement, fDatabase::prepare() and …
fTemplating.php 14.1 kB 577 10 months wbond: Updated documentation to indicate when methods will throw the exception in …
fText.php 4.7 kB 507 1 year wbond: Updated fText to handle components passed as an array, updated fException
fTime.php 11.1 kB 587 9 months wbond: Added fTimestamp::registerUnformatCallback() to allow for locale-specific …
fTimestamp.php 43.1 kB 715 5 months wbond: Fixed a bug with fTimestamp::fixISOWeek() not properly parsing some ISO …
fUnbufferedResult.php 17.2 kB 746 1 week wbond: Fixed #231 - added fStatement, fDatabase::prepare() and …
fUnexpectedException.php 2.0 kB 448 1 year wbond: Updated copyright notices and licenses to use Will instead of William, …
fUpload.php 11.1 kB 716 5 months wbond: Fixed ticket #329 - added fUpload::filter() to allow for ignoring array …
fURL.php 7.4 kB 667 8 months wbond: Fixed ticket #276 - fURL::redirect() no longer requires a parameter and …
fUTF8.php 66.7 kB 746 1 week wbond: Fixed #231 - added fStatement, fDatabase::prepare() and …
fValidation.php 13.0 kB 701 6 months wbond: Fixed tickets #250 and #307 - fValidationException can now take a header …
fValidationException.php 4.9 kB 701 6 months wbond: Fixed tickets #250 and #307 - fValidationException can now take a header …
fXML.php 15.2 kB 702 6 months wbond: Added the $http_timeout parameter to fXML::__construct() that allows for …