summaryrefslogtreecommitdiff
path: root/plugins/Mapstraction/MapstractionPlugin.php
AgeCommit message (Collapse)Author
2010-12-08Merge branch 'master' into 0.9.xBrion Vibber
2010-12-08Mapstraction plugin: use minified sources for OpenLayersBrion Vibber
The default full build of OpenLayers.js is 943kb as of 2.10; this gzips down to a couple hundred kb but is still rather nasty, plus loading it off a remote host could slow things down. Using a local copy let us cut down the size significantly by discarding unused features, and further minification with yui-compressor shaves a bit more off. Cuts down to about 1/5 the size of the original. Also threw in a bundled & minified copy of the Mapstraction classes plus our usermap.js, which covers the common case of using the default OpenLayers provider. This cuts out three additional script loads, two of which weren't getting launched until after the mxn.js main file got loaded.
2010-11-29Work in progress on nickname validation changes. lib/nickname.php appears to ↵Brion Vibber
have been destroyed by NetBeans and will be rewritten shortly. Sigh.
2010-11-12don't try to initialize the mapstraction canvas if it doesn't existEvan Prodromou
2010-11-12don't try to initialize the mapstraction canvas if it doesn't existEvan Prodromou
2010-09-18* FIXME/CHECKMEs added for (possible) bad i18nSiebrand Mazeland
* translator hints added * superfluous whitespace removed
2010-06-01Ticket #2330: fix Google Maps provider for Mapstraction pluginBrion Vibber
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-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 double-escaped HTML in mapstraction notice popupsBrion Vibber
2009-11-20fix notice bugBrion Vibber
2009-11-19show maps on inbox and personal pageEvan Prodromou
2009-11-19put out provider JS correctlyEvan Prodromou
2009-11-18set provider global JS variable from MapstractionEvan Prodromou
2009-11-17first pass at Mapstraction pluginEvan Prodromou