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