summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-30IE has some issue with notices that are sent with file attachments. ItSarven 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-30IE has some issue with notices that are sent with file attachments. ItSarven 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-30Running through importNode before checking for idSarven Capadisli
2009-10-30Use nickname from profile, not user object, to avoid barfing warnings on ↵Brion Vibber
Twitter messages imported into the timeline.
2009-10-30Redirect to login when trying to send a direct message while not logged in.Craig Andrews
http://status.net/trac/ticket/1359
2009-10-30Added simple registration (sreg) support to the OpenID providerCraig Andrews
2009-10-30Allow 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-30made openidserver a login action so it can be seen when the site is in ↵Craig Andrews
"private" mode
2009-10-30Added an "Verify Your Identity" page to the OpenID providerCraig Andrews
2009-10-30Fixed Nudge XHRSarven Capadisli
2009-10-30MinorSarven Capadisli
2009-10-30Using document importNode otherwise IE pukesSarven Capadisli
2009-10-30IE doesn't like last comma. I understand.Sarven Capadisli
2009-10-30Remove attachment view after XHR notice submitSarven Capadisli
2009-10-30Added missing dataType line for ajaxFormSarven Capadisli
2009-10-30Added Init commentSarven Capadisli
2009-10-30Resetting counter after a notice submitSarven Capadisli
2009-10-30Updated author documentationSarven Capadisli
2009-10-30Only run the scripts if the user is logged inSarven Capadisli
2009-10-30Updated notice form counterSarven Capadisli
2009-10-30Updated SubmitOnReturnSarven Capadisli
2009-10-30Updated NoticeDataAttachSarven Capadisli
2009-10-30Updated NoticeAttachmentsSarven Capadisli
2009-10-30Missing :Sarven Capadisli
2009-10-30Updated NoticeReply and NoticeReplySetSarven Capadisli
2009-10-30Updated form_noticeSarven Capadisli
2009-10-30Refactored 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-30Merge commit 'mainline/0.9.x' into 0.9.xBrenda Wallace
2009-10-30don't write the closing ?> to the config.phpBrenda Wallace
2009-10-30Bump to Auth_OpenID 2.1.3Craig Andrews
2009-10-30Removed reference to 'api' action which no longer exists since api refactorCraig Andrews
2009-10-30Fixed PubSubHubBub plugin to reflect new apiCraig Andrews
2009-10-29Fix feed links which were broken when the API was restructuredCraig Andrews
2009-10-30Merge commit 'mainline/0.9.x' into 0.9.xBrenda Wallace
2009-10-30give some suggestions back to the user when no config file found, and a link ↵Brenda Wallace
to the installer
2009-10-30Revert "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-30Merge commit 'mainline/0.9.x' into 0.9.xBrenda Wallace
2009-10-29whitespace adjustments for doxygenCraig Andrews
2009-10-29Moved the public XRDS from the OpenID plugin to coreCraig Andrews
Added 4 new events involved in XRDS: StartUserXRDS, EndUserXRDS, StartPublicXRDS, EndPublicXRDS Added OpenID provider functionality (no delegation support [yet])
2009-10-29Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-10-30give some suggestions back to the user when no config file found, and a link ↵Brenda Wallace
to the installer
2009-10-29show notice location in notice listEvan Prodromou
2009-10-29fix caching in location.phpEvan Prodromou
2009-10-29Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2009-10-29use addPlugin() in the README setup exampleBrion Vibber
2009-10-29make an URL for a geonames locationEvan Prodromou
2009-10-29a location method for getting an URLEvan Prodromou
2009-10-29get location from a ProfileEvan Prodromou
2009-10-29get location from a NoticeEvan Prodromou
2009-10-29Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou