Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-31 | Added XHR for direct messages. | Sarven Capadisli | |
2009-10-30 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-10-30 | IE has some issue with notices that are sent with file attachments. It | Sarven Capadisli | |
doesn't like the XHR response with XHTML DTD. New notices without the file attachment work fine. The rendered content (the anchor for the file attachment link) doesn't appear to be the issue. To fix this problem, I removed the XHTML DTD line from newnotice's XHR response. This is unnecessary for text/xml outputs that's intended for XHR responses any way. It just happens to fix an IE issue. Still a mystery to me as to why it is particular to notices with file attachments. | |||
2009-10-30 | Running through importNode before checking for id | Sarven Capadisli | |
2009-10-30 | Use nickname from profile, not user object, to avoid barfing warnings on ↵ | Brion Vibber | |
Twitter messages imported into the timeline. | |||
2009-10-30 | Redirect to login when trying to send a direct message while not logged in. | Craig Andrews | |
http://status.net/trac/ticket/1359 | |||
2009-10-30 | Added simple registration (sreg) support to the OpenID provider | Craig Andrews | |
2009-10-30 | Allow non-users to view the site's xrds when the site is private. Getting to ↵ | Craig Andrews | |
closer to allow OpenID login on private sites. | |||
2009-10-30 | made openidserver a login action so it can be seen when the site is in ↵ | Craig Andrews | |
"private" mode | |||
2009-10-30 | Added an "Verify Your Identity" page to the OpenID provider | Craig Andrews | |
2009-10-30 | Fixed Nudge XHR | Sarven Capadisli | |
2009-10-30 | Minor | Sarven Capadisli | |
2009-10-30 | Using document importNode otherwise IE pukes | Sarven Capadisli | |
2009-10-30 | IE doesn't like last comma. I understand. | Sarven Capadisli | |
2009-10-30 | Remove attachment view after XHR notice submit | Sarven Capadisli | |
2009-10-30 | Added missing dataType line for ajaxForm | Sarven Capadisli | |
2009-10-30 | Added Init comment | Sarven Capadisli | |
2009-10-30 | Resetting counter after a notice submit | Sarven Capadisli | |
2009-10-30 | Updated author documentation | Sarven Capadisli | |
2009-10-30 | Only run the scripts if the user is logged in | Sarven Capadisli | |
2009-10-30 | Updated notice form counter | Sarven Capadisli | |
2009-10-30 | Updated SubmitOnReturn | Sarven Capadisli | |
2009-10-30 | Updated NoticeDataAttach | Sarven Capadisli | |
2009-10-30 | Updated NoticeAttachments | Sarven Capadisli | |
2009-10-30 | Missing : | Sarven Capadisli | |
2009-10-30 | Updated NoticeReply and NoticeReplySet | Sarven Capadisli | |
2009-10-30 | Updated form_notice | Sarven Capadisli | |
2009-10-30 | Refactored XHR forms: | Sarven Capadisli | |
.form_user_subscribe .form_user_unsubscribe .form_favor .form_disfavor .form_group_join .form_group_leave .form_user_nudge Using FormXHR() | |||
2009-10-30 | Merge commit 'mainline/0.9.x' into 0.9.x | Brenda Wallace | |
2009-10-30 | don't write the closing ?> to the config.php | Brenda Wallace | |
2009-10-30 | Bump to Auth_OpenID 2.1.3 | Craig Andrews | |
2009-10-30 | Removed reference to 'api' action which no longer exists since api refactor | Craig Andrews | |
2009-10-30 | Fixed PubSubHubBub plugin to reflect new api | Craig Andrews | |
2009-10-29 | Fix feed links which were broken when the API was restructured | Craig Andrews | |
2009-10-30 | Merge commit 'mainline/0.9.x' into 0.9.x | Brenda Wallace | |
2009-10-30 | give some suggestions back to the user when no config file found, and a link ↵ | Brenda Wallace | |
to the installer | |||
2009-10-30 | Revert "give some suggestions back to the user when no config file found, ↵ | Brenda Wallace | |
and a link to the installer" This reverts commit 7f5fbee2e36889fae1d1c5043d76625e197e39ea. | |||
2009-10-30 | Merge commit 'mainline/0.9.x' into 0.9.x | Brenda Wallace | |
2009-10-29 | whitespace adjustments for doxygen | Craig Andrews | |
2009-10-29 | Moved the public XRDS from the OpenID plugin to core | Craig Andrews | |
Added 4 new events involved in XRDS: StartUserXRDS, EndUserXRDS, StartPublicXRDS, EndPublicXRDS Added OpenID provider functionality (no delegation support [yet]) | |||
2009-10-29 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-10-30 | give some suggestions back to the user when no config file found, and a link ↵ | Brenda Wallace | |
to the installer | |||
2009-10-29 | show notice location in notice list | Evan Prodromou | |
2009-10-29 | fix caching in location.php | Evan Prodromou | |
2009-10-29 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2009-10-29 | use addPlugin() in the README setup example | Brion Vibber | |
2009-10-29 | make an URL for a geonames location | Evan Prodromou | |
2009-10-29 | a location method for getting an URL | Evan Prodromou | |
2009-10-29 | get location from a Profile | Evan Prodromou | |
2009-10-29 | get location from a Notice | Evan Prodromou | |