summaryrefslogtreecommitdiff
path: root/modules/info
AgeCommit message (Collapse)Author
2008-11-08Allow in-place editing in the info block.Bharat Mediratta
2008-11-08Create permanent owner_id column in the item table, and use a softBharat Mediratta
relationship to bind the two. To do this, I overrode __get in Item_Model so that $item->owner returns the appropriate User_Model.
2008-11-08Adding user (owner) to items; info moduleFelix Rabinovich
2008-11-05Item Info block is now off into the info module. Yay!Bharat Mediratta