Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-31 | Removed crazy redundant broadcasting of notices by the FB app | Zach Copley | |
2009-12-31 | - Use a stripped down new notice form for FB app because FB canvas apps | Zach Copley | |
can't support image upload via multipart/form-data (and location sharing is iffy). - Deal with new error code 100 from Facebook, which seem to be for inactive accounts. | |||
2009-12-31 | Change inline CSS stylesheet to be on a single line so it doens't blow out ↵ | Zach Copley | |
syntax highlighting in my editor | |||
2009-12-31 | Update to external Facebook libs | Zach Copley | |
2009-12-11 | change Notice::saveNew() to use named arguments for little-used options | 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-05 | Add configuration option to toggle the indenting of the output HTML. ↵ | Craig Andrews | |
Defaults to indent enabled. | |||
2009-12-04 | Use inlineScript() everywhere inline scripts are written | Craig Andrews | |
2009-11-25 | Fixed bug where reply-sync bit wasn't getting saved | Zach Copley | |
2009-11-25 | Forgot to render the nav menu when on FB Connect login tab | Zach Copley | |
2009-11-25 | Facebook plugin no longer takes over Login and Connect settings nav menus | Zach Copley | |
2009-11-20 | Add routing rules for FB app in front of other rules | Zach Copley | |
2009-11-13 | Moved class="pagination" to child element and removed element | Sarven Capadisli | |
2009-11-09 | Revert "Remove more contractions" | Brion Vibber | |
This reverts commit 5ab709b73977131813884558bf56d97172a7aa26. Missed this one yesterday... | |||
2009-11-08 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2009-11-08 | Remove more contractions | Siebrand Mazeland | |
* doesn't * won't * isn't * don't | |||
2009-11-08 | Revert "* [Cc]an't -> [Cc]annot" | Brion Vibber | |
This reverts commit 0ab17f382b9993ada3d12d4cdace72cca53fb545. | |||
2009-11-08 | * [Cc]an't -> [Cc]annot | Siebrand Mazeland | |
* [Cc]ould't -> [Cc]ould not | |||
2009-10-29 | Warning cleanup: drop reference on router parameter to RouterInitialized ↵ | Brion Vibber | |
event handlers. We don't (and don't need to) pass a reference here, and the mix can trigger warnings. | |||
2009-10-27 | Specify the number of cols for the Facebook app's multi-friend inviter | Zach Copley | |
widget so it fits better into Facebook's new layout. | |||
2009-10-27 | Forgot to move the facebookapp.css file into the new Facebook plugin | Zach Copley | |
2009-10-23 | Move Twitter and Facebook-specific mail notifications to their respective ↵ | Zach Copley | |
plugins | |||
2009-10-23 | Some phpcs cleanup | Zach Copley | |
2009-10-21 | Removed Facebook stuff from the StatusNet README and wrote a new README | Zach Copley | |
for the Facebook plugin. | |||
2009-10-21 | Make paths and class loading work right | Zach Copley | |
2009-10-21 | Fix references | Zach Copley | |
2009-10-21 | Combine Facebook and Facebook Connect plugins into one big plugin | Zach Copley | |
2009-10-21 | Gather all the Facebook stuff together in one place | Zach Copley | |
2009-10-20 | Extract out Facebook app stuff into a plugin | Zach Copley | |