gnu-social/lib
Evan Prodromou e9e75fc9d5 isReadOnly() now takes arguments
Add an array of arguments to isReadOnly() method of actions, to let
them change their results depending on what actions are called.
Primarily used by the 'api' action. Ideally in the future that will be
multiple actions. But this might still be useful.
2009-04-13 15:49:26 -04:00
..
accountsettingsaction.php Break up settings into two tabset 2009-01-17 22:30:44 +00:00
action.php isReadOnly() now takes arguments 2009-04-13 15:49:26 -04: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 Update README and common for new version 2009-04-07 23:02:55 -04: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 isReadOnly() now takes arguments 2009-04-13 15:49:26 -04: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 fixed quoting of the table named "user" 2009-03-12 15:01:46 +13: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 isReadOnly() now takes arguments 2009-04-13 15:49:26 -04:00
groupeditform.php fixed a few bugs and logic problems in groups 2009-01-22 08:01:40 +00:00
grouplist.php Revert "Remove leave button from grouplist if current user is admin of that group." 2009-03-07 17:16:52 -08:00
groupminilist.php use mini logo at mini size, not stream logo 2009-04-08 00:32:28 -04: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 jabber code broken in 3ef4f251ac 2009-03-23 22:45:03 +00: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 Fix to Korean language selection - see ticket #1351 2009-03-24 08:05:02 +00:00
leaveform.php Fix ID for leaveform 2009-01-21 09:05:49 -05:00
logingroupnav.php Remove 'Register' from login group nav when site is closed or inviteonly. See ticket #1335 2009-03-19 21:07:31 +00:00
mail.php include text of notice in favourites notification 2009-03-24 10:29:30 -04:00
mailbox.php added filler/guide text to inbox and outbox. 2009-04-08 00:27:12 +00:00
messageform.php Ticket http://laconi.ca/trac/ticket/1274 2009-03-25 18:16:20 +00:00
microid.php New class for Microids 2009-01-18 18:32:16 +00:00
noticeform.php Ticket http://laconi.ca/trac/ticket/1274 2009-03-25 18:16:20 +00:00
noticelist.php welcome notice, default sub for new users 2009-03-30 11:14:43 -04: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 helpful documentation for oauthstore nonce stuff 2009-03-07 13:00:13 -08:00
omb.php Fix array access on possibly undefined index. 2009-03-11 10:38:48 +01:00
openid.php Try to do intelligent redirect codes 2009-04-01 15:30:59 -04:00
peoplesearchresults.php isReadOnly() now takes arguments 2009-04-13 15:49:26 -04:00
personal.php isReadOnly() now takes arguments 2009-04-13 15:49:26 -04: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 not correctly checking results of XML-RPC request 2009-03-22 15:34:09 -04: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
profileaction.php Add subscribers, subscriptions, groups to personal page 2009-04-07 17:47:08 -04:00
profilelist.php show subscribe button and block form again 2009-03-23 15:44:39 -04:00
profileminilist.php far fewer icons in the sidebar 2009-04-08 00:27:04 -04: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 add sup with arguments 2009-04-01 18:29:10 -04:00
rssaction.php RSS 1.0 actions were reading the stream from the database twice. Inefficient, but more importantly made notice search RSS fail with a DB error due to double search on a DB_DataObject instance 2009-03-21 14:18:38 +00:00
search_engines.php Somewhat better behaviour with mixed caps in search 2009-03-19 11:01:58 -04:00
searchaction.php isReadOnly() now takes arguments 2009-04-13 15:49:26 -04: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 Try to do intelligent redirect codes 2009-04-01 15:30:59 -04:00
Shorturl_api.php move opening brace of class declaration to next line 2008-12-23 14:49:23 -05:00
stream.php Modify public stream to use new UI framework 2009-01-13 23:48:05 -05:00
subgroupnav.php Remove comparison with member variable of null variable, cleaned code a bit. 2009-03-11 10:38:58 +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 PostgreSQL - a couple more GROUP BY queries that needed to be explicit 2009-03-09 20:24:56 +00:00
twitter.php Better debugging output flag 2009-04-08 04:46:00 +00:00
twitterapi.php One function for producing Atom entry for a Notice 2009-03-22 16:58:38 -04: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 Merge branch 'master' of git://gitorious.org/laconica/br3nda into review/master 2009-04-08 22:11:58 +01: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