root/fCore.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @758 [758] 03/05/10 15:59:54 wbond Fixed ticket #397 - fFile, fImage and fDirectory all handle re-used …
(edit) @746 [746] 03/03/10 01:09:48 wbond Fixed #231 - added fStatement, fDatabase::prepare() and …
(edit) @714 [714] 10/06/09 13:55:39 wbond Added fCore::detectOpcodeCache()
(edit) @622 [622] 06/29/09 00:14:32 wbond Fixed fCore::expose() to properly display when output includes non-UTF-8
(edit) @620 [620] 06/29/09 00:08:57 wbond Fixed ticket #224 - Added fCore::disableContext() to remove context dumps …
(edit) @586 [586] 06/01/09 15:50:24 wbond Changed fCore::enableErrorHandling() and fCore::enableExceptionHandling()
(edit) @558 [558] 05/04/09 01:55:34 wbond fCore::backtrace() now properly replaces the document root with {doc_root} …
(edit) @528 [528] 03/11/09 14:49:03 wbond Fixed ticket #151, fCore no longer throws an error while getting the …
(edit) @526 [526] 03/07/09 22:36:22 wbond Fixed ticket #149, fCore no longer throws a notice during the …
(edit) @514 [514] 02/16/09 23:07:19 wbond BackwardsCompatibilityBreak - fCore::getOS() and fCore::getPHPVersion()
(edit) @512 [512] 02/15/09 17:03:24 wbond Changed fCore::handleError() to display the error type as the header
(edit) @508 [508] 02/07/09 22:11:59 wbond Implemented ticket #136, added fCore::registerDebugCallback()
(edit) @451 [451] 12/29/08 09:04:10 wbond Fixed logic errors with splitting static method callbacks for PHP 5.1
(edit) @448 [448] 12/24/08 01:06:02 wbond Updated copyright notices and licenses to use Will instead of William, …
(edit) @404 [404] 11/17/08 01:57:08 wbond Added a few missing callback constants
(edit) @403 [403] 11/16/08 23:34:26 wbond BackwardsCompatibilityBreak - Removed fCore::stringlike()
(edit) @402 [402] 11/16/08 22:51:01 wbond BackwardsCompatibilityBreak - Removed fCore::trigger()
(edit) @399 [399] 11/16/08 13:37:28 wbond BackwardsCompatibilityBreak - Renamed fPrintableException? to fException
(edit) @398 [398] 11/15/08 11:43:50 wbond Added the D modifier to the appropriate preg_* calls
(edit) @394 [394] 11/14/08 21:53:32 wbond Updated all functions that deal with entities to use ENT_QUOTES and made …
(edit) @388 [388] 11/13/08 20:28:10 wbond BackwardsCompatibilityBreak - fCore::toss() was removed and all exceptions …
(edit) @341 [341] 10/28/08 13:11:34 wbond Fixed some issues related to PHP converting objects to integers
(edit) @316 [316] 10/21/08 01:54:09 wbond More API documentation updates
(edit) @315 [315] 10/19/08 00:32:49 wbond More API documentation updates
(edit) @311 [311] 10/17/08 13:32:25 wbond Some updates to API documentation
(edit) @286 [286] 10/11/08 22:08:46 wbond Added reset() methods for all classes with static members
(edit) @280 [280] 10/07/08 21:57:54 wbond Fixed ticket #67
(edit) @279 [279] 10/07/08 21:32:19 wbond Fixed a bug with fCore::call()
(edit) @273 [273] 10/06/08 23:12:08 wbond Added comments to explain class constants for static method callbacks
(edit) @272 [272] 10/06/08 23:03:05 wbond Update the API documentation for fCore::call()
(edit) @271 [271] 10/06/08 22:57:48 wbond Added fCore::callback(), change fCore::call() to accept two different …
(edit) @270 [270] 10/04/08 11:19:08 wbond Added fCore::call() and switched all applicable callbacks to class::method …
(edit) @268 [268] 10/03/08 14:24:30 wbond Add support for dynamic constants
(edit) @265 [265] 10/03/08 01:39:30 wbond Added class constants to all classes with static methods to allow for …
(copy) @214 [214] 09/12/08 13:51:40 wbond Moved all of the classes out of subdirectories for easier browsing and …
copied from utility/fCore.php:
(edit) @183 [183] 08/31/08 10:55:12 wbond Fixed some code formatting