summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-21Ignore user language settings that aren't listed in language config; we'll ↵Brion Vibber
then fall back to current autodetection. This prevents the surprises where your profile suddenly switches to Arabic because it was selected by default due to lack of a match in the drop-down box.
2009-12-18Followup fix for ticket 1672: Twitter bridge !group->#hash conversion will ↵Brion Vibber
now happen regardless of whether account was configured with oauth or basic auth (previously applied only on the oauth path)
2009-12-17Make useremail.php executableBrion Vibber
2009-12-17Added UserEmail script.Christopher Vollick
Used to query user's emails. Mostly used for administration, to see if a user requesting something is who they say. Also, some people assume that the admin knows this data, and says things like: "If you could do _____ with the account connected to this email". It'd be nice if we could do that without raw SQL.
2009-12-11Debug check to track down live error -- wrong data type sometimes being sent ↵Brion Vibber
down to Memcached_DataObject::cacheKey() via various fetch functions, need a backtrace to track it down.
2009-12-07Add a "grandfather" creation date cutoff to RequireValidatedEmail plugin; ↵Brion Vibber
will allow us to use this for temporary emergency moderation of new registrations without affecting older accounts.
2009-12-03Merge branch '0.9.x'Zach Copley
* 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 d6ddb84132d7b9510ba82064c67f2a39822dab49 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-03Revert "If an XHR notice is sent form a page that has no timeline, show a"Zach Copley
This reverts commit 987d59c2421bc44b6c860c8bce47af2b33339929.
2009-12-02Reload the admin design panel page to show the new CSS when theZach Copley
design gets reset.
2009-12-02Only pick up new default site colors if the theme has NOT changed.Zach Copley
2009-12-02Merge branch 'fix-default-design' into 0.9.xZach Copley
* fix-default-design: 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.
2009-12-02Reload the admin design panel page to show the new CSS when theZach Copley
design gets reset.
2009-12-02Only pick up new default site colors if the theme has NOT changed.Zach Copley
2009-12-03Delete design when user chooses to restore default design, insteadZach Copley
of saving a design with site defaults.
2009-12-03Merge branch 'fix-default-design' into 0.9.xZach Copley
2009-12-03Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xZach Copley
2009-12-02Delete design when user chooses to restore default design, insteadZach Copley
of saving a design with site defaults.
2009-12-03Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
2009-12-02If an XHR notice is sent form a page that has no timeline, show aZach Copley
message like 'Notice sent' Conflicts: js/util.js
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-02Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xZach Copley
2009-12-02Clear/reset the XHR notice form on pages where there is no timelineSarven Capadisli
2009-12-02Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xZach Copley
2009-12-02If the page doesn't have .notices, silently skip the notice XHR responseSarven Capadisli
2009-12-02Remove useless debugging statementZach Copley
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-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 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-01Fix makefile wildcards for locale compilation (now works on Ubuntu 8.04)Brion Vibber
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-01Fix bad function callZach Copley
2009-12-01Only bind submit to the notice created by RealtimeZach Copley
Conflicts: plugins/Realtime/realtimeupdate.js
2009-12-01SN.U.NoticeFavor should be SN.U.NoticeReplyZach Copley
Conflicts: plugins/Realtime/realtimeupdate.js
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.