.. |
accountmover.php
|
* fix some i18n and L10n issues
|
2011-01-29 00:33:13 +01:00 |
accountprofileblock.php
|
Extended profile - add nav link to new profile block
|
2011-03-16 10:30:57 -07:00 |
action.php
|
some flushing in the UI
|
2011-03-17 15:26:37 -04:00 |
activity.php
|
Add provider to Activity Streams JSON
|
2011-02-18 18:10:21 -08:00 |
activitycontext.php
|
Activity Streams JSON: inReplyTo objects weren't being output. Fixed.
|
2011-02-18 18:52:49 -08:00 |
activityimporter.php
|
Switch things from calling Group_member::join & leave & calling events manually to running through Profile::joinGroup() && Profile::leaveGroup(), with the events encapsulated.
|
2011-03-21 14:35:29 -07:00 |
activitymover.php
|
Switch things from calling Group_member::join & leave & calling events manually to running through Profile::joinGroup() && Profile::leaveGroup(), with the events encapsulated.
|
2011-03-21 14:35:29 -07:00 |
activityobject.php
|
Add event hooks for customizing ActivityObject output to Atom and JSON, and helpers for MicroAppPlugin.
|
2011-03-11 11:58:53 -08:00 |
activitysink.php
|
* fix some i18n and L10n issues
|
2011-01-29 00:33:13 +01:00 |
activitysource.php
|
Convert Notice::asAtomEntry() to use Notice::asActivity() and Activity::asString()
|
2010-12-05 16:15:05 -05:00 |
activitystreamjsondocument.php
|
'link' to 'links' in feed document
|
2011-03-04 16:09:59 -05:00 |
activityutils.php
|
check legacy <actor> and <subject> first from feed
|
2011-02-11 02:59:18 +00:00 |
activityverb.php
|
* update/add translator documentation
|
2010-09-13 21:10:54 +02:00 |
adminform.php
|
* i18n/L10n and translator documentation updates.
|
2010-09-29 00:39:45 +02:00 |
adminpanelaction.php
|
hide profile block on settings and admin panels
|
2011-03-16 09:57:08 -04:00 |
adminpanelnav.php
|
Stub 'home' subsection at top of settings & admin nav panels, so folks always know how to get home.
|
2011-03-09 12:38:06 -08:00 |
apiaction.php
|
Merge branch '0.9.x' into 1.0.x
|
2011-02-28 15:39:43 -08:00 |
apiauth.php
|
Extend authorization framework to cover login and API use
|
2011-02-21 10:20:42 -05:00 |
apibareauth.php
|
* i18n/L10n and translator documentation updates.
|
2010-09-29 00:39:45 +02:00 |
apioauth.php
|
- Update ApiOauthAuthorizeAction to 1.0a
|
2010-10-06 19:20:47 -07:00 |
apioauthstore.php
|
OAuth: Fix rare problem in which request tokens were sometimes being
|
2011-01-20 10:44:31 -08:00 |
apiprivateauth.php
|
* update/add translator documentation
|
2010-09-13 21:10:55 +02:00 |
applicationeditform.php
|
Fix ticket #3013: MAX_FILE_SIZE hidden fields were incorrectly placed
|
2011-01-26 15:49:57 -08:00 |
applicationlist.php
|
Add FIXME
|
2010-10-20 20:01:12 +02:00 |
arraywrapper.php
|
Fix warning in subscribers/subscriptions list pages where we attempted to call free() an ArrayWrapper after it was used up, thus trying to forward the call to a nonexistent object.
|
2011-01-07 15:29:30 -08:00 |
atom10feed.php
|
* L10n updates
|
2011-01-14 21:53:39 +01:00 |
atomcategory.php
|
Use outputTo() instead of asString() for including sub-elements
|
2010-12-27 09:46:25 -08:00 |
atomgroupnoticefeed.php
|
Atom output - Reinstate activity:actor and activity:subject
|
2011-02-09 23:18:14 -08:00 |
atomnoticefeed.php
|
log exceptions in atom feeds, but don't let them kill the output
|
2010-07-13 10:53:47 -04:00 |
atomusernoticefeed.php
|
Reinstate profile_info in author/actor
|
2011-02-17 19:02:57 -08:00 |
attachmentlist.php
|
Merge branch '0.9.x' into 1.0.x
|
2011-02-28 15:39:43 -08:00 |
attachmentnoticesection.php
|
* i18n/L10n and translator documentation updates.
|
2010-09-29 00:39:45 +02:00 |
attachmenttagcloudsection.php
|
* i18n/L10n and translator documentation updates.
|
2010-09-29 00:39:45 +02:00 |
authenticationplugin.php
|
* i18n/L10n and translator documentation updates.
|
2010-09-29 00:39:45 +02:00 |
authorizationexception.php
|
Extend authorization framework to cover login and API use
|
2011-02-21 10:20:42 -05:00 |
authorizationplugin.php
|
* i18n/L10n and translator documentation updates.
|
2010-09-29 00:39:45 +02:00 |
avatarlink.php
|
Fix problem with AvatarLink in which it was sometimes leaving the width attribute empty
|
2010-06-16 18:27:51 -07:00 |
blockform.php
|
* i18n/L10n and translator documentation updates.
|
2010-09-29 00:39:45 +02:00 |
cache.php
|
Merge branch '0.9.x' into 1.0.x
|
2011-02-28 15:39:43 -08:00 |
channel.php
|
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x
|
2010-10-04 12:54:36 -07:00 |
clienterroraction.php
|
- New base InfoAction for dialog box like msgs
|
2010-10-06 19:06:57 -07:00 |
clientexception.php
|
* i18n/L10n and translator documentation updates.
|
2010-09-29 00:39:45 +02:00 |
columndef.php
|
* i18n/L10n and translator documentation updates.
|
2010-09-29 00:39:45 +02:00 |
command.php
|
Switch things from calling Group_member::join & leave & calling events manually to running through Profile::joinGroup() && Profile::leaveGroup(), with the events encapsulated.
|
2011-03-21 14:35:29 -07:00 |
commandinterpreter.php
|
Allow plugins to modify or append command help text; broke the command help down into pieces which also will aid translators in future, as the entire message blob won't change every time something gets fiddled with.
|
2011-03-16 17:07:06 -07:00 |
common.php
|
New version, dev cycle
|
2011-02-15 12:26:40 -05:00 |
currentuserdesignaction.php
|
Facebook: Gracefully handle disconnection
|
2010-11-17 21:53:56 +00:00 |
curry.php
|
|
|
daemon.php
|
|
|
dberroraction.php
|
i18n/L10n updates, translator docs updated, superfluous whitespace removed.
|
2010-10-21 03:10:46 +02:00 |
dbqueuemanager.php
|
Fix bug in db queue manager: when receiving an invalid or deleted notice, we were running it through the 'temporary fail, release it to try again' path instead of the 'done, discard item' path. Should fix some infinite-loop-of-doom-in-queue cases.
|
2010-09-20 13:19:58 -07:00 |
default.php
|
neo is the default
|
2011-03-07 15:00:43 -05:00 |
defaultlocalnav.php
|
don't show full profile menu all the time
|
2011-03-01 16:35:25 -05:00 |
defaultprofileblock.php
|
remove edit link from profileblock
|
2011-03-16 09:59:36 -04:00 |
deletegroupform.php
|
Add a basic group deletion for moderator users.
|
2010-10-12 15:49:20 -07:00 |
deleteuserform.php
|
Add translator documentation
|
2011-01-21 16:35:00 +01:00 |
deluserqueuehandler.php
|
|
|
designform.php
|
Merge branch '0.9.x' into merge
|
2010-12-07 10:50:05 -08:00 |
designsettings.php
|
Fix ticket #3013: MAX_FILE_SIZE hidden fields were incorrectly placed
|
2011-01-26 15:49:57 -08:00 |
discovery.php
|
* fix some i18n and L10n issues
|
2011-01-29 00:33:13 +01:00 |
disfavorform.php
|
Replace explicit FormXHR setup for a bunch of simple AJAX form submissions with adding the 'ajax' class on them.
|
2011-03-08 13:58:28 -08:00 |
distribqueuehandler.php
|
ForceGroup plugin: optionally force new users to join a particular group or set of groups on registration; and/or to force posts by members of particular groups to be posted into those groups even if not explicitly mentioned. The posting feature requires a couple quick hook additions in core.
|
2010-09-30 18:05:44 -07:00 |
dofollowlistitem.php
|
options to nofollow external links in notices
|
2010-10-18 11:29:52 -04:00 |
error.php
|
return Ajax-y XML on exceptions
|
2011-03-16 18:53:46 -04:00 |
event.php
|
|
|
favorform.php
|
Replace explicit FormXHR setup for a bunch of simple AJAX form submissions with adding the 'ajax' class on them.
|
2011-03-08 13:58:28 -08:00 |
featureduserssection.php
|
* Add/update translator documentation.
|
2011-01-30 19:03:55 +01:00 |
feed.php
|
i18n/L10n updates, translator docs updated, superfluous whitespace removed.
|
2010-10-21 03:10:46 +02:00 |
feedimporter.php
|
change code order to make shorter lines
|
2010-12-17 18:55:00 -05:00 |
feedlist.php
|
* translator documentation updates.
|
2010-10-30 14:36:54 +02:00 |
form.php
|
Replace explicit FormXHR setup for a bunch of simple AJAX form submissions with adding the 'ajax' class on them.
|
2011-03-08 13:58:28 -08:00 |
framework.php
|
MESSAGES_PER_PAGE constant missing (merge error?)
|
2011-03-16 11:11:06 -07:00 |
galleryaction.php
|
profile group uses account profile block
|
2011-03-16 09:57:09 -04:00 |
grantroleform.php
|
|
|
groupdesignaction.php
|
show group profile block for group pages
|
2011-03-16 09:57:09 -04:00 |
groupeditform.php
|
Tweaking request_queue -> group_join_queue, easier to deal with the indexes and keys and caching this way.
|
2011-03-21 15:05:36 -07:00 |
grouplist.php
|
|
|
groupminilist.php
|
|
|
groupnav.php
|
all nav menus use menu superclass
|
2011-03-01 06:00:03 -05:00 |
groupprofileblock.php
|
remove edit link from profileblock
|
2011-03-16 09:59:36 -04:00 |
groupsbymemberssection.php
|
i18n/L10n updates, translator docs updated, superfluous whitespace removed.
|
2010-10-21 03:10:46 +02:00 |
groupsbypostssection.php
|
i18n/L10n updates, translator docs updated, superfluous whitespace removed.
|
2010-10-21 03:10:46 +02:00 |
groupsection.php
|
i18n/L10n updates, translator docs updated, superfluous whitespace removed.
|
2010-10-21 03:10:46 +02:00 |
grouptagcloudsection.php
|
i18n/L10n updates, translator docs updated, superfluous whitespace removed.
|
2010-10-21 03:10:46 +02:00 |
htmloutputter.php
|
Merge branch '0.9.x' into merge
|
2010-12-07 10:50:05 -08:00 |
httpclient.php
|
Configuration options for using an HTTP proxy
|
2011-01-03 10:38:32 -08:00 |
imagefile.php
|
* fix some i18n and L10n issues
|
2011-01-29 00:33:13 +01:00 |
imchannel.php
|
set_notify -> setNotify
|
2010-09-03 17:50:29 -04:00 |
immanager.php
|
enqueue_outgoing_raw -> enqueueOutgoingRaw
|
2010-09-03 17:50:28 -04:00 |
implugin.php
|
remove NOOP function common_broadcast_notice()
|
2010-09-06 09:59:08 -04:00 |
imqueuehandler.php
|
public_notice -> publicNotice
|
2010-09-03 17:50:29 -04:00 |
imreceiverqueuehandler.php
|
receive_raw_message -> receiveRawMessage
|
2010-09-03 17:50:28 -04:00 |
imsenderqueuehandler.php
|
|
|
info.php
|
Add layout divs to InfoAction's core block; fixes error display layout in Neo skin
|
2011-03-15 17:32:25 -07:00 |
inlineattachmentlist.php
|
CSS class tweak for inline attachment thumbnails to avoid things thinking they're content links
|
2010-11-10 14:31:55 -08:00 |
installer.php
|
make 'admin' a safe user name
|
2011-01-23 10:18:35 -05:00 |
iomanager.php
|
|
|
iomaster.php
|
|
|
joinform.php
|
Replace explicit FormXHR setup for a bunch of simple AJAX form submissions with adding the 'ajax' class on them.
|
2011-03-08 13:58:28 -08:00 |
jsonsearchresultslist.php
|
Ticket #1987: support since_id on API notice search methods.
|
2010-11-19 14:00:22 -08:00 |
language.php
|
* add support for Friulian
|
2011-02-26 00:34:46 +01:00 |
leaveform.php
|
Replace explicit FormXHR setup for a bunch of simple AJAX form submissions with adding the 'ajax' class on them.
|
2011-03-08 13:58:28 -08:00 |
liberalstomp.php
|
Stomp blocking writes fix
|
2010-06-03 16:09:47 -07:00 |
linkheader.php
|
* fix some i18n and L10n issues
|
2011-01-29 00:33:13 +01:00 |
location.php
|
|
|
logingroupnav.php
|
don't show register in login if already logged in
|
2011-03-09 10:15:19 -05:00 |
mail.php
|
allow passing an url to email confirmation function
|
2011-02-25 08:00:55 -08:00 |
mailbox.php
|
mailboxes were wrongly overriding global menu
|
2011-03-07 15:11:38 -05:00 |
mailboxmenu.php
|
move inbox/outbox to object menu
|
2011-03-01 16:48:20 -05:00 |
mailhandler.php
|
Fix for tickets #2917, #2262: user URL shortening options not being applied in non-web channels
|
2010-12-02 13:41:56 -08:00 |
mediafile.php
|
Don't trust text/xml mime types; generic content detection gives useless stuff like that on SVG images! Todo: replace the extension check in this case with better content-based checks.
|
2010-12-22 13:56:19 -08:00 |
menu.php
|
Revert "abstraction for starting and ending a menu"
|
2011-03-07 12:39:52 -05:00 |
messageform.php
|
Fixes for direct message form for JS changes to the main form
|
2011-03-09 16:55:52 -08:00 |
messagelist.php
|
Create and use MessageList widget
|
2011-02-08 11:11:21 -05:00 |
messagelistitem.php
|
correctly show the source of messages in a message list
|
2011-02-08 11:32:35 -05:00 |
microappplugin.php
|
remove debugging code for microapp
|
2011-03-16 10:16:29 -04:00 |
microid.php
|
|
|
mysqlschema.php
|
Include fulltext indexes in MySQL table create
|
2010-11-01 13:27:44 -07:00 |
nickname.php
|
Fix up edge case in nickname processing: overlong display forms should be rejected before normalization (storage of display forms will also have fields with limited length)
|
2010-12-30 17:11:16 -08:00 |
noticeform.php
|
Move translator documentation one line lower. Otherwise it will not be added to the POT file.
|
2011-03-11 19:32:35 +01:00 |
noticelist.php
|
Give NoticeListItem its own class
|
2011-03-08 22:48:16 -05:00 |
noticelistitem.php
|
Give NoticeListItem its own class
|
2011-03-08 22:48:16 -05:00 |
noticeplaceholderform.php
|
Add placeholder status form for the top (needs to hook up to JS)
|
2011-03-10 17:40:25 -08:00 |
noticesection.php
|
Remove stray get_class() call
|
2011-03-20 19:37:25 -07:00 |
nudgeform.php
|
Replace explicit FormXHR setup for a bunch of simple AJAX form submissions with adding the 'ajax' class on them.
|
2011-03-08 13:58:28 -08:00 |
oauthclient.php
|
|
|
oauthstore.php
|
Clean up remote avatar temporary files if we fail before saving them into avatars directory (OMB core, OStatus, WikiHowProfile, YammerImport)
|
2010-10-13 11:10:04 -07:00 |
oembedhelper.php
|
drop previous in oembedhelperexception code
|
2010-12-20 18:32:43 -05:00 |
omb.php
|
|
|
ombqueuehandler.php
|
|
|
ownerdesignaction.php
|
|
|
parallelizingdaemon.php
|
|
|
personalgroupnav.php
|
Update PersonalGroupNav with fixed highlighting checks.
|
2011-03-11 14:25:57 -08:00 |
personaltagcloudsection.php
|
* Add/update translator documentation.
|
2011-01-30 19:03:55 +01:00 |
pgsqlschema.php
|
fix index drop on pg
|
2010-10-19 12:23:49 -07:00 |
ping.php
|
Tabs to spaces, superfluous whitespace removed.
|
2010-10-30 13:47:19 +02:00 |
pingqueuehandler.php
|
|
|
plugin.php
|
add path separators for Plugin::path()
|
2011-02-16 13:56:30 -05:00 |
plugindisableform.php
|
|
|
pluginenableform.php
|
|
|
pluginlist.php
|
|
|
pluginqueuehandler.php
|
|
|
poco.php
|
Add PoCo to Activity Streams JSON
|
2011-02-17 22:36:14 -08:00 |
pocoaddress.php
|
Add PoCo to Activity Streams JSON
|
2011-02-17 22:36:14 -08:00 |
pocourl.php
|
Add PoCo to Activity Streams JSON
|
2011-02-17 22:36:14 -08:00 |
popularity.php
|
Fix regression in PopularNoticeSection: tag parameter was broken, causing sidebar on tag pages to show untagged favorites.
|
2010-11-18 14:30:00 -08:00 |
popularnoticesection.php
|
* Add/update translator documentation.
|
2011-01-30 19:03:55 +01:00 |
primarynav.php
|
wrapper div for primary nav
|
2011-03-07 12:42:51 -05:00 |
processmanager.php
|
|
|
profileaction.php
|
* fix some i18n and L10n issues
|
2011-01-29 00:33:13 +01:00 |
profileactionform.php
|
|
|
profileblock.php
|
Quick style update for profile blocks.
|
2011-03-16 13:50:24 -04:00 |
profileformaction.php
|
* Add/update translator documentation.
|
2011-01-30 19:03:55 +01:00 |
profilelist.php
|
|
|
profileminilist.php
|
|
|
profilequeuehandler.php
|
|
|
profilesection.php
|
|
|
publicgroupnav.php
|
all nav menus use menu superclass
|
2011-03-01 06:00:03 -05:00 |
queuehandler.php
|
|
|
queuemanager.php
|
Merge branch '0.9.x' into 1.0.x
|
2011-02-28 15:39:43 -08:00 |
queuemonitor.php
|
|
|
redirectingaction.php
|
|
|
repeatform.php
|
|
|
revokeroleform.php
|
|
|
right.php
|
Extend authorization framework to cover login and API use
|
2011-02-21 10:20:42 -05:00 |
router.php
|
ajax load for additional inline replies; /replies variant of conversationview
|
2011-03-17 16:27:42 -07:00 |
rssaction.php
|
handle missing profile for notices better in Rss10Action
|
2010-07-13 10:59:15 -04:00 |
sandboxform.php
|
|
|
schema.php
|
Include fulltext indexes in MySQL table create
|
2010-11-01 13:27:44 -07:00 |
schemaupdater.php
|
Fix for schema_version checksum table when checking schemas before the table's been added. :)
|
2011-02-28 11:19:47 -08:00 |
search_engines.php
|
Add some other ways to order searches to the base search engine class
|
2011-03-05 01:54:47 -08:00 |
searchaction.php
|
remove stray close div from empty search results doc bits
|
2011-03-11 14:08:48 -08:00 |
searchgroupnav.php
|
all nav menus use menu superclass
|
2011-03-01 06:00:03 -05:00 |
secondarynav.php
|
primary and secondary nav use menu superclass
|
2011-03-01 05:46:03 -05:00 |
section.php
|
|
|
servererroraction.php
|
- New base InfoAction for dialog box like msgs
|
2010-10-06 19:06:57 -07:00 |
serverexception.php
|
- Update ApiOauthAuthorizeAction to 1.0a
|
2010-10-06 19:20:47 -07:00 |
settingsaction.php
|
hide profile block on settings and admin panels
|
2011-03-16 09:57:08 -04:00 |
settingsnav.php
|
Stub 'home' subsection at top of settings & admin nav panels, so folks always know how to get home.
|
2011-03-09 12:38:06 -08:00 |
silenceform.php
|
|
|
smsqueuehandler.php
|
|
|
snapshot.php
|
|
|
spawningdaemon.php
|
common_memcache() => Cache::instance()
|
2010-09-06 09:56:45 -04:00 |
statusnet.php
|
return Ajax-y XML on exceptions
|
2011-03-16 18:53:46 -04:00 |
stompqueuemanager.php
|
common_memcache() => Cache::instance()
|
2010-09-06 09:56:45 -04:00 |
subgroupnav.php
|
all nav menus use menu superclass
|
2011-03-01 06:00:03 -05:00 |
subpeopletagcloudsection.php
|
|
|
subs.php
|
|
|
subscribeform.php
|
Replace explicit FormXHR setup for a bunch of simple AJAX form submissions with adding the 'ajax' class on them.
|
2011-03-08 13:58:28 -08:00 |
subscriberspeopleselftagcloudsection.php
|
|
|
subscriberspeopletagcloudsection.php
|
|
|
subscriptionlist.php
|
remove extraneous <dl> and <dt> tags
|
2011-01-14 15:36:06 -05:00 |
subscriptionspeopleselftagcloudsection.php
|
|
|
subscriptionspeopletagcloudsection.php
|
|
|
tabledef.php
|
|
|
tagcloudsection.php
|
|
|
taguri.php
|
|
|
theme.php
|
Allow theme.ini to specify external CSS URLs, such as Google Font API loaders.
|
2011-03-09 11:38:43 -08:00 |
themeuploader.php
|
Fix i18n issues that are solved by using plural.
|
2010-11-01 16:49:33 +01:00 |
threadednoticelist.php
|
Fixed issues with plural handling.
|
2011-03-18 17:59:51 +01:00 |
topposterssection.php
|
Translator documentation added/updated.
|
2011-03-18 18:03:41 +01:00 |
uapplugin.php
|
* translator documentation updates.
|
2010-10-30 14:36:54 +02:00 |
unblockform.php
|
* i18n/L10n updates.
|
2010-10-31 00:58:35 +02:00 |
unqueuemanager.php
|
|
|
unsandboxform.php
|
Translator documentation added/updated.
|
2011-03-18 18:03:41 +01:00 |
unsilenceform.php
|
Translator documentation added/updated.
|
2011-03-18 18:03:41 +01:00 |
unsubscribeform.php
|
Translator documentation added/updated.
|
2011-03-18 18:03:41 +01:00 |
urlshortenerplugin.php
|
|
|
useractivitystream.php
|
Scalability work on user backup stream generation.
|
2011-02-25 12:15:38 -08:00 |
usernoprofileexception.php
|
Fix unescaped dollar signs in double-quoted strings due to localization updates (%1$s etc)
|
2010-10-04 14:24:04 -07:00 |
util.php
|
Translator documentation added/updated.
|
2011-03-18 18:03:41 +01:00 |
uuid.php
|
UUID-generation tools
|
2010-12-30 12:15:34 -08:00 |
webcolor.php
|
L10n consistency updates in wording and punctuation.
|
2011-01-21 22:45:37 +01:00 |
widget.php
|
Widget automatically delegates unimplemented methods to attribute
|
2011-03-21 11:09:16 -04:00 |
xmloutputter.php
|
some flushing in the UI
|
2011-03-17 15:26:37 -04:00 |
xmlstringer.php
|
|
|
xrd.php
|
* fix some i18n and L10n issues
|
2011-01-29 00:33:13 +01:00 |
xrdaction.php
|
* fix some i18n and L10n issues
|
2011-01-29 00:33:13 +01:00 |
xrdsoutputter.php
|
Assigning my copyrights to the Free Software Foundation
|
2010-05-27 18:27:33 -04:00 |