Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-02 | Updated button.close style | Sarven Capadisli | |
2009-11-01 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-01 | Updated button.close styles | Sarven Capadisli | |
2009-11-01 | Removed unneessary styles | Sarven Capadisli | |
2009-11-01 | Updated default and identica theme to use a single instance of | Sarven Capadisli | |
property:value for icons. | |||
2009-11-01 | Updated default theme for direct message | Sarven Capadisli | |
2009-11-01 | Moved theme styles from identica to base | Sarven Capadisli | |
2009-11-01 | Updated XHR output to match newnotice | Sarven Capadisli | |
2009-10-31 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-10-31 | Use FormNoticeEnhancements instead of Counter | Sarven Capadisli | |
2009-10-31 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-10-31 | Revert "remove mention of getfile" | Evan Prodromou | |
This reverts commit c637fe8cf07c22534e5227082ba81a12a8da3075. | |||
2009-10-31 | Revert "Revert "mod_rewrite rule for getfile"" | Evan Prodromou | |
This reverts commit 7b5285c34692df865517ba823d14169d61fefa4c. Conflicts: htaccess.sample | |||
2009-10-31 | Revert "Revert "Added some explanatory text to README"" | Evan Prodromou | |
This reverts commit 446de62d02f372b6755237ae61e08bfcd4bf5100. Conflicts: README htaccess.sample | |||
2009-10-31 | Revert "Revert "Added bit about being incompatible with file attachment ↵ | Evan Prodromou | |
virtual server"" This reverts commit a5b3ad7bf5e83459cfb163df04e68a88e867b2cd. Conflicts: README | |||
2009-10-31 | Revert "Revert "Actually commit the file this time"" | Evan Prodromou | |
This reverts commit ba89c891768b371e5358af4cdc76ff18e8b37672. | |||
2009-10-31 | revert revert on getfile | Evan Prodromou | |
2009-10-31 | merge from testing | Evan Prodromou | |
2009-10-31 | remove mention of getfile0.8.2rc2 | Evan Prodromou | |
2009-10-31 | Revert "mod_rewrite rule for getfile" | Evan Prodromou | |
This reverts commit 834a876dd0998464cade1cdd0fe2fe8c9ab17dcc. | |||
2009-10-31 | Revert "Added some explanatory text to README" | Evan Prodromou | |
This reverts commit d2bac158cd0d4a25b3997cdd1ccadc5f08d65943. | |||
2009-10-31 | Revert "Added bit about being incompatible with file attachment virtual server" | Evan Prodromou | |
This reverts commit afe663af82250d020fd9dff0646c91c8f3b41013. | |||
2009-10-31 | Revert "Actually commit the file this time" | Evan Prodromou | |
This reverts commit 3f06bfc042e34ce97e1f1476faadb67fc5edd282. | |||
2009-10-31 | Revert "Added getfile action" | Evan Prodromou | |
This reverts commit f58daa873befbaee5a998e69622c046c8a978dee. | |||
2009-10-31 | updates to README | Evan Prodromou | |
2009-10-31 | Updated counter, submitonreturn to be reused by any form. Created | Sarven Capadisli | |
FormNoticeEnhancements to call those at one go for any form. | |||
2009-10-31 | add a README warning devs from fracking around in extlib/ | Evan Prodromou | |
2009-10-31 | Merge branch 'master' into testing | Evan Prodromou | |
2009-10-31 | Updated FormNoticeXHR to allow any form_notice as input (e.g., reused | Sarven Capadisli | |
in XHR direct message) | |||
2009-10-31 | Fixes foaf notices, use Profile for information that's missing in Remote_profile | Carlos Perilla | |
2009-10-31 | Updated form_notice styles. .form_notice applies to both noticeform | Sarven Capadisli | |
(form_notice) and messageform (form_notice-direct) | |||
2009-10-31 | update version to rc2 | Evan Prodromou | |
2009-10-31 | Using 'form_notice' class instead of 'form' to group both forms | Sarven Capadisli | |
2009-10-31 | Merge branch '0.8.x' into testing | Evan Prodromou | |
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 | 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 | |