gnu-social/lib
Evan Prodromou 1980f166a7 change trust root calculation 2009-03-07 11:36:10 -08:00
..
Shorturl_api.php move opening brace of class declaration to next line 2008-12-23 14:49:23 -05:00
accountsettingsaction.php Break up settings into two tabset 2009-01-17 22:30:44 +00:00
action.php fix pagination links with new URL mapper 2009-03-04 05:29:21 -08:00
arraywrapper.php Move NoticeWrapper to a generalized ArrayWrapper class 2009-01-22 18:48:52 +01:00
blockform.php selector name cleanup 2009-01-22 00:04:13 +00:00
channel.php fix command classes 2009-02-11 15:48:30 -05:00
clienterroraction.php Error actions use HTTP code name for title 2009-03-04 06:27:30 -08:00
clientexception.php First steps to using exceptions for error handling 2009-02-09 07:12:08 -05:00
command.php fix command classes 2009-02-11 15:48:30 -05:00
commandinterpreter.php fix command classes 2009-02-11 15:48:30 -05:00
common.php Limit duplicate notices in a particular time period (default 60s) 2009-03-07 09:43:50 -08:00
connectsettingsaction.php Break up settings into two tabset 2009-01-17 22:30:44 +00:00
daemon.php reformat lib/daemon.php for phpcs 2008-12-20 19:46:07 -05:00
dberroraction.php Handle DB_DataObject errors better 2009-02-11 14:45:06 -05:00
deleteaction.php Converted DeleteAction and DeletenoticeAction to new uiredesign zeitgeist 2009-01-20 22:20:17 -08:00
disfavorform.php Disfavor markup/style 2009-01-18 21:34:57 +00:00
error.php Changed error and facebookaction wrap selector from @class to @id. 2009-02-04 17:03:59 +00:00
event.php allow events without arguments 2009-02-09 08:48:50 -05:00
facebookaction.php Facebook profile box CSS and a link back to the app page. 2009-02-05 07:07:36 +00:00
facebookutil.php Fixed arguments to syslog (LOG_ERR, not LOG_ERROR) and removed unused function 2009-02-13 10:08:11 -08:00
favorform.php Favor/Disfavor form @class 2009-01-18 03:12:39 +00:00
featureduserssection.php Fix More... URL for featured user section 2009-02-14 17:53:11 -05:00
feed.php Unify feeds definition in actions 2009-02-11 11:37:50 -05:00
feedlist.php Unify feeds definition in actions 2009-02-11 11:37:50 -05:00
form.php Whitespace changes in form.php 2009-01-23 02:58:18 +01:00
galleryaction.php Debug some of the subscriptions+tags problems 2009-01-22 22:38:10 +00:00
groupeditform.php fixed a few bugs and logic problems in groups 2009-01-22 08:01:40 +00:00
grouplist.php fix notices in lib/grouplist.php 2009-02-20 17:29:40 -05:00
groupminilist.php selector name cleanup 2009-01-22 00:04:13 +00:00
groupnav.php Upload logos for groups 2009-01-23 08:15:29 +01:00
groupsbymemberssection.php Fixed problem with group lists not display all details - broken (by me) in 115519a5e7 2009-03-06 19:28:15 +00:00
groupsbypostssection.php Fixed problem with group lists not display all details - broken (by me) in 115519a5e7 2009-03-06 19:28:15 +00:00
groupsection.php Group top post section and styles 2009-01-22 21:47:33 +00:00
grouptagcloudsection.php PostgreSQL - made all 'weight' calculating SQL expressions compatible with both databases, and made some GROUP BY queries more explicit about the fields they are selecting, for the same reason. 2009-03-04 15:32:26 +00:00
htmloutputter.php change htmloutputter to use exception instead of common_user_error 2009-02-11 15:39:49 -05:00
imagefile.php whitespace and formatting 2009-02-09 12:06:06 -05:00
jabber.php Fixed arguments to syslog (LOG_ERR, not LOG_ERROR) and removed unused function 2009-02-13 10:08:11 -08:00
joinform.php Fix ID for joinform 2009-01-21 09:05:40 -05:00
jsonsearchresultslist.php Atom search results for Twitter-compatible API + phpcs stuff 2009-03-06 21:09:43 -08:00
language.php Hopefully fixes #1260: Mess with norwegian languages. Moreover corrected ltr/rtl for Italian and Hebrew and added Finnish. 2009-02-27 15:45:11 -08:00
leaveform.php Fix ID for leaveform 2009-01-21 09:05:49 -05:00
logingroupnav.php Using openidlogin instead of openid in order to show the current local 2009-01-23 08:58:54 +00:00
mail.php send mail when @-replies are received 2009-02-16 18:26:15 -05:00
mailbox.php Move common_avatar_* functions to Avatar 2009-02-06 03:55:48 -05:00
messageform.php Fix direct addressing of messages 2009-01-26 15:45:54 +01:00
microid.php New class for Microids 2009-01-18 18:32:16 +00:00
noticeform.php trac750 Facebook app proper integrated into new uiredesign 2009-01-23 03:16:03 +00:00
noticelist.php Move common_avatar_* functions to Avatar 2009-02-06 03:55:48 -05:00
noticesection.php check for profile record 2009-03-04 12:07:53 -08:00
nudgeform.php Added @title to user_action inputs and anchor and form legends 2009-01-21 07:14:43 +00:00
oauthstore.php Fixed bad field name in oauthstore. (fix submitted by oxygene) 2009-03-05 16:23:39 +00:00
omb.php Auth_Yadis_Yadis::PlainHTTPFetcher expects plain arrays, not hashes. 2009-02-27 15:39:28 -08:00
openid.php change trust root calculation 2009-03-07 11:36:10 -08:00
peoplesearchresults.php move peoplesearchresults to its own module 2009-02-18 09:35:59 -05:00
personal.php Trac #894 and #1013 - fixed bad redirects after delete notice 2009-02-05 16:16:10 -08:00
personalgroupnav.php Using @id instead of @class for navigation li 2009-01-17 06:33:45 +00:00
personaltagcloudsection.php PostgreSQL - made all 'weight' calculating SQL expressions compatible with both databases, and made some GROUP BY queries more explicit about the fields they are selecting, for the same reason. 2009-03-04 15:32:26 +00:00
ping.php Initial support for ping service 2009-01-24 18:38:12 +01:00
plugin.php utility superclass for plugins 2009-02-09 08:47:11 -05:00
popularnoticesection.php The correct version of the bad fix I undid in the previous commit. Must explicitly specify all relevant columns in the GROUP BY. 2009-03-05 14:52:35 +00:00
profilelist.php PROFILES_PER_PAGE already defined in lib/common.php 2009-02-20 16:37:39 -05:00
profileminilist.php Move common_avatar_* functions to Avatar 2009-02-06 03:55:48 -05:00
profilesection.php Move common_avatar_* functions to Avatar 2009-02-06 03:55:48 -05:00
publicgroupnav.php Hooks for: Public group nav in order to place a list-anchor item at 2009-03-04 05:23:41 +00:00
queuehandler.php move opening brace of class declaration to next line 2008-12-23 14:49:23 -05:00
router.php Some fixes for OpenID and OMB URLs 2009-03-06 17:18:21 -08:00
rssaction.php handle if-modified-since in RSS feeds 2009-02-20 14:58:38 +00:00
search_engines.php move opening brace of class declaration to next line 2008-12-23 14:49:23 -05:00
searchaction.php fix notice in searchaction 2009-02-20 16:51:39 -05:00
searchgroupnav.php Search form markup and style 2009-01-24 00:58:12 +00:00
section.php Fix the More... link for popular notices section 2009-02-14 17:48:08 -05:00
servererroraction.php Error actions use HTTP code name for title 2009-03-04 06:27:30 -08:00
serverexception.php First steps to using exceptions for error handling 2009-02-09 07:12:08 -05:00
settingsaction.php Allow re-authentication with OpenID 2009-02-05 11:46:17 -05:00
stream.php Modify public stream to use new UI framework 2009-01-13 23:48:05 -05:00
subgroupnav.php Add a menu for the subscriptions group of actions 2009-01-22 16:11:44 +01:00
subs.php Revert "Fixup already-subscribed string" 2009-01-27 20:34:57 -05:00
subscribeform.php Added @title to user_action inputs and anchor and form legends 2009-01-21 07:14:43 +00:00
tagcloudsection.php Better math for seciton 2009-01-23 06:11:05 +01:00
theme.php Add an optional theme parameter to theme functions 2009-01-14 17:02:18 -05:00
topposterssection.php Move table-based profile section layout from topposter to base class 2009-01-22 21:41:52 +00:00
twitter.php The fabled twitterqueuehandler 2009-02-12 14:39:21 -08:00
twitterapi.php First crack at Twitter-like JSON search results for the API 2009-03-06 13:33:47 -08:00
unblockform.php Added @title to user_action inputs and anchor and form legends 2009-01-21 07:14:43 +00:00
unsubscribeform.php Added @title to user_action inputs and anchor and form legends 2009-01-21 07:14:43 +00:00
util.php Some fixes for OpenID and OMB URLs 2009-03-06 17:18:21 -08:00
widget.php Fix extralong lines in widget.php 2009-01-13 23:56:10 -05:00
xmloutputter.php Fix the constructor for Action 2009-01-15 14:21:47 -05:00
xmlstringer.php Add XMLStringer for building XML strings 2009-02-12 08:38:43 -05:00
xmppqueuehandler.php move opening brace of class declaration to next line 2008-12-23 14:49:23 -05:00