gnu-social/lib
Brion Vibber aff78e5121 Cache fixes:
* We now cache negative lookups; clear them in Memcached_DataObject->insert()
* Mark file.url as a unique key in statusnet.ini so its negative lookups are cleared properly (first save of a notice with a new URL was failing due to double-insert)
* Now using serialization for default in-process cache instead of just saving objects; avoids potential corruption if you save an object to cache, change the original object, then fetch the same key from cache again
2010-01-05 15:05:53 -08:00
..
accountsettingsaction.php Added a events for the settings menu items 2009-11-10 17:54:55 -05:00
action.php
adminform.php Design admin panel mostly done. 2009-11-18 18:25:36 -08:00
adminpanelaction.php
api.php
apiauth.php
apibareauth.php
apiprivateauth.php Fix for Ticket #1957 - API methods are not accessible when site is private (0.8->0.9 regression) 2009-11-04 22:03:41 -08:00
arraywrapper.php
attachmentlist.php define LACONICA and accept LACONICA for backwards compatibility 2009-08-26 10:41:36 -04:00
attachmentnoticesection.php
attachmenttagcloudsection.php
authenticationplugin.php
authorizationplugin.php
blockform.php
cache.php
channel.php
clienterroraction.php
clientexception.php
columndef.php
command.php
commandinterpreter.php
common.php
connectsettingsaction.php
currentuserdesignaction.php
curry.php
daemon.php
dberroraction.php
dbqueuemanager.php
default.php
deleteuserform.php
designsettings.php
disfavorform.php
error.php
event.php
favorform.php
featureduserssection.php
feed.php
feedlist.php
form.php
galleryaction.php
groupdesignaction.php
groupeditform.php
grouplist.php
groupminilist.php
groupnav.php
groupsbymemberssection.php
groupsbypostssection.php
groupsection.php
grouptagcloudsection.php
htmloutputter.php
httpclient.php
imagefile.php
jabber.php
joinform.php
jsonsearchresultslist.php
language.php
leaveform.php
location.php
logingroupnav.php
mail.php
mailbox.php
mediafile.php
messageform.php
microid.php
noticeform.php
noticelist.php don't show notices with deleted profiles 2009-12-29 12:25:41 -08:00
noticesection.php
nudgeform.php
oauthclient.php
oauthstore.php
omb.php
ownerdesignaction.php
parallelizingdaemon.php
personalgroupnav.php
personaltagcloudsection.php
ping.php
plugin.php
popularnoticesection.php Ticket 2141: bugs with weighted popularity lists across year boundary. 2010-01-04 11:55:27 -08:00
profileaction.php
profileactionform.php
profileformaction.php
profilelist.php
profileminilist.php
profilesection.php
publicgroupnav.php
queuehandler.php
queuemanager.php
repeatform.php
right.php
router.php
rssaction.php
sandboxform.php
schema.php
search_engines.php
searchaction.php
searchgroupnav.php
section.php
servererroraction.php
serverexception.php
settingsaction.php
silenceform.php give SilenceForm proper superclass 2009-11-16 17:05:03 +01:00
snapshot.php
stompqueuemanager.php
subgroupnav.php
subpeopletagcloudsection.php
subs.php
subscribeform.php
subscriberspeopleselftagcloudsection.php
subscriberspeopletagcloudsection.php
subscriptionlist.php
subscriptionspeopleselftagcloudsection.php
subscriptionspeopletagcloudsection.php
tabledef.php
tagcloudsection.php
theme.php add a method to Theme class to list available themes 2009-11-08 21:18:57 -05:00
topposterssection.php
unblockform.php Terminology consistency fix: 'Unlock' -> 'Unblock' in unblock form description. 2009-11-18 12:29:47 -08:00
unqueuemanager.php
unsandboxform.php
unsilenceform.php give UnsilenceForm correct superclass 2009-11-16 17:05:39 +01:00
unsubscribeform.php
userprofile.php
util.php
webcolor.php
widget.php
xmloutputter.php
xmlstringer.php
xmppqueuehandler.php
xrdsoutputter.php