summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-01Upgrade XML output scrubbing to better deal with newline and a few other chars0.8.xZach Copley
2010-02-01Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.xEvan Prodromou
2010-02-01fix local file include vulnerability in doc.phpEvan Prodromou
2010-01-23fixed misleading error message that tells you to install "tidy" to get ↵Brenda Wallace
mysql|pgsql working
2010-01-08Merge branch '0.8.x' of git@gitorious.org:~evan/statusnet/evans-mainline ↵Evan Prodromou
into 0.8.x
2009-11-18Add MuSTArD to notice sourcesZach Copley
2009-11-17Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.xEvan Prodromou
2009-11-17Remove alertsSarven Capadisli
2009-11-17Changed to bind and removed window name because IE doesn't like namesSarven Capadisli
with '-' in them.
2009-11-17Open anchors in entry-title and entry-content on a new windowSarven Capadisli
2009-11-17Fix layout for entity_actionsSarven Capadisli
2009-11-17Calling selector onceSarven Capadisli
2009-11-17Added margin-top for showstream page (space between entity_actions andSarven Capadisli
notice_primary)
2009-11-17Set window resize before openning it upSarven Capadisli
2009-11-16Bug 1655/bug 1905: fix for Internet Explorer receiving FOAF output when ↵Brion Vibber
clicking user links. User links using the ID number (such as created for @-replies) have been failing on Internet Explorer, since IE doesn't bother to actually say it supports text/html... We usually get something like this from IE, up through at least IE 8: Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */* The */* ended up matching application/rdf+xml instead of text/html, so only other browsers which are more explicit would actually get sent on to the user profile/notice stream; IE visitors were directed on to the FOAF download. :( Swapping the order of items in the server-side of the negotiation list fixes this; clients actually asking for FOAF at a higher priority than HTML will still get it, but the wildcard */* now matches text/html which is usually what we want. Content negotiation for the user links was added August 2008 in commit 48fcfb8b0daeb272cb9d116af617daf15930d909.
2009-11-17Showing counter for new notices only if the window is on blurSarven Capadisli
2009-11-17Using the right selector for notice_replySarven Capadisli
2009-11-16Added NoticeFavors() for received noticesSarven Capadisli
2009-11-16Unbinding the events from Notice reply and favor for possible memorySarven Capadisli
leaks
2009-11-16Added update delay and max notice countSarven Capadisli
2009-11-16Only show local notices or (remote notices if they're supposed to be shown)Craig Andrews
2009-11-14Fix regression from ba199ad4ec47e6b0c067a3b2a15882d3836ea009: typo in ↵Brion Vibber
refactoring caused fatal error on unrecognized message source Example report from live site: http://identi.ca/notice/14629110
2009-11-12Removed extra showScript() call at the bottom of the document. 0.8.xSarven Capadisli
is using <head> for scripts whereas 0.9.x puts it before </body>. This also fixes the duplicate posts
2009-11-12Removed old commentsSarven Capadisli
2009-11-11Disable debug mode (so there are no messages written to the javascript console)Craig Andrews
2009-11-11Resetup the ajaxification for replies and favors after inf. scrollingCraig Andrews
Made the selector much more specific, so it only works on pages that have notices
2009-11-11Refactored the favorite button ajaxification to a separate functionCraig Andrews
2009-11-11Bug 1969: rebuild corrupted l10n files which caused all UI strings to be ↵Brion Vibber
shown as nulls (already done on 0.9.x in course of other major l10n changes) http://status.net/trac/ticket/1969
2009-11-09Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.xEvan Prodromou
2009-11-09Merge branch 'master' into 0.8.xEvan Prodromou
Conflicts: scripts/updateavatarurl.php
2009-11-09broadcast profile changes from updateavatarurl.phpEvan Prodromou
2009-11-09script to update avatar URLs on serverEvan Prodromou
2009-11-09script to update avatar URLs on serverEvan Prodromou
2009-11-08Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.xSarven Capadisli
2009-11-08Moved back to using lib twitterapi instead of api for 0.8.xSarven Capadisli
2009-11-08Fix typo in doc/badge (bug 1958)Brion Vibber
2009-11-07Merge branch 'testing' into 0.8.xEvan Prodromou
2009-11-06typo :PBrion Vibber
2009-11-06console.php: fix up the help and include a handy cut-n-paste'able exampleBrion Vibber
2009-11-06console.php terminal script provides interactive PHP console in StatusNet ↵Brion Vibber
environment, handy for testing! Uses readline for line input editing if available; falls back to bash+readline if not native, and takes fgets() in worst case. Currently a bit awkward in that each input line is parsed separately, so loops and function defs have to be squished to one line.
2009-11-05update version number0.8.2Evan Prodromou
2009-11-04Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.xSarven Capadisli
2009-11-04Added script documentationSarven Capadisli
2009-11-04Script no longer neeedSarven Capadisli
2009-11-04Sync RealtimePlugin with 0.9.xSarven Capadisli
2009-11-04Sync Realtime JavaScript with 0.9.xSarven Capadisli
2009-11-02Merge branch 'testing' into 0.8.xEvan Prodromou
2009-11-02notes about registeruser and makegroupadmin scriptsEvan Prodromou
2009-11-02script to make someone a group adminEvan Prodromou
2009-11-02correct name in registeruserEvan Prodromou