Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-23 | Add some more realtime feeds | Evan Prodromou | |
2009-09-23 | Do realtime popup with PHP instead of Javascript | Evan Prodromou | |
Move the realtime detection code to PHP extension rather than JavaScript. | |||
2009-09-23 | Revert "Added realtime streams for all and showstream timelines" | Evan Prodromou | |
This reverts commit 49e91ec7d068fa7b98576207696d2192418baf5b. | |||
2009-09-23 | Revert "Fixed indenting" | Evan Prodromou | |
This reverts commit 182257cbbf1557c2671b1995c9126c45b0bd8e79. | |||
2009-09-23 | Revert "Made it slighly more compact with less jQuery selection" | Evan Prodromou | |
This reverts commit c9bc3900909a85b9b4be31c4dac7f809127a8bf0. | |||
2009-09-23 | Revert "Added a check for any URL param. If found, strips them out before" | Evan Prodromou | |
This reverts commit 13de845e95da9ea579516c4480789819c9a26edd. | |||
2009-09-23 | Revert "When viewing a page in https, all links to non-actions (links to ↵ | Evan Prodromou | |
CSS, JS, etc) should be https. Fixes the mixed content warnings that browsers display." This reverts commit 20997619b353faa94591800fbfc02bc19a4cdce3. The commit doesn't take into account having different servers (theme server, avatar server) and being able to set HTTPS for some but not all. | |||
2009-09-23 | revert output buffering (costly) for ETags (low priority) | Evan Prodromou | |
2009-09-23 | Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x | Evan Prodromou | |
2009-09-21 | Initial UI to allow certain timelines to be viewed in a new window in | Sarven Capadisli | |
realtime | |||
2009-09-21 | Escaping internal JavaScript | Sarven Capadisli | |
2009-09-21 | Added a check for any URL param. If found, strips them out before | Sarven Capadisli | |
going ahead with realtime timeline update. | |||
2009-09-21 | Made it slighly more compact with less jQuery selection | Sarven Capadisli | |
2009-09-21 | Updated todo comment for pushing notices to Personal and Replies | Sarven Capadisli | |
timelines | |||
2009-09-20 | Fixed indenting | Sarven Capadisli | |
2009-09-20 | Added realtime streams for all and showstream timelines | Sarven Capadisli | |
2009-09-20 | No need to call farbtastic.go.js because it was moved to userdesign.go.js | Sarven Capadisli | |
2009-09-20 | Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x | Sarven Capadisli | |
2009-09-19 | Make the infinite scroll plugin have a non-infinite scroll (button click to ↵ | Craig Andrews | |
scroll) mode | |||
2009-09-19 | Make statuses/home_timeline return the same thing as ↵ | Zach Copley | |
statuses/friends_timeline to support apps trying to use the new retweet API method. | |||
2009-09-19 | handle Godaddy-style PATH_INFO which includes the script | Evan Prodromou | |
2009-09-19 | Additional note in Autocomplete plugin readme about private mode | CiaranG | |
2009-09-18 | Blacklist all files and directories in the web root (INSTALLDIR). Much more ↵ | Craig Andrews | |
elegant than manually keep tracking of these invalid usernames. | |||
2009-09-18 | Show context link if this notice starts a conversation | Craig Andrews | |
2009-09-18 | Removed trailing single space in author @title | Sarven Capadisli | |
2009-09-18 | Correction to path in README of recaptcha plugin | CiaranG | |
2009-09-17 | Merge remote branch 'cvollick/imDoc' into 0.8.x | Craig Andrews | |
2009-09-17 | Merge remote branch 'cvollick/userTagPagination' into 0.8.x | Craig Andrews | |
2009-09-16 | Merge branch 'realtime' into 0.8.x | Sarven Capadisli | |
2009-09-16 | Fixed missing quotes | Sarven Capadisli | |
2009-09-16 | Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x | Evan Prodromou | |
2009-09-16 | make PiwikAnalytics work a little nicer | Evan Prodromou | |
2009-09-16 | Fixed typo | Sarven Capadisli | |
2009-09-16 | Pagination of user/tag was navigating to wrong page. | Christopher Vollick | |
Fixes bug #1736. | |||
2009-09-15 | Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x | Zach Copley | |
2009-09-15 | Add Jiminy to notice sources | Zach Copley | |
2009-09-15 | 304 responses should not have a Content-Length header. | Craig Andrews | |
2009-09-15 | Merge branch '0.8.x' of gitorious.org:statusnet/mainline into 0.8.x | Craig Andrews | |
2009-09-15 | Revert "Several fixes to make RabbitMQ a player." | Evan Prodromou | |
This reverts commit c04987018cd6c845c6da7a92d9857d8c651f7022. | |||
2009-09-15 | Remove unnecessary Profile::pkeyGet | Craig Andrews | |
Thanks for the info, Evan. | |||
2009-09-15 | Make it impossible to delete self-subscriptions via the API | Zach Copley | |
2009-09-15 | Updated XHR return markup for Realtime plugin | Sarven Capadisli | |
2009-09-14 | Updated Cloudy theme | Sarven Capadisli | |
2009-09-14 | Fixed Confusing Typo in Documentation. | Christopher Vollick | |
Subscribe != Unsubscribe. Also, my editor added a newline at the end because there wasn't one. | |||
2009-09-13 | Avoid or suppress E_NOTICE and E_WARNING messages related to the checklibs ↵ | Brion Vibber | |
checks. * notice on main installer form checking for $_GET['checklibs'] * notices when seeing which module checks to run * warnings when attempting to load include files | |||
2009-09-13 | Check that 'dl' function is available and usable before trying to call it ↵ | Brion Vibber | |
with error suppression; if it's disabled or unavailable we end up with mysterious failures during installation or loading of libraries. Fixed for StatusNet installer as well as some external libraries that should be fixed upstream if they haven't already been: * PEAR * Auth/OpenID * Auth/Yadis | |||
2009-09-13 | Make a new REST service for the autocomplete plugin, significantly reducing ↵ | Craig Andrews | |
the size of the responses. Also enables caching in the browser. | |||
2009-09-13 | Add missing pkeyGet override to the Profile class | Craig Andrews | |
2009-09-13 | Generate ETags for pages which don't specify themselves. | Craig Andrews | |
2009-09-13 | When viewing a page in https, all links to non-actions (links to CSS, JS, ↵ | Craig Andrews | |
etc) should be https. Fixes the mixed content warnings that browsers display. Fixes http://status.net/trac/ticket/1552 |