..
accessadminpanel.php
Documented all but one UI string in actions/accessadminpanel.php to get a feel on what documenting them in code actually means.
2010-03-02 17:23:40 +01:00
accesstoken.php
Merge branch '0.8.x' into 0.9.x
2009-08-27 11:16:45 -07:00
all.php
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x
2010-03-02 13:38:10 -08:00
allrss.php
Fix notice warning in RSS friends timeline
2010-03-03 16:38:51 -08:00
apiaccountratelimitstatus.php
These API methods should return true for ->isReadOnly($args)!
2010-01-28 00:44:55 +00:00
apiaccountupdatedeliverydevice.php
Added some notes in the comments
2009-11-10 15:23:33 -08:00
apiaccountupdateprofile.php
Fix to update user's fullname & homepage only if requested.
2010-01-21 09:27:00 +05:30
apiaccountupdateprofilebackgroundimage.php
Make /api/account/update_profile_background_image.format work even
2009-11-09 23:56:02 -08:00
apiaccountupdateprofilecolors.php
Make /api/account/update_profile_background_image.format work even
2009-11-09 23:56:02 -08:00
apiaccountupdateprofileimage.php
Make /api/account/update_profile_background_image.format work even
2009-11-09 23:56:02 -08:00
apiaccountverifycredentials.php
Fix issue with OAuth request parameters being parsed/stored twice when
2010-02-05 03:18:45 +00:00
apiblockcreate.php
events for blocking a user
2009-12-28 10:42:55 -08:00
apiblockdestroy.php
add events for unblocking a profile
2009-12-28 10:50:12 -08:00
apidirectmessage.php
Add statusnet: prefix for API to JSON and XML output
2010-04-22 08:49:33 -07:00
apidirectmessagenew.php
create a method for notification for new messages, and use it
2009-12-15 10:31:25 -05:00
apifavoritecreate.php
Consistently send Profiles into Fave::addNew()
2010-03-23 11:08:30 -07:00
apifavoritedestroy.php
Lots of tiny message changes.
2010-01-10 12:26:24 +01:00
apifriendshipscreate.php
Lots of tiny message changes.
2010-01-10 12:26:24 +01:00
apifriendshipsdestroy.php
replace calls to subs_(un)subscribe_user with Subscription methods
2010-02-19 08:31:20 -05:00
apifriendshipsexists.php
These API methods should return true for ->isReadOnly($args)!
2010-01-28 00:44:55 +00:00
apifriendshipsshow.php
These API methods should return true for ->isReadOnly($args)!
2010-01-28 00:44:55 +00:00
apigroupcreate.php
modify group actions so they use Local_group to look up by nickname
2010-02-25 08:44:15 -05:00
apigroupismember.php
These API methods should return true for ->isReadOnly($args)!
2010-01-28 00:44:55 +00:00
apigroupjoin.php
Missed change when refactoring groups. Thanks macno
2010-02-04 14:00:46 -08:00
apigroupleave.php
Missed change when refactoring groups. Thanks macno
2010-02-04 14:00:46 -08:00
apigrouplist.php
Fix for error output on invalid user ID to api groups list
2010-03-30 11:47:49 -07:00
apigrouplistall.php
Quick fixes for grouplistall:
2010-03-30 11:45:35 -07:00
apigroupmembership.php
Dropped deprecated timestamp-based 'since' parameter for all API methods. When it sneaks in it can cause some very slow queries due to mismatches with the indexing.
2010-03-02 11:54:02 -08:00
apigroupshow.php
These API methods should return true for ->isReadOnly($args)!
2010-01-28 00:44:55 +00:00
apihelptest.php
These API methods should return true for ->isReadOnly($args)!
2010-01-28 00:44:55 +00:00
apimediaupload.php
Initial Twitpic-like media upload endpoint /api/statusnet/media/upload
2010-03-15 22:16:33 +00:00
apioauthaccesstoken.php
s/LOG_WARN/LOG_WARNING/
2010-01-27 08:45:56 +00:00
apioauthauthorize.php
Suppress notice input box on OAuth authorization page
2010-02-05 03:18:44 +00:00
apioauthrequesttoken.php
s/LOG_WARN/LOG_WARNING/
2010-01-27 08:45:56 +00:00
apistatusesdestroy.php
Lots of tiny message changes.
2010-01-10 12:26:24 +01:00
apistatusesretweet.php
Offload inbox updates to a queue handler to speed up posting online
2010-01-25 18:08:21 -05:00
apistatusesretweets.php
retweet API methods are readonly
2010-01-21 11:32:01 -05:00
apistatusesshow.php
Lots of tiny message changes.
2010-01-10 12:26:24 +01:00
apistatusesupdate.php
API - handle any exceptions thrown during notice save. The API was
2010-03-18 15:26:13 -07:00
apistatusnetconfig.php
Really make sure we return 'true' and 'false' strings for boolean vals in api/statusnet/config.:format.
2010-03-26 19:59:05 +00:00
apistatusnetversion.php
These API methods should return true for ->isReadOnly($args)!
2010-01-28 00:44:55 +00:00
apisubscriptions.php
Lots of tiny message changes.
2010-01-10 12:26:24 +01:00
apitimelinefavorites.php
Add Atom self link to favorites timeline
2010-03-12 03:42:00 +00:00
apitimelinefriends.php
Calculate Atom self link for friends timeline
2010-03-12 02:18:53 +00:00
apitimelinegroup.php
More generalized method for calculating Atom rel="self" links
2010-03-12 01:40:52 +00:00
apitimelinehome.php
Output Atom self link in home timeline
2010-03-12 03:15:51 +00:00
apitimelinementions.php
- Output correct content header for Atom output in mentions timeline
2010-03-12 03:27:37 +00:00
apitimelinepublic.php
- Output correct content type header for public timeline Atom feed
2010-03-12 02:00:53 +00:00
apitimelineretweetedbyme.php
Unimplement retweeted_by_me API action until we have a more efficient query
2010-01-21 11:38:08 -05:00
apitimelineretweetedtome.php
Change to use TagURI::base() instead of common_config()
2010-02-20 13:31:20 -05:00
apitimelineretweetsofme.php
Change to use TagURI::base() instead of common_config()
2010-02-20 13:31:20 -05:00
apitimelinetag.php
Add Atom self link to tag timeline
2010-03-12 04:08:31 +00:00
apitimelineuser.php
More generalized method for calculating Atom rel="self" links
2010-03-12 01:40:52 +00:00
apiuserfollowers.php
Added in credits.
2009-10-12 16:36:00 -07:00
apiuserfriends.php
Added in credits.
2009-10-12 16:36:00 -07:00
apiusershow.php
Add statusnet: prefix for API to JSON and XML output
2010-04-22 08:49:33 -07:00
attachment_ajax.php
define LACONICA and accept LACONICA for backwards compatibility
2009-08-26 10:41:36 -04:00
attachment_thumbnail.php
define LACONICA and accept LACONICA for backwards compatibility
2009-08-26 10:41:36 -04:00
attachment.php
Revert "Remove more contractions"
2009-11-09 20:01:46 +01:00
avatarbynickname.php
Revert "Remove more contractions"
2009-11-09 20:01:46 +01:00
avatarsettings.php
Handle "forgot to upload an avatar on avatarsettings" a little more gracefully.
2010-03-18 17:18:01 -07:00
block.php
Ticket #2272 : Block confirmation form should let enter trigger the 'yes' button
2010-04-03 10:29:24 -07:00
blockedfromgroup.php
modify group actions so they use Local_group to look up by nickname
2010-02-25 08:44:15 -05:00
bookmarklet.php
Don't include site in gettext
2009-10-29 13:24:06 +01:00
confirmaddress.php
Make page titles more consistent: no title case in four cases.
2010-01-14 23:32:40 +01:00
conversation.php
define LACONICA and accept LACONICA for backwards compatibility
2009-08-26 10:41:36 -04:00
deleteapplication.php
Allow developers to delete OAuth applications
2010-02-05 03:18:43 +00:00
deletenotice.php
Lots of tiny message changes.
2010-01-10 12:26:24 +01:00
deleteuser.php
Background deletion of user accounts. Notices are deleted in chunks, then the user itself when they're all gone.
2010-03-15 16:08:00 -07:00
designadminpanel.php
Optionally set a separate Javascript server and path
2010-01-27 11:37:22 -05:00
disfavor.php
define LACONICA and accept LACONICA for backwards compatibility
2009-08-26 10:41:36 -04:00
doc.php
Allow site-specific doc files
2010-03-10 22:27:28 +00:00
editapplication.php
Better checking for duplicate app names
2010-02-08 21:57:29 -08:00
editgroup.php
Fixed object name
2010-02-26 11:35:55 +01:00
emailsettings.php
Missing null className for incoming email form legend
2010-01-24 00:22:35 +01:00
favor.php
make sure argument to Fave::addNew() is a profile
2010-02-20 20:31:06 -05:00
favorited.php
Add time-based cutoffs for public tag cloud, favorited lists to speed up those queries.
2010-02-04 11:06:01 -08:00
favoritesrss.php
Output If-Modified-Since header for all RSS 1.0 feeds (again)
2009-09-24 15:10:55 -07:00
featured.php
Remove pleonasm in UI text
2009-12-20 20:20:35 +01:00
file.php
(Puctuation) consistency in clientError() calls.
2009-12-13 18:55:17 +01:00
finishremotesubscribe.php
Fix fatal error on OMB subscription for first-timers
2009-11-25 12:11:41 -08:00
foaf.php
Fix to profile location in FOAF output: longitude was repeating the latitude by mistake
2010-03-29 17:54:22 -07:00
foafgroup.php
Avoid E_NOTICE spew when listing group members who aren't admins
2010-04-09 08:38:42 -07:00
geocode.php
add lat, lon, location and remove closing tag from geocode.php
2010-01-30 12:47:21 -05:00
getfile.php
Improve name validation checks on local File references
2010-02-01 08:49:59 -08:00
grantrole.php
Initial user role controls on profile pages, for owner to add/remove administrator and moderator options.
2010-03-03 15:43:49 -08:00
groupblock.php
Ticket #2272 : Block confirmation form should let enter trigger the 'yes' button
2010-04-03 10:29:24 -07:00
groupbyid.php
Lots of tiny message changes.
2010-01-10 12:26:24 +01:00
groupdesignsettings.php
modify group actions so they use Local_group to look up by nickname
2010-02-25 08:44:15 -05:00
grouplogo.php
modify group actions so they use Local_group to look up by nickname
2010-02-25 08:44:15 -05:00
groupmembers.php
fix attributes on homepage output
2010-04-09 14:11:18 -04:00
grouprss.php
modify group actions so they use Local_group to look up by nickname
2010-02-25 08:44:15 -05:00
groups.php
modify group actions so they use Local_group to look up by nickname
2010-02-25 08:44:15 -05:00
groupsearch.php
Merge remote branch 'statusnet/0.8.x' into 0.9.x
2009-10-11 13:39:10 -04:00
groupunblock.php
define LACONICA and accept LACONICA for backwards compatibility
2009-08-26 10:41:36 -04:00
hcard.php
Add an hcard action
2010-02-25 18:39:55 -05:00
imsettings.php
XMPP queued output & initial retooling of DB queue manager to support non-Notice objects.
2010-01-22 12:52:36 -08:00
inbox.php
fix interpolation of positional arguments to sprintf in inbox
2010-01-24 22:54:25 -05:00
invite.php
* Change translator documentation using _m() as designed together with Brion
2010-03-02 16:38:36 +01:00
joingroup.php
OStatus: fix remote groups to work with new user_groups/local_groups split.
2010-02-25 13:02:08 -08:00
leavegroup.php
OStatus: fix remote groups to work with new user_groups/local_groups split.
2010-02-25 13:02:08 -08:00
login.php
Fix ticket #2289 : registration links were showing in top nav bar, login page message when site set to invite-only or closed registration, when the 'register' action can't be used.
2010-04-19 18:45:50 +02:00
logout.php
Revert "Remove more contractions"
2009-11-09 20:01:46 +01:00
makeadmin.php
Moderator can make users admins of a group
2010-02-06 11:36:59 +01:00
microsummary.php
Harmonise UI message "No such user."
2009-11-08 23:10:44 +01:00
newapplication.php
Better checking for duplicate app names
2010-02-08 21:57:29 -08:00
newgroup.php
save mainpage element for groups
2010-02-25 12:05:22 -05:00
newmessage.php
Lots of tiny message changes.
2010-01-10 12:26:24 +01:00
newnotice.php
Revert "Revert "if user allows location sharing but turned off browser location use profile location""
2010-04-01 12:58:06 -04:00
noticesearch.php
* L10n updates: consistent puctuation
2010-01-10 01:45:58 +01:00
noticesearchrss.php
Fix bug 1997: notice search rss utter failure
2009-11-20 14:54:59 -08:00
nudge.php
define LACONICA and accept LACONICA for backwards compatibility
2009-08-26 10:41:36 -04:00
oauthappssettings.php
Rework application registration workflow to be more private
2010-01-24 16:36:04 -08:00
oauthconnectionssettings.php
Fix syntax errors
2010-03-03 12:10:21 -08:00
oembed.php
define LACONICA and accept LACONICA for backwards compatibility
2009-08-26 10:41:36 -04:00
opensearch.php
Revert "Remove more contractions"
2009-11-09 20:01:46 +01:00
othersettings.php
Make page titles more consistent: no title case in four cases.
2010-01-14 23:32:40 +01:00
otp.php
an otp is a real login
2010-03-08 18:06:21 -05:00
outbox.php
fix interpolation of positional arguments to sprintf in outbox
2010-01-24 22:53:29 -05:00
passwordsettings.php
Fix regression in password settings: users have been unable to change their passwords since introduction of ChangePassword event (later StartChangePassword) November 5 in commit d6ddb84132
2009-12-01 15:44:07 -08:00
pathsadminpanel.php
- Remove redudant/unused 'server' setting from site admin panel
2010-01-26 15:11:09 -08:00
peoplesearch.php
Bringing Sphinx search support up to code: broken out to a plugin, now supports multiple sites on a single server.
2009-11-10 13:44:40 -08:00
peopletag.php
fix attributes on homepage output
2010-04-09 14:11:18 -04:00
postnotice.php
remove strict check on OMB exception strings
2010-03-01 18:03:18 -05:00
profilesettings.php
clear the site owner when profile changes
2010-02-22 11:03:56 -05:00
public.php
Document 404 "Page not found" server error for translators.
2010-03-02 17:30:22 +01:00
publicrss.php
Output If-Modified-Since header for all RSS 1.0 feeds (again)
2009-09-24 15:10:55 -07:00
publictagcloud.php
Fix typo in public tag cloud query setup which caused the cutoff to get skipped.
2010-03-19 12:51:27 -07:00
publicxrds.php
Moved the public XRDS from the OpenID plugin to core
2009-10-29 16:27:22 -04:00
recoverpassword.php
Fixes for password recovery; lookups for unconfirmed addresses were failing or inconsistent (using staticGet with unindexed fields, which would not get decached correctly and could get confused if multiple pending confirmations of different types are around).
2010-03-11 18:01:50 -08:00
register.php
Should fix spurious 'nickname taken' and 'email taken' errors on registration. Form's checks for existing nicks & emails would incorrectly return true on the second lookup due to bad interaction with negative caching.
2010-02-04 13:08:34 -08:00
remotesubscribe.php
Fix typo in UI string
2009-11-28 20:52:46 +01:00
repeat.php
Offload inbox updates to a queue handler to speed up posting online
2010-01-25 18:08:21 -05:00
replies.php
Document 404 "Page not found" server error for translators.
2010-03-02 17:30:22 +01:00
repliesrss.php
Output If-Modified-Since header for all RSS 1.0 feeds (again)
2009-09-24 15:10:55 -07:00
requesttoken.php
Response for request token doesn't contain omb_version
2009-09-13 00:01:23 -04:00
revokerole.php
Initial user role controls on profile pages, for owner to add/remove administrator and moderator options.
2010-03-03 15:43:49 -08:00
robotstxt.php
Add a robots.txt URL to the site root
2010-01-31 10:12:26 -05:00
rsd.php
Add Really Simple Discovery (RSD) support
2010-01-31 15:16:59 -05:00
sandbox.php
add sandbox and silence actions
2009-11-16 16:08:06 +01:00
sessionsadminpanel.php
Move sessions settings to its own panel
2010-01-28 22:06:01 -08:00
showapplication.php
Confirm dialog for reset OAuth consumer key and secret button
2010-02-05 03:18:44 +00:00
showfavorites.php
Document 404 "Page not found" server error for translators.
2010-03-02 17:30:22 +01:00
showgroup.php
override linkAttributes() method for groupmembersminilist
2010-04-05 10:47:07 -04:00
showmessage.php
Revert "Remove more contractions"
2009-11-09 20:01:46 +01:00
shownotice.php
Consolidate and patch up redirection to remote notices.
2010-03-15 11:38:37 -07:00
showstream.php
OStatus cleanup...
2010-02-08 14:58:12 -08:00
silence.php
add sandbox and silence actions
2009-11-16 16:08:06 +01:00
siteadminpanel.php
Allow admins to set a min site textlimit of 0 (unlimited)
2010-03-19 10:30:04 -07:00
sitenoticeadminpanel.php
Remove deprecated call-by-reference. Was causing a warning on Dreamhost.
2010-03-18 13:46:11 -07:00
smssettings.php
Lots of tiny message changes.
2010-01-10 12:26:24 +01:00
snapshotadminpanel.php
Move snapshot configuration to its own admin panel
2010-03-03 16:49:14 -08:00
subedit.php
define LACONICA and accept LACONICA for backwards compatibility
2009-08-26 10:41:36 -04:00
subscribe.php
Fix bug on subscribe/unsubscribe in profile lists. Bogus call to nonexisting profile->getProfile() was masked by DB_DataObject
2010-02-25 15:22:23 -08:00
subscribers.php
fix attributes on homepage output
2010-04-09 14:11:18 -04:00
subscriptions.php
Using unique @for, @id pair for jabber and sms options in subscriptions
2010-03-25 22:20:20 +01:00
sup.php
Performance fix for FriendFeed sup interface: MySQL query optimizer was doing a table scan on notice; explicit subquery makes it run much more efficiently, only scanning items within the period under consideration. Standard subquery should be PostgreSQL-compatible.
2010-02-21 15:21:18 -08:00
tag.php
Document 404 "Page not found" server error for translators.
2010-03-02 17:30:22 +01:00
tagother.php
Lots of tiny message changes.
2010-01-10 12:26:24 +01:00
tagrss.php
Fix for blank RSS1 tag feeds
2010-03-05 16:23:28 -08:00
twitapisearchatom.php
Remove unnecessary requires
2010-02-25 22:08:25 -08:00
twitapisearchjson.php
Remove unnecessary requires
2010-02-25 22:08:25 -08:00
twitapitrends.php
Remove unnecessary requires
2010-02-25 22:08:25 -08:00
unblock.php
add events for unblocking a profile
2009-12-28 10:50:12 -08:00
unsandbox.php
add sandbox and silence actions
2009-11-16 16:08:06 +01:00
unsilence.php
add sandbox and silence actions
2009-11-16 16:08:06 +01:00
unsubscribe.php
correct check for error in subscribe and unsubscribe actions
2010-01-13 03:01:22 -08:00
updateprofile.php
remove strict check on OMB exception strings
2010-03-01 18:03:18 -05:00
useradminpanel.php
* Change translator documentation using _m() as designed together with Brion
2010-03-02 16:38:36 +01:00
userauthorization.php
Fixes minor remote subscription profile layout
2010-02-04 17:55:24 +01:00
userbyid.php
(Puctuation) consistency in clientError() calls.
2009-12-13 18:55:17 +01:00
userdesignsettings.php
Lots of tiny message changes.
2010-01-10 12:26:24 +01:00
usergroups.php
Added event hooks for before and after user groups content
2010-03-03 15:29:51 -05:00
userrss.php
No need to pass in $this->limit and $this-tag
2010-03-05 16:53:48 -08:00
version.php
Add Brion Vibber to contributors.
2010-01-14 23:40:11 +01:00
xrds.php
A further change to the XRDS is required if 0.9.x is to be able to remote sub to a 0.8.x account, with the OpenID plugin enabled.
2009-11-12 20:57:09 +00:00