summaryrefslogtreecommitdiff
path: root/classes/Fave.php
AgeCommit message (Expand)Author
2010-10-04Fix unescaped dollar signs in double-quoted strings due to localization updat...Brion Vibber
2010-09-28* i18n/L10n and translator documentation updates.Siebrand Mazeland
2010-09-13bug in time and object handling in Fave::asActivityEvan Prodromou
2010-09-13move code for making activities from OStatus plugin to Subscription and Fave ...Evan Prodromou
2010-05-05Implement since_id and max_id param handling for /api/favoritesZach Copley
2010-03-23Consistently send Profiles into Fave::addNew()Brion Vibber
2010-03-02Dropped deprecated timestamp-based 'since' parameter for all API methods. Whe...Brion Vibber
2010-02-20Add events for favor and disfavorEvan Prodromou
2010-01-06...and drop the unnecessary &reference from child class pkeyGet() overrides.Brion Vibber
2009-07-23Merge branch 'master' into 0.8.xEvan Prodromou
2009-07-23change NOTICE_GATEWAY to Notice::GATEWAY so autoloading worksEvan Prodromou
2009-07-15changed to SQL standard of LIMIT 20 OFFSET 1 etc.Brenda Wallace
2009-07-05fix caching of faves by own, otherEvan Prodromou
2009-06-23Stop Twitter gateway notices from leaking via user faves pagesZach Copley
2009-05-29Ticket #1567 - Change max_id to return notices <= ID instead of < IDZach Copley
2009-05-29Ticket #1567 - API: Change before_id parameter to max_idZach Copley
2009-05-01make faves work with idsEvan Prodromou
2008-12-23change function headers to K&R styleEvan Prodromou
2008-12-23replace NULL with nullEvan Prodromou
2008-12-23replace all tabs with four spacesEvan Prodromou
2008-10-02incorrect function call in FaveEvan Prodromou
2008-10-02try to use caching functions where possible in UserEvan Prodromou
2008-09-26path correct in require_once for memcachedEvan Prodromou
2008-09-26prepend Memcached_DataObject require with INSTALLDIREvan Prodromou
2008-09-26caching layer for DB/DataObjectEvan Prodromou
2008-09-08initial non-Ajax version of favoritesEvan Prodromou
2008-08-13first step towards adding favorites to the systemEvan Prodromou