summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-02Revert "Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 ↵Brion Vibber
package, adding redirect handling and convenience functions." Going to restructure a little more before finalizing this... This reverts commit fa37967858c3c29000797e510e5f98aca8ab558f.
2009-11-02Typo: z-index should be 2 instead of 1Sarven Capadisli
2009-11-02Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-02Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, ↵Brion Vibber
adding redirect handling and convenience functions. Caching support will be added in future work after unit tests have been added. * extlib: add PEAR HTTP_Request2 0.4.1 alpha * extlib: update PEAR Net_URL2 to 0.3.0 beta for HTTP_Request2 compatibility * moved direct usage of CURL and file_get_contents to HTTPClient class, excluding external-sourced libraries Note some plugins haven't been tested yet.
2009-11-02Make unit tests work again by forcing a 'global' on $_have_a_config...Brion Vibber
Fix a typo in the error message when no config file found.
2009-11-02MinorSarven Capadisli
2009-11-02Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-02Updated button.close styleSarven Capadisli
2009-11-01Remove stale references to old apiaction parameterZach Copley
2009-11-01Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-01Updated button.close stylesSarven Capadisli
2009-11-01Removed unneessary stylesSarven Capadisli
2009-11-01Updated default and identica theme to use a single instance ofSarven Capadisli
property:value for icons.
2009-11-01Updated default theme for direct messageSarven Capadisli
2009-11-01Moved theme styles from identica to baseSarven Capadisli
2009-11-01Updated XHR output to match newnoticeSarven Capadisli
2009-10-31Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-10-31Use FormNoticeEnhancements instead of CounterSarven Capadisli
2009-10-31Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-10-31Revert "remove mention of getfile"Evan Prodromou
This reverts commit c637fe8cf07c22534e5227082ba81a12a8da3075.
2009-10-31Revert "Revert "mod_rewrite rule for getfile""Evan Prodromou
This reverts commit 7b5285c34692df865517ba823d14169d61fefa4c. Conflicts: htaccess.sample
2009-10-31Revert "Revert "Added some explanatory text to README""Evan Prodromou
This reverts commit 446de62d02f372b6755237ae61e08bfcd4bf5100. Conflicts: README htaccess.sample
2009-10-31Revert "Revert "Added bit about being incompatible with file attachment ↵Evan Prodromou
virtual server"" This reverts commit a5b3ad7bf5e83459cfb163df04e68a88e867b2cd. Conflicts: README
2009-10-31Revert "Revert "Actually commit the file this time""Evan Prodromou
This reverts commit ba89c891768b371e5358af4cdc76ff18e8b37672.
2009-10-31revert revert on getfileEvan Prodromou
2009-10-31merge from testingEvan Prodromou
2009-10-31remove mention of getfile0.8.2rc2Evan Prodromou
2009-10-31Revert "mod_rewrite rule for getfile"Evan Prodromou
This reverts commit 834a876dd0998464cade1cdd0fe2fe8c9ab17dcc.
2009-10-31Revert "Added some explanatory text to README"Evan Prodromou
This reverts commit d2bac158cd0d4a25b3997cdd1ccadc5f08d65943.
2009-10-31Revert "Added bit about being incompatible with file attachment virtual server"Evan Prodromou
This reverts commit afe663af82250d020fd9dff0646c91c8f3b41013.
2009-10-31Revert "Actually commit the file this time"Evan Prodromou
This reverts commit 3f06bfc042e34ce97e1f1476faadb67fc5edd282.
2009-10-31Revert "Added getfile action"Evan Prodromou
This reverts commit f58daa873befbaee5a998e69622c046c8a978dee.
2009-10-31updates to READMEEvan Prodromou
2009-10-31Updated counter, submitonreturn to be reused by any form. CreatedSarven Capadisli
FormNoticeEnhancements to call those at one go for any form.
2009-10-31add a README warning devs from fracking around in extlib/Evan Prodromou
2009-10-31Merge branch 'master' into testingEvan Prodromou
2009-10-31Updated FormNoticeXHR to allow any form_notice as input (e.g., reusedSarven Capadisli
in XHR direct message)
2009-10-31Fixes foaf notices, use Profile for information that's missing in Remote_profileCarlos Perilla
2009-10-31Updated form_notice styles. .form_notice applies to both noticeformSarven Capadisli
(form_notice) and messageform (form_notice-direct)
2009-10-31update version to rc2Evan Prodromou
2009-10-31Using 'form_notice' class instead of 'form' to group both formsSarven Capadisli
2009-10-31Merge branch '0.8.x' into testingEvan Prodromou
2009-10-31Added XHR for direct messages.Sarven Capadisli
2009-10-30Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
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