summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-04add logging utilities to Plugin classEvan Prodromou
2009-12-04let Geonames clients use commercial Web serviceEvan Prodromou
2009-12-04remove unnecessary debugging code from mapstraction outputEvan Prodromou
2009-12-04Update Mapstraction to properly scrape data from notice-list pagesEvan Prodromou
Refactored the JavaScript for Mapstraction use so it scrapes data from the HTML of the page it's on, if possible, and otherwise generates a JSON array.
2009-12-04utility function to output inline JavaScriptEvan Prodromou
2009-12-03Was deleting wrong subscription during block. Now deletes the blockee's sub ↵Zach Copley
if it exists.
2009-12-03Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xZach Copley
* '0.9.x' of gitorious.org:statusnet/mainline: Remove unnecessary pass by reference indicators refactor the common parts of usermap and allmap into a common base class Load notice data using javascript from the html on the page instead of writing json representations of the notices on each page
2009-12-03Make it impossible to block (and thus unsubscribe from yourZach Copley
self-subscription) via the API. Additionally, make it impossible to block yourself or unsubscribe from yourself, period. I also made User use the subs.php helper function for unsubscribing during a block. Hopefully, these changes will get rid of the problem of people accidentally deleting their self-subscriptions once and for all (knock on wood).
2009-12-03Remove unnecessary pass by reference indicatorsCraig Andrews
2009-12-03Merge branch 'mapsimprovement' into 0.9.xCraig Andrews
2009-12-03refactor the common parts of usermap and allmap into a common base classCraig Andrews
2009-12-03Code style cleanup: dropped some unnecessary =& reference assignments where ↵Brion Vibber
they're used only out of habit for PHP 4-style object semantics
2009-12-02Load notice data using javascript from the html on the page instead of ↵Craig Andrews
writing json representations of the notices on each page Clicking on a geo link pops up a map (round 2)
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-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-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-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.