summaryrefslogtreecommitdiff
path: root/framework/Collections
AgeCommit message (Collapse)Author
2011-06-20updated year information on all framework sources where possible (Copyright ↵ctrlaltca@gmail.com
© 2005-2008 PradoSoft => Copyright © 2005-2011 PradoSoft)
2011-06-20removed useless calls to empty contructor; reverted some additional ↵ctrlaltca@gmail.com
undocumented changes; upported the "cgi workaround" to trunk/; large (fake) changeset are due to mixed cr/crlf used previously
2011-05-25fixed last blocking error related to the build script. it completes ↵ctrlaltca@gmail.com
successfully now
2011-05-10Issue 264 : Changed Collection to use PHP native ArrayIterator uacaman
2010-10-04#247 Tweaked the appending functionjavalizard
2010-10-04#247 Removed one redundant function.javalizard
2010-10-04#247 Removed one redundant function. Change the unit test to reflect the ↵javalizard
function removal.
2010-10-03#247 Finalized the TPriorityList class, its unit tests, and added one ↵javalizard
missing unit test to TList.
2010-09-27#291 Updated some documentationjavalizard
2010-09-27#291 Added new unit tests for all edit operations on read-only lists. Added ↵javalizard
a read-only conditional prior to the item search within three functions that search for an item index in the TList prior to editing.
2010-09-10moved TListItemCollection class from TListControl.php to separate class file ↵rojaro
in collections to fix #276
2010-04-22started using the TPriorityList, updated some methods functions and slimmed ↵javalizard
things done a touch. This also updates the unit test. The unit test isn't perfect just yet but this class works 100% as a TList. As things get settled I'll get the docs going on this new class.
2010-04-18TPriorityList works like TList if no class specific methods are called. ↵javalizard
Adds the Unit test. TPriorityList needs more unit testing but I wanted to submit this so the method names can be peer reviewed.
2010-04-18Updated the insertBefore/After docsjavalizard
2010-04-18Ensured parent::__construct calls to Base, Caching, and Collectionsjavalizard
2010-04-17Got the return value nailed down for TList::InsertBefore and ↵javalizard
TList::insertAfter using the unit test.
2010-04-17Added Unit tests for insertBefore/After. Change code to expected behavior.javalizard
2010-04-12fiddled with the comment a touch to make it easier to understandjavalizard
2010-04-12Fixed Issue#246Christophe.Boulain
2010-04-12added @versions to the TList and TPriorityListjavalizard
2010-04-12TPriorityListjavalizard
2010-04-12Reprivate _c in TList. was testing somethingjavalizard
2010-04-12added insertBefore and insertAfterjavalizard
2009-03-19replace array_push() function calls with native language constuct if make sensegodzilla80@gmx.net
2008-10-21removed all trailing ?>qiang.xue
2008-07-30updated copyrightknut
2007-05-30fixing small typos in the API documentationknut
2007-05-30resolved #631knut
2007-04-01Fixed #584.xue
2006-10-18merge from 3.0 branch till 1463.xue
2006-09-09Add basic active control docs.wei
2006-09-08merge from 3.0 branch till 1397.xue
2006-08-02merge from 3.0 branch till 1320.xue
2006-07-04Merge from 3.0 branch till 1239.xue
2006-05-18Merge from 3.0 branch till 1082.xue
2006-04-14Importing SQLMap + sample + docs.wei
2006-04-10Merge from 3.0 branch till 885.xue
2006-04-10Updated exception messages.xue
2006-04-10Added TQueue.xue
2006-03-15Fixed a typo in TStack.xue
2006-03-15Added TStack.xue
2006-03-09Restored default current page index to 0 (meaning the first page which is ↵xue
always true even if there is no item in the collection). If -1 there will be problem accessing collection items.
2006-03-09changed default current page index to -1, modified itemAt($index)wei
2006-03-05Added name-based cookie retrieval.xue
2006-02-24bug fixes and doc addition to TPagedList.xue
2006-02-24added TPagedList.xue
2006-02-24Fixed a few minor issues about the newly added ReadOnly property.xue
2006-02-24Added ReadOnly property to TList and TMap.xue
2006-02-17Fixed #54.xue
2006-02-17Removed a few constructors.xue