Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-12 | don't try to initialize the mapstraction canvas if it doesn't exist | Evan Prodromou | |
2010-11-05 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-11-03 | Migrate some more code from manually constructing "fullname (nickname)" to ↵ | Brion Vibber | |
using Profile->getFancyName(). Encapsulates common logic and allows for localization of the parens. | |||
2010-10-28 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-10-18 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-10-09 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-10-05 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-10-04 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-10-04 | Fix unescaped dollar signs in double-quoted strings due to localization ↵ | Brion Vibber | |
updates (%1$s etc) | |||
2010-10-03 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-10-01 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-09-28 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
* first export of L10n for languages other than English. Could use some testing/QA. | |||
2010-09-23 | Update POT files for plugins. | Siebrand Mazeland | |
2010-09-19 | Update pot files for plugins. | Siebrand Mazeland | |
2010-09-18 | * FIXME/CHECKMEs added for (possible) bad i18n | Siebrand Mazeland | |
* translator hints added * superfluous whitespace removed | |||
2010-09-15 | Update/add pot files for plugins. | Siebrand Mazeland | |
2010-06-07 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: plugins/OpenID/openid.php | |||
2010-06-01 | Mapstraction 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-01 | Ticket #2330: fix Google Maps provider for Mapstraction plugin | Brion Vibber | |
2010-05-27 | Assigning my copyrights to the Free Software Foundation | Craig Andrews | |
2010-05-03 | Pull localization updates from 0.9.x branch0.9.2 | Brion Vibber | |
2010-04-30 | Update gettext localisation files. | Siebrand Mazeland | |
2010-04-05 | Some 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-04 | Pull latest .po files from 0.9.x to testing | Brion Vibber | |
2010-02-25 | Remove unnecessary requires | Zach Copley | |
2010-01-08 | Mapstraction PluginVersion | Evan Prodromou | |
2009-12-08 | New _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-04 | remove unnecessary debugging code from mapstraction output | Evan Prodromou | |
2009-12-04 | Update Mapstraction to properly scrape data from notice-list pages | Evan 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-03 | Remove unnecessary pass by reference indicators | Craig Andrews | |
2009-12-03 | refactor the common parts of usermap and allmap into a common base class | Craig Andrews | |
2009-12-02 | Load 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-30 | Merge branch 'master' into 0.9.x | Zach 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-20 | Change the format of the lat/lon output on a notice in HTML | Craig Andrews | |
2009-11-20 | Quick 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-20 | fix notice bug | Brion Vibber | |
2009-11-20 | Fix double-escaped HTML in mapstraction notice popups | Brion Vibber | |
2009-11-20 | fix notice bug | Brion Vibber | |
2009-11-20 | Fix js error on non-map containing pages | Craig Andrews | |
2009-11-19 | Load 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-19 | take out void setLabel() call in Mapstraction | Evan Prodromou | |
2009-11-19 | add username and timestamp to map popup | Evan Prodromou | |
2009-11-19 | show maps on inbox and personal page | Evan Prodromou | |
2009-11-19 | add markers for each notice and show the bounding box correctly | Evan Prodromou | |
2009-11-19 | put out provider JS correctly | Evan Prodromou | |
2009-11-19 | first steps towards usermaps | Evan Prodromou | |
2009-11-18 | set provider global JS variable from Mapstraction | Evan Prodromou | |
2009-11-17 | first pass at Mapstraction plugin | Evan Prodromou | |