summaryrefslogtreecommitdiff
path: root/plugins/Mapstraction
AgeCommit message (Collapse)Author
2010-06-07Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
Conflicts: plugins/OpenID/openid.php
2010-06-01Mapstraction plugin fix: set icon dimensions (24x24 px); Google Maps ↵Brion Vibber
provider otherwise defaults to stretching them to a funny shape instead of showing square avatars.
2010-06-01Ticket #2330: fix Google Maps provider for Mapstraction pluginBrion Vibber
2010-05-27Assigning my copyrights to the Free Software FoundationCraig Andrews
2010-05-03Pull localization updates from 0.9.x branch0.9.2Brion Vibber
2010-04-30Update gettext localisation files.Siebrand Mazeland
2010-04-05Some localization cleanup and doc to aid in customization:Brion Vibber
* added locale/en/LC_MESSAGES/statusnet.po to make it easier to start customizing English texts * added notes to locale/README about customizing and how to disable languages you haven't customized * renamed PO templates from *.po to *.pot to match general conventions and reduce confusion for people trying to find which file they're supposed to edit
2010-03-04Pull latest .po files from 0.9.x to testingBrion Vibber
2010-02-25Remove unnecessary requiresZach Copley
2010-01-08Mapstraction PluginVersionEvan Prodromou
2009-12-08New _m() gettext wrapper with smart detection of plugin domains. Plugin base ↵Brion Vibber
class registers your gettext files if present at initialization. update_pot.sh replaced with update_po_templates.php which can do core, plugins, or all (default). Top-level Makefile added to build .mo files for plugins as well as core. As described on list: http://lists.status.net/pipermail/statusnet-dev/2009-December/002869.html
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-03Remove unnecessary pass by reference indicatorsCraig Andrews
2009-12-03refactor the common parts of usermap and allmap into a common base classCraig Andrews
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-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-20Change the format of the lat/lon output on a notice in HTMLCraig Andrews
2009-11-20Quick fix for Safari XHTML error... the map doesn't currently work with ↵Brion Vibber
Safari, but this gets the whole page parsing again!
2009-11-20fix notice bugBrion Vibber
2009-11-20Fix double-escaped HTML in mapstraction notice popupsBrion Vibber
2009-11-20fix notice bugBrion Vibber
2009-11-20Fix js error on non-map containing pagesCraig Andrews
2009-11-19Load 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
2009-11-19take out void setLabel() call in MapstractionEvan Prodromou
2009-11-19add username and timestamp to map popupEvan Prodromou
2009-11-19show maps on inbox and personal pageEvan Prodromou
2009-11-19add markers for each notice and show the bounding box correctlyEvan Prodromou
2009-11-19put out provider JS correctlyEvan Prodromou
2009-11-19first steps towards usermapsEvan Prodromou
2009-11-18set provider global JS variable from MapstractionEvan Prodromou
2009-11-17first pass at Mapstraction pluginEvan Prodromou