index
:
statusnet/lukeshus-statusnet
0.7.x
0.8.x
0.9.x
1.0.x
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
classes
/
Foreign_user.php
Age
Commit message (
Expand
)
Author
2010-09-28
* i18n/L10n and translator documentation updates.
Siebrand Mazeland
2010-07-08
Handle the case where a screen name has shifted from one Twitter ID to another
Zach Copley
2010-03-18
Ensure that DB connection is active at start of User::updateKeys() and Foreig...
Brion Vibber
2009-06-24
change foreign_user.id to bigint (for Twitter, Facebook, etc.)
Evan Prodromou
2008-12-23
change function headers to K&R style
Evan Prodromou
2008-12-23
replace NULL with null
Evan Prodromou
2008-12-23
replace all tabs with four spaces
Evan Prodromou
2008-11-14
Twitter bridge - don't delete Twitter users. Update them instead.
zach
2008-09-26
path correct in require_once for memcached
Evan Prodromou
2008-09-26
prepend Memcached_DataObject require with INSTALLDIR
Evan Prodromou
2008-09-26
caching layer for DB/DataObject
Evan Prodromou
2008-08-28
Twitter integration - support for new foreign_link table and prefs now save/u...
Zach Copley
2008-08-26
Twitter integration - Foreign_user::getForeignUser() to retrieve
Zach Copley
2008-08-26
Twitter-integration - Twitter settings tab now saves Twitter credentials
zach
2008-08-26
add a foreign_link table with prefs for the link
Evan Prodromou
2008-08-19
add database tables for foreign services
Evan Prodromou