Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2009-10-29 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-10-29 | fix uninitialized variables in showstream.php | Evan Prodromou | |
2009-10-29 | Don't spew warnings for URL shortener plugins that don't declare if they're ↵ | Brion Vibber | |
free services. | |||
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-29 | Fixed bookmarklet URL | Sarven Capadisli | |
2009-10-29 | Updated bookmarklet styles | Sarven Capadisli | |
2009-10-29 | Don't include site in gettext | Sarven Capadisli | |
2009-10-29 | Updated bookmarklet. Created its own action | Sarven Capadisli | |