root

Name Size Rev Age Last Change
fActiveRecord.php 64.7 kB 627 1 year wbond: Added fORMValidation::addStringReplacement() and …
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.1 kB 630 1 year wbond: Updated fDatabase::escape() to accept arrays of values for insertion into …
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.5 kB 621 1 year wbond: Added a missing line of backtrace to fException::formatTrace()
fExpectedException.php 1.6 kB 448 2 years wbond: Updated copyright notices and licenses to use Will instead of William, …
fFile.php 32.0 kB 617 1 year wbond: Fixed the exception error message in fFile::output() to be accurate
fFilesystem.php 20.2 kB 631 1 year wbond: Fixed fFilesystem::formatFilesize() to work when $bytes equals zero
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 5.6 kB 596 1 year wbond: Added support for '*' and arrays of names to fMessaging::check()
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 31.8 kB 611 1 year wbond: Fixed a bug in fORM related to creating fDate, fTime and fTimestamp
fORMColumn.php 27.3 kB 603 1 year wbond: Performance improvements, especially related to the ORM
fORMDatabase.php 35.3 kB 612 1 year wbond: Fixed ticket #241 - added support for column concatenation in …
fORMDate.php 20.5 kB 598 1 year wbond: Added fValidationException::setFieldFormat() and …
fORMFile.php 40.7 kB 603 1 year wbond: Performance improvements, especially related to the ORM
fORMJSON.php 4.9 kB 592 1 year wbond: Updated fORMJSON to remove the $associate parameter from the record set …
fORMMoney.php 20.4 kB 598 1 year wbond: Added fValidationException::setFieldFormat() and …
fORMOrdering.php 23.6 kB 606 1 year wbond: Fixed ticket #237 - fORMOrdering::validate() was not properly removing …
fORMRelated.php 49.3 kB 616 1 year wbond: Fixed some bugs with validating related records
fORMSchema.php 9.8 kB 603 1 year wbond: Performance improvements, especially related to the ORM
fORMValidation.php 38.1 kB 627 1 year wbond: Added fORMValidation::addStringReplacement() and …
fProgrammerException.php 1.6 kB 448 2 years wbond: Updated copyright notices and licenses to use Will instead of William, …
fRecordSet.php 49.0 kB 619 1 year wbond: Fixed ticket #247 - fRecordSet::build() will no longer fall back to …
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 74.6 kB 610 1 year wbond: Fixed ticket #233 - Added UUID data type support to fSchema for PostgreSQL
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.1 kB 600 1 year wbond: Fixed escaping string replacement values for preg_replace() calls. Will …
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 42.9 kB 587 1 year wbond: Added fTimestamp::registerUnformatCallback() to allow for locale-specific …
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, …