root

Name Size Rev Age Last Change
fActiveRecord.php 96.1 kB 1038 9 months wbond: Fixed a bug with fActiveRecord and updating a record that contains only an …
fAuthorization.php 14.3 kB 987 1 year wbond: Completed ticket #604 - fixed fAuthorization::checkIP() to not trigger a …
fAuthorizationException.php 1.6 kB 984 1 year wbond: BackwardsCompatibilityBreak - fSchema::getTables(), …
fBuffer.php 6.8 kB 830 2 years wbond: Fixed ticket #438 - added a check to ensure the zlib extension is …
fCache.php 20.8 kB 1042 4 months wbond: Refactored database unit tests to make them faster - fixed some small bugs …
fConnectivityException.php 1.6 kB 448 3 years wbond: Updated copyright notices and licenses to use Will instead of William, …
fCookie.php 9.0 kB 717 3 years wbond: Fixed ticket #304 - added fCookie::delete()
fCore.php 40.2 kB 1031 9 months wbond: BackwardsCompatibilityBreak - fCore::detectOpcodeCache() was renamed to …
fCRUD.php 12.2 kB 721 3 years wbond: BackwardsCompatibilityBreak - Removed the $prefix parameter from the …
fCryptography.php 22.2 kB 1027 9 months wbond: Added the base36, base56 and custom types to the …
fDatabase.php 109.2 kB 1013 1 year wbond: Fixed a bug in fDatabase with notices being triggered when failing to …
fDate.php 11.9 kB 1029 9 months wbond: Fixed method signatures for some methods that have multiple signatures
fDirectory.php 18.2 kB 1025 9 months wbond: Completed ticket #657 - added a permissions check to fDirectory::delete(), …
fEmail.php 56.8 kB 1041 8 months wbond: Updated fEmail to have a fluent interface
fEmptySetException.php 1.6 kB 448 3 years wbond: Updated copyright notices and licenses to use Will instead of William, …
fEnvironmentException.php 1.6 kB 448 3 years wbond: Updated copyright notices and licenses to use Will instead of William, …
fException.php 19.4 kB 633 3 years wbond: Fixed some API documentation in fException
fExpectedException.php 1.6 kB 448 3 years wbond: Updated copyright notices and licenses to use Will instead of William, …
fFile.php 38.0 kB 1026 9 months wbond: BackwardsCompatibilityBreak - fFile::output() now automatically ends any …
fFilesystem.php 22.9 kB 936 1 year wbond: Completed ticket #535 - added calls to clearstatcache() to …
fGrammar.php 26.0 kB 1012 1 year wbond: Updated fGrammar to add checks for blank string to various methods
fHTML.php 11.1 kB 826 2 years wbond: Fixed ticket #443 - Updated fHTML::encode() and fHTML::prepare() to handle …
fImage.php 46.9 kB 1029 9 months wbond: Fixed method signatures for some methods that have multiple signatures
fJSON.php 17.3 kB 848 2 years wbond: Removed all e flags for preg_replace() and all calls to …
fLoader.php 7.2 kB 1041 8 months wbond: Updated fEmail to have a fluent interface
flourish.rev 127 bytes 1042 4 months wbond: Refactored database unit tests to make them faster - fixed some small bugs …
fMailbox.php 46.4 kB 1018 10 months wbond: Completed ticket #646 - changed the way Flourish uses iconv() to work …
fMessaging.php 6.3 kB 776 2 years wbond: Fixed a small PHPDoc error in fMessaging
fMoney.php 19.9 kB 849 2 years wbond: Added the $remove_zero_fraction parameter to fMoney::format() and …
fNoRemainingException.php 1.7 kB 865 2 years wbond: Completed ticket #465 - fixed a typo in the fNoRemainingException
fNoRowsException.php 1.6 kB 448 3 years wbond: Updated copyright notices and licenses to use Will instead of William, …
fNotFoundException.php 1.6 kB 448 3 years wbond: Updated copyright notices and licenses to use Will instead of William, …
fNumber.php 45.2 kB 965 1 year wbond: Completed ticket #560 - added the $remove_zero_fraction parameter to …
fORM.php 41.2 kB 966 1 year wbond: Completed ticket #558 - updated fORM and fORMRelated to use fText (when …
fORMColumn.php 29.7 kB 1021 10 months wbond: Fixed a bug with fORMColumn::configureEmailColumn() allowing blank values …
fORMDatabase.php 49.4 kB 1014 1 year wbond: Completed ticket #519 - added support for the ~ and $~ matching operators …
fORMDate.php 20.0 kB 881 2 years wbond: InternalBackwardsCompatibilityBreak - changed fORM::parseMethod() to not …
fORMFile.php 44.1 kB 1028 9 months wbond: Updated fUpload to throw fValidationException instead of …
fORMJSON.php 5.0 kB 915 2 years wbond: BackwardsCompatibilityBreak - Restructured individual record access, the …
fORMMoney.php 21.1 kB 992 1 year wbond: Completed ticket #610 - fixed fORMMoney to properly generate validation …
fORMOrdering.php 29.1 kB 881 2 years wbond: InternalBackwardsCompatibilityBreak - changed fORM::parseMethod() to not …
fORMRelated.php 72.3 kB 1040 8 months wbond: Added missing method information for list and has methods to …
fORMSchema.php 13.2 kB 913 2 years wbond: Completed ticket #503 - enhanced fORMSchema exception messages
fORMValidation.php 54.1 kB 1009 1 year wbond: Fixed fORMValidation::addConditionalRule() to require columns that default …
fPagination.php 20.5 kB 1039 9 months wbond: Added fPagination?
fProgrammerException.php 1.6 kB 448 3 years wbond: Updated copyright notices and licenses to use Will instead of William, …
fRecordSet.php 72.1 kB 1014 1 year wbond: Completed ticket #519 - added support for the ~ and $~ matching operators …
fRequest.php 32.2 kB 1006 1 year wbond: Completed ticket #593 - added the $use_default_for_blank parameter to …
fResult.php 21.0 kB 1018 10 months wbond: Completed ticket #646 - changed the way Flourish uses iconv() to work …
fSchema.php 104.0 kB 1042 4 months wbond: Refactored database unit tests to make them faster - fixed some small bugs …
fSession.php 26.9 kB 1023 9 months wbond: Fixed a bug with fSession::reset() that is causing some unit tests to fail
fSMTP.php 18.5 kB 1002 1 year wbond: Enhanced the error checking in fSMTP::write() and fMailbox::write()
fSQLException.php 1.6 kB 448 3 years wbond: Updated copyright notices and licenses to use Will instead of William, …
fSQLSchemaTranslation.php 172.2 kB 1042 4 months wbond: Refactored database unit tests to make them faster - fixed some small bugs …
fSQLTranslation.php 35.6 kB 1037 9 months wbond: Added a fix to fSQLTranslation for PostgreSQL to handle statements that …
fStatement.php 24.8 kB 984 1 year wbond: BackwardsCompatibilityBreak - fSchema::getTables(), …
fTemplating.php 46.5 kB 1036 9 months wbond: Added a default value for the $name parameter of fTemplating::retrieve()
fText.php 4.7 kB 507 3 years wbond: Updated fText to handle components passed as an array, updated fException
fTime.php 11.9 kB 1029 9 months wbond: Fixed method signatures for some methods that have multiple signatures
fTimestamp.php 44.2 kB 1029 9 months wbond: Fixed method signatures for some methods that have multiple signatures
fUnbufferedResult.php 19.1 kB 1018 10 months wbond: Completed ticket #646 - changed the way Flourish uses iconv() to work …
fUnexpectedException.php 2.2 kB 984 1 year wbond: BackwardsCompatibilityBreak - fSchema::getTables(), …
fUpload.php 22.1 kB 1029 9 months wbond: Fixed method signatures for some methods that have multiple signatures
fURL.php 9.5 kB 1029 9 months wbond: Fixed method signatures for some methods that have multiple signatures
fUTF8.php 70.0 kB 1022 10 months wbond: Fixed a bug with fUTF8::clean() on IBM AIX
fValidation.php 30.9 kB 1029 9 months wbond: Fixed method signatures for some methods that have multiple signatures
fValidationException.php 6.7 kB 917 2 years wbond: BackwardsCompatibilityBreak - Changed the array structure for child record …
fXML.php 19.7 kB 1029 9 months wbond: Fixed method signatures for some methods that have multiple signatures