gnu-social/lib
Zach Copley bf4ed35a90 Merge branch '0.9.x'
* 0.9.x: (141 commits)
  Reload the admin design panel page to show the new CSS when the
  Only pick up new default site colors if the theme has NOT changed.
  Delete design when user chooses to restore default design, instead
  Localisation updates for !StatusNet from !translatewiki.net !sntrans
  Do not rebuild/add .mo files by default
  If an XHR notice is sent form a page that has no timeline, show a
  Revert "If the page doesn't have .notices, silently skip the notice XHR response"
  Revert "Clear/reset the XHR notice form on pages where there is no timeline"
  Clear/reset the XHR notice form on pages where there is no timeline
  If the page doesn't have .notices, silently skip the notice XHR response
  Remove useless debugging statement
  Moved form control styles (i.e., border and radius) out of base
  add pluginhandler to list of daemons to shut down
  Using box-shadow only on the current navigation item
  Updated theme readme
  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
  Ticket 2048: make OMB posting HTTP timeout configurable as $config['omb']['timeout']; defaults to 5 seconds instead of 20-second default in Yadis library
  ticket 1100: add Drupal source link
  Fix makefile wildcards for locale compilation (now works on Ubuntu 8.04)
  typo fix: '$this' now spelled correctly. Looks like this'll fix acceptance of 'source' param for direct messages posted to API
  ...

Conflicts:
	js/util.js
	locale/ar/LC_MESSAGES/statusnet.po
	locale/bg/LC_MESSAGES/statusnet.po
	locale/ca/LC_MESSAGES/statusnet.po
	locale/cs/LC_MESSAGES/statusnet.po
	locale/de/LC_MESSAGES/statusnet.po
	locale/el/LC_MESSAGES/statusnet.po
	locale/en_GB/LC_MESSAGES/statusnet.po
	locale/es/LC_MESSAGES/statusnet.po
	locale/fi/LC_MESSAGES/statusnet.po
	locale/fr/LC_MESSAGES/statusnet.po
	locale/ga/LC_MESSAGES/statusnet.po
	locale/he/LC_MESSAGES/statusnet.po
	locale/is/LC_MESSAGES/statusnet.po
	locale/it/LC_MESSAGES/statusnet.po
	locale/ja/LC_MESSAGES/statusnet.po
	locale/ko/LC_MESSAGES/statusnet.po
	locale/mk/LC_MESSAGES/statusnet.po
	locale/nb/LC_MESSAGES/statusnet.po
	locale/nl/LC_MESSAGES/statusnet.po
	locale/nn/LC_MESSAGES/statusnet.po
	locale/pl/LC_MESSAGES/statusnet.po
	locale/pt/LC_MESSAGES/statusnet.po
	locale/pt_BR/LC_MESSAGES/statusnet.po
	locale/ru/LC_MESSAGES/statusnet.po
	locale/statusnet.po
	locale/sv/LC_MESSAGES/statusnet.po
	locale/te/LC_MESSAGES/statusnet.po
	locale/tr/LC_MESSAGES/statusnet.po
	locale/uk/LC_MESSAGES/statusnet.po
	locale/vi/LC_MESSAGES/statusnet.po
	locale/zh_CN/LC_MESSAGES/statusnet.po
	locale/zh_TW/LC_MESSAGES/statusnet.po
	plugins/Realtime/realtimeupdate.js
2009-12-03 12:51:21 -08:00
..
accountsettingsaction.php
action.php
adminform.php
adminpanelaction.php
api.php Delete design when user chooses to restore default design, instead 2009-12-03 00:56:53 +00:00
apiauth.php
apibareauth.php
apiprivateauth.php
arraywrapper.php
attachmentlist.php
attachmentnoticesection.php
attachmenttagcloudsection.php
blockform.php
channel.php
clienterroraction.php
clientexception.php
columndef.php Break TableDef, ColumnDef classes to separate files so autoloader can find them. 2009-11-24 09:40:47 -08:00
command.php Revert "Added 'login' command that gives you a link that can be used to login to the website" 2009-11-20 02:50:43 -08:00
commandinterpreter.php Revert "Added 'login' command that gives you a link that can be used to login to the website" 2009-11-20 02:50:43 -08:00
common.php Updated version info 2009-11-20 05:56:02 +00:00
connectsettingsaction.php
currentuserdesignaction.php
daemon.php
dberroraction.php
dbqueuemanager.php
default.php Ticket 2048: make OMB posting HTTP timeout configurable as $config['omb']['timeout']; defaults to 5 seconds instead of 20-second default in Yadis library 2009-12-01 14:53:27 -08:00
deleteuserform.php
designsettings.php Delete design when user chooses to restore default design, instead 2009-12-03 00:56:53 +00:00
disfavorform.php
error.php
event.php
favorform.php
featureduserssection.php
feed.php
feedlist.php
form.php
galleryaction.php
groupdesignaction.php
groupeditform.php
grouplist.php
groupminilist.php
groupnav.php
groupsbymemberssection.php
groupsbypostssection.php
groupsection.php
grouptagcloudsection.php
htmloutputter.php Disable XHTML Content-Type negotiation... You've foiled our plans for the last time! 2009-11-20 16:35:16 -08:00
httpclient.php
imagefile.php * Mb -> MB (for megabyte) 2009-11-26 23:28:16 +01:00
jabber.php revert adding avatar IMG to jabber output; shows entire URL in some Jabber clients 2009-11-20 03:38:24 -05:00
joinform.php
jsonsearchresultslist.php
language.php Add new user language hsb / Upper Sorbian 2009-11-28 20:53:05 +01:00
leaveform.php
location.php tobyink's location RDF patch 2009-11-19 12:00:25 -05:00
logingroupnav.php
mail.php
mailbox.php
mediafile.php
messageform.php
microid.php
noticeform.php
noticelist.php Use sprintf and gettext to output the DMS version of the location. More translator-friendly. 2009-11-21 22:34:54 -05:00
noticesection.php
nudgeform.php
oauthclient.php Fix SSL options for Twitter bridge HTTP requests 2009-11-24 19:12:57 +00:00
oauthstore.php Fix regression in remote subscription; added hasRole() shadow method on Remote_profile. 2009-11-25 22:23:21 +00:00
omb.php Ticket 2048: make OMB posting HTTP timeout configurable as $config['omb']['timeout']; defaults to 5 seconds instead of 20-second default in Yadis library 2009-12-01 14:53:27 -08:00
ownerdesignaction.php
parallelizingdaemon.php
personalgroupnav.php
personaltagcloudsection.php
ping.php Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, adding redirect handling and convenience functions. 2009-11-02 09:14:15 -08:00
plugin.php
popularnoticesection.php and a typo in column name fixed 2009-11-26 20:41:47 +13:00
profileaction.php Include group memberships count & user groups management page link in profile sidebar to match subscribers & subscribees lists. This is the only obvious way to reach the user group membership details page if there are fewer group subs than the max number of icons to show. 2009-11-30 10:41:24 -08:00
profileactionform.php
profileformaction.php
profilelist.php
profileminilist.php
profilesection.php
publicgroupnav.php
queuehandler.php Revert "Remove more contractions" 2009-11-09 20:01:46 +01:00
queuemanager.php
right.php
router.php Add missing rule for /api/users/show.:format 2009-12-01 12:42:51 -08:00
rssaction.php check there is an array of notices to display, before doing a foreach() 2009-11-26 18:54:52 +13:00
sandboxform.php
schema.php Revert "Allow plugin DB_DataObject classes to not have to use the .ini file by overriding keys(), table(), and sequenceKey() for them" 2009-11-25 23:54:36 +00:00
search_engines.php
searchaction.php i18n for "Search" button text 2009-11-21 16:04:20 +01:00
searchgroupnav.php Ticket 2007: make search tabs grammar forms consistent (People, Notices, Groups) 2009-11-23 06:42:02 -08:00
section.php
servererroraction.php move HTTP error code strings to class variables 2009-09-29 17:43:45 -04:00
serverexception.php
settingsaction.php
silenceform.php
snapshot.php
stompqueuemanager.php change controlyourself.ca to status.net 2009-08-25 18:19:04 -04:00
subgroupnav.php
subpeopletagcloudsection.php
subs.php
subscribeform.php
subscriberspeopleselftagcloudsection.php
subscriberspeopletagcloudsection.php
subscriptionlist.php
subscriptionspeopleselftagcloudsection.php
subscriptionspeopletagcloudsection.php
tabledef.php Break TableDef, ColumnDef classes to separate files so autoloader can find them. 2009-11-24 09:40:47 -08:00
tagcloudsection.php
theme.php
topposterssection.php
unblockform.php
unqueuemanager.php
unsandboxform.php
unsilenceform.php
unsubscribeform.php
userprofile.php Init UI to show/hide a group of moderation actions. 2009-11-26 18:46:11 +00:00
util.php Drop the username from the log id for now; seems to trigger an error loop in some circumstances 2009-11-27 13:30:21 -08:00
webcolor.php
widget.php
xmloutputter.php
xmlstringer.php
xmppqueuehandler.php
xrdsoutputter.php