Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-11-28 | Explictly unbinding is unnecessary as jQuery's remove() takes care of it | Sarven Capadisli | |
2009-11-28 | SN.U.NoticeFavor should be SN.U.NoticeReply | Sarven Capadisli | |
2009-11-28 | Only bind submit to the notice created by Realtime | Sarven Capadisli | |
2009-11-26 | Moved moderation styles out of UserFlag and put it into core. Updated | Sarven Capadisli | |
icons. | |||
2009-11-26 | Init UI to show/hide a group of moderation actions. | Sarven Capadisli | |
2009-11-26 | Updated the cross line on silence icon | Sarven Capadisli | |
2009-11-26 | Updated moderation (sandbox, silence, delete) icons for UserFlag | Sarven Capadisli | |
2009-11-26 | Moved CSS out to its own file for UserFlag | Sarven Capadisli | |
2009-11-26 | Renamed icon file | Sarven Capadisli | |
2009-11-26 | Some changes to the OpenID DataObjects to make them emit the exact same | Zach Copley | |
.ini info as what used to be in statusnet.ini before OpenID was pulled out into a plugin. | |||
2009-11-26 | Some changes to the OpenID DataObjects to make them emit the exact same | Zach Copley | |
.ini info as what used to be in statusnet.ini before OpenID was pulled out into a plugin. | |||
2009-11-26 | OpenID plugin should set 'user_openid.display' as unique key | Zach Copley | |
2009-11-26 | OpenID plugin should set 'user_openid.display' as unique key | Zach Copley | |
2009-11-25 | Have OpenID plugin DataObjects emit their own .ini info | Zach Copley | |
2009-11-25 | Revert "Allow plugin DB_DataObject classes to not have to use the .ini file ↵ | Zach Copley | |
by overriding keys(), table(), and sequenceKey() for them" This reverts commit a373d07ae00b878f47970f2e4a7d86c6ec3a65cf. Conflicts: classes/statusnet.ini lib/schema.php plugins/Authentication/AuthenticationPlugin.php plugins/OpenID/OpenIDPlugin.php plugins/UserFlag/UserFlagPlugin.php | |||
2009-11-25 | Merge branch 'fix-openid' into 0.9.x | Zach Copley | |
2009-11-25 | Have OpenID plugin DataObjects emit their own .ini info | Zach Copley | |
2009-11-25 | Revert "Allow plugin DB_DataObject classes to not have to use the .ini file ↵ | Zach Copley | |
by overriding keys(), table(), and sequenceKey() for them" This reverts commit a373d07ae00b878f47970f2e4a7d86c6ec3a65cf. Conflicts: classes/statusnet.ini lib/schema.php plugins/Authentication/AuthenticationPlugin.php plugins/OpenID/OpenIDPlugin.php plugins/UserFlag/UserFlagPlugin.php | |||
2009-11-25 | I can't hide the location and status bars in Firefox, IE or Chromium. | Sarven Capadisli | |
It only works in Safari and Opera. https://developer.mozilla.org/En/DOM/Window.open confirms that by default, Firefox and IE forces their presence. | |||
2009-11-25 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-25 | Better layout for entity_profile and entity_actions | Sarven Capadisli | |
2009-11-25 | Catch uncaught exception | Zach Copley | |
2009-11-25 | Catch uncaught exception | Zach Copley | |
2009-11-25 | Fixed bug where reply-sync bit wasn't getting saved | Zach Copley | |
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 | 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-25 | Facebook plugin no longer takes over Login and Connect settings nav menus | Zach Copley | |
2009-11-24 | Fix SSL options for Twitter bridge HTTP requests | Zach Copley | |
2009-11-24 | Fix SSL options for Twitter bridge HTTP requests | Zach Copley | |
2009-11-24 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2009-11-24 | Moved initPopupWindow CSS out of JS in Realtime plugin | Sarven Capadisli | |
2009-11-24 | Added realtime-popup class to <body> for popup output. | Sarven Capadisli | |
2009-11-24 | Enable border-top when Realtime pop up window is initialized | Sarven Capadisli | |
2009-11-20 | Change the format of the lat/lon output on a notice in HTML | Craig Andrews | |
2009-11-20 | Undo part of c6e4feb815a60a7baf613026c414a24c5c918650 so that blacklisted ↵ | Craig Andrews | |
notices are not displayed in realtime | |||
2009-11-20 | Undo part of c6e4feb815a60a7baf613026c414a24c5c918650 so that blacklisted ↵ | Craig Andrews | |
notices are not displayed in realtime | |||
2009-11-20 | use caching in geonames plugin | Evan Prodromou | |
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! |