root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @453 [453] 12/31/08 00:13:19 wbond Removed the adjustment amount check on fDate::adjust() and fTime::adjust()
(edit) @452 [452] 12/30/08 13:44:14 wbond Fixed fActiveRecord so that the post::__construct() hook is not triggered …
(edit) @451 [451] 12/29/08 09:04:10 wbond Fixed logic errors with splitting static method callbacks for PHP 5.1
(edit) @450 [450] 12/29/08 08:58:33 wbond Changed fActiveRecord to accept either a primary key scalar value, primary …
(edit) @449 [449] 12/24/08 15:36:32 wbond Fixed #117, loading related records in the same table through a …
(edit) @448 [448] 12/24/08 01:06:02 wbond Updated copyright notices and licenses to use Will instead of William, …
(edit) @447 [447] 12/23/08 23:58:00 wbond Updated the change log for fORMFile
(edit) @446 [446] 12/23/08 20:55:32 wbond Changed fORMFile to include an extra check to ensure that the current file …
(edit) @445 [445] 12/23/08 14:06:46 wbond Fixed fORMFile::replicate() to ensure that the temp directory exists and …
(edit) @444 [444] 12/18/08 13:10:24 wbond Fixed fORMFile to not thrown an exception if a file can't be found
(edit) @443 [443] 12/18/08 13:09:23 wbond Fixed fImage::saveChanges() to not delete the image if no changes have …
(edit) @442 [442] 12/17/08 12:27:15 wbond Fixed a static method callback constant in fORM
(edit) @441 [441] 12/17/08 12:20:04 wbond Updated the class change logs for that last 15 commits
(edit) @440 [440] 12/17/08 00:27:39 wbond Changed fFile to implement the Iterator interface, returning one line per …
(edit) @439 [439] 12/16/08 23:18:36 wbond Fixed ticket #113
(edit) @438 [438] 12/12/08 13:06:59 wbond Fixed a bug with fORMValidation::addManyToManyValidationRule() - previous …
(edit) @437 [437] 12/12/08 02:10:16 wbond Fixed fActiveRecord to use the plural class name when replicating related …
(edit) @436 [436] 12/12/08 01:46:58 wbond Fixed ticket #109 by adding fActiveRecord::replicate() and supporting …
(edit) @435 [435] 12/11/08 21:53:53 wbond Fixed a small bug in the fORMDatabase::createPrimaryKeyWhereClause()
(edit) @434 [434] 12/11/08 14:02:27 wbond Fixed ticket #111
(edit) @433 [433] 12/11/08 00:40:18 wbond Cloning an fActiveRecord now also clones any objects contained in the …
(edit) @432 [432] 12/11/08 00:32:37 wbond Removed a whole bunch of unnecessary error suppression operators (@)
(edit) @431 [431] 12/11/08 00:25:14 wbond Fixed fFilesystem to properly update the file path map and exception map …
(edit) @430 [430] 12/11/08 00:20:47 wbond Cloning an fFile object now causes it to be duplicated on the filesystem
(edit) @429 [429] 12/11/08 00:03:45 wbond Fixed ticket #110
(edit) @428 [428] 12/08/08 20:31:28 wbond Fixed a bug with fORMValidation::addManyToManyValidationRule()
(edit) @427 [427] 12/05/08 13:04:46 wbond Fixed ticket #106
(edit) @426 [426] 12/05/08 13:02:48 wbond Fixed a bug in fORMDatabase from r424
(edit) @425 [425] 12/05/08 13:00:58 wbond Fixed ticket #108
(edit) @424 [424] 12/04/08 08:39:24 wbond Fixed ticket #101 - added support for != and ≠ to fRecordSet::build() and …
(edit) @423 [423] 12/04/08 08:12:26 wbond Added a missing callback constant to fSession
(edit) @422 [422] 12/04/08 08:11:40 wbond Fixed ticket #105
(edit) @421 [421] 12/04/08 08:06:07 wbond Updated the changelog for fActiveRecord
(edit) @420 [420] 12/04/08 08:02:27 wbond Fixed ticket #104
(edit) @419 [419] 12/04/08 08:00:48 wbond Changed fActiveRecord to remove an auto-incrementing primary key, detach …
(edit) @418 [418] 12/02/08 22:16:54 wbond Fixed the API documentation for the fException constructor
(edit) @417 [417] 12/02/08 22:11:50 wbond Fixed a bug where an escaped % in an exception class constructor was …
(edit) @416 [416] 11/29/08 19:52:43 wbond Fixed ticket #94
(edit) @415 [415] 11/29/08 18:29:45 wbond Fixed a bug with fRecordSet::current() (and thus also …
(edit) @414 [414] 11/29/08 18:18:00 wbond Fixed ticket #93
(edit) @413 [413] 11/25/08 00:56:58 wbond Fixed a bug with validating the uploaded file's size
(edit) @412 [412] 11/24/08 23:26:15 wbond Changed the fFile constructor to throw an exception if a directory is …
(edit) @411 [411] 11/24/08 23:15:25 wbond Fixed a few bugs with objectifying ORM column data. Bugs were introduced …
(edit) @410 [410] 11/23/08 23:25:34 wbond Fixed fFile::getMimeType() to properly detect Microsoft Office file …
(edit) @409 [409] 11/23/08 19:57:15 wbond Updated fFile to allow method chaining off of fFile::rename() and …
(edit) @408 [408] 11/19/08 08:57:47 wbond Changed fImage to return itself from manipulation methods, allowing for …
(edit) @407 [407] 11/19/08 08:47:52 wbond Added the ability to specify quality when saving a JPEG via …
(edit) @406 [406] 11/17/08 21:06:47 wbond Fixed ticket #88
(edit) @405 [405] 11/17/08 21:01:31 wbond Fixed ticket #87
(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) @401 [401] 11/16/08 21:51:04 wbond Fixed errors in some messages
(edit) @400 [400] 11/16/08 14:31:42 wbond fExpectedException and fUnexpectedException are no longer abstract
(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) @397 [397] 11/15/08 11:04:29 wbond Added a newline check for the subject in fEmail::validate()
(edit) @396 [396] 11/14/08 22:48:00 wbond Added a missing method name const
(edit) @395 [395] 11/14/08 22:46:50 wbond Fixed ticket #86 - fixed some outdated references to methods
(edit) @394 [394] 11/14/08 21:53:32 wbond Updated all functions that deal with entities to use ENT_QUOTES and made …
(edit) @393 [393] 11/14/08 13:22:53 wbond Fixed ticket #85
(edit) @392 [392] 11/14/08 13:17:42 wbond Fixed a parse error with fRecordSet
(edit) @391 [391] 11/13/08 23:59:51 wbond Fixed a bug with creating exceptions
(edit) @390 [390] 11/13/08 22:50:25 wbond Changed fSession to force using cookies and only cookies for session …
(edit) @389 [389] 11/13/08 22:01:10 wbond Added the option of specifying the URL for fCRUD::generateRequestToken()
(edit) @388 [388] 11/13/08 20:28:10 wbond BackwardsCompatibilityBreak - fCore::toss() was removed and all exceptions …
(edit) @387 [387] 11/12/08 21:58:14 wbond Fixed auto session regeneration in fAuthorization
(edit) @386 [386] 11/12/08 21:22:07 wbond Fixed ticket #84 - changed fMoney to only use the defined precision for …
(edit) @385 [385] 11/12/08 20:28:38 wbond Fixed a misspelling in fAuthorization
(edit) @384 [384] 11/12/08 20:26:12 wbond Added fNumber::getScale(), fixed an issues where the scale was being …
(edit) @383 [383] 11/12/08 14:15:32 wbond Added fSession::setPath()
(edit) @382 [382] 11/12/08 14:05:32 wbond Changed fAuthorization to regenerate the session id whenever new user info …
(edit) @381 [381] 11/12/08 13:52:39 wbond Fixed bugs in fCRUD with reordering and removing list items from …
(edit) @380 [380] 11/12/08 13:47:01 wbond Fixed fUpload issues with checking the mime type
(edit) @379 [379] 11/11/08 13:48:13 wbond Removed an incorrect hook from fORM::registerHookCallback()
(edit) @378 [378] 11/10/08 13:57:35 wbond Fixed it so that fActiveRecord::configure() is called when a record is …
(edit) @377 [377] 11/10/08 13:55:33 wbond Fixed fORM documentation to include new &$cache parameter for hooks and …
(edit) @376 [376] 11/09/08 19:54:07 wbond Fixed ticket #80
(edit) @375 [375] 11/09/08 16:02:42 wbond Added fCRUD::generateRequestToken() and fCRUD::validateRequestToken() as a …
(edit) @374 [374] 11/09/08 15:15:08 wbond BackwardsCompatibilityBreak - fActiveRecord hooks and method calls now …
(edit) @373 [373] 11/08/08 21:54:41 wbond Set fActiveRecord to hook itself back into the identity map when …
(edit) @372 [372] 11/08/08 21:43:16 wbond Fixed ticket #78
(edit) @371 [371] 11/08/08 21:25:24 wbond Fixed documentation for change in r370
(edit) @370 [370] 11/08/08 21:24:24 wbond Fixed ticket #79
(edit) @369 [369] 11/08/08 21:22:43 wbond Fixed a bug where date created and date updated columns would not be set …
(edit) @368 [368] 11/08/08 21:21:31 wbond Reworked fFile::getMimeType() and added support for more audio, video and …
(edit) @367 [367] 11/06/08 09:03:19 wbond Added a few more common internet mime types to fFile::getMimeType()
(edit) @366 [366] 11/06/08 00:51:32 wbond Added fFile::getMimeType()
(edit) @365 [365] 11/06/08 00:50:51 wbond Fixed fEmail so it properly throws an exception when there is incorrect …
(edit) @364 [364] 11/02/08 23:29:40 wbond BackwardsCompatibilityBreak - Swapped the order of the last two parameters …
(edit) @363 [363] 11/01/08 15:23:27 wbond Added server-side verification for image upload columns
(edit) @362 [362] 11/01/08 14:54:39 wbond Disabled the enableOverwrite method for fORMFile::addFUploadMethodCall()
(edit) @361 [361] 11/01/08 11:15:28 wbond BackwardsCompatibilityBreak - Changed the existing file upload field name …
(edit) @360 [360] 10/31/08 14:51:18 wbond Changed fORMColumn::configureRandomColumn() to only generate a random …
(edit) @359 [359] 10/31/08 14:32:27 wbond Added the ability to generate a new random string when a column is …
(edit) @358 [358] 10/31/08 14:10:18 wbond Added ~ condition support to fRecordSet::filter()
(edit) @357 [357] 10/31/08 14:04:25 wbond Fixed a bug in fORMFile
(edit) @356 [356] 10/31/08 02:23:07 wbond Added a processColumnName() method for image upload columns - will take …
(edit) @355 [355] 10/31/08 02:15:43 wbond Fixed a couple of little bugs with fActiveRecord and fORMColumn
(edit) @354 [354] 10/31/08 02:01:50 wbond Fixed a few small bugs in fRecordSet::slice()