root

Name Size Rev Age Last Change
fActiveRecord.php 70.7 kB 659 1 year wbond: Fixed tickets #225 and #270 - Loading fActiveRecord objects by …
fAuthorization.php 14.2 kB 567 1 year wbond: BackwardsCompatibilityBreak - the first parameter of fSession::clear() was …
fBuffer.php 6.3 kB 448 2 years wbond: Updated copyright notices and licenses to use Will instead of William, …
fCache.php 9.4 kB 577 1 year wbond: Updated documentation to indicate when methods will throw the exception in …
fConnectivityException.php 1.6 kB 448 2 years wbond: Updated copyright notices and licenses to use Will instead of William, …
fCookie.php 8.3 kB 514 2 years wbond: BackwardsCompatibilityBreak - fCore::getOS() and fCore::getPHPVersion()
fCore.php 29.8 kB 622 1 year wbond: Fixed fCore::expose() to properly display when output includes non-UTF-8
fCRUD.php 12.1 kB 567 1 year wbond: BackwardsCompatibilityBreak - the first parameter of fSession::clear() was …
fCryptography.php 20.0 kB 599 1 year wbond: Fixed fCryptography to gracefully handle CAPICOM.Utilities.1 failures on …
fDatabase.php 69.4 kB 657 1 year wbond: Fixed ticket #262 - auto-incremented values would not be detected in …
fDate.php 11.1 kB 587 1 year wbond: Added fTimestamp::registerUnformatCallback() to allow for locale-specific …
fDirectory.php 12.8 kB 577 1 year wbond: Updated documentation to indicate when methods will throw the exception in …
fEmail.php 39.6 kB 609 1 year wbond: Fixed ticket #240 - fEmail now properly sends emails with both an HTML and …
fEmptySetException.php 1.6 kB 448 2 years wbond: Updated copyright notices and licenses to use Will instead of William, …
fEnvironmentException.php 1.6 kB 448 2 years wbond: Updated copyright notices and licenses to use Will instead of William, …
fException.php 19.4 kB 633 1 year wbond: Fixed some API documentation in fException
fExpectedException.php 1.6 kB 448 2 years wbond: Updated copyright notices and licenses to use Will instead of William, …
fFile.php 32.4 kB 644 1 year wbond: Updated fFile::determineMimeType() to allow passing the file contents for …
fFilesystem.php 20.3 kB 643 1 year wbond: Changed fFilesystem::formatFilesize() to not use decimal places for bytes, …
fGrammar.php 19.3 kB 603 1 year wbond: Performance improvements, especially related to the ORM
fHTML.php 10.7 kB 588 1 year wbond: Fixed ticket #175 - fHTML::showChecked() now requires strict equality if …
fImage.php 31.7 kB 583 1 year wbond: Fixed a bug in fImage::saveChanges() so that the method can be called …
fJSON.php 16.5 kB 563 1 year wbond: Fixed a bug in fJSON::decode() where the pure PHP version would only …
fMessaging.php 6.2 kB 632 1 year wbond: Fixed ticket #169 - Updated fMessaging to not require the $recipient
fMoney.php 19.5 kB 577 1 year wbond: Updated documentation to indicate when methods will throw the exception in …
fNoRemainingException.php 1.6 kB 448 2 years wbond: Updated copyright notices and licenses to use Will instead of William, …
fNoRowsException.php 1.6 kB 448 2 years wbond: Updated copyright notices and licenses to use Will instead of William, …
fNotFoundException.php 1.6 kB 448 2 years wbond: Updated copyright notices and licenses to use Will instead of William, …
fNumber.php 44.5 kB 577 1 year wbond: Updated documentation to indicate when methods will throw the exception in …
fORM.php 34.0 kB 652 1 year wbond: Fixed ticket #258 - fRecordSet now passes all parameters to dynamic …
fORMColumn.php 25.9 kB 647 1 year wbond: Added fORM::registerInspectCallback() and fORM::callInspectCallbacks() - …
fORMDatabase.php 37.6 kB 646 1 year wbond: Added the intersection operator >< to fRecordSet::build()
fORMDate.php 19.0 kB 647 1 year wbond: Added fORM::registerInspectCallback() and fORM::callInspectCallbacks() - …
fORMFile.php 40.0 kB 647 1 year wbond: Added fORM::registerInspectCallback() and fORM::callInspectCallbacks() - …
fORMJSON.php 4.9 kB 592 1 year wbond: Updated fORMJSON to remove the $associate parameter from the record set …
fORMMoney.php 19.4 kB 647 1 year wbond: Added fORM::registerInspectCallback() and fORM::callInspectCallbacks() - …
fORMOrdering.php 24.9 kB 658 1 year wbond: Fixed ticket #269 - fixed an fORMOrdering bug with deleting records in the …
fORMRelated.php 56.5 kB 659 1 year wbond: Fixed tickets #225 and #270 - Loading fActiveRecord objects by …
fORMSchema.php 10.9 kB 659 1 year wbond: Fixed tickets #225 and #270 - Loading fActiveRecord objects by …
fORMValidation.php 40.3 kB 651 1 year wbond: BackwardsCompatibilityBreak - renamed …
fProgrammerException.php 1.6 kB 448 2 years wbond: Updated copyright notices and licenses to use Will instead of William, …
fRecordSet.php 51.6 kB 655 1 year wbond: Fixed ticket #260 - Added method chaining support to prebuild, precount …
fRequest.php 20.0 kB 629 1 year wbond: Fixed ticket #249 - fRequest::filter() now properly creates new $_FILES
fResult.php 18.3 kB 625 1 year wbond: fResult::fetchAllRows() no longer throws an exception when no rows are …
fSchema.php 75.9 kB 659 1 year wbond: Fixed tickets #225 and #270 - Loading fActiveRecord objects by …
fSession.php 9.0 kB 567 1 year wbond: BackwardsCompatibilityBreak - the first parameter of fSession::clear() was …
fSQLException.php 1.6 kB 448 2 years wbond: Updated copyright notices and licenses to use Will instead of William, …
fSQLTranslation.php 46.3 kB 656 1 year wbond: Fixed ticket #266 - PostgreSQL NOT LIKE operators were being improperly …
fTemplating.php 14.1 kB 577 1 year wbond: Updated documentation to indicate when methods will throw the exception in …
fText.php 4.7 kB 507 2 years wbond: Updated fText to handle components passed as an array, updated fException
fTime.php 11.1 kB 587 1 year wbond: Added fTimestamp::registerUnformatCallback() to allow for locale-specific …
fTimestamp.php 43.0 kB 642 1 year wbond: Fixed a translation bug with fTimestamp::getFuzzyDifference()
fUnbufferedResult.php 15.5 kB 615 1 year wbond: Fixed ticket #165 - Added fResult::asObjects() and …
fUnexpectedException.php 2.0 kB 448 2 years wbond: Updated copyright notices and licenses to use Will instead of William, …
fUpload.php 10.3 kB 577 1 year wbond: Updated documentation to indicate when methods will throw the exception in …
fURL.php 7.0 kB 549 1 year wbond: Fixed ticket #186, fURL::getDomain() now includes the web server port …
fUTF8.php 65.8 kB 600 1 year wbond: Fixed escaping string replacement values for preg_replace() calls. Will …
fValidation.php 12.7 kB 598 1 year wbond: Added fValidationException::setFieldFormat() and …
fValidationException.php 2.9 kB 598 1 year wbond: Added fValidationException::setFieldFormat() and …
fXML.php 2.4 kB 448 2 years wbond: Updated copyright notices and licenses to use Will instead of William, …