gnu-social/actions
Evan Prodromou 04ef1ba8ee change function headers to K&R style
Another huge change, for PEAR code standards compliance. Function
headers have to be in K&R style (opening brace on its own line),
instead of having the opening brace on the same line as the function
and parameters. So, a little perl magic found all the function
definitions and move the opening brace to the next line (properly
indented... usually).

darcs-hash:20081223193323-84dde-a28e36ecc66672c783c2842d12fc11043c13ab28.gz
2008-12-23 14:33:23 -05:00
..
accesstoken.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
all.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
allrss.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
api.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
avatarbynickname.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
block.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
confirmaddress.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
deletenotice.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
deleteprofile.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
disfavor.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
doc.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
emailsettings.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
facebookhome.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
facebookinvite.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
facebookremove.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
facebooksettings.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
favor.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
favorited.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
favoritesrss.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
featured.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
finishaddopenid.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
finishimmediate.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
finishopenidlogin.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
finishremotesubscribe.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
foaf.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
imsettings.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
inbox.php bring messaging section (inbox, outbox, mailbox) into PEAR Code Standards compliance 2008-12-22 15:13:04 -05:00
invite.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
login.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
logout.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
microsummary.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
newmessage.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
newnotice.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
noticesearch.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
noticesearchrss.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
nudge.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
openidlogin.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
openidsettings.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
opensearch.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
othersettings.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
outbox.php bring messaging section (inbox, outbox, mailbox) into PEAR Code Standards compliance 2008-12-22 15:13:04 -05:00
peoplesearch.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
peopletag.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
postnotice.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
profilesettings.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
public.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
publicrss.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
publicxrds.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
recoverpassword.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
register.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
remotesubscribe.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
replies.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
repliesrss.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
requesttoken.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
showfavorites.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
showmessage.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
shownotice.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
showstream.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
smssettings.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
subedit.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
subscribe.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
subscribers.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
subscriptions.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
sup.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
tag.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
tagother.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
tagrss.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
twitapiaccount.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
twitapiblocks.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
twitapidirect_messages.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
twitapifavorites.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
twitapifriendships.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
twitapihelp.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
twitapinotifications.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
twitapistatuses.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
twitapiusers.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
twittersettings.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
unblock.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
unsubscribe.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
updateprofile.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
userauthorization.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
userbyid.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
userrss.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
xrds.php change function headers to K&R style 2008-12-23 14:33:23 -05:00