summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-03Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
2009-12-03Do not rebuild/add .mo files by defaultSiebrand Mazeland
FIXME: should be made a command line parameter.
2009-12-02If an XHR notice is sent form a page that has no timeline, show aSarven Capadisli
message like 'Notice sent'
2009-12-02Revert "If the page doesn't have .notices, silently skip the notice XHR ↵Sarven Capadisli
response" This reverts commit 7b550f386a8a3f38ced8ee587d7ae1c997e97906.
2009-12-02Revert "Clear/reset the XHR notice form on pages where there is no timeline"Sarven Capadisli
This reverts commit d3189763422a87f9f977646ad57e7d4a2ea29026.
2009-12-02Clear/reset the XHR notice form on pages where there is no timelineSarven Capadisli
2009-12-02If the page doesn't have .notices, silently skip the notice XHR responseSarven Capadisli
2009-12-02Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-12-02Moved form control styles (i.e., border and radius) out of baseSarven Capadisli
2009-12-02Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-12-02add pluginhandler to list of daemons to shut downEvan Prodromou
2009-12-02Using box-shadow only on the current navigation itemSarven Capadisli
2009-12-02Updated theme readmeSarven Capadisli
2009-12-01Fix regression in password settings: users have been unable to change their ↵Brion Vibber
passwords since introduction of ChangePassword event (later StartChangePassword) November 5 in commit d6ddb84132d7b9510ba82064c67f2a39822dab49 Logic was inversed; new password was only being saved if a plugin claimed the event; so when no auth plugin was present to take it, passwords never got saved.
2009-12-01Ticket 2048: make OMB posting HTTP timeout configurable as ↵Brion Vibber
$config['omb']['timeout']; defaults to 5 seconds instead of 20-second default in Yadis library
2009-12-01ticket 1100: add Drupal source linkBrion Vibber
2009-12-01Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2009-12-01Fix makefile wildcards for locale compilation (now works on Ubuntu 8.04)Brion Vibber
2009-12-01typo fix: '$this' now spelled correctly. Looks like this'll fix acceptance ↵Brion Vibber
of 'source' param for direct messages posted to API @fixme: there's duplication of reserved sources list between at least this and apistatusesupdate module
2009-12-01Add missing rule for /api/users/show.:formatZach Copley
2009-12-01Revert "Fix problem where screen_name and user_id parameters are being"Zach Copley
The problem this was trying to fix is actually caused by a missing routing rule. Silly me. This reverts commit 2451192415ae93a329b412761cfbb26df8185474.
2009-12-01Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xZach Copley
* '0.9.x' of gitorious.org:statusnet/mainline: make checkschema.php executable (which makes sense, cause the README says to run it :-) )
2009-11-30Fix bad function callZach Copley
2009-11-30make checkschema.php executable (which makes sense, cause the README says to ↵Craig Andrews
run it :-) )
2009-11-30Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xZach Copley
* '0.9.x' of gitorious.org:statusnet/mainline: Ticket 1677: apply a couple more welcomebot fixes from TranslateWiki before the next full update
2009-11-30Fix problem where screen_name and user_id parameters are beingZach Copley
ignored due to the router sending in '[a-zA-Z0-9]+' for the id parameter when no id is specified as part of the URL.
2009-11-30Ticket 1677: apply a couple more welcomebot fixes from TranslateWiki before ↵Brion Vibber
the next full update
2009-11-30Drop binary .mo localization files from git repo to aid in development.Brion Vibber
Added a Makefile in locale subdirectory to rebuild them -- needs to be made part of deployment and packaging.
2009-11-30Include group memberships count & user groups management page link in ↵Brion Vibber
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-30Merge branch 'master' into 0.9.xZach Copley
* master: (67 commits) Ticket 2038: fix bad bug tracker link Fix regression in group posting: bug introduced in commit 1319002e1519fafb0e82fbfd2d2723abdb3112e7. Need to use actual profile object rather than an id on a variable that doesn't exist when checking blocks :D Log database errors when saving notice_inbox entries Drop the username from the log id for now; seems to trigger an error loop in some circumstances request id on logs... pid + random id per web request + username + method + url Add OpenID ini info back into statusnet.ini as a stopgap until we can Some changes to the OpenID DataObjects to make them emit the exact same OpenID plugin should set 'user_openid.display' as unique key Remove relationship: user_openid.user_id -> user.id. I don't think this Have OpenID plugin DataObjects emit their own .ini info Revert "Allow plugin DB_DataObject classes to not have to use the .ini file by overriding keys(), table(), and sequenceKey() for them" Catch and report exceptions from notice_to_omb_notice() instead of letting the OMB queue handler die. Fix regression in remote subscription; added hasRole() shadow method on Remote_profile. Fix fatal error on OMB subscription for first-timers Remove annoying log msg Drop error message on setlocale() failure; this is harmless, since we actually have a working locale set up. Catch uncaught exception Fixed bug where reply-sync bit wasn't getting saved Forgot to render the nav menu when on FB Connect login tab Facebook plugin no longer takes over Login and Connect settings nav menus ... Conflicts: db/08to09_pg.sql db/statusnet_pg.sql locale/pt_BR/LC_MESSAGES/statusnet.mo plugins/Mapstraction/MapstractionPlugin.php
2009-11-30Ticket 1870: drop unnecessary Tidy module installation requirement.Brion Vibber
Tidy was only being used by a couple of non-default URL shortener plugins, PtitUrl and TightUrl. Both were easily changed to load the tag-soup HTML via DOMDocument (using the default DOM module which is already used by other dependencies). Added xml, dom, and simplexml modules to the requirements check in install.php, as they were being used but not checked for. Also cleaned up LilUrl, PtitUrl, and TightUrl to return URL as a string instead of as a SimpleXML node object.
2009-11-30Initial replacement for alert() messages coming from FormNoticeXHR().Sarven Capadisli
Appends a success/error container to notice form.
2009-11-30Updated identica, default theme's IE stylesSarven Capadisli
2009-11-30Increased notice_data-attach widthSarven Capadisli
2009-11-30Better notice_data-attach alignment for mobile devices that supportSarven Capadisli
input type file
2009-11-30Updated notice-options items alignment in MobileProfileSarven Capadisli
2009-11-30Using % instead of pxSarven Capadisli
2009-11-30Minor. Removed whitespace.Sarven Capadisli
2009-11-29Disabled call to NewDirectMessage() until IE issue is sorted outSarven Capadisli
2009-11-29Allow Realtime notices to use the attachments interfaceSarven Capadisli
2009-11-29Call NoticeWithAttachment instead of NoticeAttachments after XHRSarven Capadisli
notice post
2009-11-29Last check to see if the notice item contains an attachmentSarven Capadisli
2009-11-29Created NoticeWithAttachment to handle jOverlay for single noticeSarven Capadisli
items as opposed to running NoticeAttachments for all notices
2009-11-28Ticket 2038: fix bad bug tracker linkBrion Vibber
2009-11-28Ticket 2038: fix bad bug tracker linkBrion Vibber
2009-11-28Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.xSiebrand Mazeland
2009-11-28Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
2009-11-28Bind for UserFlag only if there is a form for itSarven Capadisli
2009-11-28Add new user language hsb / Upper SorbianSiebrand Mazeland
2009-11-28Fix typo in UI stringSiebrand Mazeland