Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-10 | move forward form to plugin | Evan Prodromou | |
2009-12-10 | move inbox notice list to repeat plugin | Evan Prodromou | |
2009-12-10 | move forwarding stuff to Repeat plugin | Evan Prodromou | |
2009-12-09 | Initial GravatarPlugin | Eric Helgeson | |
2009-12-09 | Added todo item to Realtime plugin | Sarven Capadisli | |
2009-12-09 | Added a todo list for Realtime plugin | Sarven Capadisli | |
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-07 | Cleanup of recaptcha plugin remove xhtml hack | Eric Helgeson | |
2009-12-07 | Add 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-07 | remove unit tests for minify | Evan Prodromou | |
2009-12-07 | If localStorage is not supported, showPause as usual | Sarven Capadisli | |
2009-12-07 | Using localStorage to keep the play/pause state of RealtimeUpdate | Sarven Capadisli | |
2009-12-06 | Minor fix for play/pause mouseleave | Sarven Capadisli | |
2009-12-05 | Preliminary UI for Play/Pause behaviour on hover state for notices | Sarven Capadisli | |
2009-12-05 | Add FirePHP plugin - uses FirePHP as an output method for logging | Craig Andrews | |
2009-12-05 | Add configuration option to toggle the indenting of the output HTML. ↵ | Craig Andrews | |
Defaults to indent enabled. | |||
2009-12-05 | Minify inline JS and CSS (can be disable in configuration) | Craig Andrews | |
2009-12-04 | If a theme server is being used, do not minify theme CSS (as doing so could ↵ | Craig Andrews | |
cause 404s) | |||
2009-12-04 | Separate out some common code | Craig Andrews | |
2009-12-04 | Use inlineScript() instead of element() to write inline javascript | Craig Andrews | |
2009-12-04 | use cssLink() instead of element() to write out references to CSS | Craig Andrews | |
2009-12-04 | use the new htmloutputter->style() function | Craig Andrews | |
2009-12-04 | Use inlineScript() everywhere inline scripts are written | Craig Andrews | |
2009-12-04 | Merge branch 'minify' into 0.9.x | Craig Andrews | |
2009-12-04 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2009-12-04 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-12-04 | configurable expiry for cached Geonames data defaults to 90 days | Evan Prodromou | |
2009-12-04 | Don't try to broadcast the notice if something went wrong. | Zach Copley | |
2009-12-04 | remove duplicate log() function from RealtimePlugin | Evan Prodromou | |
2009-12-04 | let Geonames clients use commercial Web service | Evan Prodromou | |
2009-12-04 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2009-12-04 | Make imported Twitter notices show up via real time plugins. | Zach Copley | |
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-04 | Added minify plugin | Craig Andrews | |
2009-12-03 | Remove unnecessary pass by reference indicators | Craig Andrews | |
2009-12-03 | Merge branch 'mapsimprovement' into 0.9.x | Craig Andrews | |
2009-12-03 | refactor the common parts of usermap and allmap into a common base class | Craig Andrews | |
2009-12-03 | Code 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-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-12-02 | Remove useless debugging statement | Zach Copley | |
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-30 | Ticket 1870: drop unnecessary Tidy module installation requirement. | Brion Vibber | |
Tidy was only being used by a couple of non-default URL shortener plugins, PtitUrl and TightUrl. Both were easily changed to load the tag-soup HTML via DOMDocument (using the default DOM module which is already used by other dependencies). Added xml, dom, and simplexml modules to the requirements check in install.php, as they were being used but not checked for. Also cleaned up LilUrl, PtitUrl, and TightUrl to return URL as a string instead of as a SimpleXML node object. | |||
2009-11-30 | Increased notice_data-attach width | Sarven Capadisli | |
2009-11-30 | Better notice_data-attach alignment for mobile devices that support | Sarven Capadisli | |
input type file | |||
2009-11-30 | Updated notice-options items alignment in MobileProfile | Sarven Capadisli | |
2009-11-30 | Minor. Removed whitespace. | Sarven Capadisli | |
2009-11-29 | Allow Realtime notices to use the attachments interface | Sarven Capadisli | |
2009-11-28 | Bind for UserFlag only if there is a form for it | Sarven Capadisli | |
2009-11-28 | Calling NoticeReplyTo instead of NoticeReply in Realtime | Sarven Capadisli | |