summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-26Moved moderation styles out of UserFlag and put it into core. UpdatedSarven Capadisli
icons.
2009-11-26Init UI to show/hide a group of moderation actions.Sarven Capadisli
2009-11-26Use cursor pointer for button.closeSarven Capadisli
2009-11-26Slight alignment to entity_action pSarven Capadisli
2009-11-26Increased z-index for jOverlaySarven Capadisli
2009-11-26Updated the cross line on silence iconSarven Capadisli
2009-11-26Updated moderation (sandbox, silence, delete) icons for UserFlagSarven Capadisli
2009-11-26Moved CSS out to its own file for UserFlagSarven Capadisli
2009-11-26Renamed icon fileSarven Capadisli
2009-11-26and a typo in column name fixedBrenda Wallace
2009-11-26added missing space after new group by fieldsBrenda Wallace
2009-11-26added missing columns from mysql upgrade script into pgsql scriptBrenda Wallace
2009-11-26added more fields to the group by.Brenda Wallace
2009-11-26Transactional DDL rocks my world, but shouldn't be left in that file.Brenda Wallace
2009-11-26added missing columns in notice tableBrenda Wallace
2009-11-26check there is an array of notices to display, before doing a foreach()Brenda Wallace
2009-11-26Some changes to the OpenID DataObjects to make them emit the exact sameZach Copley
.ini info as what used to be in statusnet.ini before OpenID was pulled out into a plugin.
2009-11-26OpenID plugin should set 'user_openid.display' as unique keyZach Copley
2009-11-25Merge branch 'fix-openid' into 0.9.xZach Copley
2009-11-25Remove relationship: user_openid.user_id -> user.id. I don't think thisZach Copley
is used. And if we need it, the OpenID plugin should do it.
2009-11-25Catch and report exceptions from notice_to_omb_notice() instead of letting ↵Brion Vibber
the OMB queue handler die.
2009-11-25Have OpenID plugin DataObjects emit their own .ini infoZach Copley
2009-11-25Fix regression in remote subscription; added hasRole() shadow method on ↵Brion Vibber
Remote_profile. DB_DataObject hides errors by silently returning null for any non-existent method call, making it harder to tell what the heck's going on... the rights check for blocked remote users returned null for the check for subscribe rights, thus eval'ing to false. We now log a note in this circumstance, which would have cut about 3 hours off of the debug time.
2009-11-25Revert "Allow plugin DB_DataObject classes to not have to use the .ini file ↵Zach Copley
by overriding keys(), table(), and sequenceKey() for them" This reverts commit a373d07ae00b878f47970f2e4a7d86c6ec3a65cf. Conflicts: classes/statusnet.ini lib/schema.php plugins/Authentication/AuthenticationPlugin.php plugins/OpenID/OpenIDPlugin.php plugins/UserFlag/UserFlagPlugin.php
2009-11-25I can't hide the location and status bars in Firefox, IE or Chromium.Sarven Capadisli
It only works in Safari and Opera. https://developer.mozilla.org/En/DOM/Window.open confirms that by default, Firefox and IE forces their presence.
2009-11-25Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-25Better layout for entity_profile and entity_actionsSarven Capadisli
2009-11-25Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xZach Copley
2009-11-25Remove annoying log msgZach Copley
2009-11-25Drop error message on setlocale() failure; this is harmless, since we ↵Brion Vibber
actually have a working locale set up.
2009-11-25Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xZach Copley
2009-11-25Catch uncaught exceptionZach Copley
2009-11-25Removed unnecessary classNameSarven Capadisli
2009-11-25Fixed bug where reply-sync bit wasn't getting savedZach Copley
2009-11-25Forgot to render the nav menu when on FB Connect login tabZach Copley
2009-11-25Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xZach Copley
2009-11-25Facebook plugin no longer takes over Login and Connect settings nav menusZach Copley
2009-11-24Fix regression in OMB sending with queues enabled -- items never got ↵Brion Vibber
dequeued, leading to ever-growing queue and big delays. Success return code from omb_broadcast_message was dropped in commit ec88d2650ea4371cf53229171851747b31587e4b (Aug 10 2009) which switched us to libomb backend. With queues enabled, this would lead to the notice being readded to the outgoing OMB queue for redelivery as the queue system thought the send failed. The resends caused extra load and confusion for third-party sites, and more worryingly just plugged up our own queue so legit messages were badly delayed. This commit should restore the previous state, where we fire-and-forget; that is, we're not actually checking to see if all remote subscribers received the message successfully and there will be no resends.
2009-11-24Loalisation updates for Polish. Contributed by Piotr DrągSiebrand Mazeland
2009-11-24Fix SSL options for Twitter bridge HTTP requestsZach Copley
2009-11-24Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xZach Copley
2009-11-24Break TableDef, ColumnDef classes to separate files so autoloader can find them.Brion Vibber
With $config['db']['schemacheck'] set to 'script' in live deployment, Schema class wasn't being preloaded for us; the uses of TableDef by plugins for DataObject configuration would then fail because the class wasn't loaded. Broken to separate files, the autoloader can find all classes in either case. PHP Fatal error: Class 'TableDef' not found in /var/www/statusnet/plugins/OpenID/User_openid.php on line 43, referer: http://identi.ca/brionv/all
2009-11-24Moved initPopupWindow CSS out of JS in Realtime pluginSarven Capadisli
2009-11-24Added realtime-popup class to <body> for popup output.Sarven Capadisli
2009-11-24Updated mark-top styleSarven Capadisli
2009-11-24Enable border-top when Realtime pop up window is initializedSarven Capadisli
2009-11-23Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
* There is an issue with the export for 'pt', hence it was left out.
2009-11-23Ticket 2007: make search tabs grammar forms consistent (People, Notices, Groups)Brion Vibber
2009-11-23Use a min-width just in case. Fixes IE.Sarven Capadisli
2009-11-22Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland